MediaWiki:Obtain.css
MediaWiki interface page
More actions
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/** == obtain (tabber) ==**/
.obtain ul.wds-tabs::Before {
content: "Recipes :";
align-items: center;
color: white;
display: inline-flex;
height: 40px;
font-size: 20px;
padding-left: 65px;
font-family: Century Gothic,sans-serif;
font-weight: bold;
background: url(https://static.wikia.nocookie.net/growtopia/images/8/8f/ItemSprites.png/revision/latest/window-crop/width/32/x-offset/1760/y-offset/608/window-width/32/window-height/32?format=png&fill=cb-20240901101526) left no-repeat;
background-position: 7%;
}
.obtain .wds-tabs__tab-label {
font-size: 20px;
color: white;
font-family: Century Gothic,sans-serif;
}
.obtain .wds-tabs__wrapper.with-bottom-border {
border-bottom: unset;
padding-top: 10px;
}
.obtain .wds-tabber{
background-color: #60bcdf;
border-radius: 11px;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 5px;
}
.obtain .wds-tabs__tab.wds-is-current {
background: #00739e;
border-radius: 5px;
}
/** Error
.obtain li:active, li:focus, li:hover {
background-color: #00a7e6;
border-radius: 5px;
}
**/
.obtain a:active, a:focus, a:hover{
text-decoration: none;
}
.obtain .wds-tabs__tab.wds-is-current {
box-shadow: unset;
}
.obtain .wds-tabs__tab.wds-is-current {
color: unset;
}
.theme-fandomdesktop-dark .obtain .wds-tabber{
background-color: #113133;
}
.theme-fandomdesktop-dark .obtain .wds-tabs__tab.wds-is-current{
background: #1f5559;
}