phpBB

Code Changes

File: styles/prosilver/theme/links.css

  Unmodified   Added   Modified   Removed
Line 1Line 1
/* proSilver Link Styles

/* Link Styles

---------------------------------------- */

---------------------------------------- */

 

/* Links adjustment to correctly display an order of rtl/ltr mixed content */
a {
direction: ltr;
unicode-bidi: embed;
}


a:link { color: #898989; text-decoration: none; }
a:visited { color: #898989; text-decoration: none; }


a:link { color: #898989; text-decoration: none; }
a:visited { color: #898989; text-decoration: none; }

Line 10Line 16
.username-coloured {
font-weight: bold;
display: inline !important;

.username-coloured {
font-weight: bold;
display: inline !important;

 
	padding: 0 !important;

}

/* Links on gradient backgrounds */

}

/* Links on gradient backgrounds */

Line 80Line 87
	padding-bottom: 0;
}


	padding-bottom: 0;
}


.postlink:visited {
color: #bdbdbd;
border-bottom-style: dotted;
border-bottom-color: #666666;
}

/* .postlink:visited { color: #bdbdbd; } */






.postlink:active {
color: #d2d2d2;


.postlink:active {
color: #d2d2d2;

Line 96Line 99
	color: #404040;
}


	color: #404040;
}


.signature a, .signature a:visited, .signature a:active, .signature a:hover {

.signature a, .signature a:visited, .signature a:hover, .signature a:active {

	border: none;
text-decoration: underline;
background-color: transparent;
}

/* Profile links */

	border: none;
text-decoration: underline;
background-color: transparent;
}

/* Profile links */

.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {

.postprofile a:link, .postprofile a:visited, .postprofile dt.author a {

	font-weight: bold;
color: #898989;
text-decoration: none;

	font-weight: bold;
color: #898989;
text-decoration: none;

Line 112Line 115
.postprofile a:hover, .postprofile dt.author a:hover {
text-decoration: underline;
color: #d3d3d3;

.postprofile a:hover, .postprofile dt.author a:hover {
text-decoration: underline;
color: #d3d3d3;

 
}

/* CSS spec requires a:link, a:visited, a:hover and a:active rules to be specified in this order. */
/* See http://www.phpbb.com/bugs/phpbb3/59685 */
.postprofile a:active {
font-weight: bold;
color: #898989;
text-decoration: none;

}



}



Line 196Line 207
	color: #d2d2d2;
text-decoration: none;
background-position: 100% 60%;

	color: #d2d2d2;
text-decoration: none;
background-position: 100% 60%;

 
}

/* invisible skip link, used for accessibility */
.skiplink {
position: absolute;
left: -999px;
width: 990px;
}

/* Feed icon in forumlist_body.html */
a.feed-icon-forum {
float: right;
margin: 3px;

}


}