Welcome to Warhammer 40k - Lexicanum! Log in and join the community.

Difference between revisions of "MediaWiki:Lexicanum.css"

From Warhammer 40k - Lexicanum
Jump to: navigation, search
(background test)
m (Reverted edits by Bigred (talk) to last revision by Madness)
Line 1: Line 1:
 
   #content .nottemplate {
 
   #content .nottemplate {
 
   box-shadow: 0px 3px 17px #666 inset;
 
   box-shadow: 0px 3px 17px #666 inset;
   background: #ddd;
+
   background: #ccc;
 
   outline: none;
 
   outline: none;
 
   border-radius: 9px;
 
   border-radius: 9px;

Revision as of 18:40, 4 November 2017

  #content .nottemplate {
  box-shadow: 0px 3px 17px #666 inset;
  background: #ccc;
  outline: none;
  border-radius: 9px;
  border: 1px solid #666;
  border-bottom-width: 6px;
  border-collapse: separate;
} #content .nottemplate .icon {
  padding: 7px 0 7px .7em;
} #content .mbox-content {
  border-color: #620;
  box-shadow: 0px 3px 17px #765 inset;
  background: #c0bbbb;
} #content .mbox-notice {
  border-color: #357;
  box-shadow: 0px 3px 17px #557 inset;
} #content .mbox-style {
  border-color: #a70;
  box-shadow: 0px 3px 17px #774 inset;
} #content .infotable {
  border: 1px solid #BBB;
  margin: 1.5em auto;
  box-sizing: border-box;
  padding: .5em;
  outline: 0.5em solid #a1a1a1;
  background: #a1a1a1;
  width: 99%;
  clear: both;
}