User:Professoryak/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:Professoryak/myskin. |
#globalWrapper { position: relative; margin: 1em 5em 1em 5em; }
#firstHeading { background: #cc3333; text-align: center; margin: 0px; color: white; }
#column-one { position: absolute; top: 3.1em; width: 100%;
border-width: 0px 2px 0px 2px; border-color: black; } /* dont set background */
#bodyContent { position: relative; top: 1.6em; padding: 15px; }
#bodyContent p { text-align: justify; }
body { background: none; font-size: 14px; line-height: 1.4; }
a {text-decoration: none; color: #3333CC;}
body, #searchInput { font-family: Optima, Candara; }
#firstHeading, #bodyContent { border: 2px solid black; }
#searchInput { border: 1px solid darkgray; background-color: white; font-size: 12px; }
/* MAKE ALL PORTLETS INLINE */
.generated-sidebar h5, .portlet h5 { display: inline; padding: 5px; font-size: 14px; font-weight: normal; margin: auto; }
div#searchBody, #searchform, #searchform div { display: inline; }
#p-search { float: right; } /* move the search box to the right */
div.portlet, div.pBody { display: inline; float: left; }
div.portlet ul { padding: 0px; margin: 0px; display: inline; } /* same line */
#p-personal, #p-lang { border-width: 0px 1px 1px 1px; border-style: solid; }
#p-personal, #p-lang { margin-left: 20px; width: 125px; border-color: white; background-color: white }
#p-personal:hover, #p-lang:hover { border-color: black; }
div.portlet li { list-style-type: none; display: inline; padding: 0px 5px 0px 5px; }
#p-personal li, #p-lang li { display: none; padding: 2px 5px; }
#p-personal:hover li, #p-lang:hover li { display: block; } /* and show when hovered over */
/* JUNK I DONT WANT TO SEE */
#siteSub, #contentSub, #jump-to-nav, #protected-icon { display: none; }
#p-navigation, #p-interaction, #p-tb, #p-coll-create_a_book { display: none; }
#p-cactions h5, #p-search h5 { display: none; }
#f-poweredbyico, #f-copyrightico, #footer { display: none; }
.searchButton { display: none; } /* only the search box, no buttons */
/* LANGUAGES I CARE ABOUT */
#p-lang li:not(.interwiki-de):not(.interwiki-ta):not(.interwiki-mr):not(.interwiki-hi):not(.interwiki-it) {
display: none !important;
}
/* IMAGES */
.thumb {
display: block;
clear: none;
width: auto;
border: thin solid #AAAAAA;
padding: 4px;
font-size: 12px;
}
.tright {float: right; margin: 10px 0 10px 10px}
.tleft {float: left ;margin: 10px 10px 10px 0;}
.tnone {float: none ;margin: 10px;}
.magnify {display: none;}
/* COPIED FROM DRONE */
.dablink, dd {padding-left: 0 ; margin-left: 0;}
table.ambox-style, table.ambox {margin: 0; border: none ;}
#column-content h2, #column-content h3 {border-bottom: 1px solid #333333; }
#toc.toc ul {list-style: none;}
#toctitle + ul {padding-left: 0;}
dd { margin-left: 2em; } /* indent discussions properly? */