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

From RimWorld Wiki
Jump to navigation Jump to search
Line 1: Line 1:
.ESTB {
+
.ESTB a:link {
    align-self: center;
+
        color: #FFFFFF;
 +
        background-color: #CCCCEB;
 
     background: url('http://imgur.com/uGTmWdN');
 
     background: url('http://imgur.com/uGTmWdN');
 
     background-repeat:no-repeat;
 
     background-repeat:no-repeat;
Line 11: Line 12:
 
     padding: 3px;
 
     padding: 3px;
 
     text-align: center;
 
     text-align: center;
     width: 700px;
+
     width: 100px;
}
 
.ESTB a:link {
 
        color: #FFFFFF;
 
        background-color: #CCCCEB;
 
 
     }
 
     }
 
.ESTB a:visited {
 
.ESTB a:visited {
 
         color: #DDDDDD;
 
         color: #DDDDDD;
        background-color: #CCCCEF;
+
    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 {
 
.ESTB a:hover {
 
         color: #BBBBBB;
 
         color: #BBBBBB;
        background-color: #CCCCEF;
+
    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 {
 
.ESTB a:active {
 
         color: #000000;
 
         color: #000000;
        background-color: #CCCCEB;
+
    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;
 
     }
 
     }
 
}
 
}

Revision as of 22:20, 20 February 2015

.ESTB a:link {
        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: 3px;
    text-align: center;
    width: 100px;
    }
.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;
    }
}