styles.css 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755
  1. /**
  2. * Primary Drupal Styles
  3. * Author: Bachir Soussi Chiadmi
  4. */
  5. /* between 0 & 640px */
  6. /* between 640px & 1000px */
  7. /* between 1001px & 1025px */
  8. /* between 1026px & 1920px */
  9. /* between 1920px & infinity */
  10. body {
  11. font-size: 16px;
  12. font-family: "aileron", Arial, "MS Trebuchet", sans-serif; }
  13. h1 {
  14. font-size: 1.6em; }
  15. h2 {
  16. font-size: 1.5em; }
  17. h3 {
  18. font-size: 1.4em; }
  19. h4 {
  20. font-size: 1.3em; }
  21. h5 {
  22. font-size: 1.2em; }
  23. h6 {
  24. font-size: 1.1em; }
  25. input {
  26. font-family: Arial, "MS Trebuchet", sans-serif;
  27. font-size: 0.8em; }
  28. /** layout */
  29. .footer-block .region, .header-block {
  30. display: inline-block;
  31. vertical-align: top; }
  32. #header, #main, #footer {
  33. padding: 0; }
  34. #header {
  35. width: 100%;
  36. z-index: 20;
  37. background-color: rgba(255, 255, 255, 0.95);
  38. background-image: url(../../images/fond-trame-logo-lite.png);
  39. background-repeat: no-repeat;
  40. background-position: center top;
  41. background-size: contain;
  42. max-height: 200px; }
  43. @media only screen and (min-width: 62.5625em) {
  44. #header {
  45. position: fixed; } }
  46. @media only screen and (min-width: 62.5625em) {
  47. #header {
  48. max-height: 400px; } }
  49. #header hgroup.logo {
  50. width: 95%;
  51. margin: 0 auto;
  52. padding: 1em 0 0; }
  53. @media only screen and (min-width: 62.5625em) {
  54. #header hgroup.logo {
  55. max-width: 1000px; } }
  56. #header h1 {
  57. margin: 0; }
  58. #header h1 a {
  59. display: block;
  60. height: 120px;
  61. background-image: url(../../images/logo.png);
  62. background-size: contain;
  63. background-position: center;
  64. background-repeat: no-repeat;
  65. text-indent: -2000px;
  66. overflow: hidden;
  67. margin: 0; }
  68. @media only screen and (min-width: 62.5625em) {
  69. #header h1 a {
  70. height: 320px; } }
  71. #header h2 {
  72. text-align: center;
  73. color: #20c498;
  74. font-size: 1em;
  75. font-weight: 500; }
  76. @media only screen and (min-width: 62.5625em) {
  77. #header h2 {
  78. font-size: 2em; } }
  79. #main {
  80. width: 95%;
  81. margin: 0 auto; }
  82. @media only screen and (min-width: 62.5625em) {
  83. #main {
  84. padding-top: 400px; } }
  85. @media only screen and (min-width: 62.5625em) {
  86. #main {
  87. max-width: 1000px; } }
  88. #node-63 {
  89. padding: 1em 0; }
  90. #node-63 .content section {
  91. display: inline; }
  92. #node-63 .content p {
  93. margin: 0; }
  94. #node-63 ul.links {
  95. text-align: right;
  96. margin: 0;
  97. padding: 0; }
  98. #node-63 ul.links li {
  99. margin: 0;
  100. padding: 0;
  101. display: inline-block; }
  102. #node-63 ul.links a {
  103. color: #20c498;
  104. text-decoration: none;
  105. font-weight: 500; }
  106. #thematique-anchor-links {
  107. display: none;
  108. padding: 1em 0; }
  109. @media only screen and (min-width: 62.5625em) {
  110. #thematique-anchor-links {
  111. display: block; } }
  112. #thematique-anchor-links ul {
  113. display: -ms-flexbox;
  114. display: flex;
  115. -ms-flex-flow: row nowrap;
  116. flex-flow: row nowrap;
  117. -ms-flex-pack: justify;
  118. justify-content: space-between;
  119. padding: 0;
  120. margin: 0; }
  121. #thematique-anchor-links ul li {
  122. max-width: 7em;
  123. list-style: none;
  124. padding: 0;
  125. margin: 0; }
  126. #thematique-anchor-links ul li a {
  127. text-decoration: none;
  128. font-weight: 600;
  129. display: block;
  130. min-height: 3em;
  131. background-position: center;
  132. background-repeat: no-repeat;
  133. background-size: contain; }
  134. #thematique-anchor-links ul li a span {
  135. display: block; }
  136. #thematique-anchor-links ul li a.node-32 {
  137. background-image: url(../../images/menu-fond-theme-0-flat.jpg);
  138. color: #2f82ff; }
  139. #thematique-anchor-links ul li a.node-32.en_attente {
  140. color: #aaa;
  141. background-image: url(../../images/menu-fond-theme-0-flat-nb.jpg);
  142. cursor: default; }
  143. #thematique-anchor-links ul li a.node-14 {
  144. background-image: url(../../images/menu-fond-theme-1-flat.jpg);
  145. color: #ff0000; }
  146. #thematique-anchor-links ul li a.node-14.en_attente {
  147. color: #aaa;
  148. background-image: url(../../images/menu-fond-theme-1-flat-nb.jpg);
  149. cursor: default; }
  150. #thematique-anchor-links ul li a.node-38 {
  151. background-image: url(../../images/menu-fond-theme-2-flat.jpg);
  152. color: #88aa00; }
  153. #thematique-anchor-links ul li a.node-38.en_attente {
  154. color: #aaa;
  155. background-image: url(../../images/menu-fond-theme-2-flat-nb.jpg);
  156. cursor: default; }
  157. #thematique-anchor-links ul li a.node-3 {
  158. background-image: url(../../images/menu-fond-theme-3-flat.jpg);
  159. color: #ff6600; }
  160. #thematique-anchor-links ul li a.node-3.en_attente {
  161. color: #aaa;
  162. background-image: url(../../images/menu-fond-theme-3-flat-nb.jpg);
  163. cursor: default; }
  164. #thematique-anchor-links ul li a.node-20 {
  165. background-image: url(../../images/menu-fond-theme-4-flat.jpg);
  166. color: #ff2ad4; }
  167. #thematique-anchor-links ul li a.node-20.en_attente {
  168. color: #aaa;
  169. background-image: url(../../images/menu-fond-theme-4-flat-nb.jpg);
  170. cursor: default; }
  171. #thematique-anchor-links ul li a.node-26 {
  172. background-image: url(../../images/menu-fond-theme-5-flat.jpg);
  173. color: #8800aa; }
  174. #thematique-anchor-links ul li a.node-26.en_attente {
  175. color: #aaa;
  176. background-image: url(../../images/menu-fond-theme-5-flat-nb.jpg);
  177. cursor: default; }
  178. .node-thematique {
  179. margin-bottom: 7em;
  180. position: relative; }
  181. .node-thematique::before {
  182. position: absolute;
  183. content: " ";
  184. z-index: -1;
  185. background-position: center;
  186. background-repeat: no-repeat;
  187. background-size: cover;
  188. width: 100%;
  189. height: 100%;
  190. top: 0;
  191. left: 0; }
  192. @media only screen and (min-width: 62.5625em) {
  193. .node-thematique::before {
  194. background-size: contain;
  195. width: 110%;
  196. height: 110%;
  197. top: -5%;
  198. left: -5%; } }
  199. .node-thematique.en_attente::before {
  200. background-size: contain;
  201. background-position: left; }
  202. .node-thematique.node-32::before {
  203. background-image: url(../../images/fond-theme-0-flat.png); }
  204. .node-thematique.node-32 > h2,
  205. .node-thematique.node-32 .group-video .field-name-field-description h3,
  206. .node-thematique.node-32 .group-description .field-name-field-ecouter,
  207. .node-thematique.node-32 .node-documentair .field-name-field-doc,
  208. .node-thematique.node-32 .node-documentair .field-name-title-field,
  209. .node-thematique.node-32 .field-name-field-episodes .field-label,
  210. .node-thematique.node-32 .node-episode .field-name-title-field {
  211. color: #2f82ff; }
  212. .node-thematique.node-32 .field-name-body .summary {
  213. border-left-color: #2f82ff; }
  214. .node-thematique.node-14::before {
  215. background-image: url(../../images/fond-theme-1-flat.png); }
  216. .node-thematique.node-14 > h2,
  217. .node-thematique.node-14 .group-video .field-name-field-description h3,
  218. .node-thematique.node-14 .group-description .field-name-field-ecouter,
  219. .node-thematique.node-14 .node-documentair .field-name-field-doc,
  220. .node-thematique.node-14 .node-documentair .field-name-title-field,
  221. .node-thematique.node-14 .field-name-field-episodes .field-label,
  222. .node-thematique.node-14 .node-episode .field-name-title-field {
  223. color: #ff0000; }
  224. .node-thematique.node-14 .field-name-body .summary {
  225. border-left-color: #ff0000; }
  226. .node-thematique.node-38::before {
  227. background-image: url(../../images/fond-theme-2-flat.png); }
  228. .node-thematique.node-38 > h2,
  229. .node-thematique.node-38 .group-video .field-name-field-description h3,
  230. .node-thematique.node-38 .group-description .field-name-field-ecouter,
  231. .node-thematique.node-38 .node-documentair .field-name-field-doc,
  232. .node-thematique.node-38 .node-documentair .field-name-title-field,
  233. .node-thematique.node-38 .field-name-field-episodes .field-label,
  234. .node-thematique.node-38 .node-episode .field-name-title-field {
  235. color: #88aa00; }
  236. .node-thematique.node-38 .field-name-body .summary {
  237. border-left-color: #88aa00; }
  238. .node-thematique.node-3::before {
  239. background-image: url(../../images/fond-theme-3-flat.png); }
  240. .node-thematique.node-3 > h2,
  241. .node-thematique.node-3 .group-video .field-name-field-description h3,
  242. .node-thematique.node-3 .group-description .field-name-field-ecouter,
  243. .node-thematique.node-3 .node-documentair .field-name-field-doc,
  244. .node-thematique.node-3 .node-documentair .field-name-title-field,
  245. .node-thematique.node-3 .field-name-field-episodes .field-label,
  246. .node-thematique.node-3 .node-episode .field-name-title-field {
  247. color: #ff6600; }
  248. .node-thematique.node-3 .field-name-body .summary {
  249. border-left-color: #ff6600; }
  250. .node-thematique.node-20::before {
  251. background-image: url(../../images/fond-theme-4-flat.png); }
  252. .node-thematique.node-20 > h2,
  253. .node-thematique.node-20 .group-video .field-name-field-description h3,
  254. .node-thematique.node-20 .group-description .field-name-field-ecouter,
  255. .node-thematique.node-20 .node-documentair .field-name-field-doc,
  256. .node-thematique.node-20 .node-documentair .field-name-title-field,
  257. .node-thematique.node-20 .field-name-field-episodes .field-label,
  258. .node-thematique.node-20 .node-episode .field-name-title-field {
  259. color: #ff2ad4; }
  260. .node-thematique.node-20 .field-name-body .summary {
  261. border-left-color: #ff2ad4; }
  262. .node-thematique.node-26::before {
  263. background-image: url(../../images/fond-theme-5-flat.png); }
  264. .node-thematique.node-26 > h2,
  265. .node-thematique.node-26 .group-video .field-name-field-description h3,
  266. .node-thematique.node-26 .group-description .field-name-field-ecouter,
  267. .node-thematique.node-26 .node-documentair .field-name-field-doc,
  268. .node-thematique.node-26 .node-documentair .field-name-title-field,
  269. .node-thematique.node-26 .field-name-field-episodes .field-label,
  270. .node-thematique.node-26 .node-episode .field-name-title-field {
  271. color: #8800aa; }
  272. .node-thematique.node-26 .field-name-body .summary {
  273. border-left-color: #8800aa; }
  274. .node-thematique > h2 {
  275. font-size: 4em;
  276. font-weight: 400;
  277. line-height: 0.9;
  278. text-indent: -0.09em;
  279. position: relative;
  280. margin: 2em 0 0;
  281. padding: 0 2em 0 0; }
  282. @media only screen and (min-width: 62.5625em) {
  283. .node-thematique > h2 {
  284. padding: 0; } }
  285. .node-thematique > h2 span.target {
  286. position: absolute;
  287. top: -170px; }
  288. .node-thematique > h2 span.date {
  289. font-size: 0.3em;
  290. font-weight: 600;
  291. display: block;
  292. text-indent: 0.2em; }
  293. .node-thematique .content {
  294. letter-spacing: -0.25em; }
  295. .node-thematique .content > * {
  296. letter-spacing: normal; }
  297. .node-thematique .content article.main {
  298. overflow: hidden; }
  299. @media only screen and (min-width: 62.5625em) {
  300. .node-thematique .content article.main {
  301. display: inline-block;
  302. vertical-align: top;
  303. width: 69.5%; } }
  304. .node-thematique .content article.main .field-name-body {
  305. position: relative;
  306. z-index: 3; }
  307. .node-thematique .content article.main .field-name-body > * {
  308. padding: 0 1em 0 0; }
  309. .node-thematique .content article.main .field-name-body .summary {
  310. position: relative;
  311. transition: background-color 0.5 ease-in-out;
  312. border-left-style: solid;
  313. border-left-width: 0; }
  314. @media only screen and (min-width: 62.5625em) {
  315. .node-thematique .content article.main .field-name-body .summary {
  316. height: 7em;
  317. overflow: hidden; } }
  318. .node-thematique .content article.main .field-name-body .summary p {
  319. font-size: 1.05em;
  320. padding: 0.5em 1.2em 0.5em;
  321. margin: 0;
  322. font-weight: 500; }
  323. .node-thematique .content article.main .field-name-body .value {
  324. display: none;
  325. position: absolute;
  326. height: 1px;
  327. margin-bottom: 0;
  328. transition: height 0.5s ease-in-out;
  329. background-color: #fff;
  330. overflow: hidden; }
  331. @media only screen and (min-width: 62.5625em) {
  332. .node-thematique .content article.main .field-name-body .value {
  333. display: block; } }
  334. .node-thematique .content article.main .field-name-body .value p {
  335. font-size: 0.95em;
  336. padding: 1em 1em 0 1.5em;
  337. line-height: 1.3;
  338. margin: 0;
  339. background-color: #fff; }
  340. @media only screen and (min-width: 62.5625em) {
  341. .node-thematique .content article.main .field-name-body:hover .value {
  342. height: 700px; } }
  343. .node-thematique .content article.main .group-video {
  344. position: relative; }
  345. .node-thematique .content article.main .group-video .field-name-field-emvideo img {
  346. max-width: 100%;
  347. height: auto; }
  348. .node-thematique .content article.main .group-video .field-name-field-emvideo a {
  349. display: block;
  350. line-height: 0; }
  351. .node-thematique .content article.main .group-video .group-description {
  352. cursor: pointer;
  353. pointer-events: none;
  354. position: absolute;
  355. z-index: 2;
  356. top: 0;
  357. left: 0;
  358. width: 100%;
  359. height: 100%; }
  360. .node-thematique .content article.main .group-video .group-description .field-name-field-ecouter {
  361. font-size: 1em;
  362. font-weight: 600;
  363. padding: 0.2em 0.4em;
  364. background-color: rgba(255, 255, 255, 0.9);
  365. display: inline-block;
  366. margin: 15px; }
  367. .node-thematique .content article.main .group-video .group-description .field-name-field-description {
  368. position: absolute;
  369. top: 0;
  370. left: 0;
  371. box-sizing: border-box;
  372. width: 80%;
  373. height: 70%;
  374. margin: 10%;
  375. padding: 5%;
  376. opacity: 0;
  377. background-color: rgba(255, 255, 255, 0.9);
  378. transition: opacity 0.3s ease-in-out; }
  379. .node-thematique .content article.main .group-video .group-description .field-name-field-description h3 {
  380. font-weight: 500;
  381. font-size: 2em;
  382. margin: 0; }
  383. .node-thematique .content article.main .group-video:hover .group-description .field-name-field-description {
  384. opacity: 1; }
  385. .node-thematique .content aside.right {
  386. margin-top: 1.2em; }
  387. @media only screen and (min-width: 62.5625em) {
  388. .node-thematique .content aside.right {
  389. display: inline-block;
  390. vertical-align: top;
  391. width: 30.5%;
  392. margin-top: 0; } }
  393. @media only screen and (min-width: 62.5625em) {
  394. .node-thematique .content aside.right .field-name-field-eclairages {
  395. padding-left: 1em; } }
  396. .node-thematique .content aside.right .field-name-field-eclairages .field-item:not(:last-child) {
  397. padding-bottom: 1.2em; }
  398. .node-thematique .content aside.right .node-documentair {
  399. min-height: 150px;
  400. background-color: #fff; }
  401. .node-thematique .content aside.right .node-documentair .content {
  402. position: relative; }
  403. .node-thematique .content aside.right .node-documentair .content .group-txt {
  404. cursor: pointer;
  405. pointer-events: none;
  406. box-sizing: border-box;
  407. position: absolute;
  408. z-index: 2;
  409. overflow: hidden;
  410. top: 0;
  411. left: 0;
  412. width: 90%;
  413. height: 80%;
  414. margin: 15px; }
  415. .node-thematique .content aside.right .node-documentair .content .group-txt .field-name-field-doc {
  416. font-size: 1em;
  417. font-weight: 600;
  418. padding: 0.2em 0.4em;
  419. background-color: rgba(255, 255, 255, 0.9);
  420. display: inline-block;
  421. z-index: 5;
  422. transition: background-color 0.3s ease-in-out; }
  423. .node-thematique .content aside.right .node-documentair .content .group-txt .field-name-title-field {
  424. position: absolute;
  425. z-index: -1;
  426. top: 0;
  427. left: 0;
  428. width: 100%;
  429. font-size: 1.5em;
  430. font-weight: 500;
  431. padding: 30px 7px 10px;
  432. background-color: rgba(255, 255, 255, 0.9);
  433. opacity: 0;
  434. transition: opacity 0.3s ease-in-out; }
  435. .node-thematique .content aside.right .node-documentair .content .group-video img {
  436. width: 100%;
  437. height: auto; }
  438. .node-thematique .content aside.right .node-documentair .content .group-video a {
  439. display: block;
  440. line-height: 0; }
  441. .node-thematique .content aside.right .node-documentair:not(.en_attente):hover .group-txt .field-name-field-doc {
  442. background-color: transparent; }
  443. .node-thematique .content aside.right .node-documentair:not(.en_attente):hover .group-txt .field-name-title-field {
  444. opacity: 1; }
  445. .node-thematique .content aside.right .node-documentair.en_attente > .content {
  446. position: relative; }
  447. .node-thematique .content aside.right .node-documentair.en_attente > .content::before {
  448. position: absolute;
  449. top: 0;
  450. left: 0;
  451. width: 100%;
  452. height: 100%;
  453. content: " ";
  454. z-index: 10;
  455. background-color: #fff;
  456. opacity: 0.8; }
  457. .node-thematique .content aside.bottom {
  458. padding-top: 1.2em; }
  459. @media only screen and (min-width: 62.5625em) {
  460. .node-thematique .content aside.bottom {
  461. padding-top: 0.6em; } }
  462. .node-thematique .content aside.bottom .field-name-field-episodes .field-label {
  463. font-size: 1em;
  464. font-weight: 600;
  465. padding: 0.2em 0.4em;
  466. background-color: rgba(255, 255, 255, 0.9);
  467. display: inline-block;
  468. margin-bottom: 0.3em; }
  469. @media only screen and (min-width: 62.5625em) {
  470. .node-thematique .content aside.bottom .field-name-field-episodes > .field-items {
  471. display: -ms-flexbox;
  472. display: flex;
  473. -ms-flex-flow: row nowrap;
  474. flex-flow: row nowrap;
  475. -ms-flex-pack: justify;
  476. justify-content: space-between; } }
  477. .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item {
  478. display: block;
  479. background-color: #fff; }
  480. @media only screen and (min-width: 62.5625em) {
  481. .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item {
  482. width: 19%; } }
  483. .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item .node-episode .content {
  484. position: relative; }
  485. .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item .node-episode .content .group-txt {
  486. cursor: pointer;
  487. pointer-events: none;
  488. box-sizing: border-box;
  489. position: absolute;
  490. z-index: 2;
  491. overflow: hidden;
  492. top: 0;
  493. left: 0;
  494. width: 90%;
  495. height: 80%;
  496. margin: 5%;
  497. padding: 5%;
  498. background-color: rgba(255, 255, 255, 0.9);
  499. opacity: 1;
  500. transition: opacity,background-color 0.3s ease-in-out; }
  501. .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item .node-episode .content .group-txt .field-name-title-field {
  502. font-size: 4em;
  503. font-weight: 800;
  504. font-style: italic;
  505. text-align: center; }
  506. .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item .node-episode .content .group-video img {
  507. width: 100%;
  508. height: auto; }
  509. .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item .node-episode .content .group-video a {
  510. display: block;
  511. line-height: 0; }
  512. .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item .node-episode:not(.en_attente):hover .content .group-txt {
  513. opacity: 0.9;
  514. background-color: rgba(255, 255, 255, 0.3); }
  515. .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item .node-episode.en_attente > .content {
  516. position: relative; }
  517. .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item .node-episode.en_attente > .content::before {
  518. position: absolute;
  519. top: 0;
  520. left: 0;
  521. width: 100%;
  522. height: 100%;
  523. content: " ";
  524. z-index: 10;
  525. background-color: #fff;
  526. opacity: 0.8; }
  527. #DOMWindow .embedded-video, #DOMWindow .player, #DOMWindow iframe {
  528. width: 100%;
  529. height: 100%; }
  530. .page-title {
  531. font-size: 4em;
  532. font-weight: 400;
  533. color: #20c498;
  534. text-transform: capitalize;
  535. text-indent: -0.09em; }
  536. body.node-type-page h2 {
  537. font-size: 1.5em;
  538. font-size: 400; }
  539. body.node-type-page h3 {
  540. font-size: 2em;
  541. font-weight: 300;
  542. margin: 1em 0 0; }
  543. body.node-type-page p {
  544. line-height: 1.3; }
  545. body.node-type-page a {
  546. color: #20c498; }
  547. #block-menu-menu-footer-menu {
  548. padding: 2em 0; }
  549. #block-menu-menu-footer-menu ul {
  550. margin: 0;
  551. padding: 0;
  552. text-align: center; }
  553. #block-menu-menu-footer-menu li {
  554. display: inline-block;
  555. list-style: none; }
  556. #block-menu-menu-footer-menu a {
  557. text-decoration: none;
  558. color: #20c498;
  559. font-size: 1.4em;
  560. font-weight: 400; }
  561. #block-menu-menu-footer-menu a:hover {
  562. font-weight: 500; }
  563. .region-footer-bottom {
  564. text-align: center; }
  565. .region-footer-bottom .block {
  566. display: inline-block;
  567. font-size: 0.7em;
  568. margin: 2em 0; }
  569. .region-footer-bottom .block a {
  570. color: inherit; }
  571. #content {
  572. padding: 1em; }
  573. /** Messages. */
  574. div.messages {
  575. padding: 9px;
  576. margin: 0.5em 0 0;
  577. color: #036;
  578. background: #bdf;
  579. border: 1px solid #ace;
  580. border-radius: 5px; }
  581. div.warning {
  582. color: #840;
  583. background: #fe6;
  584. border-color: #ed5; }
  585. div.error {
  586. color: #fff;
  587. background: #e63;
  588. border-color: #d52; }
  589. div.error p.error {
  590. color: #333; }
  591. div.status {
  592. color: #360;
  593. background: #cf8;
  594. border-color: #be7; }
  595. /** Tab navigation */
  596. ul.primary, .views-admin-links ul {
  597. font: 13px/1.231 sans-serif;
  598. *font-size: small;
  599. border-collapse: collapse;
  600. padding: 0 0 0 1em;
  601. /* LTR */
  602. white-space: nowrap;
  603. list-style: none;
  604. margin: 5px;
  605. height: auto;
  606. line-height: normal; }
  607. ul.primary li, .views-admin-links li {
  608. display: inline; }
  609. ul.primary li a, .views-admin-links li a {
  610. border-width: 1px;
  611. border-style: solid solid none solid;
  612. height: auto;
  613. margin-right: 0.5em;
  614. /* LTR */
  615. padding: 0 1em;
  616. text-decoration: none;
  617. border-top-left-radius: 5px;
  618. border-top-right-radius: 5px; }
  619. /** Form */
  620. #node-form .form-region-main {
  621. border-right: 1px solid #BFBFBF;
  622. padding-right: 10px;
  623. width: 68%; }
  624. #node-form .form-region-main label {
  625. float: left;
  626. min-width: 25%; }
  627. #node-form .form-region-main input.form-text {
  628. width: 40%; }
  629. #node-form .form-region-right {
  630. padding-left: 5px; }
  631. #node-form .form-region-right label {
  632. float: left;
  633. min-width: 35%; }
  634. #node-form .form-region-right input.form-text {
  635. width: 60%; }
  636. #node-form .form-region-main label.option, #node-form .form-region-right label.option {
  637. float: none; }
  638. form:not(#views-ui-config-item-form) .form-item {
  639. position: relative;
  640. /* padding:9px;*/ }
  641. form:not(#views-ui-config-item-form) .form-item .description {
  642. position: absolute;
  643. bottom: 140%;
  644. /* right:-15px;*/
  645. z-index: 5;
  646. left: 50%;
  647. color: #1A1A1A;
  648. line-height: 1.1;
  649. background: url(../images/popup.png) 50% 100% no-repeat;
  650. width: 240px;
  651. margin: 0px 0px -15px;
  652. padding: 9px 10px 20px;
  653. display: none;
  654. border-top: 1px solid #9F9F9F; }
  655. form:not(#views-ui-config-item-form) .form-item:hover {
  656. z-index: 1;
  657. height: auto;
  658. /* Fix for flicker in IE7 */ }
  659. form:not(#views-ui-config-item-form) .form-item:hover > .description {
  660. display: block; }
  661. fieldset {
  662. border: 1px solid #D4D4D4;
  663. padding: 10px;
  664. margin-bottom: 1em;
  665. border-radius: 5px; }
  666. fieldset legend {
  667. font-size: 1.6em; }
  668. input.form-text {
  669. max-width: 95%; }
  670. /** TABLE */
  671. table {
  672. width: 100%;
  673. border-radius: 5px; }
  674. table thead th {
  675. background-color: #CCC;
  676. padding: 0.5em 1em;
  677. text-align: left; }
  678. table tbody tr.even, table tbody tr.odd {
  679. border-bottom: 0 solid #CCCCCC;
  680. padding: 0.1em 0.6em; }
  681. table tbody tr.even {
  682. background-color: #EEE; }
  683. table tbody tr.odd {
  684. background-color: #E5E5E5; }
  685. table tbody td {
  686. padding: 0.5em 1em;
  687. text-align: left; }
  688. td.active {
  689. background-color: transparent; }
  690. #tasks .tabs {
  691. border: none;
  692. padding: 0; }
  693. #tasks .tabs a {
  694. border: none;
  695. border-radius: 3px;
  696. background-color: #eee;
  697. padding: 0.4em;
  698. color: #000;
  699. margin: 0 1em 0 0; }
  700. #tasks .tabs a.active {
  701. background-color: #999; }