MediaWiki:Gadget-TabSystem.css: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 2: Line 2:


.tabtoc {
.tabtoc {
width: 100%;
clear: both;
clear: both;
width: 100%;
padding: 0 !important;
padding: 0 !important;
margin: 0 !important;
margin: 0 !important;
Line 10: Line 10:
top: 2px;
top: 2px;
color: #000;
color: #000;
border: none;
font-weight: normal;
font-weight: normal;
white-space: nowrap;
white-space: nowrap;
Line 16: Line 15:
list-style-image: none;
list-style-image: none;
background: transparent;
background: transparent;
border: 1px solid transparent;
display: inline-block;
display: inline-block;
position: relative;
position: relative;
Line 25: Line 25:
cursor: default;
cursor: default;
font-weight: bold;
font-weight: bold;
border-color: #aaa;
border-radius: 5px 5px 0 0;
background-color: #f9f9f9;
background-color: #f9f9f9;
border: 1px solid #aaa;
margin: 2px 0 3px;
border-radius: 5px 5px 0 0;
padding: 2px 0 0;
padding: 2px 0 0;
margin: 2px 0 3px;
}
}
.tabtoc li a,
.tabtoc li a,
Line 35: Line 35:
color: #000;
color: #000;
display: block;
display: block;
padding: 0 0.5em;
position: relative;
position: relative;
text-decoration: none;
text-decoration: none;
padding: 0 0.5em;
}
}
.tabtoc li.selected a {
.tabtoc li.selected a {
z-index: 10;
cursor: default;
cursor: default;
background: inherit;
border-radius: inherit;
text-decoration: none;
text-decoration: none;
border-radius: inherit;
background: inherit;
z-index: 10;
}
}
.tabsection {
.tabsection {
border: none;
position: relative;
position: relative;
border: none;
padding: 0;
padding: 0;
margin: 0;
margin: 0;
Line 73: Line 73:
border-radius: 0;
border-radius: 0;
font-weight: normal;
font-weight: normal;
margin: 2px 0 3px;
padding: 1px 0 0;
}
}
.infobox .tabtoc li a,
.infobox .tabtoc li a,