User:My name is not dave/monobook.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .js page for this skin is at User:My name is not dave/monobook.js. |
/* Vectorbook skin */
/* Released under Creative Commons BY-NC-SA */
/* Taken from http://illogicopedia.org/wiki/User:Dan_the_Hedgehog/monobook.js ([[User:DanTahHedgehog]]) - copyright 2011
/* Copyright 2013 Insulam Simia */
#siteNotice { display:none }
body {
background: #f6f6f6;
}
.portlet .pBody {
background-color: transparent;
border: 0px !important;
padding: 1px 10px;
margin-left: 8px;
font-size: inherited;
}
.portlet .pBody ul {
list-style-type: none !important;
list-style-image: none !important;
margin: 0;
padding: 0;
}
#p-search h5 {
display: none;
}
#p-cactions .pBody {
background-image: none;
}
#p-cactions ul {
font-size: 100% !important;
position: relative;
padding-top: 10px;
left: -2px;
bottom: -8px;
background-color: transparent;
z-index: 50 !important;
}
#p-cactions ul li {
border:1px solid #a7d7f9!important;
border-top:none!important;
padding:10px 0px 6px 0px!important;
margin: -2px;
background-color:#a7d7f9!important;
}
#p-cactions ul li a, #p-cactions ul li.selected a {
padding:10px 6px 6px 6px!important;
background-color: transparent!important;
cursor:pointer;
color:#0645ad;
text-transform: none;
}
#p-cactions ul li.selected a {
color: #333333 !important;
padding: 10px 8px 6px 8px !important;
}
#p-cactions ul li.new a { color:#a55858!important; }
#p-cactions ul li:hover {
background: none white !important;
border-bottom: none !important;
padding-bottom: 7px !important;
cursor: pointer;
}
#p-cactions ul li.selected {
background-color: white !important;
cursor: pointer;
border-bottom:none !important;
padding-bottom:7px !important;
}
#p-cactions li.istalk{
margin-right: -2px;
}
#p-navigation h5 {
display: none;
}
#p-lang .pBody {
max-height: 200px;
overflow: auto;
}