diff options
author | ahriman <ahriman@falte.red> | 2019-09-17 01:12:35 -0400 |
---|---|---|
committer | ahriman <ahriman@falte.red> | 2019-09-17 01:12:35 -0400 |
commit | 4612340198dfec0bb2f3625440ce54a9a4bcb752 (patch) | |
tree | 71de114c1250a9b8c2ec9f18f4ad903e1a5ca3fb | |
parent | 9b2f519e0aa65ce162df849860d4391e9d435a61 (diff) | |
download | site-4612340198dfec0bb2f3625440ce54a9a4bcb752.tar.gz |
reformatted css
-rw-r--r-- | tilde.css | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/tilde.css b/tilde.css index b8a7368..3707cb1 100644 --- a/tilde.css +++ b/tilde.css @@ -5,43 +5,43 @@ body { - background-color: #000000; - font-family: 'Open Sans', sans-serif; - color: green; - padding-right: 0px; - margin-top: 10px; - margin-bottom: 10px; - margin-right: auto; - margin-left: auto; - width: 850px; - font-size: 1.0em; + background-color: #000000; + font-family: 'Open Sans', sans-serif; + color: green; + padding-right: 0px; + margin-top: 10px; + margin-bottom: 10px; + margin-right: auto; + margin-left: auto; + width: 850px; + font-size: 1.0em; } .date { - font-weight: bold; + font-weight: bold; } #logo { - margin-left: 40px; - margin-bottom: 10px; - font-size: 2.2em; + margin-left: 40px; + margin-bottom: 10px; + font-size: 2.2em; } #logobyline { - margin-left: 80px; - margin-top: -20px; + margin-left: 80px; + margin-top: -20px; font-family: 'Source Code Pro', monospace; } #navigation { - margin-left: auto; - margin-right: 40px; - width: 850px; - text-align: center; + margin-left: auto; + margin-right: 40px; + width: 850px; + text-align: center; } #content { - width: 750px; - margin-left: 50px; + width: 750px; + margin-left: 50px; } #container { - width: 850px; - margin-bottom: 100px; + width: 850px; + margin-bottom: 100px; } #news { width: 550px; @@ -62,21 +62,21 @@ body { margin-right: auto; } a:link { -text-decoration: none; -color:#cccccc; + text-decoration: none; + color:#cccccc; } a:visited { -color:#cccccc; -text-decoration: none; + color:#cccccc; + text-decoration: none; } a:hover { -color:#ffffff; + color:#ffffff; } p { - text-indent: 15px; + text-indent: 15px; } code { text-indent: 30px; @@ -98,8 +98,8 @@ h2 { font-size: 1.4em; } h3 { - font-size: 1.2em; - margin-bottom: -5px; + font-size: 1.2em; + margin-bottom: -5px; } h4 { font-size: 1.1em; |