Jump to content

User:Harryboyles/monobook.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/*        #p-personal          */
/*-----------------------------*/
/* Overall list */
#p-personal ul {
   padding:0px;
}
/* List element container */
#p-personal li {
   margin: 0px;
}
/* List links */
#p-personal li a {
   color: #DFFFDF;
   padding: 8px;
   padding-bottom: 2px;
   margin: 0px;
   text-transform: none;
}   
/* List links on hover */
#p-personal li a:hover {
   background: #66a266;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
}
/* Active list link */
#p-personal li.active {
   background: #357555;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
   padding-bottom: 2px;
   padding-top: 7px;
}
/* Remove the user icon */
li#pt-userpage {
   background: none;
   padding-left: 0;
}
/* Custom for the last link */
#utcdate {
   text-transform: none !important;
   background: #002000 !important;
   padding-bottom: 2px !important;
  -moz-border-radius-bottomleft: 4px;
   font-style: italic;
}
#utcdate a:hover {
  -moz-border-radius-bottomright: 0px !important;
}



/*          Sidebar            */
/*-----------------------------*/
/* Hide the logo */
#p-logo {
   display: none
}
/* Move the navigation page up to line up with the content */
#column-one {
   padding-top: 1.45em;
}
/* Entire box */
.portlet {
   background: #357555;
  -moz-border-radius-topright: 12px;
}
/* Boxes > Content (Navigation, toolbox, etc) */
.pBody {
   background:inherit;
   border: none !important;
}
/* Headings on left-hand side */
.portlet h5{
   font-style: italic;
   color: white;
   background: inherit;
   padding-left: 24px;
}
/* Remove difference between visited and unvisited links */
.pBody a {
   color: #CFFFCF;
}
.pBody a:visited {
   color: #CFFFCF;
}
/* Style the search box: reacts to focus */
#searchInput {
   background: #92D4A3;
   margin-left: 0px;
   width: 100px
}
#searchInput:focus {
   background: #F6FFF6;
}
/* Indent the footer so it's inline with the content */
#footer {
   margin-left: 13.7em;
}

/*           Tabs              */
/*-----------------------------*/
/* Tab container */
#p-cactions ul {
   margin-left: 2px;
}
/* Individual link container */
#p-cactions li{
   padding-bottom: 2px !important;
   padding: 0px !important;
   margin: 0px !important;
   border: none;
   color: white;
   background: none;
}
/* All tab links */
#p-cactions li a{
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-bottomright: 0px;      
   margin: 2px !important;
   padding-top: 2px;      
   background: #225544 !important;
   z-index: 1;
   border-bottom: white;
   color: white;
   text-transform: none;
}
#p-cactions a:hover {
   background:#66a266 !important;
}
#p-cactions li.selected a {
   background:#357555 !important; 
   text-decoration: none;
   padding-top: 2px !important;
   border: none;
}
#p-cactions li.selected a:hover{
   background:#66a266 !important;
}
#p-cactions ul li.new a{
   color: #FF8080;
}
#p-cactions li.new a:hover {
   color: #F04C4C !important;
}



/*          Ambox              */
/*-----------------------------*/
/* Extend the width of the left border */
table.ambox {
   border-left-width: 12px;         
}
/* Information */
table.ambox-notice {
   background:#EEF5FF !important;
}
/* Deletion */
table.ambox-serious {
   background:#FFEEEE !important;
}
/* Major content problems */
table.ambox-content {
   background:#fce6cc !important;
}
/* Minor stylistic problems */
table.ambox-style {
   background: #fcf3d5 !important;
}
/* Merging articles */
table.ambox-merge {
   background:#F0E5FF !important;
}
/* Protected articles */
table.ambox-protection {
   background:#EEEEEE !important;
}

   
/*       Metadata script       */
/*-----------------------------*/
#siteSub a{
   color: white;
}

.assess-FA-text, .assess-FL-text {
   color: #002060 !important;
}
.assess-A-text {
   color: #00b0f0 !important;
}
.assess-GA-text {
   color: #37e600 !important;
}
.assess-Bplus-text {
   color: #37e600 !important;
}
.assess-B-text {
   color: #a4e600 !important;
}
.assess-C-text {
   color: #ccc200 !important;
}
.assess-Start-text {
   color: #ea8b00 !important;
}
.assess-Stub-text {
   color: #c00000 !important;
}
.assess-List-text {
   color: #7030a0 !important;
}
.assess-Dab-text, .assess-Setindex-text {
   color: #00cf7c !important;
}
.assess-Cur-text {
   color: #f2dbdb !important;
}
.assess-Future-text {
   color: #fde9d9 !important;
}


/*        Miscellaneous        */
/*-----------------------------*/
/* Set colour of far background */
body {
   background: #224433;
}
/* Set colour of near background */
#content { 
   background: #357555 !important;
   border: none;
   margin-top:43px;   
   padding-bottom: 30px;
   z-index: 4;  
}
/* Set colour of article */
#bodyContent{
   background: #DFFFDF;
   position: relative;
   top:30px !important;
}
.firstHeading { 
   position: relative;
   display: inline;

   top: 16px;
   left: -13px;
   padding: 4px 60px 4px 60px !important;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;

   background:#225544;
   color: white;
   border-bottom: none;
   font-style: italic;
}
#siteSub{
   position: relative;
   display: inline !important;

   top: 24px;
   left: -13px;
   padding: 4px 60px 4px 60px !important;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;

   background:#225544;
   color: white;
   border-bottom: none;
   font-style: italic;
}
#contentSub{
   position: relative;
   display: inline !important;

   top: 33px !important;
   left: -13px !important;
   padding: 4px 60px 4px 60px;
   margin-left:0px !important;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
   background:#225544;
   color: white !important;
   border-bottom: none;
   font-style:italic;

}
#contentSub a{
color:white !important;
text-decoration: underline !important;
}
#siteNotice{
margin-top:-6px;
margin-bottom:0px;
}
span.subpages{
display: inline;
margin: 0px;
background: #225544;
color: white !important;
}
div.thumb{
   background: #DFFFDF;
}
/* Change format of "You have new messages" banner */
.usermessage {
   background: #CCDFFF;
   border-color: #204080;
   font-weight: bold;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

/* Customisation of the Navigation popups */
.navpopup {
   background-color: #DFFFDF !important;
   border-color: #357555 !important;
}

/* Restyle code tags*/
#bodyContent pre {
   border: 3px solid #204080;
}

/* Display hidden categories */
#catlinks-allhidden {
   display:block;
}
.page-Main_Page #bodyContent
{
   margin-top: -40px;
}
/* Change colour of disambiguation footer*/
#disambig {
   background-color: #CCDFFF !important;
}
#jswarning{
margin-top: 0px;
}
.editcategorymember{
font-size: 80%;
}
/* Disable superfluous elements */
 #editpage-copywarn
,.editHelp
,#editpage-copywarn3
,#editpage-copywarn2
{
   display: none;
}

 #wikiPreview h2
,#wikiPreview .previewnote{
   display: none;
}
/* Change image thumbnail background */
div.thumb{
   background-color:#DFFFDF;
}
#pt-acaibeta
{
   display: none !important;
}