From Dark and Darker Wiki
No edit summary |
(Try overwriting common.css) |
||
Line 2: | Line 2: | ||
color: rgb(231,159,52); | color: rgb(231,159,52); | ||
margin:2px 2px 2px 2px; | margin:2px 2px 2px 2px; | ||
border-radius: 5px !important; | border-radius: 5px !important; | ||
border: 1px solid white !important; | |||
padding:2px 2px; | padding:2px 2px; | ||
user-select:none; | user-select:none; |
Revision as of 06:53, 11 September 2024
.tab{
color: rgb(231,159,52);
margin:2px 2px 2px 2px;
border-radius: 5px !important;
border: 1px solid white !important;
padding:2px 2px;
user-select:none;
}
.tab:hover,
.tab:focus{
color: rgb(241,185,62);
text-decoration: underline;
}
.selected-tab{
color: rgb(241,185,62);
box-shadow: 0px 0px 10px rgb(241,185,62);
}
/* [[Category:Template stylesheets]] */