MediaWiki:Vector.css: Difference between revisions

Jump to: navigation, search
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */
.portable-infobox {
.portable-infobox {
   background-color: #f1f1f1;
   background-color: #2e2e2e;
   color: #333333;
   color: #333333;
   border: 1px solid #dddddd;
   border: 1px solid #dddddd;
Line 32: Line 32:


.pi-title {
.pi-title {
background-color: #f1f1f1;
background-color: #E85636;
border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
color: #fff;
color: #fff;
Line 45: Line 45:


.pi-header {
.pi-header {
   background-color: #a5a5a5;
   background-color: #3b3b3b;
   color: #ffffff;
   color: #2e2e2e;
   font-weight: bold;
   font-weight: bold;
   font-size: 18px;
   font-size: 18px;
Line 64: Line 64:
.pi-data-label {
.pi-data-label {
   background-color: #e5e5e5;
   background-color: #e5e5e5;
   color: #333333;
   color: #888;
   font-weight: bold;
   font-weight: bold;
   font-size: 14px;
   font-size: 14px;
Line 74: Line 74:
.pi-data-value {
.pi-data-value {
   background-color: #f6f6f6;
   background-color: #f6f6f6;
   color: #333333;
   color: #000;
   font-size: 14px;
   font-size: 14px;
   padding-right: 15px;
   padding-right: 15px;
1,112

edits

Navigation menu