rlm@0: /* rlm@0: The original subSilver Theme for phpBB version 2+ rlm@0: Created by subBlue design rlm@0: http://www.subBlue.com rlm@0: */ rlm@0: rlm@0: rlm@0: /* General page style. The scroll bar colours only visible in IE5.5+ */ rlm@0: body { rlm@0: background-color: #000000; rlm@0: rlm@0: rlm@0: background: black url(http://www.moonlitnights.org/star-bg.gif); rlm@0: rlm@0: scrollbar-face-color: #000000; rlm@0: scrollbar-highlight-color: #C0D2F6; rlm@0: scrollbar-shadow-color: #C0D2F6; rlm@0: scrollbar-3dlight-color: #000000; rlm@0: scrollbar-arrow-color: #C0D2F6; rlm@0: scrollbar-track-color: #000000; rlm@0: scrollbar-darkshadow-color: #000000; rlm@0: } rlm@0: rlm@0: /* General font families for common tags */ rlm@0: font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif } rlm@0: a:link,a:active,a:visited { color : #2AAAA8; } rlm@0: a:hover { text-decoration: underline; color : #2AAAA8; } rlm@0: hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;} rlm@0: rlm@0: rlm@0: /* This is the border line & background colour round the entire page */ rlm@0: .bodyline { border: 1px #000000 solid; } rlm@0: rlm@0: /* This is the outline round the main forum tables */ rlm@0: .forumline { background-color: #000000; border: 2px #000000 solid; } rlm@0: rlm@0: rlm@0: /* Main table cell colours and backgrounds */ rlm@0: td.row1 { background-color: #5C5C8E; } rlm@0: td.row2 { background-color: #5C5C8E; } rlm@0: td.row3 { background-color: #5C5C8E; } rlm@0: rlm@0: rlm@0: /* rlm@0: This is for the table cell above the Topics, Post & Last posts on the index.php page rlm@0: By default this is the fading out gradiated silver background. rlm@0: However, you could replace this with a bitmap specific for each forum rlm@0: */ rlm@0: td.rowpic { rlm@0: background-color: #5090D0; rlm@0: background-repeat: repeat-y; rlm@0: } rlm@0: rlm@0: /* Header cells - the blue and silver gradient backgrounds */ rlm@0: th { rlm@0: color: #000000; font-size: 11px; font-weight : bold; rlm@0: background-color: #DAEAFF; height: 25px; rlm@0: rlm@0: } rlm@0: rlm@0: td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom { rlm@0: background-color:#5090D0; border: #000000; border-style: solid; height: 28px; rlm@0: } rlm@0: rlm@0: rlm@0: /* rlm@0: Setting additional nice inner borders for the main table cells. rlm@0: The names indicate which sides the border will be on. rlm@0: Don't worry if you don't understand this, just ignore it :-) rlm@0: */ rlm@0: td.cat,td.catHead,td.catBottom { rlm@0: height: 29px; rlm@0: border-width: 0px 0px 0px 0px; rlm@0: } rlm@0: th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR { rlm@0: font-weight: bold; border: #000000; border-style: solid; height: 28px; } rlm@0: td.row3Right,td.spaceRow { rlm@0: background-color: #DAEAFF; border: #000000; border-style: solid; color: #000000 } rlm@0: rlm@0: th.thHead,td.catHead { font-size: 12px; border-width: 0px 0px 0px 0px; } rlm@0: th.thSides,td.catSides,td.spaceRow { border-width: 0px 0px 0px 0px; } rlm@0: th.thRight,td.catRight,td.row3Right { border-width: 0px 0px 0px 0px; } rlm@0: th.thLeft,td.catLeft { border-width: 0px 0px 0px 0px; } rlm@0: th.thBottom,td.catBottom { border-width: 0px 0px 0px 0px; } rlm@0: th.thTop { border-width: 0px 0px 0px 0px; } rlm@0: th.thCornerL { border-width: 0px 0px 0px 0px; } rlm@0: th.thCornerR { border-width: 0px 0px 0px 0px; } rlm@0: rlm@0: rlm@0: /* The largest text used in the index page title and toptic title etc. */ rlm@0: .maintitle,h1,h2 { rlm@0: font-weight: none; font-size: 18px; font-family: "Verdana",Verdana, Arial, Helvetica, sans-serif; rlm@0: text-decoration: none; line-height : 120%; color : #5D7790; rlm@0: } rlm@0: rlm@0: rlm@0: /* General text */ rlm@0: .gen { font-size : 12px; } rlm@0: .genmed { font-size : 11px; } rlm@0: .gensmall { font-size : 10px; } rlm@0: .gen,.genmed,.gensmall { color : #FFFFFF; } rlm@0: a.gen,a.genmed,a.gensmall { color: #2AAAA8; text-decoration: none; } rlm@0: a.gen:visited,a.genmed:visited,a.gensmall:visited { color: #2AAAA8; text-decoration: none; } rlm@0: a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #2AAAA8; text-decoration: underline; } rlm@0: rlm@0: rlm@0: /* The register, login, search etc links at the top of the page */ rlm@0: .mainmenu { font-size : 11px; color : #000000 } rlm@0: a.mainmenu { text-decoration: none; color : #2AAAA8; } rlm@0: a.mainmenu:hover{ text-decoration: underline; color : #DD6900; } rlm@0: rlm@0: rlm@0: /* Forum category titles */ rlm@0: .cattitle { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #FFFFFF} rlm@0: a.cattitle { text-decoration: none; color : #FFFFFF; } rlm@0: a.cattitle:visited { text-decoration: none; color : #FFFFFF; } rlm@0: a.cattitle:hover { text-decoration: underline; color : #FFFFFF; } rlm@0: rlm@0: /* Forum title: Text and link to the forums used in: index.php */ rlm@0: .forumlink { font-weight: bold; font-size: 12px; color : #2AAAA8; } rlm@0: a.forumlink { text-decoration: none; color : #2AAAA8; } rlm@0: a.forumlink:visited { text-decoration: none; color : #2AAAA8; } rlm@0: a.forumlink:hover{ text-decoration: underline; color : #2AAAA8; } rlm@0: rlm@0: rlm@0: /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */ rlm@0: .nav { font-weight: bold; font-size: 11px; color : #2AAAA8;} rlm@0: a.nav { text-decoration: none; color : #2AAAA8; } rlm@0: a.nav:hover { text-decoration: underline; color : #2AAAA8;} rlm@0: rlm@0: rlm@0: /* titles for the topics: could specify viewed link colour too */ rlm@0: .topictitle { font-weight: bold; font-size: 11px; color : #FFFF00; } rlm@0: a.topictitle:link { text-decoration: none; color : #2AAAA8; } rlm@0: a.topictitle:visited { text-decoration: none; color : #2AAAA8; } rlm@0: a.topictitle:hover { text-decoration: underline; color : #2AAAA8; } rlm@0: rlm@0: rlm@0: /* Name of poster in viewmsg.php and viewtopic.php and other places */ rlm@0: .name { font-size : 11px; color : #FFFFFF;} rlm@0: rlm@0: /* Location, number of posts, post date etc */ rlm@0: .postdetails { font-size : 10px; color : #FFFFFF; } rlm@0: rlm@0: rlm@0: /* The content of the posts (body of text) */ rlm@0: .postbody { font-size : 12px; color : #FFFFFF} rlm@0: a.postlink:link { text-decoration: none; color : #2AAAA8 } rlm@0: a.postlink:visited { text-decoration: none; color : #2AAAA8; } rlm@0: a.postlink:hover { text-decoration: underline; color : #2AAAA8} rlm@0: rlm@0: .error { font-size : 16px; color : #42E5E2; background-color: #2AAAA8; border: #D1D7DC; border-style: solid; rlm@0: border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px rlm@0: } rlm@0: rlm@0: /* Quote & Code blocks */ rlm@0: .code { rlm@0: font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600; rlm@0: background-color: #FAFAFA; border: #D1D7DC; border-style: solid; rlm@0: border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px rlm@0: } rlm@0: rlm@0: .quote { rlm@0: font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #42E5E2; line-height: 125%; rlm@0: background-color: #2AAAA8; border: #D1D7DC; border-style: solid; rlm@0: border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px rlm@0: } rlm@0: rlm@0: rlm@0: /* Copyright and bottom info */ rlm@0: .copyright { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; letter-spacing: -1px;} rlm@0: a.copyright { color: #2AAAA8; text-decoration: none;} rlm@0: rlm@0: a.copyright:hover { color: #2AAAA8; text-decoration: underline;} rlm@0: rlm@0: rlm@0: /* Form elements */ rlm@0: input,textarea, select { rlm@0: color : #000000; rlm@0: font: normal 11px Verdana, Arial, Helvetica, sans-serif; rlm@0: border-color : #000000; rlm@0: } rlm@0: rlm@0: /* The text input fields background colour */ rlm@0: input.post, textarea.post, select { rlm@0: background-color : #FFFFFF; rlm@0: } rlm@0: rlm@0: input { text-indent : 2px; } rlm@0: rlm@0: /* The buttons used for bbCode styling in message post */ rlm@0: input.button { rlm@0: background-color : #EFEFEF; rlm@0: color : #000000; rlm@0: font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; rlm@0: } rlm@0: rlm@0: /* The main submit button option */ rlm@0: input.mainoption { rlm@0: background-color : #FAFAFA; rlm@0: font-weight : bold; rlm@0: } rlm@0: rlm@0: /* None-bold submit button */ rlm@0: input.liteoption { rlm@0: background-color : #FAFAFA; rlm@0: font-weight : normal; rlm@0: } rlm@0: rlm@0: /* This is the line in the posting page which shows the rollover rlm@0: help line. This is actually a text box, but if set to be the same rlm@0: colour as the background no one will know ;) rlm@0: */ rlm@0: .helpline { background-color: #DEE3E7; border-style: none; } rlm@0: rlm@0: rlm@0: /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */ rlm@0: @import url("formIE.css");