Difference between revisions of "User:Arin Mara/Sandbox/Template:CSS"

From EVE University Wiki
Jump to: navigation, search
m
m
Line 79: Line 79:
 
     background-image: -ms-linear-gradient(top, #C0C0C0 0%, #505050 100%);  
 
     background-image: -ms-linear-gradient(top, #C0C0C0 0%, #505050 100%);  
 
     background-image: linear-gradient(to bottom, #C0C0C0 0%, #505050 100%);  
 
     background-image: linear-gradient(to bottom, #C0C0C0 0%, #505050 100%);  
 +
    color: #000000;
 +
}
 +
 +
<!-- infoboxnameorange -->
 +
 +
.infoboxnameorange {
 +
    font-size: 110%;
 +
    font-weight: bold;
 +
    padding: 0.5em;
 +
}
 +
 +
.infoboxnameorange {
 +
    background: #ffa500;
 +
    background-image: -moz-linear-gradient(center top, #ffa500 0%, #653f03 100%);
 +
    background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#ffa500), color-stop(100%,#653f03));
 +
    background-image: -webkit-linear-gradient(top, #ffa500 0%, #653f03 100%);
 +
    background-image: -o-linear-gradient(top, #ffa500 0%, #653f03 100%);
 +
    background-image: -ms-linear-gradient(top, #ffa500 0%, #653f03 100%);
 +
    background-image: linear-gradient(to bottom, #ffa500 0%, #653f03 100%);
 +
    color: #000000;
 +
}
 +
 +
<!-- infoboxdescriptionorange -->
 +
 +
.infoboxdescriptionorange {
 +
    padding: 0em;
 +
}
 +
 +
.infoboxdescriptionorange {
 +
    background: #ffa500;
 +
    background-image: -moz-linear-gradient(center top, #ffa500 0%, #653f03 100%);
 +
    background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#ffa500), color-stop(100%,#653f03));
 +
    background-image: -webkit-linear-gradient(top, #ffa500 0%, #653f03 100%);
 +
    background-image: -o-linear-gradient(top, #ffa500 0%, #653f03 100%);
 +
    background-image: -ms-linear-gradient(top, #ffa500 0%, #653f03 100%);
 +
    background-image: linear-gradient(to bottom, #ffa500 0%, #653f03 100%);
 
     color: #000000;  
 
     color: #000000;  
 
}
 
}
 
}}
 
}}

Revision as of 13:20, 25 February 2021