MediaWiki: Common.css

From Trekipedia
Jump to: navigation, search
m
m
Line 22: Line 22:
 
}
 
}
  
div.thumb {
+
.thumbinner {
background-color#3a75c4;
+
min-width:200px;
 
}
 
}
  
.thumbinner {
+
div#content .gallerybox div.thumb {
min-width:200px;
+
background-color#3a75c4;
 
}
 
}

Revision as of 21:26, 15 March 2013

/* CSS placed here will be applied to all skins */

div#content {
background-color: #000;
}

.mw-content-ltr {
background: #000;
color: #fff;
}

h1.firstHeading {
background-color: #3a75c4;
color: #000;
padding-left: 0.2em;
}

h2 {
background-color: #095;
color: #000;
padding-left: 0.2em;
}

.thumbinner {
min-width:200px;
}

div#content .gallerybox div.thumb {
background-color#3a75c4;
}