MediaWiki:Common.css

From Cometwiki

(Difference between revisions)
(wookie)
(conan)
Line 1: Line 1:
-
/* <pre><nowiki> */
+
/***** CSS placed here will be applied to all skins on the entire site. Please ensure you do not violate Wikia's Terms of Use by obscuring or removing the advertising. *****/
-
/** CSS placed here will be applied to all skins */
+
/* See also: [[MediaWiki:Monobook.css]] */
-
body
+
/* <pre> */
-
{
+
-
    cursor: default;
+
-
    font-family: sans-serif;
+
-
}
+
-
.sitenotice-nav { display: none; }
+
/*** Forum formatting (by -Algorithm & -Splaka) ***/
-
/* Fix size issues between different platforms */
+
.forumheader {  
-
code, pre { font-size: 10pt!important }
+
    border: 1px solid #aaa; background-color: #322001; margin-top: 1em; padding: 12px;  
-
/* Class to force links to be underlined
+
-
To use: <span class="underlinelink">[[link]]</span>  --Paulgb */
+
-
.underlinelink a { text-decoration: underline ! important; }
+
-
/* Class to force links to be not underlined - See .underlinelink for use -Paulgb */
+
-
.nounderlinelink a { text-decoration: none ! important; }
+
-
.nounderlinelink a:hover { text-decoration: underline ! important; }
+
-
.forum_title a.forum_new { font-weight: bold; }
+
-
.forum_title a.forum_new:visited { font-weight: normal; }
+
-
.allpagesredirect { font-style: italic; }
+
-
 
+
-
/* buttons and input boxes */
+
-
input[type="submit"] { border: 1px solid #aaa; border-bottom: 2px solid #aaa; border-right: 2px solid #aaa; background: #eee; }
+
-
input[type="text"], input[type="password"], textarea[name="wpTextbox1"] { border: 1px solid #aaa; border-top: 2px solid #aaa; border-left: 2px solid #aaa; }
+
-
 
+
-
/* pre style override */
+
-
pre.nostyle { padding:0; margin:0; border:none; background:none; }
+
-
 
+
-
pre.wrap
+
-
{
+
-
    white-space: pre-wrap;      /* css-3 */
+
-
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
+
-
    white-space: -pre-wrap;      /* Opera 4-6 */
+
-
    white-space: -o-pre-wrap;    /* Opera 7 */
+
-
    word-wrap: break-word;      /* Internet Explorer 5.5+ */
+
}
}
-
 
+
.forumlist td.forum_edited a {  
-
/* this class can be used in the content area to make a link appear like a new page link */
+
    color: black; text-decoration: none
-
#bodyContent .redlink a {color: #ba0000;}
+
-
#bodyContent .redlink a.new:visited {color: #a55858;}
+
-
 
+
-
/* Infobox template styling */
+
-
.infobox
+
-
{
+
-
  float: right;
+
-
  clear: right;
+
-
  margin: 0 0 .5em 1em;
+
-
  width: 250px;
+
-
  background: none;
+
-
  border-collapse: collapse;
+
-
  border-width: 0px;
+
-
  font-size: 0.8em;
+
-
  line-height: 1.5;
+
-
}
+
-
.infobox table.infoboxtable
+
-
{
+
-
  background:#f0f0f0;
+
-
  float:right;
+
-
  margin:0;
+
-
  width:100%;
+
-
  border-collapse:collapse;
+
-
}
+
-
.infobox td.infoboximage
+
-
{
+
-
  padding:0;
+
-
  text-align:center;
+
-
}
+
-
.infobox th.infoboxheading
+
-
{
+
-
  font-weight:bold;
+
-
  text-align:center;
+
-
  color:#ffffff;
+
-
  font-size:larger;
+
-
}
+
-
.infobox th.infoboxsubheading
+
-
{
+
-
  vertical-align:top;
+
-
  text-align:left;
+
-
  font-weight:normal;
+
-
}
+
-
.infobox td.infoboxlabel, .infobox td.infoboxcell
+
-
{
+
-
  vertical-align: middle;
+
-
/*  border-top:1px solid #999;
+
-
  border-bottom:1px solid #999; */
+
-
}
+
-
 
+
-
/* ugly hack to force normal height for infobox cells */
+
-
.infoboxcell p { margin-top: 0px; margin-bottom: 0px; }
+
-
/* .infoboxcell ul { list-style-type: disc; } */
+
-
 
+
-
.infoboxcell ul
+
-
{
+
-
    padding-left: 10px;
+
-
    margin-left: 10px;
+
}
}
-
 
+
.forumlist td.forum_title a {  
-
.infoboxcell ul li
+
    padding-left: 20px;  
-
{
+
-
    padding-left: 0;
+
-
    margin-left: 0;
+
-
    list-style-type: square;
+
}
}
-
 
+
.forumlist td.forum_title a.forum_new {  
-
.infobox div.plainlinks
+
     font-weight: bold; background: url(/images/4/4e/Forum_new.gif)
-
{
+
    center left no-repeat; padding-left: 20px;  
-
    color: #fff;
+
-
}
+
-
 
+
-
.infobox div.plainlinks a
+
-
{
+
-
     color: #f0f0f0;
+
-
}
+
-
 
+
-
/* class for forum navigation templates */
+
-
.forumheader
+
-
{
+
-
  background: #eee;
+
-
  border: none;
+
-
  padding: 5px;
+
-
}
+
-
 
+
-
/* class for stub template styling */
+
-
/* only applies to table and div elements - avoids conflicts with preexisting a.stub */
+
-
table.stub, div.stub
+
-
{
+
-
  background: #f0f0f0;
+
-
  margin: 0 0 0.5em 0.5em;
+
-
  text-align: center;
+
-
  padding: 5px;
+
-
  clear: center;
+
-
  font-size: 0.85em;
+
-
}
+
-
 
+
-
/* class for article disambiguation templates */
+
-
.disambig
+
-
{
+
-
  background: #f0f0f0;
+
-
  font-size: 0.85em;
+
-
  text-align: center;
+
-
  width: 85%;
+
-
  margin: 0 auto 3px auto;
+
}
}
-
 
+
.forumlist td.forum_title a.forum_new:visited {  
-
/* styling for MediaWiki:Edittools */
+
    font-weight: normal; background: none; padding-left: 20px;  
-
#edittools, #editpage-specialchars
+
-
{
+
-
  border:2px solid #F0F0F0;
+
-
  background:#F9F9F9;
+
-
}
+
-
 
+
-
body.page-Main_Page #lastmod,
+
-
body.page-Main_Page #siteSub,
+
-
body.page-Main_Page #contentSub,
+
-
body.page-Main_Page h1.firstHeading { display: none !important; }
+
-
 
+
-
.references-small { font-size: 0.85em; }
+
-
 
+
-
/* rounded corners */
+
-
.rtop, .rbottom { display: block; padding: 0px; margin: 0px }
+
-
.rtop *, .rbottom * { display: block; height: 1px; overflow: hidden; padding: 0px }
+
-
.r1 {margin: 0 5px}
+
-
.r2 {margin: 0 3px}
+
-
.r3 {margin: 0 2px}
+
-
.r4 {margin: 0 1px; height: 2px}
+
-
/* end rounded corners */
+
-
 
+
-
#mp3-global ul {
+
-
    padding-left: 10px;
+
-
    margin-left: 10px;
+
}
}
-
 
+
.forumlist th.forum_title {  
-
#mp3-global ul li {
+
    padding-left: 20px;  
-
    padding-left: 0;
+
-
    margin-left: 0;
+
-
    list-style-type: square;
+
}
}
-
#mp3-navlink #mp3-nav { display: none; }
 
-
#mp3-navlink { font-size: 1.1em; margin: auto; max-width: 600px; _width: expression(document.getElementById('mp3-nav-outer').offsetWidth > 600 ? '600px' : 'auto'); }
 
-
.hoverable .hoverable-inner
 
-
{ display: none;
 
-
  position: absolute;
 
-
  top: auto;
 
-
  text-align: left;
 
-
}
 
-
.hoverable:hover .hoverable-inner, .hoverable.over .hoverable-inner { display: inline; }
 
-
/* class for message box template styling */
+
/* stuff */
-
.messagebox
+
-
{
+
-
  clear:both;
+
-
  width:85%;
+
-
  margin:0px auto 3px auto;
+
-
  padding:3px;
+
-
  font-size:95%;
+
-
}
+
-
/* in-universe and out-of-universe message boxes */
+
#content {
-
.iumb, .ooumb
+
background: #241700;
-
{  
+
color: #c0c0c0;
-
    border-width: 0;
+
-
    text-align:left;
+
-
    padding: 0;
+
}
}
-
 
+
table {
-
.iumb table, .ooumb table
+
background: #241700;
-
{
+
color: #c0c0c0;
-
    padding: 5px 10px 5px 10px;
+
-
    background: transparent;
+
-
    color: inherit;
+
}
}
-
 
+
#content a, #content a.extiw {
-
.iumb table.hidable-content, .ooumb table.hidable-content
+
color: #a68957;
-
{
+
-
    padding: 0;
+
}
}
-
 
+
#content a:visited {
-
.iumb-icon, .ooumb-icon
+
color: #bf9f67;
-
{
+
-
    vertical-align: middle;
+
-
    padding: 0;
+
}
}
-
 
+
#content a.stub {
-
.iumb-main, .ooumb-main
+
color: #913510;
-
{
+
-
    padding: 0 0 0 10px;
+
}
}
-
 
+
h1, h2, h3, h4, h5, h6 {
-
.iumb-caption
+
color: #c0c0c0;
-
{
+
-
    font-size: 1.3em;
+
-
    font-weight: bold;
+
}
}
-
 
+
h1#mainTitle {
-
.ooumb-caption
+
border-width: 0;
-
{
+
text-align: center;
-
    font-size: 1em;
+
-
    font-weight: bold;
+
}
}
-
 
+
#content ul {
-
.iumb-comment
+
list-style-image: url('http://images.wikia.com/aoc/images//8/80/Ulgif.gif');
-
{
+
-
    font-size: 0.8em;
+
}
}
-
 
+
legend {
-
.iumb-hidable-button, .ooumb-hidable-button
+
background-color: #241700;
-
{
+
-
    text-align: right;
+
-
    margin: 0;
+
-
    padding: 0 5px 0 0;
+
-
    font-size: 0.8em;
+
-
    vertical-align: bottom;
+
}
}
-
 
+
abbr, acronym, .explain {
-
.iumb-table-container, .ooumb-table-container
+
color: #909090;
-
{
+
-
    width: 100%;
+
}
}
-
 
+
code {
-
.iumb p
+
background-color: #241700;
-
{
+
-
    margin-top: 0;
+
-
    margin-bottom: 0;
+
}
}
-
 
+
pre {
-
/* userboxes */
+
color: #c0c0c0;
-
.userbox
+
background-color: #241700;
-
{
+
-
    float: left;
+
-
    border-width: 1px;
+
-
    border-style: solid;
+
-
    margin: 1px;
+
-
    width: 238px;
+
-
    padding: 0px;
+
}
}
-
 
+
#contentSub, #contentSub2 {
-
.ubx-icon
+
color: #c0c0c0;
-
{
+
-
    width: 45px;
+
-
    height: 45px;
+
-
    text-align: center;
+
-
    font-size: 14pt;
+
-
    font-weight: bold;
+
}
}
-
 
+
#catlinks {
-
.ubx-main
+
background: #241700;
-
{
+
-
    font-size: 8pt;
+
-
    padding: 4pt;
+
-
    line-height: 1.25em;
+
}
}
-
 
+
.documentByLine {
-
#toc, .toc
+
color: #c0c0c0;
-
{
+
-
    border-width: 0;
+
}
}
-
 
+
#toc, .toc, .mw-warning, #toc h2, .toc h2 {
-
.spoiler
+
background: #241700;
-
{
+
/* background-color: #241700; */
-
    background-color: #fff8f8;
+
color: #c0c0c0;
-
    color: #000000;
+
-
    border-color: black;
+
-
    border-style: solid;
+
-
    border-width: 1px 0px 1px 0px;
+
-
    text-align: center;
+
}
}
-
 
+
div.thumb div {
-
/*
+
background-color: #241700;
-
    forum table
+
color: #c0c0c0;
-
*/
+
-
.forumlist
+
-
{
+
-
    width: 100%;
+
-
    background: #f9f9f9;
+
}
}
-
 
+
.toccolours {
-
.forumlist-header
+
background: #241700;
-
{
+
/* background-color: #241700; */
-
    background: #f0f0f0;
+
}
}
-
 
+
div.townBox {
-
.forumlist-header th
+
background: #241700;
-
{
+
/* background-color: #241700; */
-
    text-align: left;
+
}
}
-
 
+
div.townBox dl dd {
-
.forumlist th, .forumlist td
+
background: #241700;
-
{
+
/* background-color: #241700; */
-
    padding: 3px;
+
}
}
-
 
+
#pagehistory li.selected {
-
.ahtable
+
/* background-color: #241700; */
-
{
+
background: #241700;
-
    padding: 0;
+
border: 1px dashed #775533;
-
    width: 85%;
+
}
}
-
 
+
#pagehistory li {
-
.ahtable th, .ahtable td
+
border: 1px solid #775533;
-
{
+
background: transparent;
-
    padding: 3px;
+
}
}
-
 
+
table.diff, td.diff-otitle, td.diff-ntitle, td.diff-addedline, td.diff-deletedline, td.diff-context {
-
.ahth
+
background: #241700;
-
{
+
/* background-color: #241700; */
-
    text-align: left;
+
}
}
-
 
+
#bodyContent a.external,
-
.ahtable .ahrt, .ahtable .ahrb
+
#bodyContent a[href ^="gopher://"] {
-
{
+
background: url('http://images.wikia.com/aoc/images//8/8a/Aocexternal.png') center right no-repeat;
-
    padding: 0;
+
color: #a68957;
}
}
-
 
+
div.noarticletext {
-
.ahf
+
background-color: #241700;
-
{
+
color: #c0c0c0;
-
    text-align: left;
+
-
    font-weight: normal;
+
}
}
-
 
+
input.searchButton, #searchInput {
-
.ahfstatus
+
background-color: #241700;
-
{
+
border: 1px solid #775533;
-
    font-weight: bold;
+
color: #c0c0c0;
 +
font-family: Monospace, Arial, serif;
}
}
 +
/* -- For at formene skal se litt mer tilpasset ut -- */
-
.hidable-button
+
select, input, textarea {
-
{
+
background-color: #241700;
-
    color: #088;
+
color: #c0c0c0;
-
    cursor: pointer;
+
border: 1px solid #a68957;
}
}
-
 
+
ul#filetoc {
-
.infobox .hidable-button
+
background-color: #241700;
-
{
+
-
    color: #f0f0f0;
+
}
}
-
 
+
li#n-sitesupport {
-
#p-navigation .pBody, #p-interaction .pBody, #p-search .pBody, #p-tb .pBody, #p-search input
+
display: none;
-
{
+
-
    text-transform: lowercase;
+
}
}
-
 
+
table.gallery, table.gallery td, div.gallerybox, div.thumbinner {
-
#p-search #searchInput
+
background-color: #241700;
-
{
+
-
    text-transform: none;
+
}
}
-
 
+
table.gallery {
-
// new navboxes
+
margin: 0 auto;
-
.nb2-wrapper
+
border: 0;
-
{
+
-
    text-align: center;
+
}
}
-
 
+
div.thright, div.thumb {
-
.nb2
+
background-color: #241700;
-
{
+
border-color: #241700;
-
//    margin: auto;
+
-
    border: 0;
+
}
}
-
 
+
div.gallerybox div.thumb {
-
.nb2-firstheading
+
margin: 0;
-
{
+
-
    color: white;
+
-
    font-size: 1.1em;
+
-
    font-weight: bold;
+
-
    padding: 3px;
+
}
}
-
 
+
table.gallery td {
-
.nb2-inner
+
border: 0;
-
{
+
-
    width: 100%;
+
}
}
-
.nb2-inner th
+
#graphicalspotlight1 span {
-
{
+
color: #ccc !important;
-
    font-weight: bold;
+
}
}
-
.nb2-inner td
+
.box_search_tabs li a {
-
{
+
background: #241700 !important;
-
    font-size: 0.9em;
+
-
    text-align: center;
+
}
}
-
.nb2-end td
+
/* Mark redirects in Special:Allpages and Special:Watchlist */
-
{
+
.allpagesredirect { font-style: italic; }
-
    font-size: 0.85em;
+
.watchlistredir { font-style: italic; }
-
    text-align: center;
+
-
}
+
-
.nb-edi
+
/* Infobox template style */
-
{
+
.infobox {
-
    font-size: 0.85em;
+
  border: 1px solid #aaaaaa;
 +
  background-color: #f9f9f9;
 +
  color: black;
 +
  margin-bottom: 0.5em;
 +
  margin-left: 1em;
 +
  padding: 0.2em;
 +
  float: right;
 +
  clear: right;
}
}
-
 
+
.infobox td,
-
.nb2 .nb-edi
+
.infobox th {
-
{
+
  vertical-align: top;
-
    font-size: inherit;
+
}
}
-
 
+
.infobox caption {
-
.nb2-end a, .nb2-end .hidable-button
+
  font-size: larger;
-
{
+
  margin-left: inherit;
-
    color: #f9f9f9;
+
-
    text-transform: lowercase;
+
-
    text-decoration: none;
+
}
}
-
 
+
.infobox.bordered {
-
#search-icon-wrapper
+
  border-collapse: collapse;
-
{
+
-
    cursor: pointer;
+
}
}
-
 
+
.infobox.bordered td,
-
#search-popup
+
.infobox.bordered th {
-
{
+
  border: 1px solid #aaaaaa;
-
    position: absolute;
+
-
    background: #f2f5f9;
+
-
    text-align: left;
+
-
    z-index: 8;
+
}
}
-
 
+
.infobox.bordered .borderless td,
-
// "printable version" tweaks
+
.infobox.bordered .borderless th {
-
@media print
+
  border: 0;
-
{
+
-
    body, #content { background: white!important; }
+
-
 
+
-
    /* tweaks for title-messing templates */
+
-
    #title-override { left: 0px!important; font-weight: bold!important; background: #f4f8ff!important; }
+
-
    #title-eraicons { display: none!important; visibility: hidden;!important }
+
-
 
+
-
    div.tleft { border: none!important; }
+
-
    div.tright { margin-left: 13px!important; }
+
-
    div.thumb { background: inherit!important; }
+
-
 
+
-
    h1, h2, h3, h4, h5, h6, .firstHeading { background: inherit;!important }
+
-
 
+
-
    #toc { background: inherit!important; border-width: 0px!important }
+
-
 
+
-
    /* temporary hack; that div should be assigned class=noprint */
+
-
    .infoboxfooter { display:none;!important }
+
-
 
+
-
    .printfooter { background: inherit!important; }
+
-
    #catlinks, #footer { display:none;!important }
+
}
}
-
ul.special li a[title="User:Aidje"],
+
/* Forum formatting (by -Algorithm & -Splaka) */
-
ul.special li a[title="User:Atarumaster88"],
+
.forumheader {
-
ul.special li a[title="User:Azizlight"],
+
    border: 1px solid #aaa;
-
ul.special li a[title="User:Breathesgelatin"],
+
    background-color: #f9f9f9; margin-top: 1em; padding: 12px;
-
ul.special li a[title="User:Cull Tremayne"],
+
}
-
ul.special li a[title="User:Darth Culator"],
+
.forumlist td.forum_edited a {
-
ul.special li a[title="User:Green tentacle"],
+
    color: black; text-decoration: none
-
ul.special li a[title="User:Havac"],
+
}
-
ul.special li a[title="User:Imperialles"],
+
.forumlist td.forum_title a {
-
ul.special li a[title="User:JSarek"],
+
    padding-left: 20px;
-
ul.special li a[title="User:Kuralyov"],
+
}
-
ul.special li a[title="User:Lord Hydronium"],
+
.forumlist td.forum_title a.forum_new {
-
ul.special li a[title="User:LtNOWIS"],
+
    font-weight: bold; background: url(/images/4/4e/Forum_new.gif)
-
ul.special li a[title="User:MarcK"],
+
    center left no-repeat; padding-left: 20px;
-
ul.special li a[title="User:Ozzel"],
+
}
-
ul.special li a[title="User:QuentinGeorge"],
+
.forumlist td.forum_title a.forum_new:visited {
-
ul.special li a[title="User:Riffsyphon1024"],
+
    font-weight: normal; background: none; padding-left: 20px;
-
ul.special li a[title="User:R2-D2"],
+
}
-
ul.special li a[title="User:SFH"],
+
.forumlist th.forum_title {
-
ul.special li a[title="User:Sikon"],
+
    padding-left: 20px;
-
ul.special li a[title="User:Silly Dan"],
+
-
ul.special li a[title="User:SparqMan"],
+
-
ul.special li a[title="User:StarNeptune"],
+
-
ul.special li a[title="User:Xwing328"],
+
-
ul.special li a[title="User:WhiteBoy"] { font-weight: bold;color:#009900; font-style: bold }
+
-
 
+
-
/* Colored watchlist numbers */
+
-
.mw-plusminus-pos {
+
-
  color: #006400; /* darkgreen */
+
}
}
-
/* .mw-plusminus-null currently at developer default */
+
/* Recent changes byte indicators */
-
 
+
.mw-plusminus-pos { color: #006500; }
-
.mw-plusminus-neg {
+
.mw-plusminus-neg { color: #8B0000; }
-
  color: #cc2200; /* darkred */
+
-
}
+
-
.dablink {
 
-
  font-style:italic;
 
-
  padding-left:2em;
 
-
  }
 
-
/* </nowiki></pre> */
+
/* </pre> */

Revision as of 12:43, 20 July 2007

/***** CSS placed here will be applied to all skins on the entire site. Please ensure you do not violate Wikia's Terms of Use by obscuring or removing the advertising. *****/

/* See also: [[MediaWiki:Monobook.css]] */
/* <pre> */

/*** Forum formatting (by -Algorithm & -Splaka) ***/

.forumheader { 
     border: 1px solid #aaa; background-color: #322001; margin-top: 1em; padding: 12px; 
}
.forumlist td.forum_edited a { 
     color: black; text-decoration: none 
}
.forumlist td.forum_title a { 
     padding-left: 20px; 
}
.forumlist td.forum_title a.forum_new { 
     font-weight: bold; background: url(/images/4/4e/Forum_new.gif) 
     center left no-repeat; padding-left: 20px; 
}
.forumlist td.forum_title a.forum_new:visited { 
     font-weight: normal; background: none; padding-left: 20px; 
}
.forumlist th.forum_title { 
     padding-left: 20px; 
}





/* stuff */

#content {
	background: #241700;
	color: #c0c0c0;
}
table {
	background: #241700;
	color: #c0c0c0;
}
#content a, #content a.extiw {
	color: #a68957;
}
#content a:visited {
	color: #bf9f67;
}
#content a.stub {
	color: #913510;
}
h1, h2, h3, h4, h5, h6 {
	color: #c0c0c0;
}
h1#mainTitle {
	border-width: 0;
	text-align: center;
}
#content ul {
	list-style-image: url('http://images.wikia.com/aoc/images//8/80/Ulgif.gif');
}
legend {
	background-color: #241700;
}
abbr, acronym, .explain {
	color: #909090;
}
code {
	background-color: #241700;
}
pre {
	color: #c0c0c0;
	background-color: #241700;
}
#contentSub, #contentSub2 {
	color: #c0c0c0;
}
#catlinks {
	background: #241700;
}
.documentByLine {
	color: #c0c0c0;
}
#toc, .toc, .mw-warning, #toc h2, .toc h2 {
	background: #241700;
/*	background-color: #241700; */
	color: #c0c0c0;
}
div.thumb div {
	background-color: #241700;
	color: #c0c0c0;
}
.toccolours {
	background: #241700;
/*	background-color: #241700; */
}
div.townBox {
	background: #241700;
/*	background-color: #241700; */
}
div.townBox dl dd {
	background: #241700;
/*	background-color: #241700; */
}
#pagehistory li.selected {
/*	background-color: #241700; */
	background: #241700;
	border: 1px dashed #775533;
}
#pagehistory li {
	border: 1px solid #775533;
	background: transparent;
}
table.diff, td.diff-otitle, td.diff-ntitle, td.diff-addedline, td.diff-deletedline, td.diff-context {
	background: #241700;	
/*	background-color: #241700; */
}
#bodyContent a.external,
#bodyContent a[href ^="gopher://"] {
	background: url('http://images.wikia.com/aoc/images//8/8a/Aocexternal.png') center right no-repeat;
	color: #a68957;
}
div.noarticletext {
	background-color: #241700;
	color: #c0c0c0;
}
input.searchButton, #searchInput {
	background-color: #241700;
	border: 1px solid #775533;
	color: #c0c0c0;
	font-family: Monospace, Arial, serif;
}
/* -- For at formene skal se litt mer tilpasset ut -- */

select, input, textarea {
	background-color: #241700;
	color: #c0c0c0;
	border: 1px solid #a68957;
}
ul#filetoc {
	background-color: #241700;
}
li#n-sitesupport {
	display: none;
}
table.gallery, table.gallery td, div.gallerybox, div.thumbinner {
	background-color: #241700;
}
table.gallery {
	margin: 0 auto;
	border: 0;
}
div.thright, div.thumb {
	background-color: #241700;
	border-color: #241700;
}
div.gallerybox div.thumb {
	margin: 0;
}
table.gallery td {
	border: 0;
}

#graphicalspotlight1 span {
	color: #ccc !important;
}

.box_search_tabs li a {
	background: #241700 !important;
}

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect { font-style: italic; }
.watchlistredir { font-style: italic; }

/* Infobox template style */
.infobox {
   border: 1px solid #aaaaaa;
   background-color: #f9f9f9;
   color: black;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
}
.infobox td,
.infobox th {
   vertical-align: top;
}
.infobox caption {
   font-size: larger;
   margin-left: inherit;
}
.infobox.bordered {
   border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
   border: 1px solid #aaaaaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}

/* Forum formatting (by -Algorithm & -Splaka) */
.forumheader {
     border: 1px solid #aaa;
     background-color: #f9f9f9; margin-top: 1em; padding: 12px;
}
.forumlist td.forum_edited a {
     color: black; text-decoration: none
}
.forumlist td.forum_title a {
     padding-left: 20px;
}
.forumlist td.forum_title a.forum_new {
     font-weight: bold; background: url(/images/4/4e/Forum_new.gif)
     center left no-repeat; padding-left: 20px;
}
.forumlist td.forum_title a.forum_new:visited {
     font-weight: normal; background: none; padding-left: 20px;
}
.forumlist th.forum_title {
     padding-left: 20px;
}

/* Recent changes byte indicators */
.mw-plusminus-pos { color: #006500; }
.mw-plusminus-neg { color: #8B0000; }


/* </pre> */
Personal tools
IRC Channel
My Blog