styles.css 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296
  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. #center, #sidebar-first, #sidebar-second, .footer-block .region, .header-block {
  25. display: inline-block;
  26. vertical-align: top; }
  27. body.two-sidebars #center {
  28. width: 54%; }
  29. body.sidebar-first #center {
  30. width: 73%; }
  31. body.sidebar-second #center {
  32. width: 80%; }
  33. body.no-sidebars #center {
  34. width: 100%; }
  35. #sidebar-first {
  36. width: 24%; }
  37. #sidebar-second {
  38. width: 18%; }
  39. #header, #main, #footer {
  40. padding: 0; }
  41. #container {
  42. width: 1024px;
  43. margin: 0 auto; }
  44. #header h1 {
  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. #node-63 {
  58. color: #1f04a1; }
  59. #thematique-anchor-links {
  60. padding: 1em 0; }
  61. #thematique-anchor-links ul {
  62. display: -ms-flexbox;
  63. display: flex;
  64. -ms-flex-flow: row nowrap;
  65. flex-flow: row nowrap;
  66. -ms-flex-pack: justify;
  67. justify-content: space-between;
  68. padding: 0;
  69. margin: 0; }
  70. #thematique-anchor-links ul li {
  71. list-style: none;
  72. padding: 0;
  73. margin: 0; }
  74. #thematique-anchor-links ul li a {
  75. color: #1f04a1;
  76. text-decoration: none;
  77. font-weight: 600; }
  78. .panel-thematique {
  79. background-position: center;
  80. background-size: contain;
  81. background-repeat: no-repeat; }
  82. .panel-thematique .field-name-field-emvideo img {
  83. width: 100%; }
  84. .panel-thematique header.top h2 {
  85. font-size: 2.5em;
  86. font-weight: 300;
  87. color: #fb3f08; }
  88. .panel-thematique .left .field-name-body {
  89. display: none; }
  90. .panel-thematique .bottom .field-name-field-episodes > .field-items {
  91. display: -ms-flexbox;
  92. display: flex;
  93. -ms-flex-flow: row nowrap;
  94. flex-flow: row nowrap;
  95. -ms-flex-pack: justify;
  96. justify-content: space-between; }
  97. .panel-thematique .bottom .field-name-field-episodes > .field-items > .field-item {
  98. display: block;
  99. width: 19%; }
  100. .panel-thematique .bottom .field-name-body {
  101. display: none; }
  102. #mini-panel-th_matique {
  103. background-image: url(../../images/fond-theme-0.png); }
  104. #mini-panel-th_matique-1 {
  105. background-image: url(../../images/fond-theme-0.png); }
  106. #mini-panel-th_matique-2 {
  107. background-image: url(../../images/fond-theme-0.png); }
  108. #mini-panel-th_matique-3 {
  109. background-image: url(../../images/fond-theme-0.png); }
  110. #mini-panel-th_matique-4 {
  111. background-image: url(../../images/fond-theme-0.png); }
  112. #mini-panel-th_matique-5 {
  113. background-image: url(../../images/fond-theme-0.png); }
  114. #footer-bottom {
  115. text-align: center; }
  116. #footer-bottom .block {
  117. background-color: transparent;
  118. font-size: 0.7em; }
  119. #content {
  120. padding: 1em; }
  121. /** Messages. */
  122. div.messages {
  123. padding: 9px;
  124. margin: 0.5em 0 0;
  125. color: #036;
  126. background: #bdf;
  127. border: 1px solid #ace;
  128. border-radius: 5px; }
  129. div.warning {
  130. color: #840;
  131. background: #fe6;
  132. border-color: #ed5; }
  133. div.error {
  134. color: #fff;
  135. background: #e63;
  136. border-color: #d52; }
  137. div.error p.error {
  138. color: #333; }
  139. div.status {
  140. color: #360;
  141. background: #cf8;
  142. border-color: #be7; }
  143. /** Tab navigation */
  144. ul.primary, .views-admin-links ul {
  145. font: 13px/1.231 sans-serif;
  146. *font-size: small;
  147. border-collapse: collapse;
  148. padding: 0 0 0 1em;
  149. /* LTR */
  150. white-space: nowrap;
  151. list-style: none;
  152. margin: 5px;
  153. height: auto;
  154. line-height: normal; }
  155. ul.primary li, .views-admin-links li {
  156. display: inline; }
  157. ul.primary li a, .views-admin-links li a {
  158. border-width: 1px;
  159. border-style: solid solid none solid;
  160. height: auto;
  161. margin-right: 0.5em;
  162. /* LTR */
  163. padding: 0 1em;
  164. text-decoration: none;
  165. border-top-left-radius: 5px;
  166. border-top-right-radius: 5px; }
  167. /** Form */
  168. #node-form .form-region-main {
  169. border-right: 1px solid #BFBFBF;
  170. padding-right: 10px;
  171. width: 68%; }
  172. #node-form .form-region-main label {
  173. float: left;
  174. min-width: 25%; }
  175. #node-form .form-region-main input.form-text {
  176. width: 40%; }
  177. #node-form .form-region-right {
  178. padding-left: 5px; }
  179. #node-form .form-region-right label {
  180. float: left;
  181. min-width: 35%; }
  182. #node-form .form-region-right input.form-text {
  183. width: 60%; }
  184. #node-form .form-region-main label.option, #node-form .form-region-right label.option {
  185. float: none; }
  186. form:not(#views-ui-config-item-form) .form-item {
  187. position: relative;
  188. /* padding:9px;*/ }
  189. form:not(#views-ui-config-item-form) .form-item .description {
  190. position: absolute;
  191. bottom: 140%;
  192. /* right:-15px;*/
  193. z-index: 5;
  194. left: 50%;
  195. color: #1A1A1A;
  196. line-height: 1.1;
  197. background: url(../images/popup.png) 50% 100% no-repeat;
  198. width: 240px;
  199. margin: 0px 0px -15px;
  200. padding: 9px 10px 20px;
  201. display: none;
  202. border-top: 1px solid #9F9F9F; }
  203. form:not(#views-ui-config-item-form) .form-item:hover {
  204. z-index: 1;
  205. height: auto;
  206. /* Fix for flicker in IE7 */ }
  207. form:not(#views-ui-config-item-form) .form-item:hover > .description {
  208. display: block; }
  209. fieldset {
  210. border: 1px solid #D4D4D4;
  211. padding: 10px;
  212. margin-bottom: 1em;
  213. border-radius: 5px; }
  214. fieldset legend {
  215. font-size: 1.6em; }
  216. input.form-text {
  217. max-width: 95%; }
  218. /** TABLE */
  219. table {
  220. width: 100%;
  221. border-radius: 5px; }
  222. table thead th {
  223. background-color: #CCC;
  224. padding: 0.5em 1em;
  225. text-align: left; }
  226. table tbody tr.even, table tbody tr.odd {
  227. border-bottom: 0 solid #CCCCCC;
  228. padding: 0.1em 0.6em; }
  229. table tbody tr.even {
  230. background-color: #EEE; }
  231. table tbody tr.odd {
  232. background-color: #E5E5E5; }
  233. table tbody td {
  234. padding: 0.5em 1em;
  235. text-align: left; }
  236. td.active {
  237. background-color: transparent; }