styles.css 26 KB

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