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

From RimWorld Wiki
Jump to navigation Jump to search
(Replaced content with "→‎removed: ")
 
(35 intermediate revisions by the same user not shown)
Line 1: Line 1:
.ESTB {
+
/* removed */
    align-self: center;
 
    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: 3px;
 
    text-align: center;
 
    width: 700px;
 
}
 
.ESTB a:link {
 
        color: #FFFFFF;
 
        background-color: #CCCCEB;
 
    }
 
.ESTB a:visited {
 
        color: #DDDDDD;
 
        background-color: #CCCCEF;
 
    }
 
.ESTB a:hover {
 
        color: #BBBBBB;
 
        background-color: #CCCCEF;
 
    }
 
.ESTB a:active {
 
        color: #000000;
 
        background-color: #CCCCEB;
 
    }
 
}
 

Latest revision as of 08:44, 5 March 2015

/* removed */