styles.css 5.6 KB

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