Be sure to read our policy on citing sources before editing!

Difference between revisions of "MediaWiki:Monobook.css"

From Jiggywikki, a Banjo-Kazooie wiki
Jump to navigationJump to search
m
Line 1: Line 1:
/* CSS placed here will affect users of the MonoBook skin */
/* CSS placed here will affect users of the MonoBook skin */
/* top-of-page gradient over background */
div#globalWrapper {
div#globalWrapper {
     background:linear-gradient(to bottom, rgba(255,247,223,1) 0%,rgba(255,247,223,0) 100%);
     background:linear-gradient(to bottom, rgba(255,247,223,1) 0%,rgba(255,247,223,0) 100%);
     height:80px;
     height:80px;
}
/* tabs */
#p-cactions li {
    background:#ffdf7f;
    border-top-left-radius:50px;
    border-top-right-radius:50px;
    border-right:2px solid #7f5f00;
}
/* active tab */
#p-cactions li.selected {
    background:#fff7df;
}
}

Revision as of 00:42, October 20, 2018

/* CSS placed here will affect users of the MonoBook skin */

/* top-of-page gradient over background */
div#globalWrapper {
    background:linear-gradient(to bottom, rgba(255,247,223,1) 0%,rgba(255,247,223,0) 100%);
    height:80px;
}

/* tabs */
#p-cactions li {
    background:#ffdf7f;
    border-top-left-radius:50px;
    border-top-right-radius:50px;
    border-right:2px solid #7f5f00;
}
/* active tab */
#p-cactions li.selected {
    background:#fff7df;
}