Pivot.css: Difference between revisions
From GameLabWiki
Created page with ".tab-bar { background: #517398; }" |
No edit summary |
||
| (66 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* Top-Bar background color */ | |||
.tab-bar { | .tab-bar { | ||
background: #517398; | background: #517398; | ||
} | |||
/* sidebar background color */ | |||
body { | |||
background-color: white; | |||
} | |||
/* section design */ | |||
#sections{ | |||
background-color: #517398; | |||
text-align:center; | |||
border:1px solid white; | |||
padding: 3em; | |||
height: 14em; | |||
} | |||
#sections a{ | |||
color:white; | |||
font-size: 1.5em; | |||
font-weight: bold; | |||
font-variant: small-caps; | |||
} | |||
/* Selected Games design */ | |||
#selectedGames{ | |||
background-color: #517398; | |||
text-align:center; | |||
padding: 2em; | |||
border:1px solid white; | |||
height: 14em; | |||
} | |||
#selectedGames a{ | |||
color:white; | |||
font-size: 1.5em; | |||
font-weight: bold; | |||
font-variant: small-caps; | |||
} | |||
#selectedGames p{ | |||
color:white; | |||
} | |||
#tagline{ | |||
display:none; | |||
} | |||
/* hide category */ | |||
h4.namespace.label{ | |||
display:none; | |||
} | |||
/* title design */ | |||
#MainTitleBar{ | |||
text-align:center; | |||
background-color: #517398; | |||
padding:3em; | |||
} | |||
#MainTitle{ | |||
color:white; | |||
font-size: 2em; | |||
font-weight:bolder | |||
font-variant: small-caps; | |||
} | |||
h2 { | |||
background-color:#517398; | |||
color: white; | |||
font-weight: bold; | |||
padding:5px; | |||
} | |||
/* Fix edit bar of VisualEditor at least for MediaWiki 1.31 and later */ | |||
.oo-ui-tool .oo-ui-tool-link { | |||
padding-top: 0; | |||
} | |||
.oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-accel, | |||
.oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-title { | |||
padding-top: 1em; | |||
} | } | ||
Latest revision as of 16:25, 13 February 2020
/* Top-Bar background color */
.tab-bar {
background: #517398;
}
/* sidebar background color */
body {
background-color: white;
}
/* section design */
#sections{
background-color: #517398;
text-align:center;
border:1px solid white;
padding: 3em;
height: 14em;
}
#sections a{
color:white;
font-size: 1.5em;
font-weight: bold;
font-variant: small-caps;
}
/* Selected Games design */
#selectedGames{
background-color: #517398;
text-align:center;
padding: 2em;
border:1px solid white;
height: 14em;
}
#selectedGames a{
color:white;
font-size: 1.5em;
font-weight: bold;
font-variant: small-caps;
}
#selectedGames p{
color:white;
}
#tagline{
display:none;
}
/* hide category */
h4.namespace.label{
display:none;
}
/* title design */
#MainTitleBar{
text-align:center;
background-color: #517398;
padding:3em;
}
#MainTitle{
color:white;
font-size: 2em;
font-weight:bolder
font-variant: small-caps;
}
h2 {
background-color:#517398;
color: white;
font-weight: bold;
padding:5px;
}
/* Fix edit bar of VisualEditor at least for MediaWiki 1.31 and later */
.oo-ui-tool .oo-ui-tool-link {
padding-top: 0;
}
.oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-accel,
.oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-title {
padding-top: 1em;
}
