From Dark and Darker Wiki
(css) |
(No difference)
|
Revision as of 23:59, 26 August 2023
.basicsnavtable {
border: 1px solid #CBE1F2;
padding: 5px;
border-radius: 11px;
border-spacing: 0;
width: 100%;
max-width: 1024px;
margin: 15px auto 40px 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]] */