Blame Extras/phpBB/3.0.4/styles/modern/theme/links.css

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