-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
42 lines (42 loc) · 789 Bytes
/
Copy pathstyle.css
File metadata and controls
42 lines (42 loc) · 789 Bytes
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
body{
background-image: url(back2.jpg);
/* background-color: #937CA3;*/
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100%;
text-align: center;
}
body,td,th,button,select{
color: #7E2217;
font-weight: bold;
}
div.error{
color: #F62817;
font-weight: bold;
text-align: left;
}
body.side{
background-color: #E0FFFF;
background-size: 1020%;
color: #C68E17;
text-align: left;
}
td.side,th.side{
color: #7F5A58;
}
p.side,a.side{
font-size: 20px;
font-weight: bold;
color: #2233FF;
font-position: center;
}
h2.side{
font-size: 30px;
font-position: center;
color: #992288;
}
font.rtop{
font-size: 25px;
color: #009933;
font-weight: bold;
}