Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:Cassiel Seraphim/Sandbox: Difference between revisions

From EVE University Wiki
Line 699: Line 699:
   background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00AA00), color-stop(1, #AA0000) );
   background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00AA00), color-stop(1, #AA0000) );
   background-color: #111111;  
   background-color: #111111;  
  height:100%;
}
}
.linear2 {
.linear2 {
Line 706: Line 707:
   background-image: -webkit-gradient(to right, left bottom, left top, color-stop(0, #00AA00), color-stop(1, #AA0000) );
   background-image: -webkit-gradient(to right, left bottom, left top, color-stop(0, #00AA00), color-stop(1, #AA0000) );
   background-color: #111111;
   background-color: #111111;
  height:100%;
}
}
.radial{
.radial{
Line 712: Line 714:
   background-image: -webkit-gradient(radial, left bottom, left top, color-stop(0, #00AA00), color-stop(1, #AA0000) );
   background-image: -webkit-gradient(radial, left bottom, left top, color-stop(0, #00AA00), color-stop(1, #AA0000) );
   background-color: #111111;
   background-color: #111111;
  height:100%;
}
}
}}
}}