MediaWiki:Common.css: Difference between revisions
From Makerpedia
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
body { | body { | ||
background: linear-gradient(180deg, rgba(0,39,118,1) 0%, rgb(255,255,255) 30%, rgba(0,39,118,0) 100%); | background: linear-gradient(180deg, rgba(0,39,118,1) 0%, rgb(255,255,255) 30%, rgba(0,39,118,0) 100%); | ||
} | |||
#p-cactions .pBody ul li a{ | |||
background-color: rgba(0,0,0,0); | |||
} | |||
#p-cactions .pBody ul li { | |||
border-top-left-radius: 1em; | |||
border-top-right-radius: 1em; | |||
} | } | ||
Revision as of 15:00, 4 May 2021
/* CSS placed here will be applied to all skins */
#mw-page-base {
background: rgba(252,212,80,0);
}
body {
background: linear-gradient(180deg, rgba(0,39,118,1) 0%, rgb(255,255,255) 30%, rgba(0,39,118,0) 100%);
}
#p-cactions .pBody ul li a{
background-color: rgba(0,0,0,0);
}
#p-cactions .pBody ul li {
border-top-left-radius: 1em;
border-top-right-radius: 1em;
}