Line 1 | Line 1 |
---|
/* proSilver Link Styles
| /* Link Styles
|
---------------------------------------- */
/* Links adjustment to correctly display an order of rtl/ltr mixed content */
| ---------------------------------------- */
/* Links adjustment to correctly display an order of rtl/ltr mixed content */
|
Line 87 | Line 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 103 | Line 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 119 | Line 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;
|
}
| }
|