Difference between revisions of "User:Loch210/Rufus style.css"

From City of Hope MUSH
Jump to navigation Jump to search
 
Line 18: Line 18:
 
   margin-right: -8%;
 
   margin-right: -8%;
 
   float: left; }
 
   float: left; }
 +
 +
/***** BOXES FOR DIFFERENT PC SECTIONS *****/
 +
.sheet-pc-box {
 +
  background-color: #e7e6e5;
 +
  margin-left: 1.5px;
 +
  margin-right: 1.5px;
 +
  padding-left: 5px;
 +
  padding-right: 5px;
 +
  height: auto; }
 +
 +
.sheet-small-box {
 +
  min-height: 150px; }
 +
 +
.sheet-medium-box {
 +
  min-height: 330px; }

Latest revision as of 14:18, 4 August 2020

/***** HEADERS AND TRIANGLES *****/
div.sheet-header {
  display: inline-flex;
  float: right;
  height: 20px; }

div.sheet-triangle,
div.sheet-right-tri {
  border-top: 20px solid transparent; }

div.sheet-triangle {
  border-right: 30px solid #afd3e2; }

div.sheet-right-tri {
  border-left: 30px solid #afd3e2; }

div.sheet-right-header {
  margin-right: -8%;
  float: left; }

/***** BOXES FOR DIFFERENT PC SECTIONS *****/
.sheet-pc-box {
  background-color: #e7e6e5;
  margin-left: 1.5px;
  margin-right: 1.5px;
  padding-left: 5px;
  padding-right: 5px;
  height: auto; }

.sheet-small-box {
  min-height: 150px; }

.sheet-medium-box {
  min-height: 330px; }