Difference between revisions of "User:Ags131/common.css"

From Screeps Wiki
Jump to navigation Jump to search
(Created page with "html { background-image: -webkit-linear-gradient(top, #222222 0%, #111111 100%) !important; background-image: -o-linear-gradient(top, #222222 0%, #111111 100%) !important;...")
(No difference)

Revision as of 20:17, 1 December 2016

html {
 background-image: -webkit-linear-gradient(top, #222222 0%, #111111 100%) !important;
  background-image: -o-linear-gradient(top, #222222 0%, #111111 100%) !important;
  background-image: linear-gradient(to bottom, #2a2a2a 0%, #1a1a1a 100%) !important;
  background-repeat: repeat-x !important;   
  min-height: 100%; 
  background-attachment: fixed;
}

body {
  color: #bbb;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: lighter;
  line-height: 1.5;
  margin: 0;
  padding-bottom: 50px;
}