forked from theforumhelpers/QuickReply
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylesheet.css
61 lines (54 loc) · 985 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
52
53
54
55
56
57
58
59
60
61
body {
background: #bceae8;
font-family: Arial;
}
.container {
margin-bottom: 40px;
margin-left: 10px;
}
.CopyText {
float: left;
width: 50%;
height: 40px;
padding: 10px 20px;
border: 2px solid #ccc;
border-radius: 10px;
background-color: #f8f8f8;
font-family: Helvetica, Arial, sans-serif;
resize: none;
}
button:not(.privacyButton) {
margin-left: 5px;
margin-top: 7px;
float: left;
padding: 15px 15px;
border: 2px solid #ccc;
border-radius: 10px;
background-color: #96ff9f;
font-family: Helvetica, Arial, sans-serif;
}
.TOC {
float: left;
border: 2px solid black;
width: 150px;
height: 250px;
margin-left: 20px;
position: fixed;
right: 5px;
bottom: 5px;
background: #A7D4D2;
line-height: 20px;
}
.label {
margin-left: 10px
}
.PageLink:link, .PageLink:visited {
color: inherit;
background-color: transparent;
text-decoration: underline;
}
.PageLink:hover {
color: blue;
background-color: transparent;
text-decoration: underline;
}