timeline.css 8.1 KB

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