-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstoryPage.css
More file actions
100 lines (90 loc) · 1.65 KB
/
storyPage.css
File metadata and controls
100 lines (90 loc) · 1.65 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
#donate a:hover{
background-color: #fe7fe3;
color:black;
border-color: black;
}
#donate a
{
text-decoration: none;
}
.head
{
border: 0.5px white;
border-style: outset;
background-color:#0066A2;
}
#ta
{
border-radius: 4px;
border:2px;
border-color: black;
background-color: #bbb7b8;
font:bold 15px arial, sans-serif;
color:black;
}
.form-submit-button {
background: #0066A2;
color: white;
border-style: outset;
border-color: #0066A2;
height: 50px;
width: 100px;
font: bold 15px arial, sans-serif;
text-shadow:none;
}
#input
{
border:1px solid black;
background-color: lightgray;
text-shadow:none;
font:bold 15px arial, sans-serif;
color:black;
}
p
{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font:bold;
font-size: 19px;
color:black;
}
.head a
{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
text-decoration: none;
font-size: 19px;
text-align: center;
color:white;
font-weight: 200;
}
div a:hover{
background-color: black;
border: 1px solid;
border-color:#fe7fe3 ;
color: #fe7fe3;
}
div
{
background-attachment: fixed;
}
#donate a
{
background-color: #0066A2;
color:white;
border-style: outset;
border-color: #0066A2;
padding: 14px 55px ;
text-align:center;
font: bold 15px arial, sans-serif;
text-shadow:none;
}
.footer
{
background-color: #0066A2;
padding: 4px 0px;
text-shadow:none;
text-align: center;
}
.footer p
{
color: white;
}