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.
 
 
 
 
 

224 lines
4.0 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. .LogistiqueTable th, .LogistiqueTable td
  122. {
  123. text-align:center;
  124. vertical-align:middle;
  125. }
  126. #flash, #notfound {
  127. font-size: 16px;
  128. width: 500px;
  129. text-align: center;
  130. background-color: #e1ecfe;
  131. border-top: 2px solid #7a9eec;
  132. border-bottom: 2px solid #7a9eec;
  133. padding: 10px 20px 10px 20px;
  134. }
  135. #notfound {
  136. background-color: #fbe3e4;
  137. border-top: 2px solid #fbc2c4;
  138. border-bottom: 2px solid #fbc2c4;
  139. padding: 0 20px 30px 20px;
  140. }
  141. #tasks {
  142. width: 500px;
  143. }
  144. #tasks li {
  145. padding: 5px 0 5px 0;
  146. border-bottom: 1px solid #bbbbbb;
  147. }
  148. #tasks li.last {
  149. border-bottom: none;
  150. }
  151. #tasks .name {
  152. width: 400px;
  153. text-align: left;
  154. display: inline-block;
  155. }
  156. #tasks .actions {
  157. width: 95px;
  158. text-align: right;
  159. display: inline-block;
  160. }
  161. .ShowEntities td, .ShowEntities th {
  162. border-top: none;
  163. }
  164. .ShowEntities td {
  165. padding:10px;
  166. text-align: center;
  167. }
  168. .ShowEntities th {
  169. background-color: #fafafa;
  170. background-image: linear-gradient(to bottom, #fff, #f2f2f2);
  171. background-repeat: repeat-x;
  172. border: 1px solid #d4d4d4;
  173. border-radius: 4px;
  174. }
  175. .ShowEntities {
  176. border: 1px solid #d4d4d4;
  177. }
  178. .ShowEntities td img {
  179. width: 60px;
  180. height: 60px;
  181. }
  182. .ShowEntities td:hover {
  183. background-color: #F5F5F5;
  184. }
  185. .footer {
  186. background-color: #f5f5f5;
  187. border-top: 1px solid #e5e5e5;
  188. margin-top: 70px;
  189. padding: 10px 0;
  190. text-align: center;
  191. width: auto;
  192. }
  193. .footer p {
  194. color: #777;
  195. margin-bottom: 0;
  196. }
  197. /* Fix calendar button vertical pos */
  198. .date-input-buttons {
  199. margin-bottom: 0.7em;
  200. }
  201. /* Calendar button looks better without that gray background */
  202. .ws-popover-opener {
  203. background: none;
  204. }