PageRenderTime 50ms CodeModel.GetById 16ms RepoModel.GetById 1ms app.codeStats 0ms

/mirror/www.happypenguin.org/html/happypenguin.css

https://bitbucket.org/michaelb/happypenguin-ng
CSS | 433 lines | 304 code | 88 blank | 41 comment | 0 complexity | 521acab6475faa869594563f3727d92d MD5 | raw file
  1. /* General page style. The scroll bar colours only visible in IE5.5+ */
  2. body {
  3. color: #000000;
  4. background-color: #FFFFFF;
  5. margin: 10px;
  6. }
  7. BODY, P, DIV, TD, TH, TR, FORM, OL, UL, LI, INPUT, TEXTAREA, SELECT, A
  8. {
  9. font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
  10. }
  11. /* General font families for common tags */
  12. font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
  13. a:link,a:active,a:visited {
  14. text-decoration: none;
  15. }
  16. a:hover { text-decoration: underline; }
  17. /* hr { height: 0px; border: solid #000000 0px; border-top-width: 1px;} */
  18. /* This is the border line & background colour round the entire page */
  19. .bodyline { background-color: #FFFFFF; border: 1px #98AAB1 solid; }
  20. /* This is the outline round the main forum tables */
  21. .forumline { background-color: #FFFFFF; border: 2px #000080 solid; }
  22. /* Main table cell colours and backgrounds */
  23. td.row1 { background-color: #EFEFEF; }
  24. td.row2 { background-color: #DEE3E7; }
  25. td.row3 { background-color: #D1D7DC; }
  26. /*
  27. This is for the table cell above the Topics, Post & Last posts on the index.php page
  28. By default this is the fading out gradiated silver background.
  29. However, you could replace this with a bitmap specific for each forum
  30. */
  31. td.rowpic {
  32. background-color: #D1D7DC;
  33. }
  34. /* Header cells - the blue and silver gradient backgrounds */
  35. th {
  36. color: #FFFF80; font-size: 11px; font-weight : bold;
  37. background-color: #000080; height: 25px;
  38. }
  39. td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
  40. background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
  41. }
  42. /*
  43. Setting additional nice inner borders for the main table cells.
  44. The names indicate which sides the border will be on.
  45. Don't worry if you don't understand this, just ignore it :-)
  46. */
  47. td.cat,td.catHead,td.catBottom {
  48. height: 29px;
  49. border-width: 0px 0px 0px 0px;
  50. }
  51. th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
  52. font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; }
  53. td.row3Right,td.spaceRow {
  54. background-color: #D1D7DC; border: #FFFFFF; border-style: solid; }
  55. th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
  56. th.thSides,td.catSides,td.spaceRow { border-width: 0px 1px 0px 1px; }
  57. th.thRight,td.catRight,td.row3Right { border-width: 0px 1px 0px 0px; }
  58. th.thLeft,td.catLeft { border-width: 0px 0px 0px 1px; }
  59. th.thBottom,td.catBottom { border-width: 0px 1px 1px 1px; }
  60. th.thTop { border-width: 1px 0px 0px 0px; }
  61. th.thCornerL { border-width: 1px 0px 0px 1px; }
  62. th.thCornerR { border-width: 1px 1px 0px 0px; }
  63. /* The largest text used in the index page title and toptic title etc. */
  64. .maintitle,h1,h2 {
  65. font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
  66. text-decoration: none; line-height : 120%; color : #000000;
  67. }
  68. /* General text */
  69. .gen { font-size : 12px; }
  70. .genmed { font-size : 11px; }
  71. .gensmall { font-size : 10px; }
  72. .gen,.genmed,.gensmall { color : #000000; }
  73. a.gen,a.genmed,a.gensmall { color: #000080; text-decoration: none; }
  74. a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #DD6900; text-decoration: underline; }
  75. /* The register, login, search etc links at the top of the page */
  76. .mainmenu { font-size : 11px; color : #000000 }
  77. a.mainmenu { text-decoration: none; color : #000080; }
  78. a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }
  79. /* Forum category titles */
  80. .cattitle { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #000080}
  81. a.cattitle { text-decoration: none; color : #000080; }
  82. a.cattitle:hover{ text-decoration: underline; }
  83. /* Forum title: Text and link to the forums used in: index.php */
  84. .forumlink { font-weight: bold; font-size: 12px; color : #000080; }
  85. a.forumlink { text-decoration: none; color : #000080; }
  86. a.forumlink:hover{ text-decoration: underline; color : #DD6900; }
  87. /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
  88. .nav { font-weight: bold; font-size: 11px; color : #000000;}
  89. a.nav { text-decoration: none; color : #000080; }
  90. a.nav:hover { text-decoration: underline; }
  91. /* titles for the topics: could specify viewed link colour too */
  92. .topictitle { font-weight: bold; font-size: 11px; color : #000000; }
  93. a.topictitle:link { text-decoration: none; color : #000080; }
  94. a.topictitle:visited { text-decoration: none; color : #5493B4; }
  95. a.topictitle:hover { text-decoration: underline; color : #DD6900; }
  96. /* Name of poster in viewmsg.php and viewtopic.php and other places */
  97. .name { font-size : 11px; color : #000000;}
  98. /* Location, number of posts, post date etc */
  99. .postdetails { font-size : 10px; color : #000000; }
  100. /* The content of the posts (body of text) */
  101. .postbody { font-size : 12px;}
  102. a.postlink:link { text-decoration: none; color : #000080; }
  103. a.postlink:visited { text-decoration: none; color : #5493B4; }
  104. a.postlink:hover { text-decoration: underline; color : #DD6900}
  105. /* Quote & Code blocks */
  106. .code {
  107. font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
  108. background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
  109. border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
  110. }
  111. .quote {
  112. font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
  113. background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
  114. border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
  115. }
  116. /* Copyright and bottom info */
  117. .copyright { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
  118. a.copyright { color: #444444; text-decoration: none;}
  119. a.copyright:hover { color: #000000; text-decoration: underline;}
  120. /* Form elements */
  121. input,textarea, select {
  122. color : #000000;
  123. font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  124. border-color : #000000;
  125. }
  126. /* The text input fields background colour */
  127. input.post, textarea.post, select {
  128. background-color : #FFFFFF;
  129. }
  130. input { text-indent : 2px; }
  131. /* The buttons used for bbCode styling in message post */
  132. input.button {
  133. background-color : #EFEFEF;
  134. color : #000000;
  135. font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
  136. }
  137. /* The main submit button option */
  138. input.mainoption {
  139. background-color : #FAFAFA;
  140. font-weight : bold;
  141. }
  142. /* None-bold submit button */
  143. input.liteoption {
  144. background-color : #FAFAFA;
  145. font-weight : normal;
  146. }
  147. /* This is the line in the posting page which shows the rollover
  148. help line. This is actually a text box, but if set to be the same
  149. colour as the background no one will know ;)
  150. */
  151. .helpline { background-color: #DEE3E7; border-style: none; }
  152. /***************** bob's stuff **************/
  153. .Border {
  154. border-style: solid;
  155. border-width: 2px;
  156. }
  157. .BlueBorder {
  158. border-style: solid;
  159. border-width: 2px;
  160. border-color: #000080;
  161. }
  162. .Shadow {
  163. border-bottom: 2px solid #808080;
  164. border-right: 2px solid #808080;
  165. margin-bottom: 5px;
  166. font-size: 12px;
  167. }
  168. .NewsBox {
  169. font-size: 10px;
  170. border-bottom: 2px solid #808080;
  171. border-right: 2px solid #808080;
  172. }
  173. .NewsBoxToolbar {
  174. font-size: 10px;
  175. border-right: 2px solid #808080;
  176. border-left: solid black 1px;
  177. }
  178. .Toolbar {
  179. background-color: #404040;
  180. color: #FFFFFF;
  181. font-size: 12px;
  182. font-weight: bold;
  183. white-space: nowrap;
  184. text-decoration: none;
  185. padding-left: 3px;
  186. padding-bottom: 3px;
  187. padding-top: 3px;
  188. text-align: center;
  189. }
  190. .SideHeader {
  191. background-color: #000080;
  192. color: #FFFF80;
  193. font-size: 12px;
  194. font-weight: bold;
  195. white-space: nowrap;
  196. text-decoration: none;
  197. padding-left: 3px;
  198. padding-bottom: 3px;
  199. padding-top: 3px;
  200. text-align: center;
  201. }
  202. .SideHeader a {
  203. color: #FFFF80;
  204. background-color: #000080;
  205. }
  206. .SideItem {
  207. color: #000080;
  208. background-color: #c0c0c0;
  209. font-size: 10px;
  210. font-weight: normal;
  211. padding: 3px;
  212. }
  213. .SideItem { text-decoration: none; }
  214. td.SideItem a:hover {
  215. background-color: #000080;
  216. color: #FFFF80;
  217. text-decoration: none;
  218. }
  219. .SideItem a:hover img {
  220. color: #000080;
  221. background-color: #c0c0c0;
  222. text-decoration: none;
  223. }
  224. .NewsNav {
  225. background-color: #FFFF80;
  226. color: #000080;
  227. text-decoration: none;
  228. font-size: 12px;
  229. font-weight: bold;
  230. text-align: center;
  231. border-top: solid black 1px;
  232. border-bottom: solid black 1px;
  233. }
  234. .NewsNav a {
  235. color: #000080;
  236. background-color: #FFFF80;
  237. }
  238. td.NewsNav a:hover {
  239. background-color: #000080;
  240. color: #FFFF80;
  241. text-decoration: none;
  242. }
  243. .AdminNav {
  244. background-color: #D0D0D0;
  245. color: #000000;
  246. text-decoration: none;
  247. font-size: 10px;
  248. font-weight: normal;
  249. text-align: center;
  250. padding-bottom: 2px;
  251. padding-top: 2px;
  252. }
  253. .AdminNav a {
  254. color: #000000;
  255. }
  256. td.AdminNav a:hover {
  257. background-color: #000000;
  258. color: #D0D0D0;
  259. text-decoration: none;
  260. }
  261. .NewsItem {
  262. font-size: 12px;
  263. border-bottom: 2px solid #808080;
  264. border-right: 2px solid #808080;
  265. }
  266. .TopNav {
  267. font-size: 12px;
  268. font-weight: bold;
  269. text-align: right;
  270. color: #000080;
  271. }
  272. .TopNav a {
  273. color: #000080;
  274. background-color: #FFFFFF;
  275. }
  276. .TopNav a:hover {
  277. background-color: #000080;
  278. color: #FFFFFF;
  279. text-decoration: none;
  280. }
  281. .Newsupdated {
  282. color: #FFFF80;
  283. }
  284. .Newsnew {
  285. color: #008000;
  286. }
  287. .Newsdefault {
  288. color: #000080;
  289. }
  290. .FormHeader {
  291. background-color: #000080;
  292. color: #FFFF80;
  293. font-weight: bold;
  294. white-space: nowrap;
  295. text-decoration: none;
  296. padding-left: 3px;
  297. padding-bottom: 3px;
  298. padding-top: 3px;
  299. text-align: center;
  300. }
  301. .EditForm {
  302. color: #000000;
  303. background-color: #FFFFC0;
  304. border-style: solid;
  305. border-width: 1px;
  306. font-size: 12px;
  307. }
  308. .LightRow {
  309. background-color: #FFFFA0;
  310. }
  311. .DarkRow {
  312. background-color: #C0C0A0;
  313. }
  314. .AdminTable {
  315. color: #000000;
  316. background-color: #FFFFFF;
  317. border-style: solid;
  318. border-width: 1px;
  319. font-size: 11px;
  320. }
  321. .AdminHeader {
  322. color: #000000;
  323. background-color: #C0C0C0;
  324. font-weight: bold;
  325. white-space: nowrap;
  326. text-align: center;
  327. font-size: 14px;
  328. }
  329. .AdminTable a {
  330. text-decoration: none;
  331. }
  332. .AdminTable a:hover {
  333. text-decoration: none;
  334. background-color: #000080;
  335. color: #FFFFA0;
  336. }
  337. .ErrorText {
  338. color: #FF0000;
  339. font-weight: bold;
  340. }
  341. .smallgray { font-size : 10px; color: #808080; }
  342. .smallgray a { text-decoration: none; color: #909090; }
  343. .smallgray a:hover { text-decoration: underline; }
  344. /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
  345. /* @import url("formIE.css"); */