There are currently 0 stubs. You can help us by expanding these articles!

Difference between revisions of "MediaWiki:Monobook.css"

From Rare Wiki
Jump to navigationJump to search
(Created page with "div#globalWrapper { background:linear-gradient(to bottom, #003466 0%,#003466 100%); height:80px; }")
 
(add)
Line 3: Line 3:
     height:80px;
     height:80px;
}
}
#p-cactions li {
    background:#003366;
    border:1px solid gold;
}
#p-cactions li:hover {
    background:#003366;
}
#p-cactions li a {
    background:#003366;
}
#p-cactions li a:hover {
    background:#003366;
}
/* active tab */
#p-cactions li.selected {
    background:#003366;
}
#p-cactions li.selected a {
    background:#003366;
}
#p-navigation { background-color: #f7f2b9; }
#p-search { background-color: #f7f2b9; }
#p-tb { background-color: #f7f2b9; }

Revision as of 06:40, February 16, 2019

div#globalWrapper {
    background:linear-gradient(to bottom, #003466 0%,#003466 100%);
    height:80px;
}
#p-cactions li {
    background:#003366;
    border:1px solid gold;
}

#p-cactions li:hover {
    background:#003366;
}
#p-cactions li a {
    background:#003366;
}
#p-cactions li a:hover {
    background:#003366;
}

/* active tab */
#p-cactions li.selected {
    background:#003366;
}
#p-cactions li.selected a {
    background:#003366;
}

#p-navigation { background-color: #f7f2b9; }

#p-search { background-color: #f7f2b9; }

#p-tb { background-color: #f7f2b9; }