forked from sr/git-wiki
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathstylesheet.css
51 lines (42 loc) · 827 Bytes
/
stylesheet.css
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
body {
font-family: Verdana, Arial, "Bitstream Vera Sans", Helvetica, sans-serif;
font-size: 14px;
color: black;
line-height: 150%;
background-color: white;
margin: 0.5em 1em;
}
#navigation {
padding: 10px 0;
border-bottom: 1px black solid;
}
#navigation a {
background-color: #e0e0e0;
color: black;
text-decoration: none;
padding: 2px;
}
h1 {
display: block;
padding-bottom: 5px;
}
a { color: black }
.submit {
font-size: large;
font-weight: bold;
}
.page_title { font-size: x-large; }
a.edit, a.edit:visited, a.edit:active, a.edit:hover {
color: red;
}
.cancel {
background-color: #e0e0e0;
font-weight: normal;
text-decoration: none;
font-size: 14px;
}
.cancel:before { content: "("; }
.cancel:after { content: ")" }
input, textarea, pre, code {
font-family: monospace;
}