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
(lighter grey-edit)
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
   #content .nottemplate {
 
   #content .nottemplate {
 
   box-shadow: 0px 3px 17px #666 inset;
 
   box-shadow: 0px 3px 17px #666 inset;
   background: #ccc;
+
   background: #dddddd;
 
   outline: none;
 
   outline: none;
 
   border-radius: 9px;
 
   border-radius: 9px;
Line 12: Line 12:
 
   border-color: #620;
 
   border-color: #620;
 
   box-shadow: 0px 3px 17px #765 inset;
 
   box-shadow: 0px 3px 17px #765 inset;
   background: #c0bbbb;
+
   background: #cccccc;
 
} #content .mbox-notice {
 
} #content .mbox-notice {
 
   border-color: #357;
 
   border-color: #357;
 
   box-shadow: 0px 3px 17px #557 inset;
 
   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 #dddddd;
 +
  background: #dddddd;
 +
  width: 99%;
 +
  clear: both;
 
}
 
}

Latest revision as of 08:27, 16 May 2019

  #content .nottemplate {
  box-shadow: 0px 3px 17px #666 inset;
  background: #dddddd;
  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: #cccccc;
} #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 #dddddd;
  background: #dddddd;
  width: 99%;
  clear: both;
}