Difference between revisions of "MediaWiki:Monobook.css"

Fixing
(updates)
(Fixing)
Line 16: Line 16:
/* user links */
/* user links */


#p-personal li a {
body.skin--responsive #p-personal li a {
color: #00f;
color: #00f;
}
}
#p-personal a.new {
 
body.skin--responsive#p-personal a.new {
color: #f00;
color: #f00;
}
}
#p-personal a.new:visited {
 
body.skin--responsive #p-personal a.new:visited {
color: #c00;
color: #c00;
}
}


#p-personal li a:hover {
 
body.skin--responsive #p-personal li a:hover {
background: transparent;
background: transparent;
text-decoration: underline;
text-decoration: underline;
Line 36: Line 39:


/* tabs */
/* tabs */
#p-cactions li {
body.skin--responsive #p-cactions li {
     background:#ffdf7f;
     background:#ffdf7f;
     border-top-left-radius:50px;
     border-top-left-radius:50px;
Line 45: Line 48:
     border-left:none;
     border-left:none;
}
}
#p-cactions li:hover {
body.skin--responsive #p-cactions li:hover {
     background:#fff7df;
     background:#fff7df;
}
}


#p-cactions li a {
body.skin--responsive #p-cactions li a {
     background:transparent;
     background:transparent;
}
}


#p-cactions li a:hover {
body.skin--responsive #p-cactions li a:hover {
     background:transparent;
     background:transparent;
}
}


/* active tab */
/* active tab */
#p-cactions li.selected {
body.skin--responsive #p-cactions li.selected {
     background:#fff7df;
     background:#fff7df;
     border-right:2px solid #7f5f00;
     border-right:2px solid #7f5f00;
Line 65: Line 68:
     border-left:none;
     border-left:none;
}
}
#p-cactions li.selected a {
body.skin--responsive #p-cactions li.selected a {
     background:transparent !important;
     background:transparent !important;
}
}
Line 81: Line 84:


/* sidebar boxes */
/* sidebar boxes */
.pBody {
body.skin--responsive .pBody {
     background:#fff7df;
     background:#fff7df;
     border:1px solid #7f5f00;
     border:1px solid #7f5f00;
15,584

edits