Join the PidgiNet Discord! https://discord.gg/Eg9QahqpXf

Difference between revisions of "MediaWiki:Monobook.css"

on PidgiWiki, the video game media repository

(Created page with "→‎edit this file to customize the monobook skin for the entire site: →‎<pre>: #siteSub { display: inline; font-size: 100%; font-weight: normal; } #ca-edit { ...")
 
(DERP)
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* edit this file to customize the monobook skin for the entire site */
+
#content {
/* <pre> */
+
  border-radius: 1em 0 0 2em;
 
+
  -moz-border-radius: 1em 0 0 2em;
#siteSub {
+
  -webkit-border-top-left-radius: 1em;
    display: inline;
+
  -webkit-border-bottom-left-radius: 2em;
    font-size: 100%;
+
border-top: 1px solid #B59359;
    font-weight: normal;
+
border-left: 1px solid #B59359;
 +
border-bottom: 1px solid #B59359;
 
}
 
}
  
#ca-edit {
+
.pBody {
    font-weight: bold;
+
  border-radius: 0 1em 2em 0;
 +
  -moz-border-radius: 0 1em 2em 0;
 +
  -webkit-border-top-right-radius: 1em;
 +
  -webkit-border-bottom-right-radius: 2em;
 +
border-bottom: 1px solid #B59359;
 +
border-right: 1px solid #B59359;
 +
border-top: 1px solid #B59359;
 
}
 
}
  
h1, h2, h3, h4, h5, h6 {
+
#p-cactions ul li, #p-cactions ul li a {
    text-align: left;
+
  border-radius: 1em 1em 0 0;
 +
  -moz-border-radius: 1em 1em 0 0;
 +
  -webkit-border-top-left-radius: 1em;
 +
  -webkit-border-top-right-radius: 1em;
 +
  border-color: #B59359;
 
}
 
}
 
+
#p-cactions ul li a { background: #F5EAAF; }
/* </pre> */
+
#p-cactions ul li.selected a { background: #FFFEDB; }
 +
#p-cactions li.selected { border-color: #B59359; }
 +
#p-cactions li { border-color: #B59359; }

Latest revision as of 01:25, 23 February 2012

#content {
  border-radius: 1em 0 0 2em;
  -moz-border-radius: 1em 0 0 2em;
  -webkit-border-top-left-radius: 1em;
  -webkit-border-bottom-left-radius: 2em;
border-top: 1px solid #B59359;
border-left: 1px solid #B59359;
border-bottom: 1px solid #B59359;
}

.pBody {
  border-radius: 0 1em 2em 0;
  -moz-border-radius: 0 1em 2em 0;
  -webkit-border-top-right-radius: 1em;
  -webkit-border-bottom-right-radius: 2em;
border-bottom: 1px solid #B59359;
border-right: 1px solid #B59359;
border-top: 1px solid #B59359;
}

#p-cactions ul li, #p-cactions ul li a {
  border-radius: 1em 1em 0 0;
  -moz-border-radius: 1em 1em 0 0;
  -webkit-border-top-left-radius: 1em;
  -webkit-border-top-right-radius: 1em;
  border-color: #B59359;
}
#p-cactions ul li a { background: #F5EAAF; }
#p-cactions ul li.selected a { background: #FFFEDB; }
#p-cactions li.selected { border-color: #B59359; }
#p-cactions li { border-color: #B59359; }
Cookies help us deliver our services. By using our services, you agree to our use of cookies.