From Fedora Project Wiki

(Created page with "/* CSS for a simple, centered, wikipedia skin %> body { font-family: verdana,sans-serif,arial; color: #252525; width: 100%; font-size: 89%; background: #E2ECF3; } #...")
 
No edit summary
 
Line 3: Line 3:
   font-family: verdana,sans-serif,arial;
   font-family: verdana,sans-serif,arial;
   color: #252525;
   color: #252525;
   width: 100%;
   width: 50%;
   font-size: 89%;
   font-size: 89%;
   background: #E2ECF3;
   background: #E2ECF3;

Latest revision as of 09:31, 5 February 2013

/* CSS for a simple, centered, wikipedia skin %>
body {
  font-family: verdana,sans-serif,arial;
  color: #252525;
  width: 50%;
  font-size: 89%;
  background: #E2ECF3;
}

#globalWrapper {
  background: #f7f7f7;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-top: 2px solid #ddd;
  padding-left: 20px;
  padding-right: 20px;
  margin: 10px auto
  width: 850px;
}

h1.firstHeading {
  border-bottom: solid 10px #FFD1A2;
  font-weight: normal;
  font-size:250%;
  margin-bottom: 20px;
  padding-top: 10px;
}

#siteSub {
  font-size: 10px;
  margin-bottom: 30px;
  font-weight: normal
}

#jump-to-nav {
  margin-bottom: 10px;
}

#ca-edit {
  font-size: 20px;
  background: #FFD1A2;
}