diff options
author | root <root@riffraff.tg14.gathering.org> | 2014-04-16 15:19:20 +0200 |
---|---|---|
committer | root <root@riffraff.tg14.gathering.org> | 2014-04-16 15:21:17 +0200 |
commit | 8c37af6dd3c23762540a312b90030e922938b324 (patch) | |
tree | a6e70803c715c1277ddca670d400bab32aad1a34 /web/stream.gathering.org/superawesomeness.css | |
parent | ec5c01f47fd2c2389450fc0e5407876f6758fba7 (diff) |
renaming from stream.tg13.gathering.org to stream.gathering.org. Easy symlink pewpew
Diffstat (limited to 'web/stream.gathering.org/superawesomeness.css')
-rw-r--r-- | web/stream.gathering.org/superawesomeness.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/web/stream.gathering.org/superawesomeness.css b/web/stream.gathering.org/superawesomeness.css new file mode 100644 index 0000000..b8c5545 --- /dev/null +++ b/web/stream.gathering.org/superawesomeness.css @@ -0,0 +1,24 @@ +* { font-family: 'Open Sans', sans-serif; + +} + +body { + background: #fff; color: #000; opacity: 1; +} + +#spaceship { background: url('singularity.png'); width: 237px; height: 200px;position:absolute; top: 0; right: 0;z-index: -1} + +@media screen and (max-width: 1145px) { /* Min iPad size*/ + #spaceship { + background: #fff; + } +} + + +/* #innhold { position: absolute; left:0px ; top: 50px; margin: 0 50px 0 50px; z-index: 9; width: 520px; }*/ +#innhold { width: 480px; } +footer { clear: both; width:480px; } +a { color: #000; } +h4 { margin: 0; margin-top: 35px;} +p { margin: 0; padding: 0; } +li { margin-bottom: 14px; } |