styles.css 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715
  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. display: block; }
  278. .node-thematique .content {
  279. letter-spacing: -0.25em; }
  280. .node-thematique .content > * {
  281. letter-spacing: normal; }
  282. .node-thematique .content article.main {
  283. overflow: hidden; }
  284. @media only screen and (min-width: 62.5625em) {
  285. .node-thematique .content article.main {
  286. display: inline-block;
  287. vertical-align: top;
  288. width: 69.5%; } }
  289. .node-thematique .content article.main .field-name-body {
  290. position: relative;
  291. z-index: 3; }
  292. .node-thematique .content article.main .field-name-body > * {
  293. padding: 0 1em 0 0; }
  294. .node-thematique .content article.main .field-name-body .summary {
  295. position: relative;
  296. transition: background-color 0.5 ease-in-out; }
  297. @media only screen and (min-width: 62.5625em) {
  298. .node-thematique .content article.main .field-name-body .summary {
  299. height: 7em;
  300. overflow: hidden; } }
  301. .node-thematique .content article.main .field-name-body .summary p {
  302. font-size: 1.1em;
  303. padding: 0.5em 0.5em 0.5em 0;
  304. margin: 0;
  305. font-weight: 500; }
  306. .node-thematique .content article.main .field-name-body .value {
  307. display: none;
  308. position: absolute;
  309. height: 1px;
  310. margin-bottom: 0;
  311. transition: height 0.5s ease-in-out;
  312. background-color: #fff;
  313. overflow: hidden; }
  314. @media only screen and (min-width: 62.5625em) {
  315. .node-thematique .content article.main .field-name-body .value {
  316. display: block; } }
  317. .node-thematique .content article.main .field-name-body .value p {
  318. font-size: 1em;
  319. padding: 1em 1em 0 1.5em;
  320. line-height: 1.3;
  321. margin: 0;
  322. background-color: #fff; }
  323. @media only screen and (min-width: 62.5625em) {
  324. .node-thematique .content article.main .field-name-body:hover .value {
  325. height: 700px; } }
  326. .node-thematique .content article.main .group-video {
  327. position: relative; }
  328. .node-thematique .content article.main .group-video .field-name-field-emvideo img {
  329. max-width: 100%;
  330. height: auto; }
  331. .node-thematique .content article.main .group-video .field-name-field-emvideo a {
  332. display: block;
  333. line-height: 0; }
  334. .node-thematique .content article.main .group-video .group-description {
  335. cursor: pointer;
  336. pointer-events: none;
  337. position: absolute;
  338. z-index: 2;
  339. top: 0;
  340. left: 0;
  341. width: 100%;
  342. height: 100%; }
  343. .node-thematique .content article.main .group-video .group-description .field-name-field-ecouter {
  344. font-size: 1em;
  345. font-weight: 600;
  346. padding: 0.2em 0.4em;
  347. background-color: rgba(255, 255, 255, 0.9);
  348. display: inline-block;
  349. margin: 15px; }
  350. .node-thematique .content article.main .group-video .group-description .field-name-field-description {
  351. position: absolute;
  352. top: 0;
  353. left: 0;
  354. box-sizing: border-box;
  355. width: 80%;
  356. height: 70%;
  357. margin: 10%;
  358. padding: 5%;
  359. opacity: 0;
  360. background-color: rgba(255, 255, 255, 0.9);
  361. transition: opacity 0.3s ease-in-out; }
  362. .node-thematique .content article.main .group-video .group-description .field-name-field-description h3 {
  363. font-weight: 500;
  364. font-size: 2em;
  365. margin: 0; }
  366. .node-thematique .content article.main .group-video:hover .group-description .field-name-field-description {
  367. opacity: 1; }
  368. .node-thematique .content aside.right {
  369. margin-top: 1.2em; }
  370. @media only screen and (min-width: 62.5625em) {
  371. .node-thematique .content aside.right {
  372. display: inline-block;
  373. vertical-align: top;
  374. width: 30.5%;
  375. margin-top: 0; } }
  376. @media only screen and (min-width: 62.5625em) {
  377. .node-thematique .content aside.right .field-name-field-eclairages {
  378. padding-left: 1em; } }
  379. .node-thematique .content aside.right .field-name-field-eclairages .field-item:not(:last-child) {
  380. padding-bottom: 1.2em; }
  381. .node-thematique .content aside.right .node-documentair {
  382. min-height: 150px;
  383. background-color: #fff; }
  384. .node-thematique .content aside.right .node-documentair .content {
  385. position: relative; }
  386. .node-thematique .content aside.right .node-documentair .content .group-txt {
  387. cursor: pointer;
  388. pointer-events: none;
  389. box-sizing: border-box;
  390. position: absolute;
  391. z-index: 2;
  392. overflow: hidden;
  393. top: 0;
  394. left: 0;
  395. width: 90%;
  396. height: 80%;
  397. margin: 15px; }
  398. .node-thematique .content aside.right .node-documentair .content .group-txt .field-name-field-doc {
  399. font-size: 1em;
  400. font-weight: 600;
  401. padding: 0.2em 0.4em;
  402. background-color: rgba(255, 255, 255, 0.9);
  403. display: inline-block;
  404. z-index: 5;
  405. transition: background-color 0.3s ease-in-out; }
  406. .node-thematique .content aside.right .node-documentair .content .group-txt .field-name-title-field {
  407. position: absolute;
  408. z-index: -1;
  409. top: 0;
  410. left: 0;
  411. width: 100%;
  412. font-size: 1.5em;
  413. font-weight: 500;
  414. padding: 30px 7px 10px;
  415. background-color: rgba(255, 255, 255, 0.9);
  416. opacity: 0;
  417. transition: opacity 0.3s ease-in-out; }
  418. .node-thematique .content aside.right .node-documentair .content .group-video img {
  419. width: 100%;
  420. height: auto; }
  421. .node-thematique .content aside.right .node-documentair .content .group-video a {
  422. display: block;
  423. line-height: 0; }
  424. .node-thematique .content aside.right .node-documentair:not(.en_attente):hover .group-txt .field-name-field-doc {
  425. background-color: transparent; }
  426. .node-thematique .content aside.right .node-documentair:not(.en_attente):hover .group-txt .field-name-title-field {
  427. opacity: 1; }
  428. .node-thematique .content aside.right .node-documentair.en_attente > .content {
  429. position: relative; }
  430. .node-thematique .content aside.right .node-documentair.en_attente > .content::before {
  431. position: absolute;
  432. top: 0;
  433. left: 0;
  434. width: 100%;
  435. height: 100%;
  436. content: " ";
  437. z-index: 10;
  438. background-color: #fff;
  439. opacity: 0.8; }
  440. .node-thematique .content aside.bottom {
  441. padding-top: 1.2em; }
  442. @media only screen and (min-width: 62.5625em) {
  443. .node-thematique .content aside.bottom {
  444. padding-top: 0.6em; } }
  445. .node-thematique .content aside.bottom .field-name-field-episodes .field-label {
  446. font-size: 1em;
  447. font-weight: 600;
  448. padding: 0.2em 0.4em;
  449. background-color: rgba(255, 255, 255, 0.9);
  450. display: inline-block;
  451. margin-bottom: 0.3em; }
  452. @media only screen and (min-width: 62.5625em) {
  453. .node-thematique .content aside.bottom .field-name-field-episodes > .field-items {
  454. display: -ms-flexbox;
  455. display: flex;
  456. -ms-flex-flow: row nowrap;
  457. flex-flow: row nowrap;
  458. -ms-flex-pack: justify;
  459. justify-content: space-between; } }
  460. .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item {
  461. display: block;
  462. background-color: #fff; }
  463. @media only screen and (min-width: 62.5625em) {
  464. .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item {
  465. width: 19%; } }
  466. .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item .node-episode .content {
  467. position: relative; }
  468. .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item .node-episode .content .group-txt {
  469. cursor: pointer;
  470. pointer-events: none;
  471. box-sizing: border-box;
  472. position: absolute;
  473. z-index: 2;
  474. overflow: hidden;
  475. top: 0;
  476. left: 0;
  477. width: 90%;
  478. height: 80%;
  479. margin: 5%;
  480. padding: 5%;
  481. background-color: rgba(255, 255, 255, 0.9);
  482. opacity: 1;
  483. transition: opacity,background-color 0.3s ease-in-out; }
  484. .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item .node-episode .content .group-txt .field-name-title-field {
  485. font-size: 4em;
  486. font-weight: 800;
  487. font-style: italic;
  488. text-align: center; }
  489. .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item .node-episode .content .group-video img {
  490. width: 100%;
  491. height: auto; }
  492. .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item .node-episode .content .group-video a {
  493. display: block;
  494. line-height: 0; }
  495. .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item .node-episode:not(.en_attente):hover .content .group-txt {
  496. opacity: 0.9;
  497. background-color: rgba(255, 255, 255, 0.3); }
  498. .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item .node-episode.en_attente > .content {
  499. position: relative; }
  500. .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item .node-episode.en_attente > .content::before {
  501. position: absolute;
  502. top: 0;
  503. left: 0;
  504. width: 100%;
  505. height: 100%;
  506. content: " ";
  507. z-index: 10;
  508. background-color: #fff;
  509. opacity: 0.8; }
  510. #DOMWindow .embedded-video, #DOMWindow .player, #DOMWindow iframe {
  511. width: 100%;
  512. height: 100%; }
  513. .page-title {
  514. font-size: 3em;
  515. font-weight: 400;
  516. text-transform: capitalize; }
  517. #block-menu-menu-footer-menu {
  518. padding: 2em 0; }
  519. #block-menu-menu-footer-menu ul {
  520. margin: 0;
  521. padding: 0;
  522. text-align: center; }
  523. #block-menu-menu-footer-menu li {
  524. display: inline-block;
  525. list-style: none; }
  526. #block-menu-menu-footer-menu a {
  527. text-decoration: none;
  528. color: inherit; }
  529. .region-footer-bottom {
  530. text-align: center; }
  531. .region-footer-bottom .block {
  532. display: inline-block;
  533. font-size: 0.7em;
  534. margin: 2em 0; }
  535. #content {
  536. padding: 1em; }
  537. /** Messages. */
  538. div.messages {
  539. padding: 9px;
  540. margin: 0.5em 0 0;
  541. color: #036;
  542. background: #bdf;
  543. border: 1px solid #ace;
  544. border-radius: 5px; }
  545. div.warning {
  546. color: #840;
  547. background: #fe6;
  548. border-color: #ed5; }
  549. div.error {
  550. color: #fff;
  551. background: #e63;
  552. border-color: #d52; }
  553. div.error p.error {
  554. color: #333; }
  555. div.status {
  556. color: #360;
  557. background: #cf8;
  558. border-color: #be7; }
  559. /** Tab navigation */
  560. ul.primary, .views-admin-links ul {
  561. font: 13px/1.231 sans-serif;
  562. *font-size: small;
  563. border-collapse: collapse;
  564. padding: 0 0 0 1em;
  565. /* LTR */
  566. white-space: nowrap;
  567. list-style: none;
  568. margin: 5px;
  569. height: auto;
  570. line-height: normal; }
  571. ul.primary li, .views-admin-links li {
  572. display: inline; }
  573. ul.primary li a, .views-admin-links li a {
  574. border-width: 1px;
  575. border-style: solid solid none solid;
  576. height: auto;
  577. margin-right: 0.5em;
  578. /* LTR */
  579. padding: 0 1em;
  580. text-decoration: none;
  581. border-top-left-radius: 5px;
  582. border-top-right-radius: 5px; }
  583. /** Form */
  584. #node-form .form-region-main {
  585. border-right: 1px solid #BFBFBF;
  586. padding-right: 10px;
  587. width: 68%; }
  588. #node-form .form-region-main label {
  589. float: left;
  590. min-width: 25%; }
  591. #node-form .form-region-main input.form-text {
  592. width: 40%; }
  593. #node-form .form-region-right {
  594. padding-left: 5px; }
  595. #node-form .form-region-right label {
  596. float: left;
  597. min-width: 35%; }
  598. #node-form .form-region-right input.form-text {
  599. width: 60%; }
  600. #node-form .form-region-main label.option, #node-form .form-region-right label.option {
  601. float: none; }
  602. form:not(#views-ui-config-item-form) .form-item {
  603. position: relative;
  604. /* padding:9px;*/ }
  605. form:not(#views-ui-config-item-form) .form-item .description {
  606. position: absolute;
  607. bottom: 140%;
  608. /* right:-15px;*/
  609. z-index: 5;
  610. left: 50%;
  611. color: #1A1A1A;
  612. line-height: 1.1;
  613. background: url(../images/popup.png) 50% 100% no-repeat;
  614. width: 240px;
  615. margin: 0px 0px -15px;
  616. padding: 9px 10px 20px;
  617. display: none;
  618. border-top: 1px solid #9F9F9F; }
  619. form:not(#views-ui-config-item-form) .form-item:hover {
  620. z-index: 1;
  621. height: auto;
  622. /* Fix for flicker in IE7 */ }
  623. form:not(#views-ui-config-item-form) .form-item:hover > .description {
  624. display: block; }
  625. fieldset {
  626. border: 1px solid #D4D4D4;
  627. padding: 10px;
  628. margin-bottom: 1em;
  629. border-radius: 5px; }
  630. fieldset legend {
  631. font-size: 1.6em; }
  632. input.form-text {
  633. max-width: 95%; }
  634. /** TABLE */
  635. table {
  636. width: 100%;
  637. border-radius: 5px; }
  638. table thead th {
  639. background-color: #CCC;
  640. padding: 0.5em 1em;
  641. text-align: left; }
  642. table tbody tr.even, table tbody tr.odd {
  643. border-bottom: 0 solid #CCCCCC;
  644. padding: 0.1em 0.6em; }
  645. table tbody tr.even {
  646. background-color: #EEE; }
  647. table tbody tr.odd {
  648. background-color: #E5E5E5; }
  649. table tbody td {
  650. padding: 0.5em 1em;
  651. text-align: left; }
  652. td.active {
  653. background-color: transparent; }
  654. #tasks .tabs {
  655. border: none;
  656. padding: 0; }
  657. #tasks .tabs a {
  658. border: none;
  659. border-radius: 3px;
  660. background-color: #eee;
  661. padding: 0.4em;
  662. color: #000;
  663. margin: 0 1em 0 0; }
  664. #tasks .tabs a.active {
  665. background-color: #999; }