Difference between revisions of "MediaWiki:Monobook.css"

2,177 bytes added ,  20:38, 24 November 2022
no edit summary
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the Monobook skin */
/* CSS placed here will affect users of the Monobook skin */


/* See also: [[MediaWiki:Common.css]] */
body{
background:#EAEAEA;
}
 
body.skin--responsive .mw-body{
background:#FFFFFF;
border:none;
padding:2em;
box-shadow:0 0 8px -4px #000000;
}
 
@media (prefers-color-scheme: dark){
body.skin--responsive .mw-body {
background: #282828;
color: #DEDEDE;
}
}
 
@media screen and (min-width: 551px){
body.skin--responsive .mw-body{
margin:3.8em 0 0 13.7em;
}
}
 
@media screen and (min-width: 551px){
div#column-content {
    margin: 0 0 0.6em -14.2em;
}
}
 
@media screen and (min-width: 551px){
body.skin--responsive #p-cactions {
left:13.5em;
top:2.3em;
}
}
 
/**********************************************
**
** ACTION TABS
**
**********************************************/
 
@media screen and (min-width: 551px){
body.skin--responsive #p-cactions li.selected {
    box-shadow: 0 -2px 8px -4px #000000;
    border-top: #CC0000 3px solid;
}
}
 
@media (prefers-color-scheme: dark){
body.skin--responsive #p-cactions li.selected {
background: #282828;
color: #FFFFFF;
}
}
 
body.skin--responsive #p-cactions li.selected a{
border:none;
background:#FFFFFF;
color:#181818;
}
 
@media (prefers-color-scheme: dark){
body.skin--responsive #p-cactions li.selected a {
background: #282828;
color: #FFFFFF;
}
}
 
body.skin--responsive #p-cactions li {
    border: none;
    border-bottom: none;
    background: #282828;
    transition:.1s ease-in-out;
}
 
@media (prefers-color-scheme: dark){
body.skin--responsive #p-cactions li {
background: #505050;
}
}
 
body.skin--responsive #p-cactions li:hover{
border-top:2px #CC0000 solid;
box-shadow: 0 -2px 8px -4px #000000;
}


div#globalWrapper
body.skin--responsive #p-cactions li a{
{
position:relative;
  background: none;
font-weight:bold;
}
}


#p-personal .pBody ul {
body.skin--responsive #p-cactions li a, body.skin--responsive #p-cactions li a:hover{
background: #444444;
color:#EDEDED;
float: right;
background:none;
padding-left: 5px;
border:none;
height: 1.45em;
box-shadow:none;
border-bottom: 2px solid #CC0000;
border-left: 2px solid #CC0000;
border-bottom-left-radius: 0.5em;
box-shadow: 0 0 4px 0 #000000;
}
}


#p-personal li a{
/**********************************************
        color: #47B9EA;
**
        font-weight: bold;
** PERSONAL LINKS
**
**********************************************/
 
body.skin--responsive #p-personal .pBody ul a{
color:#47B9EA;
}
}


.portlet a {
body.skin--responsive #p-personal .pBody ul {
color: #47B9EA;
height:unset;
    background: #444444;
    border-bottom: 2px solid #CC0000;
    border-left: none;
    border-bottom-left-radius: 0;
    box-shadow: 0 0 8px 0 #000000;
    padding: .25em 1em;
}
}


.portlet a:visited {
@media screen and (min-width: 551px){
color: #006ECB;
li#pt-userpage, li#pt-anonuserpage {
    background-position: center left;
}
}
}


div#footer {
 
background-color: #444444;
/**********************************************
border: 2px solid #282828;  
**
color: #C0C0C0;
** LEFT NAVIGATION
**
**********************************************/
@media screen and (min-width: 551px){
body.skin--responsive .portlet {
    border: 0;
    margin: 0 0.5em;
}
}
}


div#footer a
body.skin--responsive #sidebar .pBody {
{
    box-shadow: 0 0 8px -4px #000000;
  color:#47B9EA;
    margin: 0.5em 0.2em;
}
}


div#footer a:visited
body.skin--responsive #sidebar .pBody a{
{
color:#47B9EA;
  color:#006ECB;
}
}


/* Page Tabs */
@media screen and (min-width: 551px){
#p-cactions li a{
body.skin--responsive .pBody {
border: 2px solid #CC0000;
    background-color: #444444;
border-bottom: none;
    padding: .5em;
        background: #505050;
}
        box-shadow: 0px 0px 4px 2px #000000;
        position: static;
body.skin--responsive #p-logo a, body.skin--responsive #p-logo a:hover{
        color: #47B9EA;
background-size: contain;
        font-weight: bold;
}
}
}


#p-cactions li.selected a{
 
border: 2px solid #282828;
 
        background-color: #C0C0C0;
/**********************************************
        color:#006ECB;
**
** FOOTER
**
**********************************************/
 
div#footer {
    background-color: #181818;
    border: none;
    color: #C0C0C0;
    box-shadow: 0 0 4px -1px #000000;
}
}
#p-cactions li a:hover {
 
z-index: 3;
div#footer ul a{
text-decoration: none;
color:#47B9EA;
background: #282828;
border: 2px solid #CC0000;
        color:#47B9EA;
}
}