MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
no edit summary
imported>Hb1290 No edit summary |
imported>Logoarto No edit summary |
||
Line 1,283: | Line 1,283: | ||
height: 100px; | height: 100px; | ||
} | } | ||
} | |||
/* Mini tabbers */ | |||
.tabs-tabbox > .tabs-container { | |||
margin-top: -1px; | |||
padding: 2px 6px; | |||
border-radius: 8px; | |||
position: relative; | |||
width: inherit; | |||
max-width: inherit; | |||
min-width: inherit; | |||
z-index: 1; | |||
border-top-color: #939393 !important; | |||
border-top: solid; | |||
border-radius: unset; | |||
border-top-width: thin; | |||
border-color: #ffffff00; | |||
} | |||
.tabs-label { | |||
cursor: pointer; | |||
padding: 1px 6px; | |||
background-color: #fff0; | |||
border: 1px solid #fff0; | |||
color: #0c62da; | |||
font-weight: bold; | |||
} | } |