User:CinnamonCrunchy/monobook.css

From Wikipedia, the free encyclopedia

If a message on your talk page led you here, please be wary of who left it. Code that you insert on this page could contain malicious content capable of compromising your account. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. If this is a .js page, the code will be executed when previewing the page.
Note: After saving, you have to bypass your browser's cache to see the changes. In Internet Explorer and Firefox, hold down the Ctrl key and click the Refresh or Reload button. Opera users have to clear their caches through Tools→Preferences, see the instructions for Opera. Konqueror and Safari users can just click the Reload button.
/* Diffar */
td.diff-addedline, td.diff-deletedline { background: #e0eeee; font-size: 11px; }
span.diffchange { background: #d5e2e2 !important; color: inherit !important; }
 
 
/* Kruftborttagning */
#footer,
#feedlinks,
#carrega-para-commons,
#t-upload,
#t-print,
#t-cite,
#n-portal,
#n-currentevents,
#n-sitesupport,
#n-help,
#n-Huvudsida,
#n-Bybrunnen,
#siteNotice { display: none; }
 
/*Diskussionssidelänk osv*/
#p-personal ul li a {
   color: navy;
}
 
#p-personal ul li A:hover {
   color: #ffd800;
   background:transparent;
}
 
/* Menyer */
#pt-userpage { background: none; }
#p-personal li a:hover { background-color: transparent; text-decoration: line-through; }
#p-personal a { text-transform: lowercase; }
#pt-preferences a { content: "Inställningar"; }
#pt-watchlist a { content: "Övervakning"; }
#pt-mycontris a { content: "Bidrag"; }
#pt-mytalk a { content: "Snack"; }
.portlet h5 {
  background: navy;
  color: #9BDDFF;
  border: solid;
  border-width: 1px 1px 0 0;
  display: block;
  padding-bottom: 2px;
  text-align: center;
  text-transform: none;
}
.pBody { border-left: none; }
#p-cactions ~ .portlet .pBody ul { list-style: none; margin-left: 0; }
#p-cactions a,
#p-navigation a,
#p-personal a { font-weight: normal !important; }
#p-cactions li.selected { border-color: #000000; }
#p-cactions li.selected a { border-bottom: 1px solid transparent; }
 
/* suppress the person icon by your username */
li#pt-userpage { background: none }
 
//*Mjukare och finare Du har nya medelanden */
 #wpTextbox1 { height: 380px; }
 
//*Slut medelandelådan */
 
/* schackrutad bakgrund */
body { background: Purple; }
 
/* Färg på länkar */
:link.new {color: red}
a:link {color: #0000CD}
a:visited {color: #32127A}  /* visited link */
a:hover {color: #0000CD}   /* mouse over link */
a:active {color: #ffd800}   /* selected link */
 
 
/*Botten*/
body {
   background: url(http://i218.photobucket.com/albums/cc5/Monnitewars/RAW-1.jpg) 100% 100% repeat !important;
}
 
#column-content {
   background: url(http://i218.photobucket.com/albums/cc5/Monnitewars/RAW-1.jpg) 100% 100% repeat !important;
 
/*Artikelsidan*/
#content {
   background: #ffffff;
}
 
 
/*Färger och sånt i rutorna till vänster*/
 
.portlet h6,h5,h4 {color:#a67442;}
 
.pBody {
    font-size: 95%;
    background: #9BDDFF;
    border-collapse: collapse;
    border: 1px solid navy;
    padding: 0 0.8em 0.3em 0.5em;
}
.portlet li {
    padding: 0;
    margin: 0;
    background: #9BDDFF;
}
.portlet a {color:navy;}
 
#p-search .pBody {
    text-align: center;
    background: #9BDDFF;
}