From Dark and Darker Wiki

Revision as of 23:15, 15 May 2024 by Raw Salad (talk | contribs) (Testing width.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

.basicsnavtable {
   border: 1px solid #CBE1F2;
   padding: 5px;
   border-radius: 11px;
   border-spacing: 0;
   width: 100%; 
   max-width: 1200px;  
   margin: 15px auto 15px auto;
   font-weight: bold;
   line-height: 1.3em;
   text-align: center;
   background-color: black;
}

.basicsnavtable td {
  padding: 5px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color:  #CBE1F2;
}

.basicsnavtable td.last {
  border-right: 0;
}

/* [[Category:Template stylesheets]] */