site.css 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428
  1. .wf-loading {
  2. /*visibility: hidden; */
  3. }
  4. .wf-active, .wf-inactive {
  5. visibility: visible;
  6. }
  7. .clearfix:before,
  8. .clearfix:after {
  9. content:"";
  10. display:table;
  11. }
  12. .clearfix:after {
  13. clear:both;
  14. }
  15. /* For IE 6/7 (trigger hasLayout) */
  16. .cf {
  17. zoom:1;
  18. }
  19. body {
  20. font: normal 18px/28px "Gentium Basic", Gentium, Palatino, Georgia, serif;
  21. font-family:
  22. color:#444;
  23. padding:0;margin:0;
  24. background: #fff;
  25. }
  26. img {
  27. max-width:680px;
  28. margin:0 auto;
  29. }
  30. html>body {font-size:18px; line-height:28px;}
  31. a {
  32. text-decoration:none;
  33. color:#2760BF;
  34. }
  35. a:hover {
  36. border-bottom: 1px dotted #444;
  37. color:#00252e;
  38. }
  39. a img { border: 0;}
  40. a:visited {
  41. }
  42. h1, h2, h3, h4 {
  43. font-family:"Yanone Kaffeesatz", Ubuntu, Helvetica, Arial, sans-serif;
  44. }
  45. h2, h3, h4 {
  46. border-bottom: 1px solid #eee;
  47. color: #444;
  48. }
  49. h1 {
  50. font-size:45px;
  51. line-height:50px;
  52. }
  53. h2 {
  54. font-size:32px;
  55. line-height:50px;
  56. }
  57. h3 {
  58. font-size:23px
  59. line-height:25px;
  60. }
  61. h4 {
  62. font-size:18px;
  63. line-height:25px;
  64. }
  65. h1 a, h2 a, h3 a, h4 a {
  66. color:#444;
  67. }
  68. h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
  69. color:#4183c4;
  70. text-decoration:none;
  71. border:none;
  72. }
  73. pre code, pre {
  74. font-family: "Ubuntu Mono", "Inconsolata", "Consolas", "Monaco", "Droid Sans Mono", "Bitstream Vera Mono", monospace;
  75. font-style:normal;
  76. }
  77. pre {
  78. margin:0 !important;
  79. padding:0 !important;
  80. background: #002B36 url(../img/noise.png) repeat-x !important;
  81. }
  82. pre code {
  83. font-size: inherit;
  84. /* background:inherit;*/
  85. }
  86. code {
  87. font-family: "Ubuntu Mono", "Inconsolata", "Consolas", "Monaco", "Droid Sans Mono", "Bitstream Vera Mono", monospace;
  88. font-style:italic;
  89. background: #eee;
  90. padding: 0 0px;
  91. }
  92. li {
  93. margin-top:-6px;
  94. }
  95. table
  96. {
  97. font-family: Ubuntu, Helvetica, Arial, sans-serif;
  98. font-size: 14px;
  99. background: #fff;
  100. min-width: 380px;
  101. border-collapse: collapse;
  102. border: 1px solid #ddd;
  103. text-align: left;
  104. overflow:auto;
  105. }
  106. table th
  107. {
  108. font-size: 16px;
  109. font-weight:normal;
  110. padding: 10px 8px 6px;
  111. border: 1px solid #ddd;
  112. background: #eee;
  113. }
  114. table td
  115. {
  116. border: 1px solid #ccc;
  117. padding: 6px 8px;
  118. }
  119. table tbody tr:hover
  120. {
  121. background:#eee;
  122. }
  123. blockquote {
  124. margin: 1em 2em;
  125. border-left: 2px solid #999;
  126. font-style:oblique;
  127. padding-left: 1em;
  128. }
  129. blockquote p:first-letter {
  130. float: left;
  131. margin: .2em .1em .1em 0;
  132. font-family:"Yanone Kaffeesatz", Ubuntu, Helvetica, Arial, sans-serif;
  133. font-size: 260%;
  134. font-weight: bold;
  135. }
  136. blockquote p:first-line {
  137. font-weight:bold;
  138. }
  139. #page {
  140. width:712px;
  141. margin-left: 128px;
  142. }
  143. .in_progress {
  144. background:#fff url(../img/in_progress.png);
  145. }
  146. #archive {
  147. margin-left: 3.5cm
  148. }
  149. #nav {
  150. margin:0;
  151. margin-right: 70px
  152. text-align:left;
  153. position:fixed;
  154. left: 0;
  155. top: 6px;
  156. font-family: Ubuntu, Helvetica, Arial, sans-serif;
  157. opacity: 0.5;
  158. height: 100%;
  159. -moz-transition: opacity 0.5s ease-in;
  160. -webkit-transition: opacity 0.5s ease-in;
  161. -o-transition: opacity 0.5s ease-in;
  162. transition: opacity 0.5s ease-in;
  163. }
  164. #nav:hover {
  165. opacity:1.0;
  166. }
  167. #nav a {
  168. text-align:left;
  169. display:block;
  170. border:none;
  171. font-size: 13px;
  172. line-height:22px;
  173. background: #f0f0f5;
  174. color:#333;
  175. padding:0 6px 0 8px;
  176. margin:2px 0px;
  177. }
  178. #nav img { margin:3px;border-radius:5px; }
  179. #nav .spacer {
  180. }
  181. #nav a:hover {
  182. background-color:#333;
  183. color:#fff;
  184. }
  185. #header {
  186. text-align:left;
  187. font-family:"Yanone Kaffeesatz", Ubuntu, Helvetica, Arial, sans-serif;
  188. color:#444;
  189. }
  190. #header a{
  191. color:#40a2ff;
  192. }
  193. #header a:hover {
  194. text-decoration:none;
  195. }
  196. #header h1 {
  197. }
  198. #sitename h1{
  199. margin:0px;
  200. padding:0;
  201. font-size: 32px;
  202. }
  203. #sitename h1 a{
  204. color:#ddd;
  205. border:none;
  206. }
  207. #sidebar {
  208. position:absolute;
  209. }
  210. #content {
  211. font-family: "Gentium Basic", Gentium, Palatino, Georgia, serif;
  212. padding-left:13px;
  213. }
  214. #index {
  215. margin:20px 0;
  216. }
  217. #index .entry {
  218. margin-bottom:24px;
  219. }
  220. #index .entry h3 {
  221. margin:0;
  222. color:#555;
  223. }
  224. #index .entry h2 {
  225. border-bottom:1px solid #e1d1c1;
  226. margin:0;
  227. font-weight:bold;
  228. font-size:28px;
  229. line-height:42px;
  230. }
  231. #index .entry .summary {
  232. margin:0px;
  233. }
  234. #index .entry p {
  235. }
  236. #index .entry .published {
  237. font-family:"Yanone Kaffeesatz", Ubuntu, Helvetica, Arial, sans-serif;
  238. padding-right:23px;
  239. font-size:14px;
  240. float:left;
  241. }
  242. #index .entry .meta {
  243. clear:both;
  244. height:35px;
  245. }
  246. #index .entry .meta .link-url{
  247. font-style:italic;
  248. float:left;
  249. }
  250. #index .entry .meta .permalink{
  251. font-family:"Yanone Kaffeesatz", Ubuntu, Helvetica, Arial, sans-serif;
  252. font-size: 14px;
  253. text-align:center;
  254. float:right;
  255. }
  256. #index .entry .meta .permalink a{
  257. text-decoration:none;
  258. display:block;
  259. margin:5px 10px;
  260. width:25px;
  261. border-radius:5px;
  262. }
  263. #index .entry .meta .permalink a:hover {
  264. background-color:#222;
  265. color:#fff;
  266. }
  267. .entry-full .meta .source,
  268. #index .entry .meta .source{
  269. }
  270. .entry-full .tags,
  271. #index .entry .tags{
  272. font-style:italic;
  273. float:right;
  274. }
  275. #header .published {
  276. font-family:"Yanone Kaffeesatz", Ubuntu, Helvetica, Arial, sans-serif;
  277. font-weight:700;
  278. text-align:left;
  279. margin-top:18px;
  280. margin-bottom:-22px;
  281. border-bottom:1px solid #444;
  282. }
  283. #header .published a { color:#444;}
  284. .tags {
  285. text-align:right;
  286. font-style:italic;
  287. }
  288. #footer {
  289. text-align:center;
  290. margin-top: 10px;
  291. font-size:13px;
  292. line-height: 20px;
  293. color:#444;
  294. }
  295. #comments {
  296. font-size:16px;
  297. font-style:italic;
  298. padding: 0px 20px;
  299. margin-top:30px;
  300. }
  301. h1.tag_name img {
  302. margin:0;
  303. }
  304. a.tag_feed_icon {
  305. margin-top:25px;
  306. }
  307. div.popup .content .image img {
  308. max-width:100%;
  309. }
  310. #about {
  311. display:none;
  312. }
  313. #about_me {
  314. width:621px;
  315. }
  316. #about_me p {
  317. margin-top: 0px;
  318. }
  319. #about_me img.me {
  320. border: 3px solid #aaa;
  321. margin:8px 0 0;
  322. }
  323. #about_me label{
  324. background: none repeat scroll 0 0 #AAAAAA;
  325. color: #444444 !important;
  326. font-family: "Yanone Kaffeesatz",Ubuntu,Helvetica,Arial,sans-serif;
  327. font-size: 14px;
  328. font-weight: bold;
  329. padding: 2px 6px;
  330. position: relative;
  331. top: -270px;
  332. }
  333. .codehilite {
  334. background: #002B36 url(../img/code_top_bg.png) repeat-x !important;
  335. padding:40px 10px 20px 20px;
  336. border-radius: 0 0 5px 5px;
  337. line-height:0.78em;
  338. overflow:auto;
  339. font-size:0.3em !important;
  340. border-radius: 5px;
  341. max-width: 99%;
  342. margin: -15px auto auto;
  343. }
  344. .tipsy {
  345. font-family:Ubuntu, Helvetica, Arial, sans-serif;
  346. font-weight: bold;
  347. }
  348. .published a {
  349. color:#444;
  350. }
  351. .published a:hover {
  352. color:#2760BF;
  353. }
  354. #underpost {
  355. font-size: 0.85em;
  356. margin-top: 120px;
  357. }