Pivot.css: Difference between revisions
From GameLabWiki
No edit summary |
No edit summary |
||
| Line 21: | Line 21: | ||
color:white; | color:white; | ||
font-size: 1.5em; | font-size: 1.5em; | ||
font-weight: | font-weight: bold; | ||
font-variant: small-caps; | font-variant: small-caps; | ||
} | |||
/* title design */ | |||
#MainTitleBar{ | |||
background-color: #517398; | |||
padding:3em; | |||
} | |||
#MainTitle{ | |||
color:white; | |||
font-size: 2em; | |||
font-weight:bolder | |||
font-variant: small-caps; | |||
} | } | ||
Revision as of 00:55, 6 December 2019
/* Top-Bar background color */
.tab-bar {
background: #517398;
}
/* sidebar background color */
body {
background-color: white;
}
/* section design */
#sections{
background-color: #517398;
text-align:center;
padding: 2em;
border:1px solid white;
}
#sections a{
color:white;
font-size: 1.5em;
font-weight: bold;
font-variant: small-caps;
}
/* title design */
#MainTitleBar{
background-color: #517398;
padding:3em;
}
#MainTitle{
color:white;
font-size: 2em;
font-weight:bolder
font-variant: small-caps;
}
