diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -55,8 +55,7 @@ if (count($images) > 0) { <style> html { margin: 0; padding: 0; background: #fff; } body { margin: 0 auto; padding: 20px 40px; font-size: 100%; } - h1, h2 { font-family: Pacifico, "Times New Roman", serif; font-weight: normal; - font-effect: outline; } + h1, h2 { font-family: Pacifico, "Times New Roman", serif; font-weight: normal; font-effect: outline; } h1 { margin: 0 0 1em 0; font-size: 260%; } h2 { margin-top: 2em; font-size: 180%; } a, a:link { color: #2383c2; text-decoration: none; } @@ -73,14 +72,13 @@ if (count($images) > 0) { border: 4px solid #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } - #hi.flipped { -webkit-transform: rotateY(180deg); - -moz-transform: rotateY(180deg); - } + #hi.flipped { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); } #hi p { padding: 2em; } + #hicomment { width: 342px; padding: 1em 4px; color: #cccccc; font-size: 70%; font-family: Verdana, Arial; } + #hicomment a { color: #aaaaaa; } p { font-family: "Trebuchet MS"; font-size: 90%; color: #222; } section { float: left; margin-left: 20px; } - aside { float: left; text-align: left; margin-left: 60px; width: 350px; - display: block; } + aside { float: left; text-align: left; margin-left: 60px; width: 350px; display: block; } article { display: block; width: auto; margin: auto; } footer { clear: both; color: #aaa; margin-top: 3em; } footer p { color: #aaa; } |