universe

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

text.css (959B)


      1 .termtext {
      2  background-color: #000;
      3  color: #fff;
      4  padding-top: 3px;
      5  padding-bottom: 3px;
      6  padding-left: 5px;
      7  padding-right: 5px;
      8  text-align: center;
      9 }
     10 
     11 .guitext {
     12  background-color: #fff;
     13  color: #2a2a2a;
     14  padding-top: 3px;
     15  padding-bottom: 3px;
     16  padding-left: 5px;
     17  padding-right: 5px;
     18  text-align: center;
     19 }
     20 
     21 .commtext {
     22  background-color: #121525;
     23  color: #fff;
     24  display: inline-block;
     25  margin-top: 5px;
     26  margin-bottom: 5px;
     27  padding-top: 4px;
     28  padding-bottom: 4px;
     29  padding-left: 6px;
     30  padding-right: 6px;
     31  text-align: center;
     32  border-radius: 10px 10px 10px 10px;
     33 }
     34 
     35 .commtext a:link {
     36  color: white;
     37 }
     38 .commtext a:visited {
     39  color: #b1a1c9;
     40 }
     41 .commtext a:hover {
     42  color: white;
     43  text-decoration: none;
     44 }
     45 
     46 .hlo {
     47  background-color: #007aae;
     48  color: #fff;
     49  padding-top: 3px;
     50  padding-bottom: 3px;
     51  padding-left: 5px;
     52  padding-right: 5px;
     53  text-align: center;
     54 }