source: t29-www/shared/css/details.css @ 31

Last change on this file since 31 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.0 KB
Line 
1
2/*------------------------------------------*
3 *          T E C H N I K U M 2 9           *
4 *               Details CSS                *
5 *------------------------------------------*/
6
7/*
8   updated / .. für v5.5
9*/
10
11td, table, tr
12        {
13        font: 12px Verdana;
14        }
15table p
16        {
17        text-align: justify;
18        line-height: 120%;
19        }
20table p.center
21        {
22        margin: 5px 0px;
23        text-align: center;
24        }
25td b
26        {
27        display: block;
28        }
29td.b, td.b a
30        {
31        font-weight: bold;
32        }
33table
34        {
35        background-color: #7090C0;
36        }
37td
38        {
39        padding: 2px;
40        vertical-align: middle;
41        text-align: center;
42        background-color: #F7FDFF;
43        }
44th
45        {
46        padding: 2px;
47        text-align: center;
48        background-color: #BED0E5;
49        }
50.bemerkungen
51        {
52        vertical-align: middle;
53        text-align: justify;
54        }
55/*
56a:link, a:visited
57        {
58        text-decoration: underline;
59        color: #0E466A;
60        }
61a:hover
62        {
63        text-decoration: none;
64        background-color: #B1C6DF;
65        border: 1px solid #2C5494;
66        color: #2C5494;
67        }
68a:active, a:focus
69        {
70        text-decoration: none;
71        background-color: #F3D8D8;
72        border: 1px solid #D54747;
73        color: #D54747;
74        }
75
76*/
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