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
(Created page with " #content .nottemplate { box-shadow: 0px 3px 17px #666 inset; background: #ccc; outline: none; border-radius: 12px; border: 1px solid #666; border-bottom-width: 6px; }")
 
(Grim style)
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: #ccc;
 
   outline: none;
 
   outline: none;
   border-radius: 12px;
+
   border-radius: 9px;
 
   border: 1px solid #666;
 
   border: 1px solid #666;
 
   border-bottom-width: 6px;
 
   border-bottom-width: 6px;
 +
} #content .nottemplate .icon {
 +
  padding: 7px 0 7px .7em;
 
}
 
}

Revision as of 13:13, 15 May 2015

  #content .nottemplate {
  box-shadow: 0px 3px 17px #666 inset;
  background: #ccc;
  outline: none;
  border-radius: 9px;
  border: 1px solid #666;
  border-bottom-width: 6px;
} #content .nottemplate .icon {
  padding: 7px 0 7px .7em;
}