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

Last change on this file since 480 was 480, checked in by heribert, 10 years ago

Navigation verbessert, IBM 1130 hinzugefügt und andere Änderungen

  • Property svn:keywords set to Id
File size: 1.5 KB
Line 
1/**
2 * t29v6 Grey Style, 08.01.2012
3 *
4 * Hauptdatei des technikum29.de Version 6-Designs.
5 *
6 **/
7
8body {
9        /* Hintergrund oben horizontal, fuer unten siehe footer css files */
10        background: #cbc5bd url("/shared/img-v6/bg-v2.body.png") repeat-x;
11}
12
13.clear { clear: both; }
14
15
16
17body, input { /* font */
18        font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
19}
20
21::-moz-selection{background:#07a;color:#fff;text-shadow:none}
22::selection{background:#07a;color:#fff;text-shadow:none}
23
24
25nav.horizontal a, nav.side .u1 > li > a {
26        /*font-family: "Futura Std Book", "Trebuchet MS";*/
27        font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
28}
29
30#container {
31        width: 1200px;
32        margin: 16px auto;
33        background-color: #F7F7F7; /* Hintergrundfarbe des Textes ("Blatt") */
34        position: relative;
35        padding-top: 104px;
36        overflow: hidden; /* #background-color-container */
37        box-shadow: 1px 1px 2px 1px rgba(0,0,0,.5);
38}
39
40/* Generelle Grundlagen */
41h1, h2 { margin: 0; padding: 0; }
42html.js .no-js, html.no-js .js, hr { display: none; }
43nav li { display: inline; }
44nav a { display: block; text-decoration: none; }
45nav a:focus { outline: none; }
46
47/* Content */
48#content {
49        padding: 60px 40px 60px; /* 25.12.2013: Oben mehr Platz */
50        width: 860px;
51        float: left;
52        color: black;
53}
54
55/* Hintergrund nach ganz unten durchschleifen */
56#background-color-container {
57        background-color: #dfeaf0;
58        float: left;
59        width: 100%;
60        position: relative;
61        left: 940px;
62}
63
64section.sidebar, #content {
65        position: relative;
66        left: -940px;
67}
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