*I want all Sysops checking edits as of Monday, August 18th.
*Takarii is working on a Promo Video, and so he needs your spritesheet, weapons and list of powers, and present it to him here. For more info, go Here.

If you are still using this Wiki (I wouldn't expect you to, no offense), we have moved here So, create an Account over there, and start Editing, please! ;)


MediaWiki:Monobook.css

From Bs01 Game Team

(Difference between revisions)
m (*crosses fingers…*)
 
(One intermediate revision not shown)
Line 1: Line 1:
-
LOOK ANOTHER TEST!
+
<nowiki>*/
 +
//Formatting
 +
@media print { .noprint { display: none}}
 +
*.editsection { position: relative; top: 1em; }
 +
 
 +
/* Credit to the BIONICLEsector01 wiki Kardanui.css page. :P */
 +
 
 +
/* TOC Colours */
 +
}
 +
.toccolours {
 +
border: 1px solid #7f8286;
 +
background-color: #e7e7e9;
 +
}
 +
 
 +
/* Page Background */
 +
#content {
 +
background: #ffffff;
 +
border: 1px solid gray;
 +
}
 +
 
 +
/* Background */
 +
body
 +
{
 +
background: #ffffff 
 +
url("http://www.brickshelf.com/gallery/B-f-a-home/Other/BS01/BS01-GT/headbg.jpg") 0 0 no-repeat;
 +
}
 +
 
 +
/* Categories */
 +
#catlinks {
 +
border: 1px solid #7f8286;
 +
background-color: #e8eaea;
 +
background-image: url(http://www.brickshelf.com/gallery/B-f-a-home/Other/BS01/BS01-GT/malky.png);
 +
background-repeat: no-repeat;
 +
background-position: bottom right;
 +
}
 +
 
 +
/* Tabs */
 +
}
 +
p-cactions li {
 +
background: ;
 +
}
 +
#p-cactions li.selected {
 +
border-color: #e6e6e6;
 +
}
 +
#p-cactions li a {
 +
background-color: #e0e0e0;
 +
color: #000;
 +
font-weight: bold;
 +
}
 +
#p-cactions li.selected a {
 +
background-color: #e0e0e9;
 +
color: #000;
 +
}
 +
#p-cactions li a:hover {
 +
background-color: #aaaab2;
 +
color: #fff;
 +
}
 +
 
 +
/* Footer */
 +
#footer {
 +
background-color: #e0e0e0;
 +
border-top: 1px solid #aaaab2;
 +
border-bottom: 1px solid #aaaab2;'
 +
border-side: 1px solid #aaaab2;
 +
}
 +
 
 +
/* Personal Bar (Prefences etc.) */
 +
#p-personal ul {
 +
background: #d9d9d9;
 +
border-left: 1px solid #aaaab2;
 +
border-bottom: 1px solid #aaaab2;
 +
width: auto;
 +
display: inline;
 +
position: absolute;
 +
right: 0px;
 +
padding-left: 0px;
 +
padding-bottom: 1px;
 +
}
 +
#p-personal li a {
 +
color: #000;
 +
}
 +
#p-personal li a:hover {
 +
background-color: transparent;
 +
text-decoration: underline;
 +
color: navy;
 +
}
 +
#p-personal li.active a:hover {
 +
background-color: transparent;
 +
}
 +
li#pt-userpage,
 +
li#pt-anonuserpage,
 +
li#pt-login {
 +
background: url(http://www.brickshelf.com/gallery/B-f-a-home/Other/BS01/BS01-GT/toa_v.png) top left no-repeat;
 +
padding-left: 20px;
 +
text-transform: none;
 +
}
 +
 
 +
/* Remove white border from thumbnails */
 +
div.thumb {
 +
border-color: #f1f4f5;
 +
}
 +
div.thumbinner {
 +
background-color: transparent;
 +
}
 +
 
 +
/* Change bullet marker colors - Credit to Creatures Wiki*/
 +
ul { list-style-image: url(http://www.brickshelf.com/gallery/B-f-a-home/Other/BS01/BS01-GT/malky_head.png); }
 +
ul li:hover { list-style-image: url(http://www.brickshelf.com/gallery/B-f-a-home/Other/BS01/BS01-GT/malky_head_eyes.png); }
 +
.portlet ul { list-style-image: url(http://www.brickshelf.com/gallery/B-f-a-home/Other/BS01/BS01-GT/malky_head.png); }
 +
.portlet ul li:hover { list-style-image: url(http://www.brickshelf.com/gallery/B-f-a-home/Other/BS01/BS01-GT/malky_head_eyes.png); }
 +
 
 +
/* wikitable/prettytable class for skinning normal tables */
 +
 
 +
table.wikitable,
 +
table.prettytable {
 +
  margin: 1em 1em 1em 0;
 +
  background: transparent;
 +
  border: 1px #aaa solid;
 +
  border-collapse: collapse;
 +
}
 +
 
 +
table.wikitable th, table.wikitable td,
 +
table.prettytable th, table.prettytable td {
 +
  border: 1px #aaa solid;
 +
  padding: 0.2em;
 +
}
 +
 
 +
table.wikitable th,
 +
table.prettytable th {
 +
  background: transparent;
 +
  text-align: center;
 +
}
 +
 
 +
table.wikitable caption,
 +
table.prettytable caption {
 +
  margin-left: inherit;
 +
  margin-right: inherit;
 +
  font-weight: bold;
 +
}
 +
 
 +
table.prettytable code,
 +
table.wikitable code {
 +
  background-color: transparent;
 +
}</nowiki>

Current revision as of 06:15, 9 July 2008

<nowiki>*/
//Formatting
@media print { .noprint { display: none}}
*.editsection { position: relative; top: 1em; }

/* Credit to the BIONICLEsector01 wiki Kardanui.css page. :P */

/* TOC Colours */
}
.toccolours {
	border: 1px solid #7f8286;
	background-color: #e7e7e9;
}

/* Page Background */
#content {
	background: #ffffff;
	border: 1px solid gray;
}

/* Background */
body 
{
 background: #ffffff   
 url("http://www.brickshelf.com/gallery/B-f-a-home/Other/BS01/BS01-GT/headbg.jpg") 0 0 no-repeat;
}

/* Categories */
#catlinks {
	border: 1px solid #7f8286;
	background-color: #e8eaea;
	background-image: url(http://www.brickshelf.com/gallery/B-f-a-home/Other/BS01/BS01-GT/malky.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

/* Tabs */
}
p-cactions li {
	background: ;
}
#p-cactions li.selected {
	border-color: #e6e6e6;
}
#p-cactions li a {
	background-color: #e0e0e0;
	color: #000;
	font-weight: bold;
}
#p-cactions li.selected a {
	background-color: #e0e0e9;
	color: #000;
}
#p-cactions li a:hover {
	background-color: #aaaab2;
	color: #fff;
}

/* Footer */
#footer {
	background-color: #e0e0e0;
	border-top: 1px solid #aaaab2;
	border-bottom: 1px solid #aaaab2;'
	border-side: 1px solid #aaaab2;
}

/* Personal Bar (Prefences etc.) */
#p-personal ul {
	background: #d9d9d9;
	border-left: 1px solid #aaaab2;
	border-bottom: 1px solid #aaaab2;
	width: auto;
	display: inline;
	position: absolute;
	right: 0px;
	padding-left: 0px;
	padding-bottom: 1px;
}
#p-personal li a {
	color: #000;
}
#p-personal li a:hover {
	background-color: transparent;
	text-decoration: underline;
	color: navy;
}
#p-personal li.active a:hover {
	background-color: transparent;
}
li#pt-userpage,
li#pt-anonuserpage,
li#pt-login {
	background: url(http://www.brickshelf.com/gallery/B-f-a-home/Other/BS01/BS01-GT/toa_v.png) top left no-repeat;
	padding-left: 20px;
	text-transform: none;
}

/* Remove white border from thumbnails */
div.thumb {
	border-color: #f1f4f5;
}
div.thumbinner {
	background-color: transparent;
}

/* Change bullet marker colors - Credit to Creatures Wiki*/
ul { list-style-image: url(http://www.brickshelf.com/gallery/B-f-a-home/Other/BS01/BS01-GT/malky_head.png); }
ul li:hover { list-style-image: url(http://www.brickshelf.com/gallery/B-f-a-home/Other/BS01/BS01-GT/malky_head_eyes.png); }
.portlet ul { list-style-image: url(http://www.brickshelf.com/gallery/B-f-a-home/Other/BS01/BS01-GT/malky_head.png); }
.portlet ul li:hover { list-style-image: url(http://www.brickshelf.com/gallery/B-f-a-home/Other/BS01/BS01-GT/malky_head_eyes.png); }

/* wikitable/prettytable class for skinning normal tables */

table.wikitable,
table.prettytable {
  margin: 1em 1em 1em 0;
  background: transparent;
  border: 1px #aaa solid;
  border-collapse: collapse;
}

table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
  border: 1px #aaa solid;
  padding: 0.2em;
}

table.wikitable th,
table.prettytable th {
  background: transparent;
  text-align: center;
}

table.wikitable caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}

table.prettytable code,
table.wikitable code {
  background-color: transparent;
}</nowiki>
Personal tools