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

From RimWorld Wiki
Jump to navigation Jump to search
Line 3: Line 3:
 
     background-repeat:no-repeat;
 
     background-repeat:no-repeat;
 
     padding: 0em;
 
     padding: 0em;
     background-color: #CC00AA;
+
     background-color: #0000CC;
     border-style: solid;
+
     border: 1px solid;
    border-color: #ff0000 #0000ff;
 
    border-collapse: collapse;
 
 
     border-top-right-radius: 1em;
 
     border-top-right-radius: 1em;
 
     border-top-left-radius: 1em;
 
     border-top-left-radius: 1em;

Revision as of 21:46, 20 February 2015

.ESTB {
    background: url('http://imgur.com/uGTmWdN');
    background-repeat:no-repeat;
    padding: 0em;
    background-color: #0000CC;
    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;
}
/* make a few corners round */
#p-cactions ul li, #p-cactions ul li a {
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
}
#content {
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
}
div.pBody {
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
}