styles.css 23 KB

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