source: t29-www/shared/old/css-prev5.7/start.old-v5.4.3.css @ 20

Last change on this file since 20 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: 1.5 KB
Line 
1/*
2    Technikum29 CSS für Startdatei ([lang]/index.shtml)
3*/
4
5
6div.desc-right {
7    /**
8     * rechts gefloatetes thumbnail mit Beschreibungstext
9     */
10
11    float: right;
12
13    margin: 0 0 10px 20px;
14/*  width: 236px; */
15
16/*  border: 1px solid #7090C0;
17    background-color: #EBEBEB; */
18}
19
20div.desc-right img {
21    border: 1px solid #094099;
22}
23
24div.desc-right p {
25    width: 300px;
26    margin: 0; padding: 0;
27    font-size: 90%;
28    text-align: left;
29}
30
31
32
33div.aktuell {
34    /**
35     * "Aktuelle Bilder"-Bereich
36     */
37
38    border: 1px solid #7090C0;
39    padding: 5px;
40    text-align: center;
41
42/*    background-color: #EBEBEB; */
43}
44
45div.aktuell h2 {
46    margin: 1px;
47    padding: 0;
48}
49
50div.aktuell .stand {
51    font-size: 80%;
52    text-align: center;
53    margin-top: 1px;
54}
55
56div.aktuell p {
57    margin: 20px 4px;
58    clear: both;
59}
60
61div.float {
62/*  border: 1px solid black; */
63    text-align: center;
64    width: 650px;
65    margin:auto;
66}
67
68html>body div.float {
69    max-width: 650px;
70    /* ... */
71}
72
73div.float .c {
74    clear: both;
75}
76
77ul.float {
78    list-style: none;
79    margin: 10px;
80    padding: 0;
81}
82
83ul.float li {
84    display: inline;
85    float: left;
86}
87
88ul.float li img {
89    margin: 3px;
90    width: 198px;
91    height: 148px;
92
93}
94
95ul.float a:link img, ul.float a:visited img {
96    border: 1px solid #F2FCFF;
97}
98
99ul.float a:hover img, ul.float a:focus img {
100    border: 1px solid #2C5494;
101}
102
103/* Speziallistenformatierungen... */
104
105#content ul { list-style: disc inside; margin-left: 0; }
106#content ul ul { margin-left: 20px; }
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