diff options
| author | tekkub <tekkub@gmail.com> | 2009-06-14 23:44:42 -0600 |
|---|---|---|
| committer | tekkub <tekkub@gmail.com> | 2009-06-14 23:44:42 -0600 |
| commit | 6f750f87ae81473a91c7eb82211720fa1ba5cf21 (patch) | |
| tree | 1456d40215f9b88b9c34e7456f44ee697293cc5d /css/style.css | |
First commit
Diffstat (limited to 'css/style.css')
| -rwxr-xr-x | css/style.css | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css new file mode 100755 index 0000000..4a014e1 --- /dev/null +++ b/css/style.css @@ -0,0 +1,33 @@ +a { color: #008; } + +#welcome h1 { + padding: 20px; + text-align: center; + background: #458; + color: #fff; + } + +h2 { background: #ddd; text-align: center; padding: 4px; } + +#welcome p { font-size: 1.3em; color: #444; text-align:center;} + +#header { } +#footer { background: #ddd;} +#footer a { color: #444; } + +.info, .fork { padding: 10px; } +.content { font-size: 1.2em; } +.content h3 { background: #dfd; font-size: 1.7em; padding: 6px 2px; } + +pre { padding: 20px; background: #ffd; font-size: 0.9em; } + +#links { padding: 10px; } + +#header #links { text-align:right; } +#header #links a { color: #555; font-size: 1.2em; padding: 5px; margin: 10px; } + +.button { text-align: center; padding: 10px; font-size: 1.2em; font-weight:bold; } +.red { border: 3px solid #a88; background: #fee;} +.red a { color: #a44; } +.green { border: 3px solid #8a8; background: #efe;} +.blue { border: 3px solid #88a; background: #eef;} |
