MediaWiki:Monobook.css: Difference between revisions

From The Pokemon Insurgence Wiki
No edit summary
No edit summary
Line 7: Line 7:
   -webkit-border-bottom-left-radius: 1em;
   -webkit-border-bottom-left-radius: 1em;
   border-radius: 1em 0 0 1em;
   border-radius: 1em 0 0 1em;
border-top: 1px solid #c48199;
border-top: 1px solid #5912AB;
border-left: 1px solid #c48199;
border-left: 1px solid #5912AB;
border-bottom: 1px solid #c48199;
border-bottom: 1px solid #5912AB;
}
}


Line 17: Line 17:
   -webkit-border-bottom-right-radius: 1em;
   -webkit-border-bottom-right-radius: 1em;
   border-radius: 0 1em 1em 0;
   border-radius: 0 1em 1em 0;
border-bottom: 1px solid #c48199;
border-bottom: 1px solid #5912AB;
border-right: 1px solid #c48199;
border-right: 1px solid #5912AB;
border-top: 1px solid #c48199;
border-top: 1px solid #5912AB;
}
}


Line 29: Line 29:
   -webkit-border-top-right-radius: 1em;
   -webkit-border-top-right-radius: 1em;
   border-radius: 1em 1em 0 0;
   border-radius: 1em 1em 0 0;
   border-color: #c48199;
   border-color: #5912AB;
}
}


Line 37: Line 37:
   -webkit-border-top-right-radius: 1em;
   -webkit-border-top-right-radius: 1em;
   border-radius: 1em 1em 0 0;
   border-radius: 1em 1em 0 0;
   border-color: #c48199;
   border-color: #5912AB;
}
}
#p-cactions ul li a { background: #A1CF31; }
#p-cactions ul li a { background: #c48199; }
#p-cactions ul li.selected a { background: #FFFFFF; }
#p-cactions ul li.selected a { background: #FFFFFF; }
#p-cactions li.selected { border-color: #c48199; }
#p-cactions li.selected { border-color: #5912AB; }
#p-cactions li { border-color: #c48199; }
#p-cactions li { border-color: #5912AB; }

Revision as of 03:58, 28 January 2015

/* CSS placed here will affect users of the MonoBook skin */
/* content box, navigation sections */

#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 #5912AB;
border-left: 1px solid #5912AB;
border-bottom: 1px solid #5912AB;
}

.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 #5912AB;
border-right: 1px solid #5912AB;
border-top: 1px solid #5912AB;
}

/* 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: #5912AB;
}

#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: #5912AB;
}
#p-cactions ul li a { background: #c48199; }
#p-cactions ul li.selected a { background: #FFFFFF; }
#p-cactions li.selected { border-color: #5912AB; }
#p-cactions li { border-color: #5912AB; }