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

From City of Hope MUSH
Jump to navigation Jump to search
m
m
 
(12 intermediate revisions by the same user not shown)
Line 11: Line 11:
 
}
 
}
  
.page {
+
.subheader {
     background-color: white;
+
     display: block;
     color: black;
+
    width: 100%;
     border: 3px solid black;
+
     text-align: left;
 +
     font-weight: bold;
 
}
 
}
  
Line 25: Line 26:
 
.column {
 
.column {
 
   float: right;
 
   float: right;
   padding: 10px;
+
   padding: 5px;
 +
}
 +
 
 +
.col {
 +
    width: 20%;
 
}
 
}
  
 
.left-side {
 
.left-side {
     width: 75%;
+
     width: 65%;
    border: 3px solid #73AD21;
 
 
}
 
}
  
 
.right-side {
 
.right-side {
   width: 25%;
+
   width: 35%;
  border: 3px solid #73AD21;
 
 
}
 
}
  

Latest revision as of 12:34, 23 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:after {

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

}

.column {

 float: right;
 padding: 5px;

}

.col {

   width: 20%;

}

.left-side {

   width: 65%;

}

.right-side {

 width: 35%;

}

p {

   text-indent: 5em;

}