Blame Identity/Models/Html/phpBB/3.0.4/styles/prosilver/theme/links.css

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