styles.css 24 KB

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