Difference between revisions of "User:Arav the Undersith/monobook.css"

m
13 revisions imported: userpages from wikia wiki
wikia:banjokazooie>Arav the Undersith
(New page: →‎<pre><nowiki>: →‎Background: body { background-color: #ff0000; background-repeat: repeat-y; background-position: center; } #bodyContent, #content, #footer { backgrou...)
 
m (13 revisions imported: userpages from wikia wiki)
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/*<pre><nowiki>*/
/*<pre><nowiki>*/


/* Background */
/* STILL IN PRODUCTION! Not recommended for use currently... */
 
/* Background-done */
body {
body {
     background-color: #ff0000;
     background-color: #1e90ff;
     background-repeat: repeat-y;
    background-image: url("http://images.wikia.com/banjokazooie/images//9/96/Footprint_newtest.png");
     background-repeat: repeat;
     background-position: center;  
     background-position: center;  
}
}


#bodyContent, #content, #footer {  
#bodyContent, #content, #footer {  
background-color: #00008b;  
background-color: #fa8072;  
color: #000000;  
color: #000000;  
}
}


/* Wikitable */
/* Wikitable-done I think */


table.wikitable {
table.wikitable {
Line 38: Line 41:
}
}


/* You have new messages Runescape style */
/* You have new messages box-kinda done */
.usermessage {
.usermessage {
   background-color: #000000;
   background-color: #00008b;
   border: 3px solid #382418;
   border: 3px solid #ffd700;
   color: #90C040;
   color: #ffffff;
   font-weight: normal;
   font-weight: normal;
   margin: .5em 0em .5em 0em;
   margin: .5em 0em .5em 0em;
Line 49: Line 52:
}
}


/* Display text below main article header, located at MediaWiki:tagline */
/* Display text below main article header, located at MediaWiki:tagline-kinda done */
#siteSub {
#siteSub {
     display: inline;
     display: inline;
Line 66: Line 69:


#pagehistory li.selected {
#pagehistory li.selected {
background-color: #B9A171;
background-color: #FFA07A;
border: 1px dashed #B9A171;
border: 1px dashed #FFA07A;
}
}


/* Appearance when MOUSE HOVERS OVER TABS */
/* Appearance when MOUSE HOVERS OVER TABS-done */
#p-cactions ul li a:hover {  
#p-cactions ul li a:hover {  
color: #000;
color: #000;
background-color: #C2AB79;
background-color: #fa8072;
}
}


/* Change color of SELECTED tabs */
/* Change color of SELECTED tabs-done */
#p-cactions ul li.selected a {  
#p-cactions ul li.selected a {  
background: #C2AB79;
background: #fa8072;
color: #000;
color: #000;
}
}


/* Change color of NON SELECTED tabs */
/* Change color of NON SELECTED tabs-done */
#p-cactions ul li a {  
#p-cactions ul li a {  
background: #7B4F17;
background: #FFA07A;
font-weight: bold;
font-weight: bold;
color: #000;
color: #000;
Line 90: Line 93:


*/
*/
/* Link colours-done */


#column-one { padding-top: 140px !important; }
#column-one { padding-top: 140px !important; }


h5 { color: #FFFFFF; }
h5 { color: #ffd700; }
a { color: #7B4F17; }
a { color: #191970; }
a:visited { color: #7B4F17; }
a:visited { color: #191970; }
a:hover { text-decoration: underline; }
a:hover { text-decoration: underline; }
a.new { color: red; }
a.new { color: #0000FF; }


/* Link colors */
/* Link colors-done */
.portlet a {
.portlet a {
color: #90C040;
color: #191970;
background: none;
background: none;
}
}


/* Sidebar */
.pBody {
.pBody {
background-color: #333333;
background-color: #333333;
color: #FFFFFF;
color: #FFd700;
}
}


div.pBody {
div.pBody {
background-color: #000000;
background-color: #D2691E;
border:3px solid #382418;
border:3px solid #ffd700;
}
}


/* Area where it says your username, talk page, etc. */
/* Area where it says your username, talk page, etc.-done */
#p-personal a {
#p-personal a {
color: #90C040 !important;
color: #ffd700 !important;
background-color: transparent;
background-color: transparent;
        font-weight: bold;
}
}


/* Table of Contents */
/* Table of Contents-done */
#toc {
#toc {
     border:1px solid #000000;
     border:4px solid #ffd700;
     background-color:#D6BC83;
     background-color:#D2691E;
     padding:5px;
     padding:5px;
     font-size: 95%;
     font-size: 95%;
}
}


 
/* <-- Search box on the side-done */
/* <-- Search box on the side */
#p-search {
#p-search {
     position:relative;
     position:relative;
Line 144: Line 150:
     color: White;
     color: White;
     cursor: pointer;
     cursor: pointer;
     background-color: Black;
     background-color: #CD853F;
     border: 1px solid #3B311B;   
     border: 1px solid #a0522d;   
}
}
#searchInput {
#searchInput {
     border: 1px solid #3B311B;   
     border: 2px solid #a0522d;   
     width:10.9em;
     width:10.9em;
     margin: 0 0 0 0;
     margin: 0 0 0 0;
     background-color: Black;
     background-color: #FFDEAD;
     font-size: 95%;
     font-size: 95%;
     color: White;
     color: 8B4513;
}
}
#p-search .pBody {
#p-search .pBody {
Line 159: Line 165:
}
}


/* change the top-left logo */
/* change the top-left wiki logo-done */
#p-logo a { background: url(http://runescape.wikia.com/images/b/bc/Wiki.png) 35% 50% no-repeat !important; }
#p-logo a { background: url(http://images.wikia.com/banjokazooie/images//b/bc/Wiki.png) 35% 50% no-repeat !important; }


/* Testing making the sitenotice transparent */
table { background: transparent; }


/*</nowiki></pre>*/
/*</nowiki></pre>*/
15,584

edits