-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
executable file
·111 lines (100 loc) · 1.93 KB
/
Copy pathstyle.css
File metadata and controls
executable file
·111 lines (100 loc) · 1.93 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
101
102
103
104
105
106
107
108
109
110
111
@charset "utf-8";
/* CSS Document */
body {
background: #dedede;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
font-family: Tahoma;
font-size: 12px;
color: #000000;
text-decoration: none;
}
img {
border: none;
}
td.menu {
width: 189px;
height: 293px;
background: url(images/web-design-06.gif);
background-position: top;
background-repeat: repeat;
background-color: #969696;
font-family: Tahoma;
font-size: 12px;
font-weight: bold;
color: #000000;
text-decoration: none;
text-align: left;
vertical-align: top;
padding-bottom: 5px;
padding-left: 0px;
padding-right: 5px;
padding-top: 0px;
margin-left: 0px;
}
td.continut {
width: 492px;
height: 100%;
background-color: #969696;
font-family: Tahoma;
font-size: 12px;
color: #000000;
text-decoration: none;
text-align: left;
vertical-align: top;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
}
a:link, a:visited, a:active {
color: #FFFFFF;
font-family: Tahoma;
font-size: 12px;
font-style: normal;
font-weight: bold;
text-decoration: none;
}
a:hover {
color: #FF0000;
font-family: Tahoma;
font-size: 12px;
font-style: normal;
font-weight: bold;
text-decoration: none;
}
ul {
padding-left: 5px;
list-style-image: url(images/web-design-arrow.gif);
list-style-position: inside;
}
li {
list-style-image: url(images/web-design-arrow.gif);
list-style-position: inside;
padding-left: 0;
margin-left: 0px;
position: relative;
}
a.menu:link, a.menu:visited {
color: #FFFFFF;
font-family: Tahoma;
font-size: 13px;
font-weight: bold;
text-decoration: none;
}
a.menu:hover {
color: #FF0000;
font-family: Tahoma;
font-size: 13px;
font-weight: bold;
text-decoration: none;
}
a.menu:active {
color: #FFFFFF;
font-family: Tahoma;
font-size: 13px;
font-weight: bold;
text-decoration: none;
}