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