123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428 |
- .wf-loading {
- /*visibility: hidden; */
- }
- .wf-active, .wf-inactive {
- visibility: visible;
- }
- .clearfix:before,
- .clearfix:after {
- content:"";
- display:table;
- }
- .clearfix:after {
- clear:both;
- }
- /* For IE 6/7 (trigger hasLayout) */
- .cf {
- zoom:1;
- }
- body {
- font: normal 18px/28px "Gentium Basic", Gentium, Palatino, Georgia, serif;
- font-family:
- color:#444;
- padding:0;margin:0;
- background: #fff;
- }
- img {
- max-width:680px;
- margin:0 auto;
- }
- html>body {font-size:18px; line-height:28px;}
- a {
- text-decoration:none;
- color:#2760BF;
- }
- a:hover {
- border-bottom: 1px dotted #444;
- color:#00252e;
- }
- a img { border: 0;}
- a:visited {
- }
- h1, h2, h3, h4 {
- font-family:"Yanone Kaffeesatz", Ubuntu, Helvetica, Arial, sans-serif;
- }
- h2, h3, h4 {
- border-bottom: 1px solid #eee;
- color: #444;
- }
- h1 {
- font-size:45px;
- line-height:50px;
- }
- h2 {
- font-size:32px;
- line-height:50px;
- }
- h3 {
- font-size:23px
- line-height:25px;
- }
- h4 {
- font-size:18px;
- line-height:25px;
- }
- h1 a, h2 a, h3 a, h4 a {
- color:#444;
- }
- h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
- color:#4183c4;
- text-decoration:none;
- border:none;
- }
- pre code, pre {
- font-family: "Ubuntu Mono", "Inconsolata", "Consolas", "Monaco", "Droid Sans Mono", "Bitstream Vera Mono", monospace;
- font-style:normal;
- }
- pre {
- margin:0 !important;
- padding:0 !important;
- background: #002B36 url(../img/noise.png) repeat-x !important;
- }
- pre code {
- font-size: inherit;
- /* background:inherit;*/
- }
- code {
- font-family: "Ubuntu Mono", "Inconsolata", "Consolas", "Monaco", "Droid Sans Mono", "Bitstream Vera Mono", monospace;
- font-style:italic;
- background: #eee;
- padding: 0 0px;
- }
- li {
- margin-top:-6px;
- }
- table
- {
- font-family: Ubuntu, Helvetica, Arial, sans-serif;
- font-size: 14px;
- background: #fff;
- min-width: 380px;
- border-collapse: collapse;
- border: 1px solid #ddd;
- text-align: left;
- overflow:auto;
- }
- table th
- {
- font-size: 16px;
- font-weight:normal;
- padding: 10px 8px 6px;
- border: 1px solid #ddd;
- background: #eee;
-
- }
- table td
- {
- border: 1px solid #ccc;
- padding: 6px 8px;
- }
- table tbody tr:hover
- {
- background:#eee;
- }
- blockquote {
- margin: 1em 2em;
- border-left: 2px solid #999;
- font-style:oblique;
- padding-left: 1em;
- }
- blockquote p:first-letter {
- float: left;
- margin: .2em .1em .1em 0;
- font-family:"Yanone Kaffeesatz", Ubuntu, Helvetica, Arial, sans-serif;
- font-size: 260%;
- font-weight: bold;
- }
- blockquote p:first-line {
- font-weight:bold;
- }
- #page {
- width:712px;
- margin-left: 128px;
- }
- .in_progress {
- background:#fff url(../img/in_progress.png);
- }
- #archive {
- margin-left: 3.5cm
- }
- #nav {
- margin:0;
- margin-right: 70px
- text-align:left;
- position:fixed;
- left: 0;
- top: 6px;
- font-family: Ubuntu, Helvetica, Arial, sans-serif;
- opacity: 0.5;
- height: 100%;
- -moz-transition: opacity 0.5s ease-in;
- -webkit-transition: opacity 0.5s ease-in;
- -o-transition: opacity 0.5s ease-in;
- transition: opacity 0.5s ease-in;
- }
- #nav:hover {
- opacity:1.0;
- }
- #nav a {
- text-align:left;
- display:block;
- border:none;
- font-size: 13px;
- line-height:22px;
- background: #f0f0f5;
- color:#333;
- padding:0 6px 0 8px;
- margin:2px 0px;
- }
- #nav img { margin:3px;border-radius:5px; }
- #nav .spacer {
- }
- #nav a:hover {
- background-color:#333;
- color:#fff;
- }
- #header {
- text-align:left;
- font-family:"Yanone Kaffeesatz", Ubuntu, Helvetica, Arial, sans-serif;
- color:#444;
- }
- #header a{
- color:#40a2ff;
- }
- #header a:hover {
- text-decoration:none;
- }
- #header h1 {
- }
- #sitename h1{
- margin:0px;
- padding:0;
- font-size: 32px;
- }
- #sitename h1 a{
- color:#ddd;
- border:none;
- }
- #sidebar {
- position:absolute;
- }
- #content {
- font-family: "Gentium Basic", Gentium, Palatino, Georgia, serif;
- padding-left:13px;
- }
- #index {
- margin:20px 0;
- }
- #index .entry {
- margin-bottom:24px;
- }
- #index .entry h3 {
- margin:0;
- color:#555;
- }
- #index .entry h2 {
- border-bottom:1px solid #e1d1c1;
- margin:0;
- font-weight:bold;
- font-size:28px;
- line-height:42px;
- }
- #index .entry .summary {
- margin:0px;
- }
- #index .entry p {
- }
- #index .entry .published {
- font-family:"Yanone Kaffeesatz", Ubuntu, Helvetica, Arial, sans-serif;
- padding-right:23px;
- font-size:14px;
- float:left;
- }
- #index .entry .meta {
- clear:both;
- height:35px;
- }
- #index .entry .meta .link-url{
- font-style:italic;
- float:left;
- }
- #index .entry .meta .permalink{
- font-family:"Yanone Kaffeesatz", Ubuntu, Helvetica, Arial, sans-serif;
- font-size: 14px;
- text-align:center;
- float:right;
- }
- #index .entry .meta .permalink a{
- text-decoration:none;
- display:block;
- margin:5px 10px;
- width:25px;
- border-radius:5px;
- }
- #index .entry .meta .permalink a:hover {
- background-color:#222;
- color:#fff;
- }
- .entry-full .meta .source,
- #index .entry .meta .source{
- }
- .entry-full .tags,
- #index .entry .tags{
- font-style:italic;
- float:right;
- }
- #header .published {
- font-family:"Yanone Kaffeesatz", Ubuntu, Helvetica, Arial, sans-serif;
- font-weight:700;
- text-align:left;
- margin-top:18px;
- margin-bottom:-22px;
- border-bottom:1px solid #444;
- }
- #header .published a { color:#444;}
- .tags {
- text-align:right;
- font-style:italic;
- }
- #footer {
- text-align:center;
- margin-top: 10px;
- font-size:13px;
- line-height: 20px;
- color:#444;
- }
- #comments {
- font-size:16px;
- font-style:italic;
- padding: 0px 20px;
- margin-top:30px;
- }
- h1.tag_name img {
- margin:0;
- }
- a.tag_feed_icon {
- margin-top:25px;
- }
- div.popup .content .image img {
- max-width:100%;
- }
- #about {
- display:none;
- }
- #about_me {
- width:621px;
- }
- #about_me p {
- margin-top: 0px;
- }
- #about_me img.me {
- border: 3px solid #aaa;
- margin:8px 0 0;
- }
- #about_me label{
- background: none repeat scroll 0 0 #AAAAAA;
- color: #444444 !important;
- font-family: "Yanone Kaffeesatz",Ubuntu,Helvetica,Arial,sans-serif;
- font-size: 14px;
- font-weight: bold;
- padding: 2px 6px;
- position: relative;
- top: -270px;
- }
- .codehilite {
- background: #002B36 url(../img/code_top_bg.png) repeat-x !important;
- padding:40px 10px 20px 20px;
- border-radius: 0 0 5px 5px;
- line-height:0.78em;
- overflow:auto;
- font-size:0.3em !important;
- border-radius: 5px;
- max-width: 99%;
- margin: -15px auto auto;
- }
- .tipsy {
- font-family:Ubuntu, Helvetica, Arial, sans-serif;
- font-weight: bold;
- }
- .published a {
- color:#444;
- }
- .published a:hover {
- color:#2760BF;
- }
- #underpost {
- font-size: 0.85em;
- margin-top: 120px;
- }
|