local.css 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342
  1. /* Titre général */
  2. header {
  3. user-select: none;
  4. /* Navigateurs */
  5. -moz-user-select: none;
  6. -webkit-user-select: none;
  7. }
  8. h1 {
  9. font-size: 2.2em;
  10. margin-bottom: 1em;
  11. }
  12. h1:before {
  13. content: "\\_o<";
  14. color: #FF6600;
  15. font-weight: normal;
  16. font-family: monospace;
  17. text-align: center;
  18. font-size: 1.25em;
  19. display: block;
  20. float: left;
  21. width: 25%;
  22. }
  23. h1:hover:before {
  24. content: "\\_x<";
  25. }
  26. h1:hover:after {
  27. position: absolute;
  28. text-align: center;
  29. z-index: -1;
  30. right: 15%;
  31. left: 25%;
  32. }
  33. h1 a, h1:after {
  34. color: #0086A9;
  35. font-weight: bold;
  36. }
  37. /* Barre de navigation */
  38. .side-nav {
  39. background-color: #FAFAFA;
  40. padding:5px;
  41. }
  42. /*
  43. nav#sidebox {
  44. position: fixed;
  45. z-index: 1;
  46. }
  47. h3#nav {
  48. background-color: #E8E8FF;
  49. border: 1px solid #E0E0E0;
  50. border-bottom-color: #0086A9;
  51. padding-bottom: 0.25em;
  52. text-indent: 0.25em;
  53. margin-top: 0.25em;
  54. padding-top: 0.1em;
  55. margin-bottom: 0;
  56. color: #FF6600;
  57. }*/
  58. /*
  59. .side-nav {
  60. padding: 0;
  61. padding-top: 0.75em;
  62. background-color: #E8E8FF;
  63. border: 1px solid #E0E0E0;
  64. border-top: 0 none transparent;
  65. margin-top: 0;
  66. }
  67. .side-nav a {
  68. padding: 0 0.5em 0.2em 0.5em;
  69. }
  70. .side-nav a:hover,
  71. .side-nav li.active a,
  72. .side-nav li ul li a:hover {
  73. background-color: #0086A9;
  74. color: #FFFFFF !important;
  75. border-radius: 5px;
  76. }
  77. .side-nav li ul {
  78. list-style-type: disc;
  79. padding-top: 0.25em;
  80. }
  81. .side-nav li ul li a:hover {
  82. margin-right: 1em;
  83. }
  84. .side-nav li ul li a {
  85. padding-left: 0.25em;
  86. margin-left: -0.25em;
  87. }
  88. .side-nav li.active li a {
  89. background-color: transparent;
  90. color: #0086A9 !important;
  91. }
  92. */
  93. /* Titre section principale */
  94. h2:before {
  95. /*content: url(../img/coinitem.png);*/
  96. margin-right: 0.25em;
  97. }
  98. h2 {
  99. color: #FF6600;
  100. /*border-bottom: 2px solid #0086A9;*/
  101. }
  102. /* panels */
  103. .panel {}
  104. .panel > h2,
  105. .panel > h3,
  106. .panel > h4,
  107. .panel > h5 {
  108. border-bottom: 1px solid #d8d8d8;
  109. margin-bottom: 1.25rem;
  110. padding-bottom: 0.625rem;
  111. }
  112. /* Tables */
  113. table.full-width {
  114. width:100%;
  115. }
  116. table.no-border {
  117. border: none;
  118. }
  119. table.no-background {}
  120. table.no-background,
  121. table.no-background thead,
  122. table.no-background tfoot,
  123. table.no-background tr {
  124. background: transparent;
  125. }
  126. /* Footer */
  127. #footer {
  128. opacity: 0.18;
  129. margin-top: 20px;
  130. }
  131. #footer .line {
  132. widht:100%;
  133. border-bottom: 1px solid black;
  134. }
  135. #footer .duck {
  136. background-image: url('../img/coin.svg');
  137. background-size: auto 50%;
  138. background-repeat: no-repeat;
  139. background-position: center top;
  140. height:50px;
  141. }
  142. /* Invoices */
  143. #invoice_details .period {
  144. color:#999;
  145. }
  146. table.invoice-table tr.total>td {
  147. font-weight:bold;
  148. border-top:2px solid #DDD;
  149. }
  150. table.invoice-table td.total {
  151. width:100px;
  152. }
  153. #member_invoices td.unpaid {
  154. color:red;
  155. }
  156. #member_invoices tr.total>td.right {
  157. text-align:right;
  158. }
  159. #payment_howto p {
  160. font-size:0.7rem;
  161. }
  162. /* Modifs pour les infos */
  163. td.center {
  164. text-align: center;
  165. }
  166. span.italic {
  167. font-style: italic;
  168. }
  169. /*.button {
  170. border-radius: 2px;
  171. padding: 0.2em 0.5em 0.4em 0.5em;
  172. margin-bottom: auto;
  173. font-size: 0.9em;
  174. }*/
  175. .boolviewer input {
  176. display: none;
  177. }
  178. .boolviewer input:checked+span:before {
  179. color: #008800;
  180. content: "✔ ";
  181. }
  182. .boolviewer input:not(:checked)+span:before {
  183. color: #FF0000;
  184. content: "✗ ";
  185. }
  186. .pass {
  187. font-weight: bold;
  188. }
  189. .warning {
  190. background-color: #FF7777;
  191. border-radius: 5px;
  192. font-style: italic;
  193. }
  194. .warning:before {
  195. content: "⚠ ";
  196. font-weight: bold;
  197. }
  198. #graph h3 select {
  199. display: inline;
  200. background-color: transparent;
  201. border: 0 none transparent;
  202. font-family: inherit;
  203. box-shadow: none;
  204. font-size: 0.9em;
  205. width: auto;
  206. margin: 0;
  207. padding: 0;
  208. }
  209. #graph h3 select option {
  210. font-size: 0.6em;
  211. }
  212. a.cfglink {
  213. white-space: nowrap;
  214. }
  215. tr.inactive {
  216. opacity: 0.3;
  217. }
  218. /* Champs éditables */
  219. .flatform:before {
  220. content: "Les champs marqués d'un ✎ sont éditables.";
  221. }
  222. .flatform .legend {
  223. clear: both;
  224. }
  225. .flatfield label {
  226. background-color: #0086A9;
  227. color: #F0F0F0;
  228. font-size: 0.9em;
  229. padding: 0.2em 0.5em;
  230. white-space: nowrap;
  231. }
  232. .flatfield label:before {
  233. content: "✎ ";
  234. color: #E9E9E9;
  235. }
  236. .flatfield input {
  237. margin-bottom: 0;
  238. border: 1px solid #E9E9E9;
  239. background-color: transparent;
  240. text-overflow: ellipsis;
  241. padding-left: 1em;
  242. box-shadow: none;
  243. font-size: 1.1em;
  244. color: #222222;
  245. width: 90%;
  246. }
  247. .flatfield input::-moz-placeholder {
  248. font-style: italic;
  249. }
  250. .flatfield input:-ms-input-placeholder {
  251. font-style: italic;
  252. }
  253. .flatfield input::-webkit-input-placeholder {
  254. font-style: italic;
  255. }
  256. .flatfield input:focus {
  257. background-color: #FFFFFF;
  258. border: 2px solid #C0C0C0;
  259. }
  260. /* Feeds */
  261. .feed {
  262. font-size:80%;
  263. }
  264. .feed .entry {
  265. margin-bottom:1em;
  266. }
  267. .feed .entry .date {
  268. color:gray;
  269. font-size:80%;
  270. }
  271. .legend .button, .formcontrol .button {
  272. padding: 0.25em 0.5em;
  273. border-radius:5px;
  274. font-size: 0.9em;
  275. }
  276. .nogap ul {
  277. margin-bottom: 0;
  278. }
  279. .nogap ul li {
  280. list-style-type: none;
  281. }
  282. .errored input {
  283. border-color: #FF0000;
  284. box-shadow: #FF7777 0 0 5px;
  285. }
  286. .formcontrol {
  287. text-align: right;
  288. margin-right: 1em;
  289. }
  290. .message.success {
  291. padding: 0.5em;
  292. color: #FFFFFF;
  293. text-align: center;
  294. background-color: #20BA44;
  295. /*background-color: #00A986;*/
  296. border: 1px solid #E0E0E0;
  297. margin: -1.5em 1em 1em 1em;
  298. }
  299. .message.success:before {
  300. content: "✔ ";
  301. }