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

From EVE University Wiki
Jump to: navigation, search
m
m
Line 91: Line 91:
  
 
.infoboxnameorange {
 
.infoboxnameorange {
     background: #ffa500;  
+
     background: #d2801e;  
     background-image: -moz-linear-gradient(center top, #ffa500 0%, #653f03 100%);  
+
     background-image: -moz-linear-gradient(center top, #d2801e 0%, #653f03 100%);  
     background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#ffa500), color-stop(100%,#653f03));  
+
     background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#d2801e), color-stop(100%,#653f03));  
     background-image: -webkit-linear-gradient(top, #ffa500 0%, #653f03 100%);  
+
     background-image: -webkit-linear-gradient(top, #d2801e 0%, #653f03 100%);  
     background-image: -o-linear-gradient(top, #ffa500 0%, #653f03 100%);  
+
     background-image: -o-linear-gradient(top, #d2801e 0%, #653f03 100%);  
     background-image: -ms-linear-gradient(top, #ffa500 0%, #653f03 100%);  
+
     background-image: -ms-linear-gradient(top, #d2801e 0%, #653f03 100%);  
     background-image: linear-gradient(to bottom, #ffa500 0%, #653f03 100%);  
+
     background-image: linear-gradient(to bottom, #d2801e 0%, #653f03 100%);  
 
     color: #000000;  
 
     color: #000000;  
 
}
 
}
Line 108: Line 108:
  
 
.infoboxdescriptionorange {
 
.infoboxdescriptionorange {
     background: #ffa500;  
+
     background: #d2801e;  
     background-image: -moz-linear-gradient(center top, #ffa500 0%, #653f03 100%);  
+
     background-image: -moz-linear-gradient(center top, #d2801e 0%, #653f03 100%);  
     background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#ffa500), color-stop(100%,#653f03));  
+
     background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#d2801e), color-stop(100%,#653f03));  
     background-image: -webkit-linear-gradient(top, #ffa500 0%, #653f03 100%);  
+
     background-image: -webkit-linear-gradient(top, #d2801e 0%, #653f03 100%);  
     background-image: -o-linear-gradient(top, #ffa500 0%, #653f03 100%);  
+
     background-image: -o-linear-gradient(top, #d2801e 0%, #653f03 100%);  
     background-image: -ms-linear-gradient(top, #ffa500 0%, #653f03 100%);  
+
     background-image: -ms-linear-gradient(top, #d2801e 0%, #653f03 100%);  
     background-image: linear-gradient(to bottom, #ffa500 0%, #653f03 100%);  
+
     background-image: linear-gradient(to bottom, #d2801e 0%, #653f03 100%);  
 
     color: #000000;  
 
     color: #000000;  
 
}
 
}
 
}}
 
}}

Revision as of 06:05, 26 February 2021