Le repo des sources pour le site web des JM2L
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

232 lines
4.1 KiB

  1. a {
  2. cursor: pointer;
  3. }
  4. .pagecontent {
  5. padding: 0 50px;
  6. }
  7. .borderbox {
  8. border: 1px solid #e1e4e5;
  9. margin: 1px 0 24px;
  10. color: #404040;
  11. line-height: 1.5;
  12. margin: 0;
  13. overflow: auto;
  14. padding: 12px;
  15. background: none repeat scroll 0 0 #fcfcfc;
  16. font-family: "Lato","proxima-nova","Helvetica Neue",Arial,sans-serif;
  17. }
  18. .titleborderbox {
  19. background: none repeat scroll 0 0 #ffffff;
  20. border: 1px solid #eee;
  21. display: inline;
  22. left: 16px;
  23. padding: 2px 7px;
  24. position: relative;
  25. top: 10px;
  26. }
  27. .footborderbox {
  28. background: none repeat scroll 0 0 #fff;
  29. border: 1px solid #FEE;
  30. display: inline;
  31. padding: 2px 7px;
  32. position: relative;
  33. bottom: 10px;
  34. float: right;
  35. margin-right: 15px;
  36. }
  37. .borderboxtime {
  38. float:right;
  39. padding:1px 15px;
  40. border: 1px solid #eee;
  41. }
  42. .Loading {
  43. background-image: url(/vendor/select2/img/select2-spinner.gif);
  44. background-position: center;
  45. background-repeat: no-repeat;
  46. height:100px;
  47. }
  48. .invalid {
  49. background:url(/img/invalid.png) no-repeat 0 50%;
  50. padding-left:22px;
  51. line-height:24px;
  52. color:#ec3f41;
  53. }
  54. .valid {
  55. background:url(/img/valid.png) no-repeat 0 50%;
  56. padding-left:22px;
  57. line-height:24px;
  58. color:#3aba34;
  59. }
  60. .intervbox {
  61. border-style: dotted;
  62. }
  63. .tiers {
  64. border-radius: 5px;
  65. border: 1px solid #ccc;
  66. padding: 4px;
  67. }
  68. .cke_show_borders {
  69. border: 1px solid #ddd;
  70. border-radius: 5px;
  71. padding:5px;
  72. }
  73. #map {
  74. height: 250px;
  75. width:520px;
  76. }
  77. .Ucarousel-control {
  78. background: none repeat scroll 0 0 #222;
  79. border: 3px solid #fff;
  80. border-radius: 12px;
  81. color: #fff;
  82. font-size: 24px;
  83. font-weight: 100;
  84. height: 15px;
  85. line-height: 12px;
  86. opacity: 0.5;
  87. position: absolute;
  88. text-align: center;
  89. text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  90. width: 15px;
  91. top: -20px;
  92. }
  93. .Ucarousel-control.left {
  94. right: auto;
  95. left: 15px;
  96. }
  97. .Ucarousel-control.right {
  98. left: auto;
  99. right: 15px;
  100. }
  101. .Tcarousel-control {
  102. bottom: 0;
  103. color: #fff;
  104. font-size: 20px;
  105. left: 0;
  106. opacity: 0.5;
  107. position: absolute;
  108. text-align: center;
  109. text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  110. top: 100px;;
  111. width: 3%;
  112. }
  113. .Tcarousel-control.left {
  114. right: auto;
  115. left: 15px;
  116. }
  117. .Tcarousel-control.right {
  118. left: auto;
  119. right: 15px;
  120. }
  121. .carousel-vote {
  122. padding: 15px 50px;
  123. position: absolute;
  124. right: 0;
  125. bottom: 0;
  126. }
  127. .LogistiqueTable th, .LogistiqueTable td
  128. {
  129. text-align:center;
  130. vertical-align:middle;
  131. }
  132. #flash, #notfound {
  133. font-size: 16px;
  134. width: 500px;
  135. text-align: center;
  136. background-color: #e1ecfe;
  137. border-top: 2px solid #7a9eec;
  138. border-bottom: 2px solid #7a9eec;
  139. padding: 10px 20px 10px 20px;
  140. }
  141. #notfound {
  142. background-color: #fbe3e4;
  143. border-top: 2px solid #fbc2c4;
  144. border-bottom: 2px solid #fbc2c4;
  145. padding: 0 20px 30px 20px;
  146. }
  147. #tasks {
  148. width: 500px;
  149. }
  150. #tasks li {
  151. padding: 5px 0 5px 0;
  152. border-bottom: 1px solid #bbbbbb;
  153. }
  154. #tasks li.last {
  155. border-bottom: none;
  156. }
  157. #tasks .name {
  158. width: 400px;
  159. text-align: left;
  160. display: inline-block;
  161. }
  162. #tasks .actions {
  163. width: 95px;
  164. text-align: right;
  165. display: inline-block;
  166. }
  167. .ShowEntities td, .ShowEntities th {
  168. border-top: none;
  169. }
  170. .ShowEntities td {
  171. padding:10px;
  172. text-align: center;
  173. }
  174. .ShowEntities th {
  175. background-color: #fafafa;
  176. background-image: linear-gradient(to bottom, #fff, #f2f2f2);
  177. background-repeat: repeat-x;
  178. border: 1px solid #d4d4d4;
  179. border-radius: 4px;
  180. }
  181. .ShowEntities {
  182. border: 1px solid #d4d4d4;
  183. }
  184. .ShowEntities td img {
  185. width: 60px;
  186. height: 60px;
  187. }
  188. .ShowEntities td:hover {
  189. background-color: #F5F5F5;
  190. }
  191. .footer {
  192. background-color: #f5f5f5;
  193. border-top: 1px solid #e5e5e5;
  194. margin-top: 70px;
  195. padding: 10px 0;
  196. text-align: center;
  197. width: auto;
  198. }
  199. .footer p {
  200. color: #777;
  201. margin-bottom: 0;
  202. }
  203. /* Fix calendar button vertical pos */
  204. .date-input-buttons {
  205. margin-bottom: 0.7em;
  206. }
  207. /* Calendar button looks better without that gray background */
  208. .ws-popover-opener {
  209. background: none;
  210. }