Skip to content

Commit

Permalink
Some css tricks
Browse files Browse the repository at this point in the history
  • Loading branch information
eskatos committed Feb 27, 2011
1 parent 711de0e commit 8e4078d
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions cv_style.css
Expand Up @@ -4,45 +4,52 @@ html,body {
font-family: Verdana, Helvetica, sans;
font-size: 14px;
color: #031830;
background-color: #F1F4F7;
}

a {
color: #3E79AC;
}

#outbox {
border: 1px solid lightgray;
border: 1px solid #D8DBDE;
background-color: white;
padding: 10px;
position: relative;
left: 50%;
width: 920px;
margin-top: 20px;
margin-left: -460px;
margin-bottom: 40px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#header {
margin-top: 10px;
line-height: 1.4em;
}

#header-right {
position: absolute;
top: 10px;
top: 20px;
right: 10px;
text-align: right;
}

#title {
margin: 40px;
margin: 60px 0 40px 0;
text-align: center;
font-size: 1.4em;
font-size: 1.5em;
font-weight: bold;
color: #3E79AC;
}

h1.theme {
margin: 20px 10px 0 10px;
padding: 0;
font-size: 1.7em;
font-size: 1.3em;
color: #3E79AC;
}

Expand Down

0 comments on commit 8e4078d

Please sign in to comment.