Le repo des sources pour le site web des JM2L
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 

240 linhas
4.1 KiB

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