source: t29-www/shared/css/startseite.css @ 1391

Last change on this file since 1391 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.3 KB
Line 
1/*
2 *   technikum29.de
3 *   CSS der "Homepage"/Startseite (/index.html), alleinstehend
4 *
5 *   Version vom 06.08.2006 (v5.5.6) mit Layoutänderung zur
6 *   Unterstützung der englischen Version
7 */
8
9body {
10    width: 100%; height: 100%;
11    color: #FFF;
12    font: bold 13px Verdana,Arial,sans-serif;
13    margin: 0;
14    background-color: #0B387C; /*#2C408B*/
15    text-align: center;
16}
17
18/* nur zur internen Strukturierung */
19h1, h2 { display: none; }
20
21/* Root-Container für gesamtes Bild + Inhalt */
22#container {
23    position: absolute;
24    left: 50%; top: 50%;
25    width: 675px; height: 450px;
26    margin-left: -337px; margin-top: -225px;
27    background-image: url(/shared/img/startseite-v2.jpg);
28    background-repeat: no-repeat;
29    background-position: center center;
30    text-align: left;
31}
32
33#languages {
34    /* intelligente Browser:
35       margin: 145px 114px 30px 112px;
36       position: relative;
37       Workaround für IE-Unterstützung:
38    */
39    position: absolute;
40    top: 145px; left: 112px;
41    width: 449px;
42}
43
44/* Sprachcontainer */
45#de, #en {
46    height: 246px; /* 450px - top; EX 220 */
47    width: 210px; /* 450px schriftzug-Hälfte */
48    padding: 1px;
49    /*border: 1px solid #7991b7;*/
50    position: absolute;
51    top: 0;
52}
53
54#en { left: 0; }
55#de { right: 0; }
56
57.text {
58    margin: 10px;
59    font: bold 14px Verdana,Arial,sans-serif; 
60    /*font: bold 16px Verdana,Arial,sans-serif; */
61    text-align: center;
62    /*height: 160px;*/
63}
64
65#en .text { padding-top: 10px; }
66#de .text { padding-top: 10px; }
67
68/* Autor ausgeblendet (seit einiger Zeit, Grund unklar) */
69.author {
70    display: none;
71    bottom: 15px;
72    left: 23px;
73    font: 8pt Verdana,sans-serif;
74    text-align: left;
75    color: #7F8AB1;
76    text-transform: lowercase;
77}
78
79.go {
80    /* absolut positioniert, um irgendwelchen
81        boxmodels aus dem Weg zu gehen. */
82    position: absolute;
83    bottom: 0;
84    left: 0;
85    width: 170px;
86
87    margin: 20px;
88    padding: 5px; /* padding für border in #go a im IE */
89    text-align: right;
90    font: bold 18pt Verdana,Arial,sans-serif;
91    letter-spacing: 0;
92    word-spacing: 0;
93    text-align: center;
94}
95
96.go span {
97    /* Text "Eingang" */
98    letter-spacing: 2px;
99}
100
101.go a {
102    color: #FFF;
103    text-decoration: none;
104}
105
106.go a:link, .go a:visited {
107    border-bottom: 1px solid #FFF;
108}
109
110.go a:hover, .go a:focus, .go a:active {
111    border-bottom: 2px dotted #72CFDF;
112}
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