Difference between revisions of "Template:Plot/Plot.css"

From City of Hope MUSH
Jump to navigation Jump to search
m
m
Line 17: Line 17:
 
     font-weight: bold;
 
     font-weight: bold;
 
}
 
}
 
  
 
.page {
 
.page {

Revision as of 21:33, 21 September 2020

  • {
   box-sizing: border-box;

}

.header {

   padding: 5px 0;
   display: block;
   width: 100%;
   text-align: center;
   font-weight: bold;

}

.subheader {

   display: block;
   width: 100%;
   text-align: left;
   font-weight: bold;

}

.page {

   background-color: white;
   color: black;
   border: 3px solid black;

}

.page:after {

 content: "";
 display: table;
 clear: both;

}

.column {

 float: right;
 padding: 5px;

}

.left-side {

   width: 75%;
   border: 3px solid #73AD21;

}

.right-side {

 width: 25%;
 border: 3px solid #73AD21;

}

p {

   text-indent: 5em;

}