-
Notifications
You must be signed in to change notification settings - Fork 23
/
pkstylesheet.css
executable file
·130 lines (101 loc) · 1.66 KB
/
pkstylesheet.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
body {
margin-left: 10%;
margin-right: 10%;
margin-top: 50;
font-family: Helvetica, Arial, Verdana, sans-serif;
font-size: 14px;
color: #000000;
background-color: #F9F9F9;
width:70em;
}
table{
font-family: Helvetica, Arial, Verdana, sans-serif;
font-size: 14px;
}
li {
line-height: 150%;
}
hr {
/*
color: #ff0000;
background-color: #ff0000;
*/
/*color: #0000a0;
background-color: #0000a0;
*/
color: #000000;
background-color: #000000;
height: 1px;
border: 0;
}
h2 {
color: #0000a0;
}
h3 {
color: #0000a0;
}
h4 {
color: #0000a0;
}
/**************** Pseudo classes ****************/
a:link {
color: #000000;
text-decoration: underline;
font-weight: bold;
}
li :link {
color: #000000;
text-decoration: underline;
font-weight: bold;
}
a:visited {
color: #000000;
text-decoration: underline;
font-weight: bold;
}
li a:visited {
color: #000000;
text-decoration: underline;
font-weight: bold;
}
a:hover {
color: rgb(0, 0, 200);
padding-bottom: 5px;
font-weight: bold;
text-decoration: underline;
}
li a:hover {
/* display: block; */
color: rgb(0, 0, 200);
/*padding-bottom: 5px; */
font-weight: bold;
/*
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #C6EC8C;
*/
}
a:active {
color: rgb(255, 0, 102);
font-weight: bold;
}
/*----------------------------IDs for div sections */
#navigation {
position: absolute;
width: 180px;
height: 400px;
margin: 0;
margin-top: 50px;
/*border-right: 1px solid #C6EC8C;*/
/*border-right: 2px solid red; */
font-weight: normal;
}
#centerDoc {
position: absolute;
padding: 0 0 20px 0; /*top right bottom left*/
margin-top: 50px;
margin-left: 180px;
padding-left: 40px;
padding-right: 40px;
border-left: 2px solid red;
}