style.css 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  1. /***********************************************************************************************************************
  2. ** styles begin here
  3. ***********************************************************************************************************************/
  4. .vertical-timeline{
  5. width: 600px;
  6. margin: 0 auto;
  7. text-align: left;
  8. }
  9. #timeline{
  10. width: 600px;
  11. margin-top: 20px;
  12. margin-bottom: 30px;
  13. }
  14. #timeline .post{
  15. width: 271px;
  16. margin: 0 0 10px 0;
  17. float: left;
  18. }
  19. #timeline .post.last{
  20. margin-bottom: 0;
  21. }
  22. #timeline .post .inner{
  23. position: relative;
  24. width: 100%;
  25. padding: 11px;
  26. border: 1px #adadad solid;
  27. background-color:#fff;
  28. min-height:37px;
  29. word-wrap:break-word;
  30. -webkit-border-radius: 2px;
  31. -moz-border-radius: 2px;
  32. border-radius: 2px;
  33. -webkit-box-shadow: 0px 1px 1px 0px #adadad;
  34. -moz-box-shadow: 0px 1px 1px 0px #adadad;
  35. box-shadow: 0px 1px 1px 0px #adadad;
  36. }
  37. #timeline .post.right{
  38. float: right;
  39. }
  40. #timeline .item .timestamp{
  41. display: none;
  42. }
  43. #timeline .post h3{
  44. margin: 0;
  45. font-size: 16px;
  46. font-weight: normal;
  47. color: #010101;
  48. padding-right: 30px;
  49. line-height: 1.3;
  50. }
  51. #timeline .post .caption{
  52. color: #9d9d9d;
  53. font-size: 12px;
  54. margin-top: 4px;
  55. }
  56. #timeline .post .body{
  57. margin-top: 10px;
  58. }
  59. #timeline .post .body img{
  60. max-width: 247px;
  61. border-radius: 4px;
  62. }
  63. #timeline .post .text{
  64. color: #393939;
  65. font-size: 12px;
  66. margin: 10px 0;
  67. line-height: 1.5;
  68. }
  69. #timeline .post a.open-close{
  70. background: transparent url(../img/button-up-down-arrow.png) no-repeat;
  71. height: 17px;
  72. width: 16px;
  73. position: absolute;
  74. right: 11px;
  75. top: 11px;
  76. }
  77. #timeline .post.closed a.open-close{
  78. background-position: left bottom;
  79. }
  80. #timeline .post.closed .title{
  81. display: table;
  82. min-height: 40px;
  83. }
  84. #timeline .post.closed .title h3{
  85. display: table-cell;
  86. vertical-align: middle;
  87. }
  88. #timeline .post .share{
  89. position: relative;
  90. float: right;
  91. }
  92. #timeline .post .share-popup{
  93. display: none;
  94. background: transparent url(../img/popup.png) no-repeat;
  95. width: 166px;
  96. height: 50px;
  97. position: absolute;
  98. top: -61px;
  99. left: -126px;
  100. text-align: center;
  101. padding-top: 15px;
  102. }
  103. #timeline .post .share-popup .twitter-share-button{
  104. position: absolute;
  105. left: 20px;
  106. top: 15px;
  107. }
  108. #timeline .post .share-popup .facebook-share-button{
  109. position: absolute;
  110. right: 20px;
  111. top: 12px;
  112. }
  113. .lt-ie9 #timeline .post .share-popup .facebook-share-button{
  114. top: 11px;
  115. }
  116. .lt-ie8 #timeline .post .share-popup .facebook-share-button{
  117. top: 16px;
  118. }
  119. #timeline .post .date{
  120. color: #6a6a6a;
  121. font-size: 11px;
  122. text-align: center;
  123. position: absolute;
  124. top: 19px;
  125. display: block;
  126. width: 54px;
  127. line-height: 20px;
  128. }
  129. #timeline .post.left .date{
  130. background-color: #FFFFFF;
  131. border-right: 1px solid #ADADAD;
  132. border-top: 1px solid #ADADAD;
  133. border-bottom: 2px solid #ADADAD;
  134. border-radius: 0 4px 4px 0;
  135. right: -54px;
  136. }
  137. #timeline .post.right .date{
  138. background-color: #FFFFFF;
  139. border-left: 1px solid #ADADAD;
  140. border-top: 1px solid #ADADAD;
  141. border-bottom: 2px solid #ADADAD;
  142. border-radius: 4px 0 0 4px;
  143. left: -54px;
  144. }
  145. #timeline .year-marker {
  146. float: left;
  147. width: 80px;
  148. margin: 50px 0 15px 0;
  149. }
  150. #timeline .year-marker.top{
  151. margin-top: 0;
  152. }
  153. #timeline .year-marker .inner{
  154. width: 76px;
  155. height: 26px;
  156. padding: 2px;
  157. background-color: #FFF;
  158. }
  159. #timeline .year-marker .inner2{
  160. background-color: #434a50;
  161. -webkit-border-radius: 2px;
  162. -moz-border-radius: 2px;
  163. border-radius: 2px;
  164. }
  165. #timeline .year{
  166. text-align: center;
  167. color: #fff;
  168. font-size: 14px;
  169. font-weight: bold;
  170. height: 26px;
  171. line-height: 26px;
  172. }
  173. #buttons{
  174. text-align: center;
  175. margin: 30px 0 15px 0;
  176. height: 30px;
  177. }
  178. #buttons div{
  179. display: inline;
  180. padding: 0 10px;
  181. }
  182. */
  183. #line-container{
  184. width: 4px;
  185. text-align: center;
  186. margin: 0 auto;
  187. display: block;
  188. }
  189. .isotope #line{
  190. margin: 0 auto;
  191. background-color: #b3b6b8;
  192. display: block;
  193. float: left;
  194. height: 100%;
  195. left: 298px;
  196. width: 4px;
  197. position: absolute;
  198. }
  199. /**** Isotope Filtering ****/
  200. .isotope-item {
  201. z-index: 2;
  202. }
  203. .isotope-hidden.isotope-item {
  204. pointer-events: none;
  205. z-index: 1;
  206. }
  207. /**** Isotope CSS3 transitions ****/
  208. .isotope,
  209. .isotope .isotope-item {
  210. -webkit-transition-duration: 0.8s;
  211. -moz-transition-duration: 0.8s;
  212. -ms-transition-duration: 0.8s;
  213. -o-transition-duration: 0.8s;
  214. transition-duration: 0.8s;
  215. }
  216. .isotope {
  217. -webkit-transition-property: height, width;
  218. -moz-transition-property: height, width;
  219. -ms-transition-property: height, width;
  220. -o-transition-property: height, width;
  221. transition-property: height, width;
  222. }
  223. .isotope .isotope-item {
  224. -webkit-transition-property: -webkit-transform, opacity;
  225. -moz-transition-property: -moz-transform, opacity;
  226. -ms-transition-property: -ms-transform, opacity;
  227. -o-transition-property: top, left, opacity;
  228. transition-property: transform, opacity;
  229. }
  230. /**** disabling Isotope CSS3 transitions ****/
  231. .isotope.no-transition,
  232. .isotope.no-transition .isotope-item,
  233. .isotope .isotope-item.no-transition {
  234. -webkit-transition-duration: 0s;
  235. -moz-transition-duration: 0s;
  236. -ms-transition-duration: 0s;
  237. -o-transition-duration: 0s;
  238. transition-duration: 0s;
  239. }
  240. .ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
  241. .ir br { display: none; }
  242. .hidden { display: none !important; visibility: hidden; }
  243. .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
  244. .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
  245. .invisible { visibility: hidden; }
  246. .clearfix:before, .clearfix:after { content: ""; display: table; }
  247. .clearfix:after { clear: both; }
  248. .clearfix { *zoom: 1; }
  249. @media print {
  250. * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  251. a, a:visited { text-decoration: underline; }
  252. a[href]:after { content: " (" attr(href) ")"; }
  253. abbr[title]:after { content: " (" attr(title) ")"; }
  254. .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  255. pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  256. thead { display: table-header-group; }
  257. tr, img { page-break-inside: avoid; }
  258. img { max-width: 100% !important; }
  259. @page { margin: 0.5cm; }
  260. p, h2, h3 { orphans: 3; widows: 3; }
  261. h2, h3 { page-break-after: avoid; }
  262. }
  263. @media only screen and (max-width: 768px) {
  264. #timeline {
  265. margin-top: 50px;
  266. }
  267. .isotope #line {
  268. left: 35px;
  269. }
  270. #timeline .post .date {
  271. left: 10px;
  272. top: -30px;
  273. background-color: #FFFFFF;
  274. border: 1px solid #ADADAD;
  275. border-bottom: 2px solid #ADADAD;
  276. border-radius: 4px;
  277. }
  278. #timeline .post .inner {
  279. margin-top: 30px !important;
  280. }
  281. .vertical-timeline .timeline-title{
  282. text-align: left;
  283. }
  284. #buttons {
  285. text-align: left;
  286. margin: 0px;
  287. }
  288. #buttons div{
  289. display: block;
  290. margin-top: 5px;
  291. margint-bottom: 10px;
  292. }
  293. }