diff options
author | root <root@einstein.tg15.gathering.org> | 2015-03-30 22:24:29 +0200 |
---|---|---|
committer | root <root@einstein.tg15.gathering.org> | 2015-03-30 22:24:29 +0200 |
commit | 31a664b20ba24e1b3348d2bf51cb89fc380b45ea (patch) | |
tree | 60fd1adf605d28d6df65c739d1a7e6fbefba0859 /web/stream.gathering.org/pre-tg15/superawesomeness.css | |
parent | 9ac80abffae12797da3baceca18a1706adbd2e0c (diff) |
Anton: Cleaned up the folderstructure a bit, also reworked the front page with some CSS, auto-play, video source swap (al tho not inline, but hey), some config parameters as well as some todo-removes if we dont need the conf.
Diffstat (limited to 'web/stream.gathering.org/pre-tg15/superawesomeness.css')
-rw-r--r-- | web/stream.gathering.org/pre-tg15/superawesomeness.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/web/stream.gathering.org/pre-tg15/superawesomeness.css b/web/stream.gathering.org/pre-tg15/superawesomeness.css new file mode 100644 index 0000000..b8c5545 --- /dev/null +++ b/web/stream.gathering.org/pre-tg15/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; } |