source: t29-www/shared/old/css.old/print.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  /**************************************************************\
3 *  TTTTT EEEE CCCC H  H N   N III K  K U  U M   M    222   999   *
4 *    T   E    C    H  H NN  N  I  K K  U  U MM MM   2   2 9   9  *
5 *    T   EEE  C    HHHH N N N  I  KK   U  U M M M      2  99999  *
6 *    T   E    C    H  H N  NN  I  K K  U  U M   M     2      9   *
7 *    T   EEEE CCCC H  H N   N III K  K UUUU M   M   22222   9    *
8 *                                                                *
9 *                        P R I N T    C S S                     *
10  \**************************************************************/
11
12
13body {
14    margin: 1em; padding: 0;
15    background-color: #fff;
16    color: #000;
17    font: 12pt "Times New Roman",Times,serif;
18}
19
20.hidden {
21    display: none;
22}
23
24img {
25    border: none;
26}
27
28h1 {
29    margin: 0; padding: 6px 0;
30    border-bottom: 1px solid #AAA;
31    text-align: center;
32
33    font: 18pt Arial,Verdana,Helvetica,sans-serif;
34}
35
36h1 a, h1 a span {
37    background-color: #fff;
38    color: #AAA !important;
39    text-decoration: none !important;
40}
41
42h1 span.d {
43    display: none;
44}
45
46h2 {
47    font-size: 150%;
48    margin: 10px 0 10px 0;
49    padding: 0;
50}
51
52div#lang, #menu, #rel {
53    display: none;
54}
55
56/***** TEXT *****/
57
58p {
59    text-align: justify;
60    line-height: 110%;
61}
62
63a:link, a:visited {
64    color: #224B88;
65    text-decoration: underline;
66}
67
68a:hover, a:active, a:focus {
69    color: #882224;
70    text-decoration: underline;
71}
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