local.css 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  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. /* Tables */
  103. table.full-width {
  104. width:100%;
  105. }
  106. /* Footer */
  107. #footer {
  108. opacity: 0.18;
  109. margin-top: 20px;
  110. }
  111. #footer .line {
  112. widht:100%;
  113. border-bottom: 1px solid black;
  114. }
  115. #footer .duck {
  116. background-image: url('../img/coin.svg');
  117. background-size: auto 50%;
  118. background-repeat: no-repeat;
  119. background-position: center top;
  120. height:50px;
  121. }
  122. /* Invoices */
  123. #invoice_details .period {
  124. color:#999;
  125. }
  126. table.invoice-table tr.total>td {
  127. font-weight:bold;
  128. border-top:2px solid #DDD;
  129. }
  130. table.invoice-table td.total {
  131. width:100px;
  132. }
  133. #member_invoices td.unpaid {
  134. color:red;
  135. }
  136. #member_invoices tr.total>td.right {
  137. text-align:right;
  138. }
  139. #payment_howto p {
  140. font-size:0.7rem;
  141. }
  142. /* Modifs pour les infos */
  143. td.center {
  144. text-align: center;
  145. }
  146. span.italic {
  147. font-style: italic;
  148. }
  149. /*.button {
  150. border-radius: 2px;
  151. padding: 0.2em 0.5em 0.4em 0.5em;
  152. margin-bottom: auto;
  153. font-size: 0.9em;
  154. }*/
  155. .boolviewer input {
  156. display: none;
  157. }
  158. .boolviewer input:checked+span:before {
  159. color: #008800;
  160. content: "✔ ";
  161. }
  162. .boolviewer input:not(:checked)+span:before {
  163. color: #FF0000;
  164. content: "✗ ";
  165. }
  166. .pass {
  167. font-weight: bold;
  168. }
  169. .warning {
  170. background-color: #FF7777;
  171. border-radius: 5px;
  172. font-style: italic;
  173. }
  174. .warning:before {
  175. content: "⚠ ";
  176. font-weight: bold;
  177. }
  178. #graph h3 select {
  179. display: inline;
  180. background-color: transparent;
  181. border: 0 none transparent;
  182. font-family: inherit;
  183. box-shadow: none;
  184. font-size: 0.9em;
  185. width: auto;
  186. margin: 0;
  187. padding: 0;
  188. }
  189. #graph h3 select option {
  190. font-size: 0.6em;
  191. }
  192. a.cfglink {
  193. white-space: nowrap;
  194. }
  195. tr.inactive {
  196. opacity: 0.3;
  197. }
  198. /* Champs éditables */
  199. .flatform:before {
  200. content: "Les champs marqués d'un ✎ sont éditables.";
  201. }
  202. .flatform .legend {
  203. clear: both;
  204. }
  205. .flatfield label {
  206. background-color: #0086A9;
  207. color: #F0F0F0;
  208. font-size: 0.9em;
  209. padding: 0.2em 0.5em;
  210. white-space: nowrap;
  211. }
  212. .flatfield label:before {
  213. content: "✎ ";
  214. color: #E9E9E9;
  215. }
  216. .flatfield input {
  217. margin-bottom: 0;
  218. border: 1px solid #E9E9E9;
  219. background-color: transparent;
  220. text-overflow: ellipsis;
  221. padding-left: 1em;
  222. box-shadow: none;
  223. font-size: 1.1em;
  224. color: #222222;
  225. width: 90%;
  226. }
  227. .flatfield input::-moz-placeholder {
  228. font-style: italic;
  229. }
  230. .flatfield input:-ms-input-placeholder {
  231. font-style: italic;
  232. }
  233. .flatfield input::-webkit-input-placeholder {
  234. font-style: italic;
  235. }
  236. .flatfield input:focus {
  237. background-color: #FFFFFF;
  238. border: 2px solid #C0C0C0;
  239. }
  240. /* Feeds */
  241. .feed {
  242. font-size:80%;
  243. }
  244. .feed .entry {
  245. margin-bottom:1em;
  246. }
  247. .feed .entry .date {
  248. color:gray;
  249. font-size:80%;
  250. }
  251. .legend .button, .formcontrol .button {
  252. padding: 0.25em 0.5em;
  253. border-radius:5px;
  254. font-size: 0.9em;
  255. }
  256. .nogap ul {
  257. margin-bottom: 0;
  258. }
  259. .nogap ul li {
  260. list-style-type: none;
  261. }
  262. .errored input {
  263. border-color: #FF0000;
  264. box-shadow: #FF7777 0 0 5px;
  265. }
  266. .formcontrol {
  267. text-align: right;
  268. margin-right: 1em;
  269. }
  270. .message.success {
  271. padding: 0.5em;
  272. color: #FFFFFF;
  273. text-align: center;
  274. background-color: #20BA44;
  275. /*background-color: #00A986;*/
  276. border: 1px solid #E0E0E0;
  277. margin: -1.5em 1em 1em 1em;
  278. }
  279. .message.success:before {
  280. content: "✔ ";
  281. }