Page 1 of 1

your wiki theme

Posted: 18 Nov 2005, 19:58
by londonhogfan
Sorry to crash your board, but I really like your wiki theme. Could you let me know how I could get one like that?

Thanks,

Posted: 18 Nov 2005, 22:29
by [K.B.] Napalm Cobra
And here I was thinking it was the default cause they were too busy working on other things. :lol:

Posted: 19 Nov 2005, 18:11
by AF
It's affected by the stylesheet that fnordia wrote for spring.

save this page and view the css definitions at the top of the page source.

Posted: 20 Nov 2005, 01:09
by [K.B.] Napalm Cobra
This it?

Code: Select all

<style type="text/css">
<!--
/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com

  NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  theme administration centre. When you have finalised your style you could cut the final CSS code
  and place it in an external file, deleting this section to save bandwidth.
*/

/* General page style. The scroll bar colours only visible in IE5.5+ */
/*body {
	background-color: #EBEBEB;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #C8D2DA;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #004477;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #C8D2DA;
} */

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #004477; }
a:hover		{ text-decoration: underline; color : #DD6900; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #C8D2DA; border: 1px #C8D2DA solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #C8D2DA; border: 2px #006699 solid; }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #EFEFEF; }
td.row2	{ background-color: #DEE3E7; }
td.row3	{ background-color: #D1D7DC; }

/*
  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
*/
td.rowpic {
		background-color: #C8D2DA;
		background-image: url(templates/subSilver/images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFA34F; font-size: 11px; font-weight : bold;
	background-color: #004477; height: 25px;
	background-image: url(templates/subSilver/images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(templates/subSilver/images/cellpic1.gif);
			background-color:#D1D7DC; border: #FFFFFF; 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: #C8D2DA; border-style: solid; height: 28px;
}
td.row3Right,td.spaceRow {
	background-color: #D1D7DC; border: #FFFFFF; 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; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 120%; color : #000033;
}

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000033; }
a.gen,a.genmed,a.gensmall { color: #004477; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000033 }
a.mainmenu		{ text-decoration: none; color : #004477;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #004477}
a.cattitle		{ text-decoration: none; color : #004477; }
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 : #004477; }
a.forumlink 	{ text-decoration: none; color : #004477; }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }

/* 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 : #000033;}
a.nav			{ text-decoration: none; color : #004477; }
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 : #000033; }
a.topictitle:link   { text-decoration: none; color : #004477; }
a.topictitle:visited { text-decoration: none; color : #327192; }
a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #000033;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000033; }

/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px}
a.postlink:link	{ text-decoration: none; color : #004477 }
a.postlink:visited { text-decoration: none; color : #327192; }
a.postlink:hover { text-decoration: underline; color : #DD6900}

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; 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: #D1D7DC; 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: #000033; text-decoration: underline;}

/* Form elements */
input,textarea, select {
	color : #000033;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000033;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #C8D2DA;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000033;
	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: #DEE3E7; border-style: none; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/subSilver/formIE.css");
-->
</style>

Posted: 20 Nov 2005, 06:58
by Maelstrom
That would be the CSS for the forums. The wiki stylesheet would have to be gotten from a wiki page. And it might not just be CSS that makes a template, it could also be some HTML files to go with it. You would have to ask Fnordia about all that, as he is the one that made it.

Posted: 20 Nov 2005, 17:54
by AF
Any page will ahve the css definitions for this site, It might be stored in another file though and linked as an include tho.

Code: Select all

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="res/taspring.css" rel="stylesheet" type="text/css">
http://taspring.clan-sy.com/res/taspring.css

Code: Select all

html {
  min-height: 100%;
  margin-bottom: 0.01em;
}

body {
	background-color: #EBEBEB;
	background-image: url(/res/background.gif);
	background-position: center;
	background-attachment: fixed;	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
}

.content a, .content a:link, .content a:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: #000066;
  font-weight: bold;
}
.content a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: underline;
  color: #000066;
  font-weight: bold;
}

.headline {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.gallery body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px }
.gallery hr { border-style: none; height: 1px; background-color: silver; color: silver }
.gallery p { margin: 0px; padding: 0px }
.gallery #pagenumbers { text-align: center; margin: 0px 1em 0px 1em }
.gallery img { margin: 5px; border: none }
.gallery a { text-decoration: none; font-size: 12px; }
.gallery #src, .gallery div a p { font-size: 12px }
.gallery .clear { clear: left }
.gallery a:hover p { text-decoration: underline }
.gallery div { width: 138px; text-align: center; float: left; margin: 1em }

Posted: 21 Nov 2005, 09:05
by Maelstrom
ummm, that is the CSS for the main site. Yes. But, as i mentioned earlier, the wiki has its OWN CSS.

http://taspring.clan-sy.com/w/skins/common/spring.css

Look in that file. But CSS will not be your answer. I am pretty sure that the wiki uses HTML templates to create its pages. Much like these phpBB forums do. So, the CSS is a good starting point, but if you want the FULL wiki template, you need to contact Fnordia, the wiki (and site) admin.

Posted: 21 Nov 2005, 13:22
by Fnordia
The wiki theme is basically a slightly modified version of one of the included themes (cologne blue I think it was) to output proper page headers and footers, and to get the wiki navigation stuff on the bottom instead of along the side. Guess I could make the modified php files available if anyone is interested.