Created
April 5, 2010 20:10
-
-
Save vicox/356803 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- themes/stumblepeach/style.orig.css 2009-12-07 09:09:53.000000000 +0100 | |
+++ themes/stumblepeach/style.css 2010-04-05 22:03:25.000000000 +0200 | |
@@ -147,11 +147,12 @@ | |
} | |
#content .date{ | |
- font-size: 20px; | |
+ font-size: 13px; | |
+ font-weight: bold; | |
padding: 5px; | |
background-color: transparent; | |
border-bottom: #cccccc 1px solid; | |
- color: #000000; | |
+ color: #444444; | |
margin: 15px 0; | |
} | |
@@ -206,18 +207,16 @@ | |
margin:0; | |
padding: 0; | |
color:#b9b9b9; | |
- font-family:Helvetica,Tahoma,Arial,sans-serif; | |
- font-size: 16px; | |
+ font-family: Verdana,Tahoma,Arial,sans-serif; | |
+ font-size: 13px; | |
text-align: center; | |
} | |
h2 { | |
- color:#000000; | |
- font-family: Helvetica, Sans-serif; | |
- font-size: 15px; | |
+ color:#444444; | |
+ font-family: Verdana,Tahoma,Arial,sans-serif; | |
+ font-size: 13px; | |
font-weight:bold; | |
- letter-spacing:0.05em; | |
- text-transform: uppercase; | |
} | |
a { | |
@@ -248,7 +247,7 @@ | |
#page { | |
color:#333; | |
- width:760px; | |
+ width:780px; | |
margin:0 auto; | |
padding: 0 0 15px 0; | |
text-align:left; | |
@@ -268,7 +267,7 @@ | |
*/ | |
#header-wrapper { | |
- height: 120px; | |
+ height: 60px; | |
margin-top: 10px; | |
} | |
@@ -281,15 +280,23 @@ | |
position: absolute; | |
letter-spacing:-1px; | |
width:350px; | |
- top: 60px; | |
} | |
-#header h1.title{ | |
+#header h1.title { | |
color: #cccccc; | |
padding-left: 15px; | |
font-face: helvetica; | |
- font-size: 32px; | |
- text-transform:uppercase; | |
+ font-size: 32px; | |
+} | |
+ | |
+#header h1.title a { | |
+ color: #cccccc; | |
+ font-face: helvetica; | |
+ font-size: 32px; | |
+} | |
+ | |
+#header h1.title a:hover { | |
+ text-decoration: none; | |
} | |
@@ -318,7 +325,7 @@ | |
line-height:1.4em; | |
margin:35px 10px 5px; | |
padding:0; | |
- width:160px; | |
+ width:180px; | |
} | |
.sidebar li { | |
@@ -420,4 +427,5 @@ | |
#accordion_archive { | |
margin-bottom: 5px; | |
-} | |
\ No newline at end of file | |
+} | |
+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment