MediaWiki:Monobook.css

From Cometwiki

(Difference between revisions)
(add)
(fix)
 
Line 1: Line 1:
-
/***** Edit this file to customize the monobook skin for the entire site. Please ensure you do not violate Wikia's Terms of Use by obscuring or removing the advertising. *****/
+
/* CSS placed here will affect users of the Monobook skin */
-
/* See also: [[MediaWiki:Common.css]] */
+
/* <pre><nowiki> */
 +
.portlet h5 {
 +
    background-color: #e0e3e6;
 +
    border: thin solid silver;
 +
}
-
/*<pre><nowiki>*/
+
.allpagesredirect a { background: url(http://uncyclopedia.org/images/5/5c/Allpagesredirect.gif) center left no-repeat; padding-left: 13px; }
 +
body {
 +
  font-size: 10px;
 +
  font-family: Verdana;
 +
  background: #f9f9f9 url("http://images.wikia.com/mk/images/9/90/Altback.png");
 +
  background-attachment: fixed;
 +
}
-
/*** Bold 'edit this page' link to encourage newcomers ***/
+
p-personal a.new { color: #f00; }
 +
p-personal a.new:visited { color:#c00; }
 +
p { margin: 0.9em 0em 1em 0em; }
-
#ca-edit a {  
+
h1, h2, h3, h4, h5, h6 {
-
    font-weight: bold !important;  
+
  color: black;
-
}
+
  margin: 0px;
 +
}
 +
 
 +
pre { border: 1px dashed #06f; }
 +
 
 +
bodyContent h1,
 +
bodyContent h2,
 +
bodyContent h3,
 +
bodyContent h4,
 +
bodyContent h5 {  
 +
  margin-bottom:0.6em;
 +
}  
-
/* Editing */
+
#siteNotice {
 +
    padding: 0.3em;
 +
    margin: 10px;
 +
    border-top: 2px solid #ccc;
 +
    border-bottom: 2px solid #ccc;
 +
    background: #fff;
 +
}
-
body {
+
navbox {  
-
background: #000 url('http://images.wikia.com/aoc/images//f/fb/Topbanner3.png') 0 0 no-repeat;
+
  /*border:1px solid #2f6fab;*/
 +
  border: 1px solid #aaaaaa;
 +
  background-color:#f9f9f9;
 +
  padding: 5px;
 +
  font-size: 95%;
 +
  margin-left: 15px;
 +
  margin-bottom: 15px;
 +
}
 +
 
 +
bodyContent a.extiw:active { color: #06f; }
 +
bodyContent a.external { color: #06f; }
 +
p-personal li a { color: #06f; }
 +
p-personal li a:hover {
 +
  background-color: none;
 +
  text-decoration: underline;
 +
}
 +
 
 +
p-cactions li a { color: #00c; }
 +
p-cactions .new a { color:#c00; }
 +
preftoc a:active { color: #00c; }
 +
 
 +
input.searchButton {
 +
  padding: 0 0.4em !important;
 +
  cursor: pointer;
 +
  background-color: White;
 +
  border: 1px solid #2f6fab;
 +
  font-weight: normal;
 +
}
 +
 
 +
#searchGoButton {
 +
  font-weight: normal;
 +
}
 +
 
 +
#searchInput {
 +
  border: 1px solid #2f6fab;
 +
}
 +
 
 +
input[type="radio"], input[type="checkbox"] {
 +
  border: none;
 +
}
 +
 
 +
/*Gives the personal zone a nice area*/
 +
#p-personal > div > ul {
 +
        background: #FFFFFF;
 +
        border-left: 1px solid #aaa;
 +
        border-bottom: 1px solid #aaa;
 +
        width: auto;
 +
        display: inline;
 +
        position: absolute;
 +
        right: -7px;
 +
        padding-left: 0px;
 +
        padding-bottom: 1px;
}
}
-
#globalWrapper #column-content #content {
+
 
-
background: #241700;
+
/*Gives adbars a styled area.*/
-
color: #c0c0c0;
+
#column-google div,
-
margin-top: 12.2em;  
+
#column-google iframe
 +
{
 +
        background: #F9FFFF;
 +
        border: 1px solid #aaa;
 +
        border-right: 0px;
 +
        padding: 5px 0px 5px 5px;
}
}
-
#column-google {
+
 
-
  top: 12.2em;
+
.infobox-yellow, #toc {
-
  padding-top: .5em;
+
border: 1px solid #e0a000;
-
}
+
margin-top: 2px;
-
table {
+
background-image: url(/images/4/40/Gradient1.png) !important;
-
background: #241700;
+
background-repeat: repeat-y;
-
color: #c0c0c0;
+
background-color: #fff;
-
}
+
color: black;  
-
a {
+
-
/* color: #7c653e; */
+
-
color: #a68957;
+
-
}
+
-
a:visited {
+
-
color: #bf9f67;
+
-
}
+
-
a.stub {
+
-
color: #913510;
+
-
}
+
-
h1, h2, h3, h4, h5, h6 {
+
-
color: #c0c0c0;
+
-
}
+
-
h1#mainTitle {
+
-
border-width: 0;
+
-
text-align: center;
+
}
}
 +
 +
/* </nowiki> */
 +
ul {
ul {
-
list-style-image: url('http://images.wikia.com/aoc/images//8/80/Ulgif.gif');
+
    list-style-image: url('http://images.wikia.com/flyff/de/images/6/62/Flyffdot-blue.png');
}
}
-
legend {
+
ul li:hover {  
-
background-color: #241700;
+
    list-style-image: url('http://images.wikia.com/flyff/de/images/b/b5/Flyffdot-yellow.png');  
-
}
+
-
abbr, acronym, .explain {
+
-
color: #909090;
+
-
}
+
-
code {
+
-
background-color: #241700;
+
-
}
+
-
pre {
+
-
color: #c0c0c0;
+
-
background-color: #241700;
+
-
}
+
-
#contentSub, #contentSub2 {
+
-
color: #c0c0c0;
+
-
}
+
-
#catlinks {
+
-
background: #241700;
+
-
/* background-color: #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; */
+
-
}
+
-
#globalWrapper #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;
+
-
}
+
-
/*
+
-
li#pt-userpage,
+
-
li#pt-anonuserpage,
+
-
li#pt-login {
+
-
background: url('http://images.wikia.com/aoc/images//1/16/Aocuser.png') top left no-repeat;
+
-
}
+
-
*/
+
-
.portlet h6 {
+
-
/* background-color: #241700; */
+
-
background: #241700;
+
}
}
 +
.portlet ul {
.portlet ul {
-
list-style-image: url('http://images.wikia.com/aoc/images//8/80/Ulgif.gif');
+
    list-style-image: url('http://images.wikia.com/flyff/de/images/6/62/Flyffdot-blue.png');
}
}
-
.pBody {
+
.portlet ul li:hover {  
-
background: #241700;
+
    list-style-image: url('http://images.wikia.com/flyff/de/images/b/b5/Flyffdot-yellow.png');
-
color: #c0c0c0;
+
}
}
-
#p-logo {
 
-
/* Logoen */
 
-
display: none;
 
-
}
 
-
#p-personal ul, #p-personal li {
 
-
color: #c0c0c0;
 
-
padding: 0;
 
-
margin: 0 .2em;
 
-
}
 
-
#p-personal li a, #p-personal li a:hover {
 
-
background: #241700;
 
-
/* url('http://images.wikia.com/aoc/images//7/7e/Personalback.png') 0; */
 
-
color: #a68957;
 
-
padding-bottom: 2px;
 
-
padding-left: 5px;
 
-
padding-right: 5px;
 
-
padding-top: 1px;
 
-
border: solid #c0c0c0;
 
-
border-width: 0 1px 1px 1px;
 
-
}
 
-
#p-personal li a:hover {
 
-
text-decoration: underline;
 
-
}
 
-
#p-personal  li a.new {
 
-
background: #241700;
 
-
/* url('http://images.wikia.com/aoc/images//7/7e/Personalback.png') 0; */
 
-
color: #f00000;
 
-
}
 
-
#p-cactions {
 
-
background-color: transparent;
 
-
top: 11.3em;
 
-
position: absolute;
 
-
}
 
-
#p-cactions li.selected {
 
-
border-color: #fff;
 
-
}
 
-
#p-cactions li a {
 
-
background-color: #241700;
 
-
color: #7c653e;
 
-
}
 
-
#p-cactions li.selected a {
 
-
background-color: #241700;
 
-
}
 
-
#p-cactions .new a {
 
-
color: #f00000;
 
-
}
 
-
#p-cactions li a:hover {
 
-
background-color: #241700;
 
 +
/* Classes for collapsible portlets, customize as needed */
 +
h5.portletCollapsible {
 +
  display:block;
 +
  padding:0;
 +
  height:auto;
}
}
-
#t-ispermalink, #t-iscite {
+
.portletCollapsible a {
-
color: #d0d0d0;
+
  padding:1px 1px .2em 15px;
 +
  display:block;
 +
  text-decoration:none;
 +
  color:black;
}
}
-
#footer {
+
.portletClosed { background:center left url("http://images.wikia.com/common/skins/common/images/Arr_d.png") no-repeat; }
-
color: #c0c0c0;
+
.portletOpened { background:center left url("http://images.wikia.com/common/skins/common/images/Arr_u.png") no-repeat; }</pre>
-
/* background-color: #241700; */
+
-
background: url('http://images.wikia.com/aoc/images//6/6c/Contentback3.gif');
+
-
border-top: 1px solid #c0c0c0;
+
-
border-bottom: 1px solid #c0c0c0;
+
-
}
+
-
#preftoc li {
+
-
background-color: #241700;
+
-
color: #c0c0c0;
+
-
}
+
-
#preftoc li.selected {
+
-
background-color: #241700;
+
-
}
+
-
#preftoc a, #preftoc a:active {
+
-
color: #d0d0d0;
+
-
}
+
-
#preferences {
+
-
background-color: #241700;
+
-
}
+
-
.prefsection table, .prefsection legend {
+
-
background-color: #241700;
+
-
}
+
-
div.prefsectiontip {
+
-
background-color: #241700;
+
-
}
+
-
div#userloginForm form, div#userlogin form#userlogin2, div#userloginForm table, div#userlogin form#userlogin2 table, div#userlogin .captcha {
+
-
background-color: #241700;
+
-
}
+
-
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 -- */
+
-
/*#wpTextbox1, #wpSummary, #wpSave, #wpPreview, #wpDiff, #wpMinoredit, #wpWatchthis, #wpUploadFile, #wpDestFile, #wpUploadDescription, #wpIgnoreWarning, #wpUpload */
+
-
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;
+
-
}
+
-
 
+
-
#footer { clear: both; }
+
-
 
+
-
#toc ul { list-style: none; }
+
-
 
+
-
 
+
-
#column-content{background: transparent;}
+
-
.portlet h5 { text-transform: capitalize; font-weight: bold; }
+
-
.portlet li { text-transform: capitalize; }
+
-
#p-cactions li, #p-cactions li.selected{line-height: 1.5em; padding: 0.2em 0 .1em 0;}
+
-
#p-cactions li a {text-transform: capitalize;}
+
-
 
+
-
 
+
-
#column-one { padding-top: 219px; }
+
-
#p-logo { height: 214px; }
+
-
#p-logo a,
+
-
#p-logo a:hover { height: 214px; }
+
-
body { background: #f9f9f9 url(/w/skins/monobook/headbg.png) 0 0 repeat; }
+
-
 
+
-
 
+
-
/*</nowiki></pre>*/
+

Current revision as of 16:34, 21 November 2007

/* CSS placed here will affect users of the Monobook skin */

/* <pre><nowiki> */

.portlet h5 {
    background-color: #e0e3e6;
    border: thin solid silver;
}

.allpagesredirect a { background: url(http://uncyclopedia.org/images/5/5c/Allpagesredirect.gif) center left no-repeat; padding-left: 13px; }

body { 
   font-size: 10px;
   font-family: Verdana;
   background: #f9f9f9 url("http://images.wikia.com/mk/images/9/90/Altback.png");
   background-attachment: fixed;
 }

 p-personal a.new { color: #f00; } 
 p-personal a.new:visited { color:#c00; } 
 p { margin: 0.9em 0em 1em 0em; } 

 h1, h2, h3, h4, h5, h6 { 
   color: black;
   margin: 0px;
 } 

 pre { border: 1px dashed #06f; } 

 bodyContent h1, 
 bodyContent h2, 
 bodyContent h3, 
 bodyContent h4, 
 bodyContent h5 { 
   margin-bottom:0.6em;
 } 

 #siteNotice {
    padding: 0.3em;
    margin: 10px;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    background: #fff;
 }

 navbox { 
   /*border:1px solid #2f6fab;*/
   border: 1px solid #aaaaaa;
   background-color:#f9f9f9;
   padding: 5px;
   font-size: 95%;
   margin-left: 15px;
   margin-bottom: 15px;
 } 

 bodyContent a.extiw:active { color: #06f; } 
 bodyContent a.external { color: #06f; } 
 p-personal li a { color: #06f; } 
 p-personal li a:hover { 
   background-color: none;
   text-decoration: underline;
 } 

 p-cactions li a { color: #00c; } 
 p-cactions .new a { color:#c00; } 
 preftoc a:active { color: #00c; }

 input.searchButton {
   padding: 0 0.4em !important;
   cursor: pointer;
   background-color: White;
   border: 1px solid #2f6fab; 
   font-weight: normal;
 } 

 #searchGoButton {
   font-weight: normal;
 }

 #searchInput {
   border: 1px solid #2f6fab; 
 } 

 input[type="radio"], input[type="checkbox"] {
   border: none;
 }

/*Gives the personal zone a nice area*/
#p-personal > div > ul {
        background: #FFFFFF;
        border-left: 1px solid #aaa;
        border-bottom: 1px solid #aaa;
        width: auto;
        display: inline;
        position: absolute;
        right: -7px;
        padding-left: 0px;
        padding-bottom: 1px;
}

/*Gives adbars a styled area.*/
#column-google div,
#column-google iframe
{
        background: #F9FFFF;
        border: 1px solid #aaa;
        border-right: 0px;
        padding: 5px 0px 5px 5px;
}

.infobox-yellow, #toc {
border: 1px solid #e0a000;
margin-top: 2px;
background-image: url(/images/4/40/Gradient1.png) !important;
background-repeat: repeat-y;
background-color: #fff;
color: black; 
}

/* </nowiki> */

ul {
    list-style-image: url('http://images.wikia.com/flyff/de/images/6/62/Flyffdot-blue.png');
}
ul li:hover { 
    list-style-image: url('http://images.wikia.com/flyff/de/images/b/b5/Flyffdot-yellow.png'); 
}

.portlet ul {
    list-style-image: url('http://images.wikia.com/flyff/de/images/6/62/Flyffdot-blue.png');
}
.portlet ul li:hover { 
    list-style-image: url('http://images.wikia.com/flyff/de/images/b/b5/Flyffdot-yellow.png');
}

/* Classes for collapsible portlets, customize as needed */
h5.portletCollapsible {
  display:block;
  padding:0;
  height:auto;
}
.portletCollapsible a {
  padding:1px 1px .2em 15px;
  display:block;
  text-decoration:none;
  color:black;
}
.portletClosed { background:center left url("http://images.wikia.com/common/skins/common/images/Arr_d.png") no-repeat; }
.portletOpened { background:center left url("http://images.wikia.com/common/skins/common/images/Arr_u.png") no-repeat; }</pre>
Personal tools
IRC Channel
My Blog