timeline.css 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  1. /** COMMONS */
  2. /** COMMONS */
  3. /** colors */
  4. /** jscrollpane */
  5. .jspScrollable .jspContainer .jspVerticalBar {
  6. width: 10px;
  7. background-color: #f2f2f2;
  8. background-color: #f2f2f2;
  9. background-color: #f2f2f2;
  10. }
  11. .jspScrollable .jspContainer .jspVerticalBar .jspTrack {
  12. background-color: transparent;
  13. background-color: transparent;
  14. background-color: transparent;
  15. }
  16. .jspScrollable .jspContainer .jspVerticalBar .jspTrack .jspDrag {
  17. background-color: #77787b;
  18. background-color: #77787b;
  19. background-color: #77787b;
  20. }
  21. /** COMMONS */
  22. .Museo {
  23. font-family: "Museo", Arial, sans-serif;
  24. }
  25. .MuseoSans {
  26. font-family: "MuseoSans", Arial, sans-serif;
  27. }
  28. .MuseoSlab {
  29. font-family: "MuseoSlab", Arial, sans-serif;
  30. }
  31. a,
  32. a:visited {
  33. color: #000;
  34. }
  35. /*a.active, li a.active{color:@main-blue;}*/
  36. body {
  37. font-family: "MuseoSans", Arial, sans-serif;
  38. font-size: 16px;
  39. }
  40. .8 {
  41. font-size: 8px;
  42. }
  43. .9 {
  44. font-size: 9px;
  45. }
  46. .10 {
  47. font-size: 10px;
  48. }
  49. .11 {
  50. font-size: 10px;
  51. }
  52. .12 {
  53. font-size: 12px;
  54. }
  55. .14 {
  56. font-size: 14px;
  57. }
  58. .16 {
  59. font-size: 16px;
  60. }
  61. .18 {
  62. font-size: 18px;
  63. }
  64. .24 {
  65. font-size: 24px;
  66. }
  67. .regular {
  68. font-weight: normal;
  69. }
  70. .bold {
  71. font-weight: bold;
  72. }
  73. .100 {
  74. font-weight: 100;
  75. }
  76. .300 {
  77. font-weight: 300;
  78. }
  79. .500 {
  80. font-weight: 500;
  81. }
  82. .700 {
  83. font-weight: 700;
  84. }
  85. .900 {
  86. font-weight: 900;
  87. }
  88. .upper {
  89. text-transform: uppercase;
  90. }
  91. .italic {
  92. font-style: italic;
  93. }
  94. .normal {
  95. font-style: normal;
  96. }
  97. /** FEUILLES DE STYLES */
  98. /** timeline */
  99. /** filters */
  100. /** time line */
  101. #timeline-loader {
  102. max-width: 700px;
  103. margin: 0 auto;
  104. margin: 0 auto;
  105. margin: 0 auto;
  106. font-family: "MuseoSans", Arial, sans-serif;
  107. font-size: 12px;
  108. font-weight: 700;
  109. border-bottom: 1px solid #000000;
  110. border-bottom: 1px solid #000000;
  111. border-bottom: 1px solid #000000;
  112. }
  113. #timeline-loader .progress {
  114. border-top: 3px solid #999;
  115. width: 0;
  116. /* .transition(width 4s linear);*/
  117. transition: width 3s linear;
  118. -moz-transition: width 3s linear;
  119. -o-transition: width 3s linear;
  120. -webkit-transition: width 3s linear;
  121. }
  122. #timeline-loader .progress.complete {
  123. /* .transition(width 0.1s linear);*/
  124. transition: width 0.1s linear;
  125. -moz-transition: width 0.1s linear;
  126. -o-transition: width 0.1s linear;
  127. -webkit-transition: width 0.1s linear;
  128. }
  129. #timeline {
  130. margin-top: 25px;
  131. margin-top: 25px;
  132. margin-top: 25px;
  133. }
  134. #timeline h3.title {
  135. cursor: pointer;
  136. font-family: "MuseoSans", Arial, sans-serif;
  137. font-size: 10px;
  138. font-weight: 900;
  139. text-transform: uppercase;
  140. margin: 0;
  141. margin: 0;
  142. margin: 0;
  143. color: #a5a5a5;
  144. }
  145. @media screen and (min-width: 1201px) {
  146. #timeline h3.title {
  147. font-size: 12px;
  148. }
  149. }
  150. #timeline-container {
  151. width: 100%;
  152. height: 98%;
  153. border-top: 2px solid #a5a5a5;
  154. border-top: 2px solid #a5a5a5;
  155. border-top: 2px solid #a5a5a5;
  156. overflow: hidden;
  157. background-color: #f2f2f2;
  158. background-color: #f2f2f2;
  159. background-color: #f2f2f2;
  160. }
  161. #timeline-container .timeline-frame {
  162. border: 0 solid #999;
  163. }
  164. #timeline-container .timeline-navigation {
  165. top: 0;
  166. right: 0;
  167. height: 20px;
  168. border: 0 solid transparent;
  169. background-color: #fff;
  170. }
  171. #timeline-container .timeline-navigation div {
  172. padding: 2px 0 0 10px;
  173. padding: 2px 0 0 10px;
  174. padding: 2px 0 0 10px;
  175. }
  176. #timeline-container .timeline-navigation div.timeline-navigation-zoom-in {
  177. background-image: url('../images/btns_zoomin.png');
  178. }
  179. #timeline-container .timeline-navigation div.timeline-navigation-zoom-out {
  180. background-image: url('../images/btns_zoomout.png');
  181. }
  182. #timeline-container .timeline-navigation div.timeline-navigation-move-left {
  183. background-image: url('../images/btns_moveleft.png');
  184. }
  185. #timeline-container .timeline-navigation div.timeline-navigation-move-right {
  186. background-image: url('../images/btns_moveright.png');
  187. }
  188. #timeline-container .timeline-axis-text {
  189. font-family: "MuseoSans", Arial, sans-serif;
  190. font-size: 10px;
  191. font-weight: 900;
  192. text-transform: uppercase;
  193. margin: 0;
  194. margin: 0;
  195. margin: 0;
  196. color: #a5a5a5;
  197. }
  198. @media screen and (min-width: 1201px) {
  199. #timeline-container .timeline-axis-text {
  200. font-size: 12px;
  201. }
  202. }
  203. #timeline-container .timeline-event {
  204. -webkit-border-radius: 0;
  205. -moz-border-radius: 0;
  206. border-radius: 0;
  207. -moz-background-clip: padding;
  208. -webkit-background-clip: padding-box;
  209. background-clip: padding-box;
  210. -webkit-border-radius: 0;
  211. -moz-border-radius: 0;
  212. border-radius: 0;
  213. -moz-background-clip: padding;
  214. -webkit-background-clip: padding-box;
  215. background-clip: padding-box;
  216. -webkit-border-radius: 0;
  217. -moz-border-radius: 0;
  218. border-radius: 0;
  219. -moz-background-clip: padding;
  220. -webkit-background-clip: padding-box;
  221. background-clip: padding-box;
  222. border: 0 solid transparent;
  223. /*
  224. TODO move events with css3
  225. */
  226. }
  227. #timeline-container .timeline-event.timeline-event-range {
  228. background-color: #fff;
  229. }
  230. #timeline-container .timeline-event-content {
  231. margin: 0;
  232. margin: 0;
  233. margin: 0;
  234. }
  235. #timeline-container .timeline-event-content div.date {
  236. display: block;
  237. text-decoration: none;
  238. text-align: left;
  239. cursor: pointer;
  240. padding: 4px 0;
  241. padding: 4px 0;
  242. padding: 4px 0;
  243. }
  244. #timeline-container .timeline-event-content div.date .text-content {
  245. padding: 0 5px;
  246. padding: 0 5px;
  247. padding: 0 5px;
  248. margin-bottom: 4px;
  249. margin-bottom: 4px;
  250. margin-bottom: 4px;
  251. border-left: 3px solid #a5a5a5;
  252. border-left: 3px solid #a5a5a5;
  253. border-left: 3px solid #a5a5a5;
  254. }
  255. #timeline-container .timeline-event-content div.date:hover .text-content {
  256. border-left: 3px solid #77787b;
  257. border-left: 3px solid #77787b;
  258. border-left: 3px solid #77787b;
  259. }
  260. #timeline-container .timeline-event-content div.date h4,
  261. #timeline-container .timeline-event-content div.date h5 {
  262. margin: 0;
  263. margin: 0;
  264. margin: 0;
  265. color: #a5a5a5;
  266. }
  267. #timeline-container .timeline-event-content div.date h4 {
  268. font-family: "MuseoSans", Arial, sans-serif;
  269. font-size: 12px;
  270. font-weight: 500;
  271. font-style: italic;
  272. }
  273. #timeline-container .timeline-event-content div.date h5 {
  274. font-family: "MuseoSans", Arial, sans-serif;
  275. font-size: 12px;
  276. font-weight: 700;
  277. }
  278. body.view-mode-dot #timeline-container .timeline-event-content div.date {
  279. padding: 0;
  280. padding: 0;
  281. padding: 0;
  282. }
  283. body.view-mode-dot #timeline-container .timeline-event-content div.date .text-content {
  284. min-height: 15px;
  285. }
  286. body.view-mode-dot #timeline-container .timeline-event-content div.date h4,
  287. body.view-mode-dot #timeline-container .timeline-event-content div.date h5,
  288. body.view-mode-dot #timeline-container .timeline-event-content div.date img {
  289. display: none;
  290. }
  291. body.view-mode-titles #timeline-container .timeline-event-content div.date {
  292. background-color: #fff;
  293. }
  294. body.view-mode-titles #timeline-container .timeline-event-content div.date h4,
  295. body.view-mode-titles #timeline-container .timeline-event-content div.date h5 {
  296. display: block;
  297. }
  298. body.view-mode-titles #timeline-container .timeline-event-content div.date img {
  299. display: none;
  300. }
  301. body.view-mode-thumbnails #timeline-container .timeline-event-content div.date h4,
  302. body.view-mode-thumbnails #timeline-container .timeline-event-content div.date h5,
  303. body.view-mode-thumbnails #timeline-container .timeline-event-content div.date img {
  304. display: block;
  305. }
  306. body.view-mode-thumbnails #timeline-container .timeline-event-content div.date img {
  307. max-width: 145px;
  308. height: auto;
  309. }
  310. body.view-mode-images #timeline-container .timeline-event-content div.date h4,
  311. body.view-mode-images #timeline-container .timeline-event-content div.date h5,
  312. body.view-mode-images #timeline-container .timeline-event-content div.date img {
  313. display: block;
  314. }