diff options
author | root <root@frank.tg14.gathering.org> | 2014-04-16 17:00:49 +0200 |
---|---|---|
committer | root <root@frank.tg14.gathering.org> | 2014-04-16 17:00:49 +0200 |
commit | f4c08e775289d5fce9d4ae2dc98b2ee806a24a83 (patch) | |
tree | 9d50bedbf20863d6dfde7f596d6e244d8a2d92c5 /web/stream.gathering.org/superawesomeness.css | |
parent | 496518da92542361eb9f3b6c1a1023f23713fed9 (diff) | |
parent | 4cd076ec9982c9dc02f248def4ef3aef59a1c2b0 (diff) |
Merge branch 'master' of https://github.com/tech-server/tgmanage
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; } |