Jump to content

User:Mr.Z-man/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.
#mw-edit-semiprotectedpagewarning {
	padding: 3px;
	margin-bottom: 3px;
	border: 2px solid #2F6FAB;
}

li#pt-userpage { background:url(http://en.wikipedia.org/skins-1.5/monobook/user.gif) no-repeat }

.usermessage {
	background-color: #77DD77;
	border: 1px solid #000080;
}
.watchlistredir {
  text-decoration:line-through;
}

#p-cactions li
{
    position: relative;
    float: left;
}

#p-cactions li li
{
    float: none;
    display: block;
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    text-align: center;
    background: #F8FCFF;
    background-color: #F8FCFF;
  -moz-border-radius-topleft: .0em;
  -moz-border-radius-topright: .0em;
  -moz-border-radius-bottomright: .0em;
  -moz-border-radius-bottomleft: .0em;
}

.tabmenu ul
{
    display: none;
    z-index: 2;
    position: relative;
    top: -2px;
    border-top: 1px solid #aaaaaa;
    padding: 0px;
    margin: 0px;
    background: #F8FCFF;
    background-color: grey;
}

.tabmenu:hover ul
{
    display: block;
}

.tabmenu a
{
    padding: 0pt 0.8em !important;
    background: #F8FCFF;
    background-color: #F8FCFF;
}

.tabmenu ul a:hover
{
    font-weight: bold;
}

.mw-textarea-protected { 
    background:#F5DEB3;
}

#wpFilterRules,
#wpFilterNotes {
    height: 400px;
    width: 600px;
    display: block;
}

button.mw-history-revisiondelete-button {
   float:none !important;
}

input.historysubmit {
   float: left;
   height: auto !important;
   font-size: 100% !important;
   padding: 0 !important;
}

div.editnotice-link {
  display:none !important;
}