Difference between revisions of "User:ElStrages/vector.css"

From RimWorld Wiki
Jump to navigation Jump to search
(Replaced content with "→‎removed: ")
 
(32 intermediate revisions by the same user not shown)
Line 1: Line 1:
.ESTB a:link {
+
/* removed */
        color: #FFFFFF;
 
        background-color: #CCCCEB;
 
    background: url('http://imgur.com/uGTmWdN');
 
    background-repeat:no-repeat;
 
    background-color: #CCCCEB;
 
    border: 1px solid;
 
    border-top-right-radius: 1em;
 
    border-top-left-radius: 1em;
 
    border-bottom-right-radius: 1em;
 
    border-bottom-left-radius: 1em;
 
    padding: 0.5em;
 
    text-align: center;
 
    text-shadow: 1px 1px 1px #eee;
 
    width: 100px;
 
    -moz-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
 
    -webkit-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
 
    box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
 
}
 
.ESTB a:visited {
 
        color: #DDDDDD;
 
    background: url('http://imgur.com/uGTmWdN');
 
    background-repeat: no-repeat;
 
    background-color: #CC00EB;
 
    border: 1px solid;
 
    border-top-right-radius: 1em;
 
    border-top-left-radius: 1em;
 
    border-bottom-right-radius: 1em;
 
    border-bottom-left-radius: 1em;
 
    padding: 3px;
 
    text-align: center;
 
    width: 100px;
 
    }
 
.ESTB a:hover {
 
        color: #BBBBBB;
 
    background: url('http://imgur.com/uGTmWdN');
 
    background-repeat: no-repeat;
 
    background-color: #00CCEB;
 
    border: 1px solid;
 
    border-top-right-radius: 1em;
 
    border-top-left-radius: 1em;
 
    border-bottom-right-radius: 1em;
 
    border-bottom-left-radius: 1em;
 
    padding: 3px;
 
    text-align: center;
 
    width: 100px;
 
    }
 
.ESTB a:active {
 
        color: #000000;
 
    background: url('http://imgur.com/uGTmWdN');
 
    background-repeat: no-repeat;
 
    background-color: #CCCC00;
 
    border: 1px solid;
 
    border-top-right-radius: 1em;
 
    border-top-left-radius: 1em;
 
    border-bottom-right-radius: 1em;
 
    border-bottom-left-radius: 1em;
 
    padding: 3px;
 
    text-align: center;
 
    width: 100px;
 
    }
 
}
 

Latest revision as of 08:44, 5 March 2015

/* removed */