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

Last change on this file since 1241 was 1241, checked in by sven, 7 years ago

Design: Aktiviere das im März 2016 entwickelte graue Hintergrundlayout.

Effektiv bedeutet das, dass die beiden Hintergrund-Farbverlaufbilder für Body und Footer aktiv werden. Das Footer-Bild musste dazu noch gemacht werden. Wir nutzen nun für beide Dateien das SVG-Dateiformat welches eine einfachere Bearbeitung bei kleinerer Dateigröße erlaubt. Außerdem wurde eine Body-Klasse eingeführt, die dieses Layout kennzeichnet.

Admin-Javascripts deaktiviert: Diese sorgten dafür, dass es ein Jahr lang einen Button zum Wechseln des Hintergrundbildes gab.

  • Property svn:keywords set to Id
File size: 2.1 KB
Line 
1/**
2 * t29v6 Grey Style, 08.01.2012
3 *
4 * Hauptdatei des technikum29.de Version 6-Designs.
5 *
6 **/
7
8body.design-v2 {
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
13body.design-bg2016-v2 { /* attention, renamed class */
14        /* Testweise erreichbar unter http://bg-test1.design.technikum29.de */
15        /* Neuer Hintergrund ab 2016, noch nicht aktiv: */
16        background: #d0d8dd url("/shared/img-v6/bg2016-v2.body.png") repeat-x;
17}
18
19body.design-2017-06-26 {
20        /* Neuer Hintergrund ab 2017-06-26 */
21        background: #d0d8dd url("/shared/img-v6/bg2017-06-26.body.svg") repeat-x;
22}
23
24.clear { clear: both; }
25
26
27/* Testweise Futura-Ersatzschrift */ 
28/* eingebunden im HTML */
29/*@import url(https://fonts.googleapis.com/css?family=Nunito);*/
30
31
32body, input { /* font */
33        font-family: "Tahoma", "Trebuchet MS", 'Nunito', Verdana, Helvetica, Arial, sans-serif;
34}
35    /* rausgenommen */
36::-moz-selection{background:#07a;color:#fff;text-shadow:none}
37::selection{background:#07a;color:#fff;text-shadow:none}
38
39
40nav.horizontal a, nav.side .u1 > li > a {
41        /*font-family: "Futura Std Book", "Trebuchet MS";*/
42        font-family: "Tahoma", Nunito, , Verdana, Helvetica, Arial, sans-serif;
43}
44
45#container {
46        width: 1200px;
47        margin: 16px auto;
48        background-color: #F7F7F7; /* Hintergrundfarbe des Textes ("Blatt") */
49        position: relative;
50        padding-top: 104px;
51        overflow: hidden; /* #background-color-container */
52        box-shadow: 1px 1px 2px 1px rgba(0,0,0,.5);
53}
54
55/* Generelle Grundlagen */
56h1, h2 { margin: 0; padding: 0; }
57html.js .no-js, html.no-js .js, hr { display: none; }
58nav li { display: inline; }
59nav a { display: block; text-decoration: none; }
60nav a:focus { outline: none; }
61
62/* Content */
63#content {
64        padding: 60px 40px 60px; /* 25.12.2013: Oben mehr Platz */
65        width: 860px;
66        float: left;
67        color: black;
68}
69
70/* Hintergrund nach ganz unten durchschleifen */
71#background-color-container {
72        background-color: #dfeaf0;
73        float: left;
74        width: 100%;
75        position: relative;
76        left: 940px;
77}
78
79section.sidebar, #content {
80        position: relative;
81        left: -940px;
82}
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