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

From City of Hope MUSH
Jump to navigation Jump to search
(CSS for Plot Template)
 
m
Line 14: Line 14:
 
}
 
}
  
#information {
+
#left-side {
    float: right;
 
    width: 25%;
 
 
     position: relative;
 
     position: relative;
    left: 75%;
 
}
 
 
#rp-hooks {
 
 
     float: right;
 
     float: right;
 
     width: 25%;
 
     width: 25%;
    position: relative;
 
 
     left: 75%;
 
     left: 75%;
}
 
  
#summary {
 
    float: left;
 
    width: 75%;
 
    position: relative;
 
 
}
 
}
  
#details {
+
#right-side {
    float: left;
 
    width: 75%;
 
 
     position: relative;
 
     position: relative;
}
 
 
#participants {
 
    float: left;
 
    width: 75%;
 
    position: relative;
 
}
 
 
#updates {
 
    float: left;
 
    width: 75%;
 
    position: relative;
 
}
 
 
#logs {
 
 
     float: left;
 
     float: left;
 
     width: 75%;
 
     width: 75%;
    position: relative;
 
 
}
 
}
  

Revision as of 14:19, 21 September 2020

.header {

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

}

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

}

  1. left-side {
   position: relative;
   float: right;
   width: 25%;
   left: 75%;

}

  1. right-side {
   position: relative;
   float: left;
   width: 75%;

}

p {

   text-indent: 5em;

}