samhuri.net/assets/blog.css
2011-11-26 19:25:44 -08:00

193 lines
3.9 KiB
CSS

body { margin: 0
; padding: 0
}
h1 { margin: 0
; padding: 0.2em
; color: #9ab
}
#breadcrumbs { margin: 0.3em
; position: relative
}
.center { text-align: center
; font-size: 1.2em
}
.hidden { display: none }
#index { width: 80%
; min-width: 200px
; max-width: 800px
; border: solid 1px #999
; -moz-border-radius: 10px
; -webkit-border-radius: 10px
; border-radius: 10px
; background-color: #eee
; margin: 1em auto
; font-size: 1.2em
}
#index ul { padding: 0 1em
; list-style-type: none
}
.date { float: right }
div#posts { width: 80%
; min-width: 400px
; max-width: 680px
; margin: 4em auto 2em
; padding: 0 5%
; font-size: 1.2em
; line-height: 1.4em
}
article { color: #222
; padding-bottom: 1em
}
article:last-child { padding-bottom: 0
; margin-bottom: 1em
}
article h1 { text-align: left
; font-size: 2em
; font-weight: normal
; color: #222
; margin: 1em 0
; padding-left: 0
}
article h1 a { color: #222
; text-decoration: underline
; border-bottom: none
; text-shadow: #999 1px 1px 5px
; -webkit-transition: text-shadow 0.4s ease-in
}
article h1 a:hover { text-shadow: #990 1px 1px 8px
; color: #222
}
article h2 { font-size: 1.8em
; font-weight: normal
; margin: 1em 0
; padding: 0
; color: #222
}
article h3 { font-size: 1.6em
; font-weight: normal
}
time { color: #444
; font-size: 1.2em
}
.gist { font-size: 0.8em }
#around { width: 80%
; min-width: 400px
; max-width: 800px
; margin: 1em auto
; padding: 0 3em 1em
; font-size: 1.2em
}
#prev { float: left }
#next { float: right }
.sep { text-align: center
; font-size: 2em
; color: #666
}
/* show discussion */
#sd-container { margin: 3em 0 }
input[type=submit],
#sd { border: solid 1px #999
; border-right-color: #333
; border-bottom-color: #333
; padding: 0.4em 1em
; color: #444
; background-color: #ececec
; -moz-border-radius: 5px
; -webkit-border-radius: 5px
; border-radius: 5px
; text-decoration: none
; margin: 0 2px 2px 0
}
input[type=submit]:active,
#sd:active { margin: 2px 0 0 2px
; color: #000
; background-color: #ffc
}
#comment-stuff { display: none
; color: #efefef
; margin: 0
; padding: 2em 0
}
#comments-spinner { text-align: center }
#comments { width: 70%
; max-width: 600px
; margin: 0 auto
}
.comment { color: #555
; border-top: solid 2px #ccc
; padding-bottom: 2em
; margin-bottom: 2em
}
.comment big { font-size: 2em
; font-family: Georgia, serif
}
#comment-form { width: 400px
; margin: 2em auto 0
}
input[type=text],
textarea { font-size: 1.4em
; color: #333
; width: 100%
; padding: 0.2em
; border: solid 1px #999
; -moz-border-radius: 5px
; -webkit-border-radius: 5px
; border-radius: 5px
; font-family: verdana, sans-serif
}
input:focus[type=text],
textarea:focus { border: solid 1px #333 }
textarea { height: 100px }
input[type=submit] { font-size: 1.1em
; cursor: pointer
}
#tag-groups { width: 82.5%
; margin: 0 auto
}
footer { margin: 0
; padding: 1em 0
; background-color: #cdf
; border-top: solid 1px #bbb
; clear: both
}
footer a { border-bottom: none
; color: #25c
; font-size: 1.3em
; text-decoration: none
}