source: t29-www/shared/css-v6/modules/10-window.css @ 269

Last change on this file since 269 was 269, checked in by sven, 12 years ago

CSS modular sauber verteilt und JS-Loading-Framework generalisiert zu einem OOP RessourceLoader, der sowohl JS als auch CSS vom Verzeichnis einlesen kann, Cachefile erzeugt und mit Hooks sowie Postprozessor verarbeiten kann (etwa fuer Minify, LESS, usw.). Noch nicht ausgiebig getestet.

File size: 1.4 KB
Line 
1/* t29v6 Grey Style, 08.01.2012 */
2
3body {
4        background: #cbc5bd url("../img-v6/bg-v2.body.png") repeat-x;
5}
6
7.clear { clear: both; }
8
9
10
11body, input { /* font */
12        font-family: "Trebuchet MS";
13}
14
15::-moz-selection{background:#07a;color:#fff;text-shadow:none}
16::selection{background:#07a;color:#fff;text-shadow:none}
17
18
19nav.horizontal a, nav.side .u1 > li > a {
20        /*font-family: "Futura Std Book", "Trebuchet MS";*/
21        font-family: "Trebuchet MS";
22}
23
24#footer-background-container {
25        background: url("../img-v6/bg-v2.body-footer.png") bottom left repeat-x;
26        padding-bottom: 1px;
27}
28
29#container {
30        width: 1200px;
31        margin: 16px auto;
32        background-color: #f1f1f1;
33        position: relative;
34        padding-top: 104px;
35        overflow: hidden; /* #background-color-container */
36        box-shadow: 1px 1px 2px 1px rgba(0,0,0,.5);
37}
38
39/* Generelle Grundlagen */
40h1, h2 { margin: 0; padding: 0; }
41html.js .no-js, html.no-js .js, hr { display: none; }
42nav li { display: inline; }
43nav a { display: block; text-decoration: none; }
44nav a:focus { outline: none; }
45
46/* Content */
47#content {
48        padding: 30px 40px 60px;
49        width: 860px;
50        float: left;
51        color: black;
52}
53
54/* Hintergrund nach ganz unten durchschleifen */
55#background-color-container {
56        background-color: #dfeaf0;
57        float: left;
58        width: 100%;
59        position: relative;
60        left: 940px;
61}
62
63section.sidebar, #content {
64        position: relative;
65        left: -940px;
66}
Note: See TracBrowser for help on using the repository browser.
© 2008 - 2013 technikum29 • Sven Köppel • Some rights reserved
Powered by Trac
Expect where otherwise noted, content on this site is licensed under a Creative Commons 3.0 License