Search: Home | Atlas | Guides | Tests | Index | Recent Changes | Preferences | Login

Styles > Standard

This page contains a CSS stylesheet which may be used to change the appearance of the wiki.


/*
$NOINDEX
This was once the standard wiki stylesheet.  See Styles/Clean for the current version of this style.
*/

/* $Id: wiki-style.css 40 2003-12-13 20:54:00Z neild $ */

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000;
	border-color: #000;
	background-color: #fff;
}
a:link {
	color: #00f;
}
a:visited {
	color: #007;
}
a:active {
	color: #007;
}
a.wikiexternal:link {
	color: #070;
}
a.wikiexternal:visited {
	color: #040;
}
a.wikiexternal:active {
	color: #040;
}
div.wikiheader a, div.wikifooter a, div.wikirc a {
	text-decoration: none;
}
div.wikiheader a:hover, div.wikifooter a:hover, div.wikirc a:hover {
	text-decoration: underline;
}
div.wikitext a {
	text-decoration: underline;
}
div.wikitext a:hover {
	background-color: #ddd;
	text-decoration: underline;
}
div.wikiheader h1 {
	margin-top: 1ex;
	margin-bottom: 0.5ex;
	font-weight: bold;
	font-size: x-large;
	border-bottom: medium solid;
	clear: left;
	padding-left: 0px;
}
div.wikiheader h1 a {
	text-decoration: none;
	color: #000;
}
div.wikiheader h1 a:hover {
	background-color: #ddd;
	text-decoration: none;
}
h2 {
	font-size: large;
	font-weight: bold;
	color: #fff;
	background-color: #009;
	padding: 0.5ex 1ex 0.5ex 1ex;
}
h3 {
	font-size: medium;
	font-weight: bold;
	border-bottom: solid;
	border-width: thin;
}
h4 {
	margin-bottom: 0;
}
div.wikitext h3 a {
	text-decoration: none;
}
div.wikitext h3 a:hover {
	text-decoration: none;
}
h4 {
	font-size: medium;
	font-weight: bold;
}
h5 {
	font-size: medium;
	font-weight: normal;
}
hr.wikiline {
	border-top: thin solid;
	border-bottom: 0px solid;
	border-left: 0px solid;
	border-right: 0px solid;
	border-color: #000;
	margin-top: 2ex;
	margin-bottom: 2ex;
}
hr.wikilinefooter {
	border-top: medium solid;
	border-bottom: 0px solid;
	border-left: 0px solid;
	border-right: 0px solid;
	border-color: #000;
	margin-bottom:5px;
	clear: both;
}
div.wikifooter { 
	font-size: small;
	margin-top: 0px;
}
a.wikipageedit {
	font-weight: bold;
}
dt {
	font-weight: bold;
}

table.wikidiffold { background-color: #FFAF9F; }
table.wikidiffnew { background-color: #CFFFCF; }

table.wikitable {
	border-collapse: collapse;
	border: 1px solid;
	border-color: #000;
}

td.wikiborderlesstable {
        padding-right: 2em;
}

td.wikitable {
        padding-left: 1ex;
        padding-right: 1ex;
	border: 1px solid;
	border-color: #000;
}

textarea {
	font-family: monospace
}

blockquote {
	margin-left: 5%;
	margin-right: 5%;
	padding: 1ex 1ex 1ex 1ex;
	border-width: thin;
	border: solid;
	border-collapse: collapse;
}

span.topsearch {
	float: right;
}

div.wikitestwarning {
	background-color: #f00;
	color: #fff;
	text-align: center;
}

.diff-header       { font-weight: bold }  /* headers displaying paragraph indices */
.diff-para-ident   { }                    /* unchanged complete paragraphs */
.diff-span-ident   { }                    /* unchanged words in changed paragraphs */
.diff-para-changed { }                    /* changed paragraphs */
.diff-para-added   { color: green }       /* added complete paragraphs */
.diff-span-added   { color: green }       /* added words in changed paragraphs */
.diff-para-deleted { color: red }         /* deleted complete paragraphs */
.diff-span-deleted { color: red }         /* deleted words in changed paragraphs */

Home | Atlas | Guides | Tests | Index | Recent Changes | Preferences | Login
View source text of this page | | Create/Edit another page | View other revisions
Last edited February 24, 2004 11:17 pm by Kem (diff)
Search: