-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathbnStyle.css
91 lines (76 loc) · 1.26 KB
/
bnStyle.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
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
canvas {
border-style:solid;
border-width:1px;
background:white;
}
div {
padding: 1px;
-moz-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 1px 1px 2px 0px #ccc;
-webkit-box-shadow: 1px 1px 2px 0px #ccc;
box-shadow: 1px 1px 2px 0px #ccc;
}
td {
vertical-align:top;
padding: 5px;
}
body {
font-family: Verdana, Arial, sans-serif;
font-size: smaller;
padding: 50px;
color: #555;
width: 650px;
}
h1 {
letter-spacing: 6px;
font-size: 1.6em;
color: #be7429;
font-weight: bold;
}
h2 {
text-align: left;
letter-spacing: 6px;
font-size: 1.4em;
color: #be7429;
font-weight: normal;
width: 450px;
}
table {
padding: 1px;
background-color: #eff0ef;
-moz-border-radius: 10px;
border-radius: 10px;
}
tbody {
vertical-align: top;
}
a {
color: #be7429;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
code {
font-family: monospace;
color: #666666;
}
smallNote {
font-size: 0.9em;
font-family: sans-serif;
}
li {
padding-top: 4px;
padding-bottom: 4px;
}
normalText {
}
normalText:hover {
border-bottom-style: dotted;
border-bottom-color: #ffcc33;
color: #ab6f00;
}
input:focus {
background-color: #fbf5c0;
}