1
0
mirror of https://github.com/balkian/balkian.github.com.git synced 2024-09-19 15:11:44 +00:00
balkian.github.com/balkiantheme/static/css/cv.css
J. Fernando Sánchez 04c716e212 Migrated to Pelican
Now tags have pages, and all other visual goodies :)
2015-01-22 23:37:23 +01:00

15 lines
1016 B
CSS

#post * { margin: 0; padding: 0; }
.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: 1.2em; margin: 0 0 6px 0; position: relative; }
#post h2 span { position: absolute; bottom: 0; right: 0; font-style: italic; font-family: Georgia, Serif; 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 { border-bottom-style: solid; color: black; }
#post ul { margin: 0 0 32px 17px; }
#objective { width: 500px; float: left; }
#objective p { font-family: Georgia, Serif; font-style: italic; color: #666; }
#post dt { font-style: italic; font-weight: bold; font-size: 18px; text-align: right; padding: 0 26px 0 0; width: 150px; float: left; height: 100px; border-right: 1px solid #999; }
#post dd { padding-left: 150px; }
#post dd.clear { float: none; margin: 0; height: 15px; }