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

From RimWorld Wiki
Jump to navigation Jump to search
Line 4: Line 4:
 
     padding: 0em;
 
     padding: 0em;
 
     background-color: #CC00AA;
 
     background-color: #CC00AA;
 +
    border-top-right-radius: 1em;
 +
    border-bottom-right-radius: 1em;
 +
}
 +
/* 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;
 
}
 
}

Revision as of 21:39, 20 February 2015

.ESTB {
    background: url('http://imgur.com/uGTmWdN');
    background-repeat:no-repeat;
    padding: 0em;
    background-color: #CC00AA;
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
}
/* 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;
}