styles.css 26 KB

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