From Dark and Darker Wiki

(css)
 
m (Reducing bottom margin.)
 
Line 6: Line 6:
   width: 100%;  
   width: 100%;  
   max-width: 1024px;   
   max-width: 1024px;   
   margin: 15px auto 40px auto;
   margin: 15px auto 15px auto;
   font-weight: bold;
   font-weight: bold;
   line-height: 1.3em;
   line-height: 1.3em;

Latest revision as of 05:42, 26 April 2024

.basicsnavtable {
   border: 1px solid #CBE1F2;
   padding: 5px;
   border-radius: 11px;
   border-spacing: 0;
   width: 100%; 
   max-width: 1024px;  
   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]] */