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

From City of Hope MUSH
Jump to navigation Jump to search
m
m
Line 5: Line 5:
 
     text-align: center;
 
     text-align: center;
 
     font-weight: bold;
 
     font-weight: bold;
}
 
 
#page {
 
    background-color: white;
 
    color: black;
 
    border: 2px;
 
    border-color: black;
 
 
}
 
}
  
 
.left-side {
 
.left-side {
 
     position: relative;
 
     position: relative;
    float: left;
 
 
     width: 25%;
 
     width: 25%;
 
     left: 75%;
 
     left: 75%;
Line 24: Line 16:
 
.right-side {
 
.right-side {
 
     position: relative;
 
     position: relative;
    float: right;
 
 
     width: 75%;
 
     width: 75%;
 
}
 
}
Line 30: Line 21:
 
p {
 
p {
 
     text-indent: 5em;
 
     text-indent: 5em;
 +
}
 +
 +
#page {
 +
    background-color: white;
 +
    color: black;
 +
    border: 2px;
 +
    border-color: black;
 
}
 
}

Revision as of 14:41, 21 September 2020

.header {

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

}

.left-side {

   position: relative;
   width: 25%;
   left: 75%;

}

.right-side {

   position: relative;
   width: 75%;

}

p {

   text-indent: 5em;

}

  1. page {
   background-color: white;
   color: black;
   border: 2px;
   border-color: black;

}