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

From RimWorld Wiki
Jump to navigation Jump to search
(Replaced content with "→‎removed: ")
 
(42 intermediate revisions by the same user not shown)
Line 1: Line 1:
.ESTB {
+
/* removed */
    background: url('http://imgur.com/uGTmWdN');
 
    background-repeat:no-repeat;
 
    padding: 0em;
 
    background-color: #CC00AA;
 
    border-style: solid;
 
    border-color: #ff0000 #0000ff;
 
    border-collapse: collapse;
 
    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;
 
}
 

Latest revision as of 08:44, 5 March 2015

/* removed */