MediaWiki:Monobook.css: Difference between revisions

From Unreal Wiki, The Unreal Engine Documentation Site
No edit summary
No edit summary
Line 17: Line 17:
}
}


.highlighted-source, .highlighted-source p {
.highlighted-source {
   background-color:  #f9f9f9;
   background-color:  #f9f9f9;
   border:            1px dashed #2f6fab;
   border:            1px dashed #2f6fab;
   color:            black;
   color:            black;
  padding:          1em;
}
.highlighted-source, .highlighted-source * {
   line-height:      1.1em;
   line-height:      1.1em;
  padding:          1em;
}
}

Revision as of 01:00, 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 {
  background-color:  #f9f9f9;
  border:            1px dashed #2f6fab;
  color:             black;
  padding:           1em;
}

.highlighted-source, .highlighted-source * {
  line-height:       1.1em;
}