Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

Difference between revisions of "MediaWiki:Monobook.css"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Line 17: Line 17:
 
}
 
}
  
.highlighted-source {
+
.highlighted-source, .highlighted-source p {
 
   background-color:  #f9f9f9;
 
   background-color:  #f9f9f9;
 
   border:            1px dashed #2f6fab;
 
   border:            1px dashed #2f6fab;

Revision as of 00:59, 2 March 2008

/* CSS placed here will affect users of the Monobook skin */
#f-copyrightico {
  top: 8px;
}
 
#f-poweredbyico {
  top: -5px;
  margin-right: 0px;
}
 
#f-poweredbyico, #f-copyrightico {
  height: auto;
}
 
#footer {
  height: 40px;
}
 
.highlighted-source, .highlighted-source p {
  background-color:  #f9f9f9;
  border:            1px dashed #2f6fab;
  color:             black;
  line-height:       1.1em;
  padding:           1em;
}