User:Bdesham/myskin.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. |
![]() | Documentation for this user script can be added at User:Bdesham/myskin. |
/*
* newskin
* a skin to replace monobook
*/
body {
background-color: white;
}
#column-content {
margin-left: 0em;
margin-right: 0em;
padding-left: 0em;
padding-right: 0em;
}
div#content {
/* background-color: #eeeeee;*/
/* border: 2px solid #204a87;*/
position: static;
/* top: 4em; */
/* left: 4em; */
/* padding: 1em;*/
/* margin-right: 2em;*/
margin-bottom: 2em;
margin-top: 140px;
/* margin-left: 32px;*/
clear: both;
}
div#footer {
background-color: #eeeeee;
border-top: 2px solid #204a87;
width: 100%;
}
.visualClear {
clear: both;
}
h1.firstHeading {
padding: 0em;
margin: 0em;
}
#p-cactions {
position: absolute;
top: 96px;
left: 0px;
height: 3em;
list-style: none;
font-family: "Lucida Grande", sans-serif;
}
#p-cactions h5 {
display: none;
}
#p-cactions ul {
list-style: none;
padding-left: 0.5em;
}
#p-cactions li {
background-color: #204a87;
border: 5px solid #204a87;
display: inline;
/* padding: 0.5em 0.5em 0.5em 0.5em;*/
font-size: smaller;
}
#p-cactions li a {
color: white;
text-decoration: none;
}
li#ca-talk {
background-color: #4e9a06;
}
li#ca-talk, li#ca-edit {
margin-right: 2em;
}
#column-one {
/* position: relative; */
position: absolute;
top: 0px;
left: 0px;
height: 96px;
width: 100%;
/* top: 4em;*/
/* left: 4em;*/
background-color: #eeeeee;
border-bottom: 2px solid #204a87;
}
#p-personal, #p-navigation, #p-search, #p-tb {
/* float: left; */
position: absolute;
left: 0px;
list-style: none;
font-family: "Lucida Grande", sans-serif;
font-size: smaller;
}
#p-personal h5, #p-navigation h5, #p-search h5, #p-tb h5 {
display: none;
}
#p-personal ul, #p-navigation ul, #p-tb ul {
list-style: none;
padding-left: 0.5em;
}
#p-personal li, #p-navigation li, #p-tb li {
display: inline;
padding: 0.5em 0.5em 0.5em 0.5em;
font-size: smaller;
}
#p-navigation { top: 0px; }
#p-personal { top: 18px; }
#p-search { top: 64px; }
#p-tb { top: 36px; }
#p-navigation ul li:first-child,
#p-personal ul li:first-child,
#p-tb ul li:first-child
{
padding-left: 30px;
width: 32px;
min-height: 16px;
}
#p-navigation ul li:first-child {
background: url(tango16/preferences-system-windows.png) center left no-repeat;
}
#p-personal ul li:first-child {
background: url(tango16/system-users.png) center left no-repeat;
}
#p-tb ul li:first-child {
background: url(tango16/preferences-system.png) center left no-repeat;
}
#searchform input {
font-size: smaller;
}
#searchform div {
background: url(tango16/system-search.png) center left no-repeat;
padding-left: 30px;
padding-top: 0.5em;
padding-bottom: 0.5em;
margin-left: 0.5em;
min-height: 16px;
}
#p-logo {
display: none;
position: absolute;
top: 16px;
left: 16px;
/* margin-top: 48px;*/
/* margin-left: 48px;*/
/* margin-right: 2.5em;*/
background: #eeeeee url(Wiki.png) top left no-repeat;
border: 2px solid #204a87;
min-width: 135px;
max-width: 100%;
min-height: 155px;
overflow: hidden;
/* padding: 2em; */
width: 90%;
height: 160px;
}
#footer {
clear: both;
}
div#jump-to-nav {
display: none;
}