User:KelvSYC/myskin.css
Jump to navigation
Jump to search
Note: You may have to bypass your browser’s cache to see the changes. In addition, after saving a sitewide CSS file such as MediaWiki:Common.css, it will take 5-10 minutes before the changes take effect, even if you clear your cache.
- Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh);
- Konqueror and Chrome: click Reload or press F5;
- Opera: clear the cache in Tools → Preferences;
- Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.
- This stylesheet lacks a documentation subpage. Please create it.
- Useful links: root page • root page’s subpages • links • redirects • your own
#column-content {
position:absolute;
top:25px;
right:0;
left: 15em;
bottom:35px;
border:1px solid #AAAAAA;
padding:5px;
margin-left:5px;
overflow:auto;
background-color: #FFFFFF;
}
/* General Toolbar formatting *************************************************/
#column-one {
position:fixed;
left:0;
top: 140px;
bottom:0;
width:15em;
}
.portlet {
margin-bottom:5px;
margin-left: 1px;
}
.portlet ul { border: 1px solid #AAAAAA; }
.portlet h5 {
display:inline;
font-weight:normal;
margin: 1px;
}
/* Logo Formatting ************************************************************/
#p-logo {
min-height:140px;
max-height:140px;
position:fixed;
left:0;
top:0;
width: 15em;
}
#p-logo a {
display:block;
min-height:135px;
max-height:135px;
background-repeat:no-repeat;
}
#p-cactions .selected {
font-weight:bold;
}
#p-cactions .new a {
color:red;
}
#p-cactions ul {
padding-left:20px;
margin-top:0;
margin-bottom:0;
}
.pBody ul {
padding-left:20px;
margin-top:0;
margin-bottom:0;
}
#p-lang .pBody {
overflow: auto;
max-height: 75px;
}
/* Search bar formatting ******************************************************/
#p-search {
position:fixed;
top:0;
max-height:20px;
right:0;
left:15em;
text-align:right;
margin-left: 5px;
margin-top: 5px;
}
#p-search h5 {display:none;}
#searchInput { width: 15em; }
#p-search input { font: x-small "verdana", sans-serif; }
/* Footer formatting **********************************************************/
#footer {
text-align:center;
position:fixed;
bottom:0;
left:15em;
right: 0;
margin-left:5px;
border:1px solid black;
}
#footer li {
display:inline;
}
#f-lastmod { display:block; }
#f-copyright { display:block; }
#f-poweredbyico {
float:right;
width:88px;
}
#f-copyrightico {
float:left;
width:88px;
}
body {
font: x-small "verdana", sans-serif;
background: url("/skins/monobook/headbg.jpg") 0px 0px no-repeat;
}
/* Table of Contents **********************************************************/
#toc {
border:1px solid #AAAAAA;
}
#toc .tocline { margin: 0; }
#toc .tocindent { margin-left: 2em; }
#toc p { margin:0; }
/* Category Box ***************************************************************/
#catlinks {
border: 1px solid #AAAAAA;
clear:both;
padding: 2px;
background-color: #DEDEFF;
}
#catlinks p {
margin: 0;
padding: 0;
}
/* Edit form Formatting *******************************************************/
#editform textarea {
font-family: Monaco, monospace;
font-size: 9px;
}
/* Diff Formatting ************************************************************/
td.diff-deletedline {
background-color: #FFFFAA;
}
td.diff-addedline {
background-color: #CCFFCC;
}
td.diff-context {
background-color: #EEEEEE;
}
span.diffchange {
font-weight: bold;
color: #FF0000;
}
/* General Formatting *********************************************************/
a.new { color: #FF0000; }
a.stub { color: #772233; }
a.extiw { color: #3366BB; }
a.external { color: #3366BB; }
pre {
border:1px dashed #2F6FAB;
padding:1em;
}
img { border:none; vertical-align:middle; }
h1 { border-bottom: 1px solid #AAAAAA; }
h2 { border-bottom: 1px solid #AAAAAA; }
span.urlexpansion { display:none; }
#siteSub { display:none; }
.printfooter { display:none; }
/* Fundraising stuff **********************************************************/
#fundraising {
text-align:center;
border:1px solid #CFCF00;
padding:1px;
background-color: #FFFFDC;
}
.visualClear { clear:both; }