diff options
| author | Jules Laplace <jules@okfoc.us> | 2013-01-24 15:50:46 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2013-01-24 15:50:46 -0500 |
| commit | 17da997822d1a1d84cb996cc60b84a14aec62a1f (patch) | |
| tree | e830952d44ffdfde4f52665b3b4a785156fb1bed /public/stylesheets/style.css | |
| parent | 704c2d7bf8dad10997ae143a575d9432519ff771 (diff) | |
| parent | 107daeccf148f2c7b56bd77815b62030803aa813 (diff) | |
logo hoveR
Diffstat (limited to 'public/stylesheets/style.css')
| -rw-r--r-- | public/stylesheets/style.css | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a01b355..8681414 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,3 +1,6 @@ + +@import url(http://fonts.googleapis.com/css?family=Julius+Sans+One); + body { padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; @@ -7,7 +10,6 @@ a { color: #00B7FF; } -@import url(http://fonts.googleapis.com/css?family=Julius+Sans+One); @-webkit-keyframes a { 0% { @@ -390,7 +392,7 @@ header { .cursor div { position: relative; left: 25px; - top: 3px; + top: 6px; font-size: 12px; color: #333; font-family: 'Julius Sans One', sans-serif; @@ -434,13 +436,14 @@ ol { background: url(https://s3.amazonaws.com/luckyplop/cf8dc6647202296b7c84c906dbf43c6d46e04958.png) no-repeat -2px -97px; } .okfocus { - text-align:center; - position:fixed; - bottom:10px; - left:0; - width:100%; - + text-align: center; + position: fixed; + bottom: 10px; + left: 0; + font-size: 11px; + width: 100%; + cursor: pointer; } .okfocus img { - width:100px; + width: 100px; }
\ No newline at end of file |
