Difference between revisions of "User:Keris/SphereInfo.css"

From City of Hope MUSH
Jump to navigation Jump to search
imported>Keris
(Created page with "#wrap { width:95%; background:lightgrey; } #col-right { float:right; width:48%; padding:1%; } #col-left { float:left; width:48%; padding:1%; } h6{ backgro...")
 
imported>Keris
m
Line 15: Line 15:
 
   padding:1%;
 
   padding:1%;
 
}
 
}
 +
 +
li#ca-edit { display: none; }
  
 
h6{
 
h6{

Revision as of 11:15, 22 October 2012

#wrap {
  width:95%;
  background:lightgrey;
}

#col-right {
  float:right;
  width:48%;
  padding:1%;
}

#col-left {
  float:left;
  width:48%;
  padding:1%;
}

li#ca-edit { display: none; }

h6{
  background: #F6F5F5;
  background: -webkit-gradient(linear, left top, right top, from(#000000), to(#657383));
  background: -moz-linear-gradient(left, #000000, #F6F5F5);
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  color: #779aa7;
  font-family: Garamond;
  font-size: 18pt;
  text-shadow: #574a4f 4px 2px 2px"
}

#wrap p:first-letter {
  color: #000000;
  font-family: Garamond;
  font-size: 16pt;
  text-shadow: #574a4f 4px 2px 2px
}