-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
44 lines (42 loc) · 680 Bytes
/
style.css
File metadata and controls
44 lines (42 loc) · 680 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
43
44
/*
This is my CSS file
*/
body {
font-family: Arial;
font-size: 10pt;
font-style: normal;
color: #ff0000;
background-color: #00ff00;
}
BODY {
padding-left: 2px;
}
/* class of top added to body element */
body.top {
font-family: Arial;
font-size: 10pt;
text-decoration: none;
}
.main {
font-family: Arial;
font-size: 10px;
font-style: normal;
}
td, th {
font-family: Arial;font-style: normal;border: 1px solid grey;
}
a {
font-family: Arial;
text-decoration: none;
font-weight:bold;
}
a.navi
{ font-size: 10pt;
font-family: Arial;
text-decoration: none;
font-weight: bold;
}
a:active {
color: red;
}
/* End of CSS */