]> mj.ucw.cz Git - minsk.git/blob - minsk.css
readme.html: Fixed link to Po Drátě
[minsk.git] / minsk.css
1 BODY {
2   background-color: #ffffff;
3 }
4
5 TEXTAREA {
6   border-top:       1px solid #11308a;
7   border-left:      1px solid #11308a;
8   border-bottom:    1px dotted #8396cd;
9   border-right:     1px dotted #8396cd;
10   padding:          0.5ex;
11 }
12
13 #output {
14   border-top:       1px solid #11308a;
15   border-left:      1px solid #11308a;
16   border-bottom:    1px dotted #8396cd;
17   border-right:     1px dotted #8396cd;
18   padding:          0.5ex;
19 }
20
21 H1 {
22   color:            #11308a;
23   font-size:        1.6em;
24   text-align:       center;
25 }
26
27 H2 {
28   color:            #11308a;
29   font-size:        1.4em;
30 }
31
32 A:link {
33   color:            #0000f0;
34 }
35
36 A:active {
37   color:            #454589;
38 }
39
40 A:visited { 
41   color:            #00005a;
42 }
43
44 A:hover {
45   color:            #8900b8;
46 }
47
48 HR {
49   border:           1px dotted #11308a;
50   margin-top:       1cm;
51   height:           1px;
52 }
53
54 #top {
55   text-align:       center;
56 }