User:Chrism/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.
#watchlist formatting
span.updatedmarker {
    background-color: transparent;
    color: #006400;
}
strong.mw-watched a {
    font-weight: normal;
    background: url(//upload.wikimedia.org/wikipedia/commons/thumb/a/ac/Pentagram_dis.svg/13px-Pentagram_dis.svg.png) no-repeat left;
    /* @noflip */
    padding-left: 16px;
}

.mw-rollback-link {
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Bank Gothic"
}

#siteSub { display: none !important; }

/* "All-Color" v0.1 for the article message box templates */
table.ambox {
  background: #f8fcff;
  border: 1px solid #aaa;
}
table.ambox-delete {
  background: #efd2d2;
}
table.ambox-content {
  background: #fce6cc;
}
table.ambox-style {
  background: #fcf3d5;
}
table.ambox-move {
  background: #ead6f4;
}
table.ambox-notice {
  background: #d2e8ff;
}

/*Hide category edit-notice*/
#category-namespace-editnotice { display: none !important; }

/*Hide footer*/
#footer {display: none; }
li#f-copyright,
li#f-lastmod,
#editpage-copywarn { display: none; }
#editpage-copywarn2 { display: none; }
#editpage-copywarn3 { display: none; }

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a.new:link { text-decoration: none; }
a.new:visited {text-decoration: none; }
a.new:link:hover { text-decoration: bold; color: #CC2200; }
a.new:visited:hover { text-decoration: bold; color: #CC2200; }
a.extiw:link { color: #22447D; }
a.extiw:link:hover { color: #22447D; }
a.stub:link { text-decoration: none; }
a.stub:link:visited { text-decoration: none; }

.watchlistredir { font-style: italic }

/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
#p-cactions ul li, #p-cactions ul li a {
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
}
#content {
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-bottomleft: 1em;
}
div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
}

/* underline just the text that's different */
span.diffchange {
  text-decoration:underline;
}

.diffchange {
  background: #fdd;
}

/******************************************************************/
/* moving catlinks to the right                                   */
/******************************************************************/

#catlinks {
  position:absolute;
  z-index:1;
  border: 1px solid #ffd700;
  background: #0077aa;
  right:1em;
  top:-1em;
  max-width: 75%;
  float:right;
  margin: 0.2em;
  padding:0.2em;
}

.catlinks {
  color: #aaaaaa;
  font-family: Verdana,sans-serif;
  font-size:50%;
  line-height: 1.2em;
  text-align:left;
  text-indent:0;
  text-transform: none;
  text-decoration: none;
  white-space:normal;
  margin: 0.2em;
}

.catlinks a {
  color:#ffffff;
  text-decoration: none;
}

/******************************************************************/
/* Custom bottom tabs                                             */
/******************************************************************/

#mytabs {
  width: 100%;
  font-size: smaller;
  position: static;
}
#mytabs h5 { display: none }
#mytabs ul { margin: 0; }
#mytabs li { display: inline; }
#mytabs li a {
  padding: 0 0.4em;
  border-left: 1px solid Grey;
}

/******************************************************************/
/* Custom table options                                           */
/******************************************************************/

table.popupBorderTable {
background: #0000FF /* blue */ !important
}
table.popupTable {
  background: #f0ffff /* azure */ !important
}
font.popupFont {
  font-family: serif !important;
  color: #440044 !important;
  font-size: medium !important
}

/******************************************************************/
/* Language colours                                               */
/******************************************************************/

 span[lang] { color: green; }

/******************************************************************/
/* Popup configs                                               */
/******************************************************************/

.navpopup { 
  background-color: #fdf7b9  !important;
  border: 1px solid #ffd700;
}