|
From: Florin C B. <ory...@us...> - 2013-05-22 20:39:07
|
Update of /cvsroot/mxbb/core/templates/subsilver2/theme In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv26305 Modified Files: stylesheet.css Log Message: Index: stylesheet.css =================================================================== RCS file: /cvsroot/mxbb/core/templates/subsilver2/theme/stylesheet.css,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** stylesheet.css 16 Jul 2009 05:16:01 -0000 1.2 --- stylesheet.css 22 May 2013 20:39:04 -0000 1.3 *************** *** 1,11 **** /* phpBB 3.0 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/ ) --- 1,9 ---- /* phpBB 3.0 Style Sheet -------------------------------------------------------------- ! Style name: SwiftBlue ! Based on style: SwiftBlue Theme for phpBB2 by BitByBit, http://www.bitbybit.f2s.com ! Original author: OryNider, using subsilver2 Theme as a base. ! This is an alternative subsilver2 style with purple-blue colors. Copyright 2006 phpBB Group ( http://www.phpbb.com/ ) *************** *** 15,25 **** /* Layout ------------ */ ! * { ! /* Reset browsers default margin, padding and font sizes */ ! margin: 0; ! padding: 0; ! } ! ! html { font-size: 100%; } --- 13,17 ---- /* Layout ------------ */ ! html { font-size: 100%; } *************** *** 27,48 **** /* General page style. The scroll bar colours only visible in IE5.5+ */ html, body { ! /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */ ! FONT: 10pt "Helvetica", "Lucida Grande", Verdana, Geneva, Arial, sans-serif; ! color: #323D4F; ! background-color: #FFFFFF; ! scrollbar-face-color: #DEE3E7; ! scrollbar-highlight-color: #FFFFFF; ! scrollbar-shadow-color: #DEE3E7; ! scrollbar-3dlight-color: #D1D7DC; ! scrollbar-arrow-color: #006699; ! scrollbar-track-color: #EFEFEF; ! scrollbar-darkshadow-color: #98AAB1; MARGIN: 5px 10px 10px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; ! PADDING-BOTTOM: 0px; COLOR: #000000; PADDING-TOP: 0px; ! font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */ margin: 0; } --- 19,39 ---- /* General page style. The scroll bar colours only visible in IE5.5+ */ html, body { ! background-color: #E3F0FB; ! scrollbar-face-color: #BADBF5; ! scrollbar-highlight-color: #E3F0FB; ! scrollbar-shadow-color: #BADBF5; ! scrollbar-3dlight-color: #80BBEC; ! scrollbar-arrow-color: #072978; ! scrollbar-track-color: #DAECFA; ! scrollbar-darkshadow-color: #4B8DF1; MARGIN: 5px 10px 10px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; ! BACKGROUND: url(images/backgroundbluelight.gif); ! PADDING-BOTTOM: 0px; ! FONT: 10pt "Helvetica", "Lucida Grande", Verdana, Geneva, Arial, sans-serif; COLOR: #000000; PADDING-TOP: 0px; ! font-size: 89.5%; margin: 0; } *************** *** 70,74 **** width: 100%; margin: 0; ! background-color: #ECECEC; border-width: 1px; border-style: solid; --- 61,65 ---- width: 100%; margin: 0; ! background-color: #DAECFA; border-width: 1px; border-style: solid; *************** *** 79,84 **** margin-bottom: 5px; padding: 5px 25px; ! background: #D9DFE4; ! border-bottom: 1px solid #4787A7; } --- 70,75 ---- margin-bottom: 5px; padding: 5px 25px; ! background: #E3F0FB; ! border-bottom: 1px solid #D9DFE4; } *************** *** 252,259 **** } ! .postbody { ! font-size: 1.3em; ! line-height: 1.4em; ! font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif; } --- 243,251 ---- } ! /* The content of the posts (body of text) */ ! .postbody { ! font-size : 15px; ! line-height: 14px; ! font-family: "Trebuchet MS", "Lucida Grande", Helvetica, Arial, Times, sans-serif; } *************** *** 271,275 **** .nav { - margin: 0; color: black; font-weight: bold; --- 263,266 ---- *************** *** 287,304 **** } .gen { margin: 1px 1px; ! font-size: 1.2em; } .genmed { margin: 1px 1px; ! font-size: 1.1em; } .gensmall { margin: 1px 1px; ! font-size: 1em; } .copyright { --- 278,359 ---- } + /* General text */ .gen { margin: 1px 1px; ! font-size: 15px; } .genmed { margin: 1px 1px; ! font-size: 14px; } .gensmall { margin: 1px 1px; ! font-size: 11px; } + .gen,.genmed,.gensmall { color : #000000; } + a.gen,a.genmed,a.gensmall { color: #072978; text-decoration: none; } + a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #041642; text-decoration: underline; } + + + /* The register, login, search etc links at the top of the page */ + .mainmenu { font-size : 11px; color : #000000 } + a.mainmenu { text-decoration: none; color : #072978; } + a.mainmenu:hover{ text-decoration: underline; color : #041642; } + + /* Forum category titles */ + .cattitle { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #072978} + a.cattitle { text-decoration: none; color : #072978; } + a.cattitle:hover{ text-decoration: underline; } + + /* Forum title: Text and link to the forums used in: index.php */ + .forumlink { font-weight: bold; font-size: 12px; color : #072978; } + a.forumlink { text-decoration: none; color : #072978; } + a.forumlink:hover{ text-decoration: underline; color : #041642; } + + /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */ + .nav { font-weight: bold; font-size: 11px; color : #000000;} + a.nav { text-decoration: none; color : #072978; } + a.nav:hover { text-decoration: underline; } + + + /* titles for the topics: could specify viewed link colour too */ + .topictitle,h1,h2 { font-weight: bold; font-size: 11px; color : #000000; } + a.topictitle:link { text-decoration: none; color : #072978; } + a.topictitle:visited { text-decoration: none; color : #072978; } + a.topictitle:hover { text-decoration: underline; color : #041642; } + + + /* Name of poster in viewmsg.php and viewtopic.php and other places */ + .name { font-size : 11px; color : #000000;} + + /* Location, number of posts, post date etc */ + .postdetails { font-size : 10px; color : #000000; } + + a.postlink:link { text-decoration: none; color : #072978 } + a.postlink:visited { text-decoration: none; color : #072978; } + a.postlink:hover { text-decoration: underline; color : #041642} + + + /* Quote & Code blocks */ + .code { + font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600; + background-color: #FAFAFA; border: #80BBEC; border-style: solid; + border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px + } + + .quote { + font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%; + background-color: #FAFAFA; border: #80BBEC; border-style: solid; + border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px + } + + + /* Copyright and bottom info */ + .copyright { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;} + a.copyright { color: #444444; text-decoration: none;} + a.copyright:hover { color: #000000; text-decoration: underline;} + .copyright { *************** *** 322,339 **** /* Tables ------------ */ ! th { ! color: #FFA34F; ! font-size: 1.1em; ! font-weight: bold; ! background-color: #006699; ! background-image: url('./images/cellpic3.gif'); ! white-space: nowrap; ! padding: 7px 5px; ! } ! td { ! padding: 2px; ! } ! td.profile { padding: 4px; } --- 377,394 ---- /* Tables ------------ */ ! /* General font families for common tags */ ! font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif } ! a:link,a:active,a:visited { color : #006699; } ! a:hover { text-decoration: underline; color : #DD6900; } ! hr { height: 0px; border: solid #80BBEC 0px; border-top-width: 1px;} ! ! /* This is the border line & background colour round the entire page */ ! .bodyline { background-color: #E3F0FB; border: 1px #4B8DF1 solid; } ! ! /* This is the outline round the main forum tables */ ! .forumline { background-color: #E3F0FB; border: 2px #006699 solid; } ! ! .profile { padding: 4px; } *************** *** 343,351 **** } .catdiv { height: 28px; - margin: 0; - padding: 0; - border: 0; background: white url('./images/cellpic2.jpg') repeat-y scroll top left; } --- 398,432 ---- } + /* Main table cell colours and backgrounds */ + + .row1 { + background-color: #DAECFA; + padding: 4px; + } + + .row2 { + background-color: #BADBF5; + padding: 4px; + } + + .row3 { + background-color: #80BBEC; + padding: 4px; + } + + + /* + This is for the table cell above the Topics, Post & Last posts on the index.php page + By default this is the fading out gradiated silver background. + However, you could replace this with a bitmap specific for each forum + */ + .rowpic { + background-color: #E3F0FB; + background-image: url('./images/cellpic2.jpg'); + background-repeat: repeat-y; + } + .catdiv { height: 28px; background: white url('./images/cellpic2.jpg') repeat-y scroll top left; } *************** *** 354,384 **** } .cat { height: 28px; - margin: 0; - padding: 0; - border: 0; background-color: #C7D0D7; - background-image: url('./images/cellpic1.gif'); text-indent: 4px; } - .row1 { - background-color: #ECECEC; - padding: 4px; - } ! .row2 { ! background-color: #DCE1E5; ! padding: 4px; } ! .row3 { ! background-color: #C0C8D0; ! padding: 4px; } .spacer { ! background-color: #D1D7DC; } --- 435,483 ---- } + /* Header cells - the blue and silver gradient backgrounds */ + th { + color: #FFA34F; font-size: 11px; font-weight : bold; + background-color: #006699; height: 25px; + background-image: url('./images/cellpic3.gif'); + } + .cat { height: 28px; background-color: #C7D0D7; text-indent: 4px; } ! .cat,.catHead,.catSides,.catLeft,.catRight,.catBottom { ! background-image: url('./images/cellpic1.gif'); ! background-color:#80BBEC; border: #E3F0FB; border-style: solid; height: 28px; } ! ! /* ! Setting additional nice inner borders for the main table cells. ! The names indicate which sides the border will be on. ! Don't worry if you don't understand this, just ignore it :-) ! */ ! td.cat,td.catHead,td.catBottom { ! height: 29px; ! border-width: 0px 0px 0px 0px; } + th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR { + font-weight: bold; border: #E3F0FB; border-style: solid; height: 28px; } + td.row3Right,td.spaceRow { + background-color: #80BBEC; border: #E3F0FB; border-style: solid; } + + th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; } + th.thSides,td.catSides,td.spaceRow { border-width: 0px 1px 0px 1px; } + th.thRight,td.catRight,td.row3Right { border-width: 0px 1px 0px 0px; } + th.thLeft,td.catLeft { border-width: 0px 0px 0px 1px; } + th.thBottom,td.catBottom { border-width: 0px 1px 1px 1px; } + th.thTop { border-width: 1px 0px 0px 0px; } + th.thCornerL { border-width: 1px 0px 0px 1px; } + th.thCornerR { border-width: 1px 1px 0px 0px; } .spacer { ! background-color: #80BBEC; } *************** *** 386,391 **** height: 1px; border-width: 0; ! background-color: #D1D7DC; ! color: #D1D7DC; } --- 485,490 ---- height: 1px; border-width: 0; ! background-color: #80BBEC; ! color: #80BBEC; } *************** *** 397,400 **** --- 496,500 ---- /* Links ------------ */ + a:link { color: #006597; *************** *** 417,421 **** font-weight: bold; font-family: "Lucida Grande", Helvetica, Arial, sans-serif; ! font-size: 1.2em; } --- 517,521 ---- font-weight: bold; font-family: "Lucida Grande", Helvetica, Arial, sans-serif; ! font-size: 13px; } *************** *** 424,428 **** font-family: "Lucida Grande", Helvetica, Arial, sans-serif; font-weight: bold; ! font-size: 1.2em; } --- 524,528 ---- font-family: "Lucida Grande", Helvetica, Arial, sans-serif; font-weight: bold; ! font-size: 13px; } *************** *** 454,458 **** color: #333333; font-family: "Lucida Grande", Verdana, Helvetica, sans-serif; ! font-size: 1.1em; font-weight: normal; padding: 1px; --- 554,558 ---- color: #333333; font-family: "Lucida Grande", Verdana, Helvetica, sans-serif; ! font-size: 12px; font-weight: normal; padding: 1px; *************** *** 465,470 **** color: #333333; font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; ! font-size: 1.3em; ! line-height: 1.4em; font-weight: normal; border: 1px solid #A9B8C2; --- 565,570 ---- color: #333333; font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; ! font-size: 14px; ! line-height: 15px; font-weight: normal; border: 1px solid #A9B8C2; *************** *** 500,504 **** .post { ! background-color: white; border-style: solid; border-width: 1px; --- 600,604 ---- .post { ! background-color: #DAECFA; border-style: solid; border-width: 1px; *************** *** 507,514 **** .btnbbcode { color: #000000; ! font-weight: normal; ! font-size: 1.1em; font-family: "Lucida Grande", Verdana, Helvetica, sans-serif; ! background-color: #EFEFEF; border: 1px solid #666666; } --- 607,614 ---- .btnbbcode { color: #000000; ! font-weight: normal; ! font-size: 0.8em; font-family: "Lucida Grande", Verdana, Helvetica, sans-serif; ! background-color: #DAECFA; border: 1px solid #666666; } *************** *** 516,545 **** .btnmain { font-weight: bold; ! background-color: #ECECEC; border: 1px solid #A9B8C2; cursor: pointer; ! padding: 1px 5px; ! font-size: 1.1em; } .btnlite { font-weight: normal; ! background-color: #ECECEC; border: 1px solid #A9B8C2; cursor: pointer; ! padding: 1px 5px; ! font-size: 1.1em; } .btnfile { font-weight: normal; ! background-color: #ECECEC; border: 1px solid #A9B8C2; ! padding: 1px 5px; ! font-size: 1.1em; } .helpline { ! background-color: #DEE3E7; border-style: none; } --- 616,645 ---- .btnmain { font-weight: bold; ! background-color: #DAECFA; border: 1px solid #A9B8C2; cursor: pointer; ! padding: 1px 3px; ! font-size: 0.8em; } .btnlite { font-weight: normal; ! background-color: #DAECFA; border: 1px solid #A9B8C2; cursor: pointer; ! padding: 1px 3px; ! font-size: 0.8em; } .btnfile { font-weight: normal; ! background-color: #DAECFA; border: 1px solid #A9B8C2; ! padding: 1px 3px; ! font-size: 0.8em; } .helpline { ! background-color: #BADBF5; border-style: none; } *************** *** 609,613 **** .syntaxbg { ! color: #FFFFFF; } --- 709,713 ---- .syntaxbg { ! color: #E3F0FB; } *************** *** 664,668 **** table.colortable td { - padding: 0; } --- 764,767 ---- *************** *** 678,680 **** .username-coloured { font-weight: bold; ! } \ No newline at end of file --- 777,826 ---- .username-coloured { font-weight: bold; ! } ! ! ! /* The largest text used in the index page title and toptic title etc. */ ! .maintitle,h1,h2 { ! font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif; ! text-decoration: none; line-height : 120%; color : #000000; ! } ! ! ! /* Form elements */ ! input,textarea, select { ! color : #000000; ! font: normal 11px Verdana, Arial, Helvetica, sans-serif; ! border-color : #000000; ! } ! ! /* The text input fields background colour */ ! input.post, textarea.post, select { ! background-color : #E3F0FB; ! } ! ! input { text-indent : 2px; } ! ! /* The buttons used for bbCode styling in message post */ ! input.button { ! background-color : #DAECFA; ! color : #000000; ! font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; ! } ! ! /* The main submit button option */ ! input.mainoption { ! background-color : #FAFAFA; ! font-weight : bold; ! } ! ! /* None-bold submit button */ ! input.liteoption { ! background-color : #FAFAFA; ! font-weight : normal; ! } ! ! /* This is the line in the posting page which shows the rollover ! help line. This is actually a text box, but if set to be the same ! colour as the background no one will know ;) ! */ ! .helpline { background-color: #BADBF5; border-style: none; } \ No newline at end of file |