From Dark and Darker Wiki
| m (Reducing bottom margin.) |  (Testing width.) | ||
| Line 5: | Line 5: | ||
|     border-spacing: 0; |     border-spacing: 0; | ||
|     width: 100%;   |     width: 100%;   | ||
|     max-width:  |     max-width: 1200px;    | ||
|     margin: 15px auto 15px auto; |     margin: 15px auto 15px auto; | ||
|     font-weight: bold; |     font-weight: bold; | ||
Latest revision as of 23:15, 15 May 2024
.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]] */
 
						