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

Difference between revisions of "MediaWiki:Monobook.css"

on PidgiWiki, the video game media repository

Line 36: Line 36:
 
   border-color: #B59359;
 
   border-color: #B59359;
 
}
 
}
#p-cactions ul li a { background: #A1CF31; }
+
#p-cactions ul li a { background: #F5E3A9; }
#p-cactions ul li.selected a { background: #FFFFFF; }
+
#p-cactions ul li.selected a { background: #FFF7D2; }
 
#p-cactions li.selected { border-color: #B59359; }
 
#p-cactions li.selected { border-color: #B59359; }
 
#p-cactions li { border-color: #B59359; }
 
#p-cactions li { border-color: #B59359; }

Revision as of 02:23, 11 August 2010

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

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

/* tabs */

#p-cactions ul li, #p-cactions ul li a {
  -moz-border-radius: 1em 1em 0 0;
  -webkit-border-top-left-radius: 1em;
  -webkit-border-top-right-radius: 1em;
  border-radius: 1em 1em 0 0;
  border-color: #B59359;
}

#p-cactions ul li, #p-cactions ul li a {
  -moz-border-radius: 1em 1em 0 0;
  -webkit-border-top-left-radius: 1em;
  -webkit-border-top-right-radius: 1em;
  border-radius: 1em 1em 0 0;
  border-color: #B59359;
}
#p-cactions ul li a { background: #F5E3A9; }
#p-cactions ul li.selected a { background: #FFF7D2; }
#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.