Difference between revisions of "MediaWiki:Monobook.css"

1,384 bytes added ,  05:41, 28 April 2020
no edit summary
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;
}


div#globalWrapper
.mw-body{
{
background:#FFFFFF;
  background: none;
border:none;
padding:2em;
box-shadow:0 0 8px -4px #000000;
}
}


#p-personal .pBody ul {
@media screen and (min-width: 551px){
background: #444444;
.mw-body{
float: right;
margin:3.8em 0 0 13.7em;
padding-left: 5px;
}
height: 1.45em;
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{
@media screen and (min-width: 551px){
        color: #47B9EA;
div#column-content {
        font-weight: bold;
    margin: 0 0 0.6em -14.2em;
}
}
}


.portlet a {
@media screen and (min-width: 551px){
color: #47B9EA;
#p-cactions {
left:13.5em;
top:2.3em;
}
}
}


.portlet a:visited {
/**********************************************
color: #006ECB;
**
** ACTION TABS
**
**********************************************/
 
@media screen and (min-width: 551px){
#p-cactions li.selected {
    box-shadow: 0 -2px 8px -4px #000000;
    border-top: #CC0000 3px solid;
}
}
}


div#footer {
#p-cactions li.selected a{
background-color: #444444;
border:none;
border: 2px solid #282828;  
background:#FFFFFF;
color: #C0C0C0;
}
}


div#footer a
#p-cactions li {
{
    border: none;
  color:#47B9EA;
    border-bottom: none;
    background: #282828;
    transition:.1s ease-in-out;
}
}


div#footer a:visited
#p-cactions li:hover{
{
border-top:2px #CC0000 solid;
  color:#006ECB;
box-shadow: 0 -2px 8px -4px #000000;
}
}


/* Page Tabs */
#p-cactions li a{
#p-cactions li a{
border: 2px solid #CC0000;
position:relative;
border-bottom: none;
}
        background: #505050;
 
        box-shadow: 0px 0px 4px 2px #000000;
#p-cactions li a, #p-cactions li a:hover{
        position: static;
color:#EDEDED;
        color: #47B9EA;
background:none;
        font-weight: bold;
border:none;
box-shadow:none;
}
 
/**********************************************
**
** PERSONAL LINKS
**
**********************************************/
 
#p-personal .pBody ul {
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;
}
 
@media screen and (min-width: 551px){
li#pt-userpage, li#pt-anonuserpage {
    background-position: center left;
}
}
 
 
/**********************************************
**
** LEFT NAVIGATION
**
**********************************************/
@media screen and (min-width: 551px){
.portlet {
    border: 0;
    margin: 0 0.5em;
    width: 12.6em;
}
}
 
#sidebar .pBody {
    box-shadow: 0 0 8px -4px #000000;
    margin: 0.5em 0.2em;
}
 
@media screen and (min-width: 551px){
.pBody {
    background-color: #181818;
    padding: .5em;
}
}
 
/**********************************************
**
** ARTICLES
**
**********************************************/
 
h1#firstHeading {
    display: inline-block;
    clear: both;
    border-bottom: none;
    margin: .5em 0;
    text-transform: uppercase;
}
}


#p-cactions li.selected a{
h1#firstHeading::after {
border: 2px solid #282828;
    margin-top: 0.1em;
        background-color: #C0C0C0;
    content: '';
        color:#006ECB;
    background: #CC0000;
    width: 100%;
    height: 0.1em;
    display: block;
}
}
#p-cactions li a:hover {
 
z-index: 3;
div#footer {
text-decoration: none;
    background-color: #181818;
background: #282828;
    border: none;
border: 2px solid #CC0000;
    color: #C0C0C0;
        color:#47B9EA;
    box-shadow: 0 0 4px -1px #000000;
}
}