summaryrefslogtreecommitdiffstats
path: root/userContent/theme/debian.css
blob: c192e6367819196a2a16cdef729cabcad3fb0bea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
@charset "utf-8";


#top-panel {
    background: url(title.png) 0 0 no-repeat; }
  #top-panel td#login-field span a {
    background: none; }
  #top-panel td #searchform a {
    background: none;
    height: auto;
    width: auto; }
  #top-panel td > a {
    background: url(title.png) 0 0 no-repeat;
    display: block;
    height: 34px;
    width: 800px; //
    margin: 10px 0 0 10px; //
    } 
    #top-panel td > a img {
      display: none; }

#main-table {
  background-image: url(debian-swirl.png) !important;
}



hr {
  width: 100%;
  color:#d70751;
  background-color:#d70751;
  height:2px;
  margin: 0px;
  padding: 0px;
}

em {
  font-weight: bold;
}

p.note {
 font-family: sans-serif;
 color: #900;
 text-align: center;
 padding: 5px;
 font-size: 11px;
 font-weight: normal;
}

div.c1 {text-align: center}

p.text {
 font-family: sans-serif;
 padding: 5px;
 font-weight: normal;
}

body {
 padding: 0px;
 margin: 0px;
 font-family: sans-serif;
 font-size: 90%;
 color: #000000;
 background-color: white;
}


h1 {
 font-size: 140%;
 color: #000;
}

h2 {
 font-size: 120%;
 color: #000;
}

h3 {
 font-size: 110%;
 color: #000;
}


p {
 font-size: 100%;
 text-align: justify;
}

tr {
 background-color: #FFF;
}

a:link {
 color: #0000FF;
 text-decoration: none;
}

a:visited {
 color: #800080;
 text-decoration: none;
}

a:active {
 color: #FF0000;
 text-decoration: none;
}

a:hover {
 color: #0000FF;
 text-decoration: underline;
}