User:SilverCrono/vector.css: Difference between revisions

From Dragon Quest Wiki
Jump to navigation Jump to search
(test)
 
(gah)
Line 1: Line 1:
/*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;}


/* Link customization */
#bodyContent a:active { font-weight: normal; }
#bodyContent a.interwiki, a.external { color: #002bb8; background:none; }}
#bodyContent a.text { background: display; }
#content { background-color: #FBFBFB; }

Revision as of 22:56, 6 December 2010