source: t29-www/shared/old/css-prev5.7/startseite-oldv5.5.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.4 KB
Line 
1/*
2 *   technikum29.de
3 *   CSS der "Homepage"/Startseite (/index.html), alleinstehend
4 */
5
6body {
7    width: 100%; height: 100%;
8    color: #FFF;
9    font: bold 13px Verdana,Arial,sans-serif;
10    margin: 0;
11    background-color: #0B387C; /*#2C408B*/
12    text-align: center;
13}
14
15h1 { display: none; }
16
17#container {
18    position: absolute;
19    left: 50%; top: 50%;
20    width: 675px; height: 450px;
21    margin-left: -337px; margin-top: -225px;
22    background-image: url(/shared/img/startseite-v2.jpg);
23    background-repeat: no-repeat;
24    background-position: center center;
25    text-align: left;
26}
27
28#text {
29    position: absolute;
30    top: 160px; left: 360px;
31    width: 325px;
32    font: bold 14px Verdana,Arial,sans-serif; 
33}
34
35#author {
36    display: none;
37    position: absolute;
38    bottom: 15px;
39    left: 23px;
40    font: 8pt Verdana,sans-serif;
41    text-align: left;
42    color: #7F8AB1;
43    text-transform: lowercase;
44}
45
46#go {
47    position: absolute;
48    left: 0; top: 373px;
49    width: 676px;
50    margin: 1px 10px 6px -5px;
51    padding: 5px; /* padding für border in #go a im IE */
52    text-align: right;
53    font: bold 18pt Verdana,Arial,sans-serif;
54    letter-spacing: 0;
55    word-spacing: 0;
56}
57
58#go span {
59    /* Text "Eingang" */
60    letter-spacing: 6px;
61}
62
63#go a {
64    color: #FFF;
65    text-decoration: none;
66}
67
68#go a:link, #go a:visited {
69    border-bottom: 1px solid #FFF;
70}
71
72#go a:hover, #go a:focus, #go a:active {
73    border-bottom: 2px dotted #72CFDF;
74}
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