Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Obtain.css: Difference between revisions

MediaWiki interface page
Vijuki (talk | contribs)
No edit summary
Vijuki (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


.obtain ul.wds-tabs::Before {
.obtain ul.wds-tabs::Before {
     content: "Recipes :";
     content: "Recipes:";
     align-items: center;
     align-items: center;
     color: white;
     color: white;
Line 8: Line 8:
     height: 40px;
     height: 40px;
     font-size: 20px;
     font-size: 20px;
     padding-left: 40px;
     padding-left: 50px;
     font-family: Century Gothic,sans-serif;
     font-family: Century Gothic,sans-serif;
     font-weight: bold;
     font-weight: bold;

Latest revision as of 12:11, 3 September 2024

/** == obtain (tabber) ==**/

.obtain ul.wds-tabs::Before {
    content: "Recipes:";
    align-items: center;
    color: white;
    display: inline-flex;
    height: 40px;
    font-size: 20px;
    padding-left: 50px;
    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: #1f5559;
}
.theme-fandomdesktop-dark .obtain .wds-tabs__tab.wds-is-current{
	background: #113133;
}