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 34 | Line 29 |
---|
}
#wrapheader {
|
}
#wrapheader {
|
min-height: 120px;
| |
height: auto !important;
|
height: auto !important;
|
height: 120px; /* background-image: url('./images/background.gif'); background-repeat: repeat-x;*/ /* padding: 0 25px 15px 25px;*/
| |
padding: 0; }
| padding: 0; }
|
Line 62 | Line 52 |
---|
}
#logodesc {
|
}
#logodesc {
|
margin-bottom: 5px; padding: 5px 25px; background: #D9DFE4; border-bottom: 1px solid #4787A7;
| background-color: #C1CAD2; background-image: url('./images/background.gif'); background-repeat: repeat-x; background-position: center bottom; padding: 0 25px 15px 25px;
|
}
#menubar {
| }
#menubar {
|
Line 214 | 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; }
.postapprove img, .postreported img { vertical-align: bottom;
|
color: green; font-weight:bold; }
.postapprove img, .postreported img { vertical-align: bottom;
|
| padding-top: 5px;
|
}
.postauthor {
| }
.postauthor {
|
Line 300 | Line 292 |
---|
text-decoration: none; }
|
text-decoration: none; }
|
.error {
| .online { color: green; }
.offline, .error, .inactive {
|
color: red; }
| color: red; }
|
Line 366 | Line 362 |
---|
.spacer { background-color: #D1D7DC;
|
.spacer { background-color: #D1D7DC;
|
| }
.current { background-color: lightblue;
|
}
hr {
| }
hr {
|
Line 382 | Line 382 |
---|
/* Links ------------ */
|
/* Links ------------ */
|
| /* Links adjustment to correctly display an order of rtl/ltr mixed content */ .rtl a { direction: rtl; 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 396 | 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 530 | Line 543 |
---|
border-style: none; }
|
border-style: none; }
|
| input:focus, select:focus, textarea:focus { outline-style: none; }
|
/* BBCode ------------ */
| /* BBCode ------------ */
|
Line 664 | Line 680 |
---|
.username-coloured { font-weight: bold; }
|
.username-coloured { font-weight: bold; }
|
|
|