Line 1 | Line 1 |
---|
/* phpBB 3.0 Style Sheet
| /* phpBB3 Style Sheet
|
--------------------------------------------------------------
|
--------------------------------------------------------------
|
Style name: subsilver2 Based on style: subSilver (the default phpBB 2 style) Original author: subBlue ( http://www.subBlue.com/ ) Modified by: psoTFX and the phpBB team ( http://www.phpbb.com ) This is an alternative style for phpBB3 for those wishing to stay with the familiar subSilver style of phpBB version 2.x Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
| Style name: subsilver2 Based on style: subSilver (the default phpBB 2.0.x style) Original author: Tom Beddard ( http://www.subblue.com/ ) Modified by: phpBB Group ( https://www.phpbb.com/ )
|
-------------------------------------------------------------- */
| -------------------------------------------------------------- */
|
Line 210 | Line 205 |
---|
margin: 1px 0; }
|
margin: 1px 0; }
|
.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
| .postreported, .postreported a:link, .postreported a:visited, .postreported a:hover, .postreported a:active {
|
margin: 1px 0; color: red; font-weight:bold; }
|
margin: 1px 0; color: red; font-weight:bold; }
|
.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
| .postapprove, .postapprove a:link, .postapprove a:visited, .postapprove a:hover, .postapprove a:active {
|
color: green; font-weight:bold; }
| color: green; font-weight:bold; }
|
Line 297 | Line 292 |
---|
text-decoration: none; }
|
text-decoration: none; }
|
.error {
| .online { color: green; }
.offline, .error, .inactive {
|
color: red; }
| color: red; }
|
Line 363 | Line 362 |
---|
.spacer { background-color: #D1D7DC;
|
.spacer { background-color: #D1D7DC;
|
| }
.current { background-color: lightblue;
|
}
hr {
| }
hr {
|
Line 386 | Line 389 |
---|
unicode-bidi: embed; }
|
unicode-bidi: embed; }
|
| /* 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 */
|
a:link { color: #006597; text-decoration: none; }
|
a:link { color: #006597; text-decoration: none; }
|
a:active,
| |
a:visited { color: #005784; text-decoration: none;
| a:visited { color: #005784; text-decoration: none;
|
Line 400 | Line 404 |
---|
a:hover { color: #D46400; text-decoration: underline;
|
a:hover { color: #D46400; text-decoration: underline;
|
| }
a:active { color: #005784; text-decoration: none;
|
}
a.forumlink {
| }
a.forumlink {
|
Line 534 | Line 543 |
---|
border-style: none; }
|
border-style: none; }
|
| input:focus, select:focus, textarea:focus { outline-style: none; }
|
/* BBCode ------------ */
| /* BBCode ------------ */
|
Line 668 | Line 680 |
---|
.username-coloured { font-weight: bold; }
|
.username-coloured { font-weight: bold; }
|
|
|