source: trunk/forum/styles/prosilver/theme/links.css

Last change on this file was 702, checked in by george, 15 years ago
  • Upraveno: Aktualizace fóra.
File size: 4.3 KB
Line 
1/* proSilver Link Styles
2---------------------------------------- */
3
4/* Links adjustment to correctly display an order of rtl/ltr mixed content */
5a {
6 direction: ltr;
7 unicode-bidi: embed;
8}
9
10a:link { color: #898989; text-decoration: none; }
11a:visited { color: #898989; text-decoration: none; }
12a:hover { color: #d3d3d3; text-decoration: underline; }
13a:active { color: #d2d2d2; text-decoration: none; }
14
15/* Coloured usernames */
16.username-coloured {
17 font-weight: bold;
18 display: inline !important;
19 padding: 0 !important;
20}
21
22/* Links on gradient backgrounds */
23#search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {
24 color: #FFFFFF;
25 text-decoration: none;
26}
27
28#search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {
29 color: #FFFFFF;
30 text-decoration: none;
31}
32
33#search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
34 color: #ffffff;
35 text-decoration: underline;
36}
37
38#search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {
39 color: #ffffff;
40 text-decoration: none;
41}
42
43/* Links for forum/topic lists */
44a.forumtitle {
45 font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
46 font-size: 1.2em;
47 font-weight: bold;
48 color: #898989;
49 text-decoration: none;
50}
51
52/* a.forumtitle:visited { color: #898989; } */
53
54a.forumtitle:hover {
55 color: #bcbcbc;
56 text-decoration: underline;
57}
58
59a.forumtitle:active {
60 color: #898989;
61}
62
63a.topictitle {
64 font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
65 font-size: 1.2em;
66 font-weight: bold;
67 color: #898989;
68 text-decoration: none;
69}
70
71/* a.topictitle:visited { color: #d2d2d2; } */
72
73a.topictitle:hover {
74 color: #bcbcbc;
75 text-decoration: underline;
76}
77
78a.topictitle:active {
79 color: #898989;
80}
81
82/* Post body links */
83.postlink {
84 text-decoration: none;
85 color: #d2d2d2;
86 border-bottom: 1px solid #d2d2d2;
87 padding-bottom: 0;
88}
89
90.postlink:visited {
91 color: #bdbdbd;
92 border-bottom-style: dotted;
93 border-bottom-color: #666666;
94}
95
96.postlink:active {
97 color: #d2d2d2;
98}
99
100.postlink:hover {
101 background-color: #f6f6f6;
102 text-decoration: none;
103 color: #404040;
104}
105
106.signature a, .signature a:visited, .signature a:active, .signature a:hover {
107 border: none;
108 text-decoration: underline;
109 background-color: transparent;
110}
111
112/* Profile links */
113.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
114 font-weight: bold;
115 color: #898989;
116 text-decoration: none;
117}
118
119.postprofile a:hover, .postprofile dt.author a:hover {
120 text-decoration: underline;
121 color: #d3d3d3;
122}
123
124
125/* Profile searchresults */
126.search .postprofile a {
127 color: #898989;
128 text-decoration: none;
129 font-weight: normal;
130}
131
132.search .postprofile a:hover {
133 color: #d3d3d3;
134 text-decoration: underline;
135}
136
137/* Back to top of page */
138.back2top {
139 clear: both;
140 height: 11px;
141 text-align: right;
142}
143
144a.top {
145 background: none no-repeat top left;
146 text-decoration: none;
147 width: {IMG_ICON_BACK_TOP_WIDTH}px;
148 height: {IMG_ICON_BACK_TOP_HEIGHT}px;
149 display: block;
150 float: right;
151 overflow: hidden;
152 letter-spacing: 1000px;
153 text-indent: 11px;
154}
155
156a.top2 {
157 background: none no-repeat 0 50%;
158 text-decoration: none;
159 padding-left: 15px;
160}
161
162/* Arrow links */
163a.up { background: none no-repeat left center; }
164a.down { background: none no-repeat right center; }
165a.left { background: none no-repeat 3px 60%; }
166a.right { background: none no-repeat 95% 60%; }
167
168a.up, a.up:link, a.up:active, a.up:visited {
169 padding-left: 10px;
170 text-decoration: none;
171 border-bottom-width: 0;
172}
173
174a.up:hover {
175 background-position: left top;
176 background-color: transparent;
177}
178
179a.down, a.down:link, a.down:active, a.down:visited {
180 padding-right: 10px;
181}
182
183a.down:hover {
184 background-position: right bottom;
185 text-decoration: none;
186}
187
188a.left, a.left:active, a.left:visited {
189 padding-left: 12px;
190}
191
192a.left:hover {
193 color: #d2d2d2;
194 text-decoration: none;
195 background-position: 0 60%;
196}
197
198a.right, a.right:active, a.right:visited {
199 padding-right: 12px;
200}
201
202a.right:hover {
203 color: #d2d2d2;
204 text-decoration: none;
205 background-position: 100% 60%;
206}
207
208/* invisible skip link, used for accessibility */
209.skiplink {
210 position: absolute;
211 left: -999px;
212 width: 990px;
213}
214
215/* Feed icon in forumlist_body.html */
216a.feed-icon-forum {
217 float: right;
218 margin: 3px;
219}
Note: See TracBrowser for help on using the repository browser.