-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
143 lines (120 loc) · 1.95 KB
/
styles.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
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
body {
background: #FFF8DC;
}
header {
font-family: Tahoma;
font-size: 40px;
font-weight: bold;
color: #8B1A1A;
margin-left: 1em;
border: solid #6495ED 2px;
border-radius: 15px;
padding: 10px;
}
#search {
font-family: Tahoma;
font-size: 20px;
}
#data {
visibility: hidden;
}
#name {
border: solid #6495ED 2px;
border-radius: 25px;
width: 200px;
padding: 10px;
font-family: Tahoma;
font-size: 18px;
font-weight: bold;
color: #6495ED;
}
#button {
border: solid #6495ED 2px;
border-radius: 10px;
width: 200px;
position: relative;
font-family: Tahoma;
font-size: 14px;
font-weight: bold;
color: #8B1A1A;
}
#loading {
font-family: Tahoma;
font-size: 18px;
text-transform: lowercase;
color:#8B1A1A;
padding: 10px;
}
#slide {
position: relative;
margin: 2em 5em 2em 5em;
padding: 10px;
}
#title {
font-family: Tahoma;
font-size: 20px;
border-bottom: solid 1px;
text-align: right;
color: #8B1A1A;
}
#index {
font-family: Tahoma;
font-size: 12px;
font-weight: bold;
text-transform: lowercase;
color: black;
text-align: right;
}
#left {
position: relative;
font-family: tahoma;
font-size: 20px;
width: 2%;
float: left;
}
#center {
position: relative;
float: left;
margin: 0em 2em 0em 2em;
padding: 10px;
border: solid 3px;
border-radius: 15px;
width: 60%;
}
#right {
position: relative;
font-family: tahoma;
font-size: 20px;
width: 2%;
float: left;
}
#left a {
text-decoration: none;
color: red;
font-weight: bold;
font-size: 20px;
}
#left a:hover {
text-decoration: none;
color: blue;
}
#right a {
text-decoration: none;
color: red;
font-weight: bold;
font-size: 20px;
}
#right a:hover {
text-decoration: none;
color: blue;
}
#substance {
font-family: Tahoma;
font-size: 14px;
color: black;
padding: 5px;
border-bottom: double 1px;
}
#content {
width: 100%;
}