User:Psl631/monobook.css

From Simple English Wikipedia, the free encyclopedia

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.
#confirmemail { display: none }
#editpage-specialchars {
     display:block;
}
/* Protected pages have text area in light red, to prevent
   accidental editing by admins who didn't notice the header
*/
.mw-textarea-protected, .ns-8 textarea {
  background: #FFDBDB;
}
 
/* The "hide/show" links to Special:RevisionDelete */ 
span.mw-revdelundel-link,
strong.mw-revdelundel-link {
  font-size: inherit;
}
 
/* The "return to Main page" link on [[Special:MovePage]] after
   deleting the target page makes no sense and is in the way.
*/
.page-Special_MovePage #mw-returnto {
  display: none;
}

/* [[:w:en:User:Haza-w/Drop-down menus]] */
.ca-menu {
    background-color: #EEEEEE;
    border: 1px solid #AAAAAA;
    border-collapse: collapse;
    color: #638C9C;
    font: 14px/22px Trebuchet MS, Tw Cen MT, sans-serif;
    font-size: 10px;
    padding: 0em .8em .3em .5em;
    position: absolute;
    width: 100px;
    z-index: 1000;
}
.ca-menu ul {
    line-height: 1.5em;
    list-style-image: none;
    list-style-type: square;
}
.ca-menu ul li {
    margin: 0em;
    padding: 0em;
}
.ca-menu ul li a {
    color: #002BB8;
    text-decoration: none;
}
.ca-menu ul li a:hover {
    text-decoration: underline;
}
.ca-menu ul li.ca-disabled {
    color: #777777;
    cursor: default;
}
/* [[:w:en:User:Haza-w/Drop-down menus]] */