forked from ChameleonWiki/templateCheck
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
124 lines (107 loc) · 1.75 KB
/
Copy pathmain.css
File metadata and controls
124 lines (107 loc) · 1.75 KB
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
113
114
115
116
117
118
119
120
121
122
123
124
body {
background: white;
font: normal normal normal 10pt Verdana, Geneva, Helvetica, Arial, sans-serif;
color: black;
text-align: left;
margin: 20px 40px;
padding: 0;
border: none;
}
h1 {
font-weight: normal;
font-size: 16pt;
letter-spacing: 0.1em;
margin-top: 10pt;
margin-bottom: 0;
font-variant: small-caps;
color: #990000;
}
th, h2 {
text-align: left;
font-weight: bold;
font-size: 10pt;
}
.verbose {
font-size: 12pt;
letter-spacing: 0.1em;
margin-top: 10pt;
margin-bottom: 0;
}
table, tr, th, td {
vertical-align: top;
border: none;
}
td, th {
padding-right: 10pt;
}
ul {
margin-top: 0;
}
p {
margin-top: 0;
margin-bottom: 6pt;
}
.code, .codeblock {
font-family: 'Lucida Console', monospace;
}
.codeblock {
display: block;
white-space: pre;
margin: 0;
}
img {
border: none;
}
#logo {
margin: 0 30px;
float: right;
}
#w3c {
margin: 0 30px;
float: right;
}
form {
margin-bottom: 20px;
}
a {
text-decoration: none;
}
a:link, a:visited {
color: blue;
}
a:hover {
text-decoration: underline;
}
a:active {
color: red;
}
.redlink{ /* Used when linking to wiki articles that do not exist */
color: red !important;
}
.bluelink{ /* Used when linking to wiki articles that exist */
color: blue !important;
}
/*a.redlink:link, a.redlink:visited {
color: red;
}*/
.redirect {
color: #339966;
}
.stats, .info {
color: gray;
font-size: 8pt;
margin-bottom: 0;
}
.stats {
padding-top: 20px;
}
.info a:link, .info a:visited {
color: gray;
border-bottom: 1px dotted #006699;
/*text-decoration: underline dotted #006699;*/
}
.info a:hover {
color: #006699;
text-decoration: underline;
border-bottom: none;
}