mirror of
https://github.com/balkian/balkian.github.com.git
synced 2024-11-05 03:21:42 +00:00
14 lines
1.0 KiB
CSS
14 lines
1.0 KiB
CSS
#post * { margin: 0; padding: 0; position: relative; }
|
|
.clear { clear: both; }
|
|
#post h1 { margin: 0 0 16px 0; padding: 0 0 16px 0; font-size: 42px; font-weight: bold; letter-spacing: -2px; border-bottom: 1px solid #999; }
|
|
#post h2 { font-size: 15px; margin: 0 0 1em 0; position: relative; }
|
|
/*#post h2 span { position: absolute; bottom: -1.2em; left: 0; font-style: italic; font-size: 16px; color: #999; font-weight: normal; }*/
|
|
#post h2 span { padding: 0.2em; font-style: italic; font-size: 15px; color: #999; font-weight: normal; }
|
|
#post p { margin: 0 0 16px 0; }
|
|
#post a { color: #999; text-decoration: none; border-bottom: 1px dotted #999; }
|
|
#post a:hover { color: #FFF; text-decoration: none; border-bottom: 1px dotted #999; }
|
|
#post ul { margin: 0 0 32px 50px; }
|
|
#objective p { font-style: italic; color: #666; }
|
|
#post dt { position:relative; font-style: italic; font-weight: bold; font-size: 15px; text-align: center; padding: 0 26px 0 0; width: 80%; margin: 0 auto 10px; border-bottom: 1px solid #999; }
|
|
#post dd.clear { float: none; margin: 0; height: 0px; }
|