source: t29-www/shared/css/start.css @ 28

Last change on this file since 28 was 20, checked in by sven, 16 years ago

Migrierung der Homepage in das Subversionsrepositorium
======================================================

Schritt 2: Import des /shared-Verzeichnisses. Jetzt richtig.

File size: 2.1 KB
Line 
1/*
2    Technikum29 CSS fr Startdatei ([lang]/index.shtml)
3
4    Komplett nach common.css umgezogen, nur noch zwecks Kompatibilitaet hier
5   
6    ****
7    **** v5.7 FRESH UP:
8    ****    Kompatiblität nur noch zu /en/index erhalten, wenn /en
9    ****    aufs neue Design umgestellt ist, wird diese datei nicht
10    ****    mehr gebraucht!!!
11    ****
12    ****
13    ****
14*/
15
16/* .desc-right und .aktuell sind nach common.css umgezogen */
17
18div.desc-right {
19    /**
20     * rechts gefloatetes thumbnail mit Beschreibungstext
21     */
22
23    float: right;
24
25    margin: 0 0 10px 20px;
26/*  width: 236px; */
27
28/*  border: 1px solid #7090C0;
29    background-color: #EBEBEB; */
30}
31
32div.desc-right img {
33    border: 1px solid #094099;
34}
35
36div.desc-right p {
37    width: 300px;
38    margin: 0; padding: 0;
39    font-size: 90%;
40    text-align: left;
41}
42
43
44
45div.aktuell {
46    /**
47     * "Aktuelle Bilder"-Bereich
48     */
49
50    border: 1px solid #7090C0;
51    padding: 5px;
52    clear: both;
53
54    /**  fr rechts floatende Aktuell-Box: */
55   /* float: right; width: 300px; margin: 10px 0 20px 20px;*/
56}
57
58div.aktuell h2 {
59    margin: 1px;
60    padding: 0;
61}
62
63div.aktuell .stand {
64    font-size: 80%;
65    text-align: center;
66    margin-top: 1px;
67}
68
69div.aktuell p {
70    margin: 20px 4px;
71/*  clear: both;*/
72}
73
74/* folgendes waren vermutlich die Bildergalerien -- seit Ewigkeiten nicht mehr genutzt! */
75div.float {
76/*  border: 1px solid black; */
77    text-align: center;
78    width: 650px;
79    margin:auto;
80}
81
82html>body div.float {
83    max-width: 650px;
84    /* ... */
85}
86
87div.float .c {
88    clear: both;
89}
90
91ul.float {
92    list-style: none;
93    margin: 10px;
94    padding: 0;
95}
96
97ul.float li {
98    display: inline;
99    float: left;
100}
101
102ul.float li img {
103    margin: 3px;
104    width: 198px;
105    height: 148px;
106
107}
108
109ul.float a:link img, ul.float a:visited img {
110    border: 1px solid #F2FCFF;
111}
112
113ul.float a:hover img, ul.float a:focus img {
114    border: 1px solid #2C5494;
115}
116
117/* Speziallistenformatierungen... (sehr unschoen) */
118/** => Umgezogen nach common.css als ul.ugly ;-) */
119#content ul {
120   list-style: disc inside;
121    margin-left: 0;
122    text-align: justify;
123}
124
125html>body #content ul {
126    padding: 0;
127}
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