User:Ultimate Toad/monobook.css: Difference between revisions

alright the issue with notices has been fixed, testing the rest of the wiki
m (need to do some testing)
(alright the issue with notices has been fixed, testing the rest of the wiki)
Line 1: Line 1:
/* userpage bar */
/* userpage bar */
#p-personal {
#p-personal {
   background: #222222; border: 1px solid #ababbc; border-top-left-radius: 1em;
   background: #555555; border: 1px solid #ababbc; border-top-left-radius: 1em;
   border-bottom-left-radius: 1em;
   border-bottom-left-radius: 1em;
   border-top-right-radius: 1em;
   border-top-right-radius: 1em;
Line 13: Line 13:
     border: 2px #000000 solid;
     border: 2px #000000 solid;
     border-collapse: collapse;
     border-collapse: collapse;
     color: #000000; border-top-left-radius: 1em;
     color: #000000;
  border-bottom-left-radius: 1em;
}
  border-top-right-radius: 1em;
 
  border-bottom-right-radius: 1em;
table.wikitable th, table.wikitable td {
    color: #BBBBBB;
    padding: 0.2em;
}
 
table.wikitable th {
    color: #000000;
}
 
table.wikitable caption {
    color: #000000
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}
}


Line 27: Line 40:
}
}
/* page background */
/* page background */
#content, div#content { background: #222222 !important; color: #888888 !important; border:1px solid #888888 !important; }
#content, div#content { background: #000000 !important; color: #888888 !important; border:1px solid #888888 !important; }


/* sidebar boxes */
/* sidebar boxes */