Update code_sniffer build.xml file to be executable on our system
[phpbb.git] / phpBB / styles / prosilver / theme / links.css
blob9f3b7e3ae79da65165063f5d185070d3b4959d1e
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 */
10 .username-coloured {
11 font-weight: bold;
12 display: inline !important;
13 padding: 0 !important;
16 /* Links on gradient backgrounds */
17 #search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {
18 color: #FFFFFF;
19 text-decoration: none;
22 #search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {
23 color: #FFFFFF;
24 text-decoration: none;
27 #search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
28 color: #ffffff;
29 text-decoration: underline;
32 #search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {
33 color: #ffffff;
34 text-decoration: none;
37 /* Links for forum/topic lists */
38 a.forumtitle {
39 font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
40 font-size: 1.2em;
41 font-weight: bold;
42 color: #898989;
43 text-decoration: none;
46 /* a.forumtitle:visited { color: #898989; } */
48 a.forumtitle:hover {
49 color: #bcbcbc;
50 text-decoration: underline;
53 a.forumtitle:active {
54 color: #898989;
57 a.topictitle {
58 font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
59 font-size: 1.2em;
60 font-weight: bold;
61 color: #898989;
62 text-decoration: none;
65 /* a.topictitle:visited { color: #d2d2d2; } */
67 a.topictitle:hover {
68 color: #bcbcbc;
69 text-decoration: underline;
72 a.topictitle:active {
73 color: #898989;
76 /* Post body links */
77 .postlink {
78 text-decoration: none;
79 color: #d2d2d2;
80 border-bottom: 1px solid #d2d2d2;
81 padding-bottom: 0;
84 .postlink:visited {
85 color: #bdbdbd;
86 border-bottom-style: dotted;
87 border-bottom-color: #666666;
90 .postlink:active {
91 color: #d2d2d2;
94 .postlink:hover {
95 background-color: #f6f6f6;
96 text-decoration: none;
97 color: #404040;
100 .signature a, .signature a:visited, .signature a:active, .signature a:hover {
101 border: none;
102 text-decoration: underline;
103 background-color: transparent;
106 /* Profile links */
107 .postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
108 font-weight: bold;
109 color: #898989;
110 text-decoration: none;
113 .postprofile a:hover, .postprofile dt.author a:hover {
114 text-decoration: underline;
115 color: #d3d3d3;
119 /* Profile searchresults */
120 .search .postprofile a {
121 color: #898989;
122 text-decoration: none;
123 font-weight: normal;
126 .search .postprofile a:hover {
127 color: #d3d3d3;
128 text-decoration: underline;
131 /* Back to top of page */
132 .back2top {
133 clear: both;
134 height: 11px;
135 text-align: right;
138 a.top {
139 background: none no-repeat top left;
140 text-decoration: none;
141 width: {IMG_ICON_BACK_TOP_WIDTH}px;
142 height: {IMG_ICON_BACK_TOP_HEIGHT}px;
143 display: block;
144 float: right;
145 overflow: hidden;
146 letter-spacing: 1000px;
147 text-indent: 11px;
150 a.top2 {
151 background: none no-repeat 0 50%;
152 text-decoration: none;
153 padding-left: 15px;
156 /* Arrow links */
157 a.up { background: none no-repeat left center; }
158 a.down { background: none no-repeat right center; }
159 a.left { background: none no-repeat 3px 60%; }
160 a.right { background: none no-repeat 95% 60%; }
162 a.up, a.up:link, a.up:active, a.up:visited {
163 padding-left: 10px;
164 text-decoration: none;
165 border-bottom-width: 0;
168 a.up:hover {
169 background-position: left top;
170 background-color: transparent;
173 a.down, a.down:link, a.down:active, a.down:visited {
174 padding-right: 10px;
177 a.down:hover {
178 background-position: right bottom;
179 text-decoration: none;
182 a.left, a.left:active, a.left:visited {
183 padding-left: 12px;
186 a.left:hover {
187 color: #d2d2d2;
188 text-decoration: none;
189 background-position: 0 60%;
192 a.right, a.right:active, a.right:visited {
193 padding-right: 12px;
196 a.right:hover {
197 color: #d2d2d2;
198 text-decoration: none;
199 background-position: 100% 60%;