Skip to content

Instantly share code, notes, and snippets.

@ojimac
Created November 13, 2011 23:12
Show Gist options
  • Save ojimac/1362893 to your computer and use it in GitHub Desktop.
Save ojimac/1362893 to your computer and use it in GitHub Desktop.
hatena::dialy::users::stylesheet
body {
background: #FFFFFF;
font-family: Georgia;
}
h1 {
border: none;
background: none;
text-align: center;
text-color: #111111
font-family: Georgia;
}
h1 a:link,h1 a:visited {
color: #111111;
text-decoration: none;
}
h1 a:hover,h1 a:active {
color: #FF0000;
text-decoration: none;
}
h2 {
background: #FFFFFF;
border: none;
text-align: left;
font-family: Georgia;
}
h2 a:link,h2 a:visited {
color: #555555;
text-decoration: none;
}
h2 a:hover,h2 a:active {
color: #FF0000;
text-decoration: none;
}
h3 {
border: none;
font-size: 120%;
text-color: #111111;
font-family: Georgia;
}
h4 {
font-size: 120%;
text-color: #111111;
font-family: Georgia;
}
div.day {
background: #FFFFFF;
background-color: #FFFFFF
font-family: Georgia;
}
a:link {
color: #20F;
text-decoration: none;
}
a:hover,a:active {
color: #FF0000;
text-decoration: none;
}
table {
border: 1px #E3E3E3 solid;
border-collapse: collapse;
border-spacing: 0;
}
table th {
padding: 5px;
border: 1px #E3E3E3 solid;
background: #666666;
color: #EEEEEE;
font-weight: bold;
text-align: center;
}
table td {
padding: 5px;
border: 1px #E3E3E3 solid;
border-width: 0 0 1px 1px;
text-align: left;
vertical-align:top;
}
div.section {
border-bottom: 1px solid #7D5C3E;
padding: 0 10px 0 10px;
}
div.section p {
margin: 0;
}
div.caption {
background: none;
border: none;
}
div.comment {
font-family: Georgia;
}
.day span.sanchor {
margin-right:2px;
padding:30px 10px 20px 10px;
font-size:0px;
background:url("http://f.hatena.ne.jp/images/fotolife/t/test-design/20070117/20070117120257.gif") center no-repeat;
}
a.keyword:visited,a.keyword:link {
color: black;
text-decoration: none;
border: none;
}
img.hatena-fotolife {
border: none;
}
div.hatena-moduletitle {
background: #FFFFFF;
text-align: center;
border: none;
}
div.hatena-profile p.hatena-profile-image {
text-align: center;
margin: 0;
padding 0;
}
div.hatena-profile p.hatena-profile-id {
text-align: center;
margin: 0;
padding 0;
}
div.hatena-profile p.hatena-profile-body {
text-align: center;
margin: 0;
padding 0;
}
p.hatena-profile-image img {
border:none;
}
blockquote,
blockquote a {
}
blockquote {
margin: 20px 30px;
padding: 10px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
background: #CCCCCC;
}
.section blockquote p {
margin: 10px;
padding: 0;
font-size: 12px;
}
cite a {
padding: 4px 8px;
border: 1px #ccc;
background-color: #fff;
}
cite {
font-weight: normal;
font-style: normal;
font-size: 10px;
padding: 0px;
float:right;
}
p.sectionheader {
font-size:90%;
line-height:1;
padding:0 10px 20px 0;
text-align:right;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment