User:-Midorihana- on a public computer/monobook.css

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/**CREDITS***************************************************************************************
 * I take bits from everywhere and change the colors.  Parts are from Milky (a skin).           *
 * The color scheme is a dark blue, and works in at least IE.                                   *
 ************************************************************************************************/
 
/* removing icon */
li#pt-userpage { background: none }
 
/* Make the footer not 100% wide, but as wide as the content box.  */
#footer {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #aaa;
    margin: 0.6em 0em 1em 155px;
}
 
 
.portlet li, #BodyContent li {
    /*list-style-image: url("/style/monobook/bullet.gif");*/
    list-style-type: square;
    list-style-image: url("http://en.wikipedia.org/upload/6/69/AAAAAA_Bullet.png");
}
 
.portlet li:hover, #BodyContent li:hover {
    list-style-type: square;
    list-style-image: url("/media/wikipedia/en/6/60/LinkFA-star.png");
 
}
 
li.FA {
	list-style-image: url("/media/wikipedia/en/d/d4/Monobook-bullet-star.png") !important;
}
.portlet a {text-decoration: none;  color: #55a !important;}
.portlet a:hover {text-decoration: none; color: #227 !important;}
 
/* Search input box */
 
#searchInput {
    border: 1px solid #aaa;
    background-color: #ddd;
}
 
/* Input box colors */
#p-search input:focus, #p-search input:hover {
    background-color: #fff;
}
 
#searchInput {
   border-top: 1px inset; 
   border-left: 1px inset;
   border-right: 10px inset;
}
 
/* Nice borders for (almost) all boxes */
input[type="radio"],
input[type="checkbox"] { border:none; }
input[type="text"], input[type="submit"], textarea {
    border: 1px solid #333 !important;
}
 
/* make round corners for the rest */
input[type="text"], input[type="submit"], textarea, pre, #toc {
   -moz-border-radius: 2px;
}
/* The 'Edit summary' box is way too crammed in the textarea box by default */
textarea { margin-bottom: 4px; }
 
input[type="submit"] {color: #aaa !important;}
input[type="submit"]:hover, input[type="submit"]:focus {color: #009 !important;}
#p-cactions li a {color: #ddf;}
#p-cactions li a:hover {color: #900;}
#p-cactions li.selected a {color: #000 !important;}
#p-cactions li.new a {color: #ba0000 !important;}
 
 
/* replace the book in the background with a dark red color */
body { background: #644; }
 
/* change background of unselected tabs */
#p-cactions ul li a { background: #BDBBD7; }
 
/* change background of selected tabs */
#p-cactions ul li.selected a { background: white; }
 
/* change border background of selected tabs */
#p-cactions li.selected { border-color: #663300; }
 
/* standard link colors */
:link { color: #002AA7; }
:link:visited { color: #662200; }
:link:active, :link.new { color: #FF0000; }
:link.interwiki, :link.external { color: #BB391C; }
:link.stub { color: #772233; }
 
/* change the logo (used an old version of Wiki.png that was compatible with dark colors) */
#p-logo a { background: url(/media/wikipedia/en/archive/b/bc/20061210222636%21Wiki.png) 35% 50% no-repeat !important; }
 
 
/* Color of the case in the column to flank */
#p-tbx { background: #400000; }
#p-tbx .pBody { 
    background-color: #000000; 
    border: 1px solid #400000;
}
/* Color of the case toolbox in the column to flank */
#p-tb { background: #400000; }
#p-tb .pBody { 
    background-color: #000000; 
    border: 1px solid #400000;
 
}
/* Color of the case Other Languages in the column to flank */
#p-lang { background: #400000; }
#p-lang .pBody { 
    background-color: #000000; 
    border: 1px solid #400000;
}
 
/* Color of the case Interaction in the column to flank */
#p-interaction { background: #400000; }
#p-interaction .pBody { 
    background-color: #000000; 
    border: 1px solid #400000;
}
 
/* Color of the case Navigation in the column to flank */
#p-navigation { background: #400000; }
#p-navigation .pBody { 
    background-color: #000000; 
    border: 1px solid #400000;
 
}
 
 
/* Color of the case Search in the column to flank */
#p-search { background: #400000; }
#p-search .pBody { 
    background-color: #400000; 
    border: 1px solid #400000;
 
}
/* Width of the edit summary box */
 
input#wpSummary { width: 100%; }