Mercurial > moonlitnights
diff old/phpBB2/templates/BlackSoul/BlackSoul.css @ 2:fc00894c1d4a moonlitnights
[svn r3] moved all the bad stuff to 'old'
author | rlm |
---|---|
date | Fri, 19 Feb 2010 20:53:12 -0500 |
parents | |
children |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/old/phpBB2/templates/BlackSoul/BlackSoul.css Fri Feb 19 20:53:12 2010 -0500 1.3 @@ -0,0 +1,216 @@ 1.4 +/* 1.5 + The original subSilver Theme for phpBB version 2+ 1.6 + Created by subBlue design 1.7 + http://www.subBlue.com 1.8 +*/ 1.9 + 1.10 + 1.11 + /* General page style. The scroll bar colours only visible in IE5.5+ */ 1.12 +body { 1.13 + background-color: #000000; 1.14 + 1.15 1.16 +background: black url(http://www.moonlitnights.org/star-bg.gif); 1.17 1.18 + scrollbar-face-color: #000000; 1.19 + scrollbar-highlight-color: #C0D2F6; 1.20 + scrollbar-shadow-color: #C0D2F6; 1.21 + scrollbar-3dlight-color: #000000; 1.22 + scrollbar-arrow-color: #C0D2F6; 1.23 + scrollbar-track-color: #000000; 1.24 + scrollbar-darkshadow-color: #000000; 1.25 +} 1.26 + 1.27 +/* General font families for common tags */ 1.28 +font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif } 1.29 +a:link,a:active,a:visited { color : #2AAAA8; } 1.30 +a:hover { text-decoration: underline; color : #2AAAA8; } 1.31 +hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;} 1.32 + 1.33 + 1.34 +/* This is the border line & background colour round the entire page */ 1.35 +.bodyline { border: 1px #000000 solid; } 1.36 + 1.37 +/* This is the outline round the main forum tables */ 1.38 +.forumline { background-color: #000000; border: 2px #000000 solid; } 1.39 + 1.40 + 1.41 +/* Main table cell colours and backgrounds */ 1.42 +td.row1 { background-color: #5C5C8E; } 1.43 +td.row2 { background-color: #5C5C8E; } 1.44 +td.row3 { background-color: #5C5C8E; } 1.45 + 1.46 + 1.47 +/* 1.48 + This is for the table cell above the Topics, Post & Last posts on the index.php page 1.49 + By default this is the fading out gradiated silver background. 1.50 + However, you could replace this with a bitmap specific for each forum 1.51 +*/ 1.52 +td.rowpic { 1.53 + background-color: #5090D0; 1.54 + background-repeat: repeat-y; 1.55 +} 1.56 + 1.57 +/* Header cells - the blue and silver gradient backgrounds */ 1.58 +th { 1.59 + color: #000000; font-size: 11px; font-weight : bold; 1.60 + background-color: #DAEAFF; height: 25px; 1.61 + 1.62 +} 1.63 + 1.64 +td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom { 1.65 + background-color:#5090D0; border: #000000; border-style: solid; height: 28px; 1.66 +} 1.67 + 1.68 + 1.69 +/* 1.70 + Setting additional nice inner borders for the main table cells. 1.71 + The names indicate which sides the border will be on. 1.72 + Don't worry if you don't understand this, just ignore it :-) 1.73 +*/ 1.74 +td.cat,td.catHead,td.catBottom { 1.75 + height: 29px; 1.76 + border-width: 0px 0px 0px 0px; 1.77 +} 1.78 +th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR { 1.79 + font-weight: bold; border: #000000; border-style: solid; height: 28px; } 1.80 +td.row3Right,td.spaceRow { 1.81 + background-color: #DAEAFF; border: #000000; border-style: solid; color: #000000 } 1.82 + 1.83 +th.thHead,td.catHead { font-size: 12px; border-width: 0px 0px 0px 0px; } 1.84 +th.thSides,td.catSides,td.spaceRow { border-width: 0px 0px 0px 0px; } 1.85 +th.thRight,td.catRight,td.row3Right { border-width: 0px 0px 0px 0px; } 1.86 +th.thLeft,td.catLeft { border-width: 0px 0px 0px 0px; } 1.87 +th.thBottom,td.catBottom { border-width: 0px 0px 0px 0px; } 1.88 +th.thTop { border-width: 0px 0px 0px 0px; } 1.89 +th.thCornerL { border-width: 0px 0px 0px 0px; } 1.90 +th.thCornerR { border-width: 0px 0px 0px 0px; } 1.91 + 1.92 + 1.93 +/* The largest text used in the index page title and toptic title etc. */ 1.94 +.maintitle,h1,h2 { 1.95 + font-weight: none; font-size: 18px; font-family: "Verdana",Verdana, Arial, Helvetica, sans-serif; 1.96 + text-decoration: none; line-height : 120%; color : #5D7790; 1.97 +} 1.98 + 1.99 + 1.100 +/* General text */ 1.101 +.gen { font-size : 12px; } 1.102 +.genmed { font-size : 11px; } 1.103 +.gensmall { font-size : 10px; } 1.104 +.gen,.genmed,.gensmall { color : #FFFFFF; } 1.105 +a.gen,a.genmed,a.gensmall { color: #2AAAA8; text-decoration: none; } 1.106 +a.gen:visited,a.genmed:visited,a.gensmall:visited { color: #2AAAA8; text-decoration: none; } 1.107 +a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #2AAAA8; text-decoration: underline; } 1.108 + 1.109 + 1.110 +/* The register, login, search etc links at the top of the page */ 1.111 +.mainmenu { font-size : 11px; color : #000000 } 1.112 +a.mainmenu { text-decoration: none; color : #2AAAA8; } 1.113 +a.mainmenu:hover{ text-decoration: underline; color : #DD6900; } 1.114 + 1.115 + 1.116 +/* Forum category titles */ 1.117 +.cattitle { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #FFFFFF} 1.118 +a.cattitle { text-decoration: none; color : #FFFFFF; } 1.119 +a.cattitle:visited { text-decoration: none; color : #FFFFFF; } 1.120 +a.cattitle:hover { text-decoration: underline; color : #FFFFFF; } 1.121 + 1.122 +/* Forum title: Text and link to the forums used in: index.php */ 1.123 +.forumlink { font-weight: bold; font-size: 12px; color : #2AAAA8; } 1.124 +a.forumlink { text-decoration: none; color : #2AAAA8; } 1.125 +a.forumlink:visited { text-decoration: none; color : #2AAAA8; } 1.126 +a.forumlink:hover{ text-decoration: underline; color : #2AAAA8; } 1.127 + 1.128 + 1.129 +/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */ 1.130 +.nav { font-weight: bold; font-size: 11px; color : #2AAAA8;} 1.131 +a.nav { text-decoration: none; color : #2AAAA8; } 1.132 +a.nav:hover { text-decoration: underline; color : #2AAAA8;} 1.133 + 1.134 + 1.135 +/* titles for the topics: could specify viewed link colour too */ 1.136 +.topictitle { font-weight: bold; font-size: 11px; color : #FFFF00; } 1.137 +a.topictitle:link { text-decoration: none; color : #2AAAA8; } 1.138 +a.topictitle:visited { text-decoration: none; color : #2AAAA8; } 1.139 +a.topictitle:hover { text-decoration: underline; color : #2AAAA8; } 1.140 + 1.141 + 1.142 +/* Name of poster in viewmsg.php and viewtopic.php and other places */ 1.143 +.name { font-size : 11px; color : #FFFFFF;} 1.144 + 1.145 +/* Location, number of posts, post date etc */ 1.146 +.postdetails { font-size : 10px; color : #FFFFFF; } 1.147 + 1.148 + 1.149 +/* The content of the posts (body of text) */ 1.150 +.postbody { font-size : 12px; color : #FFFFFF} 1.151 +a.postlink:link { text-decoration: none; color : #2AAAA8 } 1.152 +a.postlink:visited { text-decoration: none; color : #2AAAA8; } 1.153 +a.postlink:hover { text-decoration: underline; color : #2AAAA8} 1.154 + 1.155 +.error { font-size : 16px; color : #42E5E2; background-color: #2AAAA8; border: #D1D7DC; border-style: solid; 1.156 + border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px 1.157 +} 1.158 + 1.159 +/* Quote & Code blocks */ 1.160 +.code { 1.161 + font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600; 1.162 + background-color: #FAFAFA; border: #D1D7DC; border-style: solid; 1.163 + border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px 1.164 +} 1.165 + 1.166 +.quote { 1.167 + font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #42E5E2; line-height: 125%; 1.168 + background-color: #2AAAA8; border: #D1D7DC; border-style: solid; 1.169 + border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px 1.170 +} 1.171 + 1.172 + 1.173 +/* Copyright and bottom info */ 1.174 +.copyright { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; letter-spacing: -1px;} 1.175 +a.copyright { color: #2AAAA8; text-decoration: none;} 1.176 + 1.177 +a.copyright:hover { color: #2AAAA8; text-decoration: underline;} 1.178 + 1.179 + 1.180 +/* Form elements */ 1.181 +input,textarea, select { 1.182 + color : #000000; 1.183 + font: normal 11px Verdana, Arial, Helvetica, sans-serif; 1.184 + border-color : #000000; 1.185 +} 1.186 + 1.187 +/* The text input fields background colour */ 1.188 +input.post, textarea.post, select { 1.189 + background-color : #FFFFFF; 1.190 +} 1.191 + 1.192 +input { text-indent : 2px; } 1.193 + 1.194 +/* The buttons used for bbCode styling in message post */ 1.195 +input.button { 1.196 + background-color : #EFEFEF; 1.197 + color : #000000; 1.198 + font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; 1.199 +} 1.200 + 1.201 +/* The main submit button option */ 1.202 +input.mainoption { 1.203 + background-color : #FAFAFA; 1.204 + font-weight : bold; 1.205 +} 1.206 + 1.207 +/* None-bold submit button */ 1.208 +input.liteoption { 1.209 + background-color : #FAFAFA; 1.210 + font-weight : normal; 1.211 +} 1.212 + 1.213 +/* This is the line in the posting page which shows the rollover 1.214 + help line. This is actually a text box, but if set to be the same 1.215 + colour as the background no one will know ;) 1.216 +*/ 1.217 +.helpline { background-color: #DEE3E7; border-style: none; } 1.218 + 1.219 + 1.220 +/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */ 1.221 +@import url("formIE.css");