User:Sonia/vector.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.
/* Fix sidebar */
div#mw-panel { position: fixed;
  overflow: auto;
  top: 0px;
  bottom: 0px;
  height: 100%;
  /* Prevent content overlay when sidewards scrolling */
  background-color: #ffeeff;
  border-right: 1px solid #dda0dd;
}

/*this changes the background color of the page :) */
body {
    background-color: #ffeeff;
    background-image: none;
}


/*pink save page button*/
INPUT#wpSave {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #000;
    padding:0 3px 0 3px;
    display:inline-block;
    text-decoration:none;
    color:#FFF;
    background:#FFF;
    background-color:#C09;
    cursor:pointer;
}
INPUT#wpSave:hover {
    cursor:pointer;
    background-color:#000;
    border:1px solid #C09;
}
/*purple preview page button*/
INPUT#wpPreview{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #000;
    padding:0 3px 0 3px;
    display:inline-block;
    text-decoration:none;
    color:#FFF;
    background:#FFF;
    background-color:#909;
    cursor:pointer;
}
INPUT#wpPreview:hover {
    cursor:pointer;
    background-color:#000;
    border:1px solid #909;
}
 
/*purple show diff button*/
INPUT#wpDiff{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #000;
    padding:0 3px 0 3px;
    display:inline-block;
    text-decoration:none;
    color:#FFF;
    background:#FFF;
    background-color:#90C;
    cursor:pointer;
}
INPUT#wpDiff:hover {
    cursor:pointer;
    background-color:#000;
    border:1px solid #90C;

/* Remove the underlines from N, m, b in watchlist */
 
abbr.newpage {border:0;}
abbr.bot {border:0;}
abbr.minor {border:0;}

/* Tone down a signature */
span#gw_sig {background:inherit !important;}

/* Hide the little man icon next to my name */
 
li#pt-userpage { background: none }