universe

Universe
git clone https://git.dasho.dev/universe.git
Log | Files | Refs | Submodules | README

posttable.css (507B)


      1 .post-table > br {
      2  content: " ";
      3  display: none;
      4 }
      5 
      6 .post-table table {
      7  text-align: left;
      8 }
      9 
     10 .post-table th {
     11  border-top: 1px solid #888;
     12  border-right: 1px solid #888;
     13  border-left: 1px solid #888;
     14  padding: 5px;
     15  margin: 1px;
     16  font-weight: bold;
     17  background-color: #1a1e23;
     18  color: #fff;
     19 }
     20 
     21 .post-table td {
     22  border-top: 1px solid #000;
     23  border-right: 1px solid #000;
     24  border-left: 1px solid #000;
     25  padding: 5px;
     26  margin: 1px;
     27  background-color: #efefed;
     28 }