Blame Identity/Webenv/phpBB/3.0.4/styles/prosilver/theme/links.css

ef5584
/* proSilver Link Styles
ef5584
---------------------------------------- */
ef5584
ef5584
a:link	{ color: #898989; text-decoration: none; }
ef5584
a:visited	{ color: #898989; text-decoration: none; }
ef5584
a:hover	{ color: #d3d3d3; text-decoration: underline; }
ef5584
a:active	{ color: #d2d2d2; text-decoration: none; }
ef5584
ef5584
/* Coloured usernames */
ef5584
.username-coloured {
ef5584
	font-weight: bold;
ef5584
	display: inline !important;
ef5584
	padding: 0 !important;
ef5584
}
ef5584
ef5584
/* Links on gradient backgrounds */
ef5584
#search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {
ef5584
	color: #FFFFFF;
ef5584
	text-decoration: none;
ef5584
}
ef5584
ef5584
#search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {
ef5584
	color: #FFFFFF;
ef5584
	text-decoration: none;
ef5584
}
ef5584
ef5584
#search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
ef5584
	color: #ffffff;
ef5584
	text-decoration: underline;
ef5584
}
ef5584
ef5584
#search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {
ef5584
	color: #ffffff;
ef5584
	text-decoration: none;
ef5584
}
ef5584
ef5584
/* Links for forum/topic lists */
ef5584
a.forumtitle {
ef5584
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
ef5584
	font-size: 1.2em;
ef5584
	font-weight: bold;
ef5584
	color: #898989;
ef5584
	text-decoration: none;
ef5584
}
ef5584
ef5584
/* a.forumtitle:visited { color: #898989; } */
ef5584
ef5584
a.forumtitle:hover {
ef5584
	color: #bcbcbc;
ef5584
	text-decoration: underline;
ef5584
}
ef5584
ef5584
a.forumtitle:active {
ef5584
	color: #898989;
ef5584
}
ef5584
ef5584
a.topictitle {
ef5584
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
ef5584
	font-size: 1.2em;
ef5584
	font-weight: bold;
ef5584
	color: #898989;
ef5584
	text-decoration: none;
ef5584
}
ef5584
ef5584
/* a.topictitle:visited { color: #d2d2d2; } */
ef5584
ef5584
a.topictitle:hover {
ef5584
	color: #bcbcbc;
ef5584
	text-decoration: underline;
ef5584
}
ef5584
ef5584
a.topictitle:active {
ef5584
	color: #898989;
ef5584
}
ef5584
ef5584
/* Post body links */
ef5584
.postlink {
ef5584
	text-decoration: none;
ef5584
	color: #d2d2d2;
ef5584
	border-bottom: 1px solid #d2d2d2;
ef5584
	padding-bottom: 0;
ef5584
}
ef5584
ef5584
.postlink:visited {
ef5584
	color: #bdbdbd;
ef5584
	border-bottom-style: dotted;
ef5584
	border-bottom-color: #666666;
ef5584
}
ef5584
ef5584
.postlink:active {
ef5584
	color: #d2d2d2;
ef5584
}
ef5584
ef5584
.postlink:hover {
ef5584
	background-color: #f6f6f6;
ef5584
	text-decoration: none;
ef5584
	color: #404040;
ef5584
}
ef5584
ef5584
.signature a, .signature a:visited, .signature a:active, .signature a:hover {
ef5584
	border: none;
ef5584
	text-decoration: underline;
ef5584
	background-color: transparent;
ef5584
}
ef5584
ef5584
/* Profile links */
ef5584
.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
ef5584
	font-weight: bold;
ef5584
	color: #898989;
ef5584
	text-decoration: none;
ef5584
}
ef5584
ef5584
.postprofile a:hover, .postprofile dt.author a:hover {
ef5584
	text-decoration: underline;
ef5584
	color: #d3d3d3;
ef5584
}
ef5584
ef5584
ef5584
/* Profile searchresults */	
ef5584
.search .postprofile a {
ef5584
	color: #898989;
ef5584
	text-decoration: none; 
ef5584
	font-weight: normal;
ef5584
}
ef5584
ef5584
.search .postprofile a:hover {
ef5584
	color: #d3d3d3;
ef5584
	text-decoration: underline; 
ef5584
}
ef5584
ef5584
/* Back to top of page */
ef5584
.back2top {
ef5584
	clear: both;
ef5584
	height: 11px;
ef5584
	text-align: right;
ef5584
}
ef5584
ef5584
a.top {
ef5584
	background: none no-repeat top left;
ef5584
	text-decoration: none;
ef5584
	width: {IMG_ICON_BACK_TOP_WIDTH}px;
ef5584
	height: {IMG_ICON_BACK_TOP_HEIGHT}px;
ef5584
	display: block;
ef5584
	float: right;
ef5584
	overflow: hidden;
ef5584
	letter-spacing: 1000px;
ef5584
	text-indent: 11px;
ef5584
}
ef5584
ef5584
a.top2 {
ef5584
	background: none no-repeat 0 50%;
ef5584
	text-decoration: none;
ef5584
	padding-left: 15px;
ef5584
}
ef5584
ef5584
/* Arrow links  */
ef5584
a.up		{ background: none no-repeat left center; }
ef5584
a.down		{ background: none no-repeat right center; }
ef5584
a.left		{ background: none no-repeat 3px 60%; }
ef5584
a.right		{ background: none no-repeat 95% 60%; }
ef5584
ef5584
a.up, a.up:link, a.up:active, a.up:visited {
ef5584
	padding-left: 10px;
ef5584
	text-decoration: none;
ef5584
	border-bottom-width: 0;
ef5584
}
ef5584
ef5584
a.up:hover {
ef5584
	background-position: left top;
ef5584
	background-color: transparent;
ef5584
}
ef5584
ef5584
a.down, a.down:link, a.down:active, a.down:visited {
ef5584
	padding-right: 10px;
ef5584
}
ef5584
ef5584
a.down:hover {
ef5584
	background-position: right bottom;
ef5584
	text-decoration: none;
ef5584
}
ef5584
ef5584
a.left, a.left:active, a.left:visited {
ef5584
	padding-left: 12px;
ef5584
}
ef5584
ef5584
a.left:hover {
ef5584
	color: #d2d2d2;
ef5584
	text-decoration: none;
ef5584
	background-position: 0 60%;
ef5584
}
ef5584
ef5584
a.right, a.right:active, a.right:visited {
ef5584
	padding-right: 12px;
ef5584
}
ef5584
ef5584
a.right:hover {
ef5584
	color: #d2d2d2;
ef5584
	text-decoration: none;
ef5584
	background-position: 100% 60%;
ef5584
}