Created
December 14, 2011 16:05
-
-
Save qxj/1477178 to your computer and use it in GitHub Desktop.
My tumblr style setting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Posts h1 { | |
font-size: 180%; | |
font-weight: bold; | |
color: #000; | |
/* border-bottom: 5px solid #000; */ | |
margin-bottom: 10px; | |
text-align: center; | |
} | |
#Posts h2 { | |
font-size: 150%; | |
font-weight: bold; | |
color: #111; | |
/* border-bottom: 3px solid #333; */ | |
margin-bottom: 8px; | |
} | |
#Posts h3 { | |
font-size: 120%; | |
font-weight: bold; | |
color: #222; | |
/* border-bottom: 2px solid #666; */ | |
margin-bottom: 5px; | |
} | |
#Posts h4 { | |
font-size: 110%; | |
font-weight: bold; | |
color: #333; | |
/* border-bottom: 1px solid #999; */ | |
margin-bottom: 3px; | |
} | |
#Posts h5 { | |
font-weight: bold; | |
color: #444; | |
/* border-bottom: 1px solid #CCC; */ | |
margin-bottom: 2px; | |
} | |
#Posts h6 { | |
color: #555; | |
/* border-bottom: 1px solid #EEE; */ | |
margin-bottom: 1px; | |
} | |
#Posts code { | |
/* font-size:1.0em; */ | |
font-family: "Courier New", Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace !important; | |
color:steelblue; | |
/* background-color:#EEE; */ | |
/* border: 1px solid #DDD; */ | |
padding: 0 2px; | |
text-shadow:1px 1px 3px rgba(50, 50, 50, 0.15); | |
} | |
#Posts pre { | |
background: #f4f5f7; | |
border-left: 2px solid #d5e6b3; | |
padding: 15px; | |
margin: 0 20px 20px; | |
font: 13px/1.5 "Courier New", Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace !important; | |
} | |
#Posts pre code { | |
color: #598527; | |
font-size: 12px; | |
} | |
/* DL, DT, DD TAGS LIST DATA */ | |
#Posts dl { | |
clear:both; | |
margin-bottom:8px; | |
} | |
#Posts dl dt { | |
color:#5f9be3; | |
/* float:left; */ | |
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace !important; | |
font-weight:bold; | |
padding: 0 4px; | |
/* width:50px; */ | |
} | |
#Posts dl dd { | |
margin-left: 25px; | |
} | |
/* Key sequence */ | |
#Posts kbd { | |
font-family: 'Courier', 'Courier New', monospace !important; | |
padding:2px 4px; white-space:nowrap; color:#000; background:#eee; | |
border-width:1px 3px 3px 1px; | |
border-style:solid; | |
border-color:#ccc #aaa #888 #bbb; | |
} | |
#Posts del { | |
color: #eee; | |
} | |
#Posts add { | |
color: blue; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment