1
/* proSilver Link Styles
2
---------------------------------------- */
4
a:link { color: #898989; text-decoration: none; }
5
a:visited { color: #898989; text-decoration: none; }
6
a:hover { color: #d3d3d3; text-decoration: underline; }
7
a:active { color: #d2d2d2; text-decoration: none; }
9
/* Coloured usernames */
12
display: inline !important;
15
/* Links on gradient backgrounds */
16
#search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {
18
text-decoration: none;
21
#search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {
23
text-decoration: none;
26
#search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
28
text-decoration: underline;
31
#search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {
33
text-decoration: none;
36
/* Links for forum/topic lists */
38
font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
42
text-decoration: none;
45
/* a.forumtitle:visited { color: #898989; } */
49
text-decoration: underline;
57
font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
61
text-decoration: none;
64
/* a.topictitle:visited { color: #d2d2d2; } */
68
text-decoration: underline;
77
text-decoration: none;
79
border-bottom: 1px solid #d2d2d2;
85
border-bottom-style: dotted;
86
border-bottom-color: #666666;
94
background-color: #f6f6f6;
95
text-decoration: none;
99
.signature a, .signature a:visited, .signature a:active, .signature a:hover {
101
text-decoration: underline;
102
background-color: transparent;
106
.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
109
text-decoration: none;
112
.postprofile a:hover, .postprofile dt.author a:hover {
113
text-decoration: underline;
118
/* Profile searchresults */
119
.search .postprofile a {
121
text-decoration: none;
125
.search .postprofile a:hover {
127
text-decoration: underline;
130
/* Back to top of page */
138
background: none no-repeat top left;
139
text-decoration: none;
140
width: {IMG_ICON_BACK_TOP_WIDTH}px;
141
height: {IMG_ICON_BACK_TOP_HEIGHT}px;
145
letter-spacing: 1000px;
150
background: none no-repeat 0 50%;
151
text-decoration: none;
156
a.up { background: none no-repeat left center; }
157
a.down { background: none no-repeat right center; }
158
a.left { background: none no-repeat 3px 60%; }
159
a.right { background: none no-repeat 95% 60%; }
161
a.up, a.up:link, a.up:active, a.up:visited {
163
text-decoration: none;
164
border-bottom-width: 0;
168
background-position: left top;
169
background-color: transparent;
172
a.down, a.down:link, a.down:active, a.down:visited {
177
background-position: right bottom;
178
text-decoration: none;
181
a.left, a.left:active, a.left:visited {
187
text-decoration: none;
188
background-position: 0 60%;
191
a.right, a.right:active, a.right:visited {
197
text-decoration: none;
198
background-position: 100% 60%;