styles.css 22 KB

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