Actions

MediaWiki

Pivot.css: Difference between revisions

From GameLabWiki

No edit summary
No edit summary
Line 19: Line 19:
#sections a{
#sections a{
     color:white;
     color:white;
 
    height:100%;
    width:100%;
}
}

Revision as of 01:08, 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:20px;

}
#sections a{
    color:white;
    height:100%;
    width:100%;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.