Skip to content

Instantly share code, notes, and snippets.

@taizooo
Created October 3, 2008 09:37
Show Gist options
  • Save taizooo/14534 to your computer and use it in GitHub Desktop.
Save taizooo/14534 to your computer and use it in GitHub Desktop.
body {
background-color:#fff;
/* background-image: url(http://f.hatena.ne.jp/images/fotolife/t/taizooo/20081021/20081021061108.jpg); */
background-image: url(http://img.f.hatena.ne.jp/images/fotolife/t/taizooo/20090311/20090311085634.jpg);
background-repeat: no-repeat;
background-position: top center;
background-attachment: fixed;
font-family: Georgia, "Times New Roman", Serif;
font-size: 14px;
}
h1{
display: none;
/* font-size: 12px; */
}
div#description {
display: none;
}
div#footer div#credit,
div#footer div#counter {
display: none;
}
div#footer div#pagination a {
display: none;
}
div#content {
position: relative;
margin: auto;
/* width: 800px; */
}
div.post {
margin-top: 250px;
margin-bottom: 400px;
/* padding: 0 5%; */
padding-top: 15px;
}
div.labels {
position: absolute;
right: 0px;
z-index: 999;
}
div.video,
div.audio {
}
div.video embed {
width: 800px;
height: 658px;
}
div.regular img {
filter: alpha(opacity=40);
-moz-opacity:0.40;
opacity:0.40;
}
div.photo img {
filter: alpha(opacity=40);
-moz-opacity:0.40;
opacity:0.40;
width: 100%;
height: auto;
}
div.photo img[src*="/photo/1280/"] {
filter: alpha(opacity=100);
-moz-opacity:1.00;
opacity:1.00;
}
img {
border-style:none;
border-width:0;
}
div.photo div.caption * {
display: inline;
margin: 0 2px 0 0;
padding: 0;
}
div.quote div.entry-content {
/* padding-right:20px; */
font-style: italic;
font-weight: bold;
letter-spacing: -3px;
}
div.quote div.entry-content div.short {
font-size: 80px;
}
div.quote div.entry-content div.medium {
font-size: 80px;
}
div.quote div.entry-content div.long {
font-size: 80px;
}
div.quote div.entry-content big.quote {
font-size: 150px;
line-height: 1px;
opacity: 0.4;
vertical-align: -30px;
}
div.quote div.source {
font-size: 0px;
}
div.quote div.source > * {
font-size: 13px;
}
div.quote div.source > * + * {
font-size: 0px;
}
h2.entry-title {
font-size: 30px;
font-weight: bold;
letter-spacing: -2px;
}
div.regular div.entry-content {
padding-left:20px;
padding-right:40px;
padding-top:0;
padding-bottom:0;
}
div.conversation div.entry-content ul {
list-style-type: none;
}
div.conversation div.entry-content ul li {
padding: 2px;
margin-bottom: 2px;
}
div.conversation div.entry-content ul li span.label {
font-weight: bold;
}
div.link div.entry-content a.link {
font-size: 45px;
font-weight: bold;
letter-spacing: -2px;
}
div.regular pre {
background-color:#000020;
color:#00FF00;
font-family: 'Courier New','Bitstream Vera Sans Mono',monospace;
font-size:12px;
filter: alpha(opacity=70);
-moz-opacity:0.7;
opacity:0.7;
padding:3px;
white-space: -moz-pre-wrap; /* Mozilla */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: pre-wrap; /* CSS3 Fx3 */
word-wrap: break-word; /* IE 5.5+ */
}
div.regular blockquote {
margin-left: 0;
margin-right: 0;
border-left: 3px solid #333;
padding-left: 10px;
}
div.regular blockquote blockquote {
border-color: #666;
}
div.regular blockquote blockquote blockquote {
border-color: #999;
}
div.regular blockquote blockquote blockquote blockquote {
border-color: #bbb;
}
div.regular blockquote blockquote blockquote blockquote blockquote {
border-color: #ddd;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment