From Dark and Darker Wiki

< Template:TabToggle

(!important)
No edit summary
Line 1: Line 1:
.btn {
background: rgba(255,255,255,0.05);
border-radius: 3px;
border: 1px solid white;
display: inline-block;
font-size: 0.85rem;
font-weight: bold;
padding: 6px 10px;
}
.btn:hover {
background: rgba(255,255,255,0.1);
}
.btn--link {
padding: 0;
}
.btn--link > a {
    padding: 6px 15px 6px 10px;
    padding-right: 15px !important; /* override needed due to exteral link bg image icon */
    display: inline-block;
}
.btn--active {
    border-color: #366436;
}
.btn--inactive {
    border-color: #643636;
}
.tab{
.tab{
color: rgb(231,159,52);
color: rgb(231,159,52);
Line 31: Line 4:
border: 1px !important;
border: 1px !important;
border-color: rgb(241,185,62) !important;
border-color: rgb(241,185,62) !important;
border-radius: 5px;
border-radius: 5px !important;
padding:2px 2px;
padding:2px 2px;
user-select:none;
user-select:none;

Revision as of 21:57, 10 September 2024

.tab{
	color: rgb(231,159,52);
	margin:2px 2px 2px 2px;
	border: 1px !important;
	border-color: rgb(241,185,62) !important;
	border-radius: 5px !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]] */