User:Rachel Maxwell/monobook.css

From AIOWiki
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* <pre> */

#bodyContent, #content, #footer {	 
background-color: transparent;	 
color: ;	 
}

/* Wikitable */

table.wikitable {
  margin: 1em 1em 1em 0;
  background: #FFFFFF;
  border: 1px #AAA solid;
  border-collapse: collapse;
}

table.wikitable th, table.wikitable td {
  border: 1px #AAA solid;
  padding: 0.2em;
}

table.wikitable th {
  background: #FCFCFC;
  text-align: center;
}

table.wikitable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}

/* You have new messages style */
.usermessage {
   background-color: #000000;
   border: 3px solid #382418;
   color: #90C040;
   font-weight: normal;
   margin: .5em 0em .5em 0em;
   padding: 4px;
   vertical-align: middle;
}

.mw-plusminus-pos {
  color: ;
}

.mw-plusminus-neg {
  color: ;
}

#pagehistory li.selected {
	background-color: ;
	border: 1px dashed ;
}

/* Appearance when MOUSE HOVERS OVER TABS */
#p-cactions ul li a:hover { 
	color: #000;
	background-color: #FF0000;
}

/* Change color of SELECTED tabs */
#p-cactions ul li.selected a { 
	background: #FF6347;
	color: #000;
}

/* Change color of NON SELECTED tabs */
#p-cactions ul li a { 
	background: #90EE90;
	font-weight: bold;
	color: #000;
}

*/

#column-one { padding-top: 140px !important; }

h5 { color: #FFFFFF; }
a { color: #000080; }
a:visited { color: #4169E1; }
a:hover { text-decoration: underline; }
a.new { color: red; }

/* Link colors */
.portlet a {
	color: #4169E1;
	background: none;
}

.pBody {
	background-color: transparent;
	color: #000000;
}

div.pBody {
	background-color: transparent;
	border:3px solid #FF4500;


/* Area where it says your username, talk page, etc. */
#p-personal a {
	color: #90C040 !important;
	background-color: transparent;
}

/* Table of Contents */
#toc {
    border:1px solid #000000;
    background-color:#D6BC83;
    padding:5px;
    font-size: 95%;
}


/* <-- Search box on the side */
#p-search {
    position:relative;
    z-index:3;
}    
#p-search .pBody {
    text-align: center;
}
input.searchButton {
    margin-top:1px;
    padding: 0 0.4em !important;
    font-size: 95%;
    color: White;
    cursor: pointer;
    background-color: Black;
    border: 1px solid #3B311B;  
}
#searchInput {
    border: 1px solid #3B311B;  
    width:10.9em;
    margin: 0 0 0 0;
    background-color: Black;
    font-size: 95%;
    color: White;
}
#p-search .pBody {
    padding: 0.5em 0.4em 0.4em 0.4em;
}


/* no user icon beside your name at top */
li#pt-userpage { background: none }

/* </pre> */