Difference between revisions of "Template:UAlberta/CSS"

m
Line 48: Line 48:
  
 
.ua-home-section:nth-child(1) .ua-stripes {
 
.ua-home-section:nth-child(1) .ua-stripes {
   /* background: linear-gradient(#9370DB, #E6E6FA); */
+
   background: linear-gradient(#9370DB, #E6E6FA);
   background: linear-gradient(rgb(255, 255, 255), rgb(248, 248, 213));
+
   /* background: linear-gradient(rgb(255, 255, 255), rgb(248, 248, 213)); */
 
   z-index: -1;
 
   z-index: -1;
 
}
 
}
Line 55: Line 55:
 
.ua-home-section:nth-child(1) .ua-stripes span:nth-child(1) {
 
.ua-home-section:nth-child(1) .ua-stripes span:nth-child(1) {
 
   grid-area: 1 / 1 / 4 / -1;
 
   grid-area: 1 / 1 / 4 / -1;
   /* background: linear-gradient(168deg, #800080, #DA70D6); */
+
   background: linear-gradient(168deg, #800080, #DA70D6);
   background: linear-gradient(168deg, #FFDF00, #FFA500);
+
   /* background: linear-gradient(168deg, #FFDF00, #FFA500); */
 
}
 
}
  
 
.ua-home-section:nth-child(1) .ua-stripes span:nth-child(2) {
 
.ua-home-section:nth-child(1) .ua-stripes span:nth-child(2) {
 
   grid-area: 4 / 6 / 5 / -1;
 
   grid-area: 4 / 6 / 5 / -1;
   /* background: linear-gradient(270deg, #800080, #DA70D6); */
+
   background: linear-gradient(270deg, #800080, #DA70D6);
   background: linear-gradient(168deg, #FFDF00, #FFA500);
+
   /* background: linear-gradient(168deg, #FFDF00, #FFA500); */
 
}
 
}
  
Line 72: Line 72:
 
.ua-home-section:nth-child(1) .ua-stripes span:nth-child(4) {
 
.ua-home-section:nth-child(1) .ua-stripes span:nth-child(4) {
 
   grid-area: 9 / 8 / -2 / -1;
 
   grid-area: 9 / 8 / -2 / -1;
   /* background: linear-gradient(270deg, #800080, #DA70D6); */
+
   background: linear-gradient(270deg, #800080, #DA70D6);
   background: linear-gradient(168deg, #FFDF00, #FFA500);
+
   /* background: linear-gradient(168deg, #FFDF00, #FFA500); */
 
}
 
}
  
 
.ua-home-section:nth-child(1) .ua-stripes span:nth-child(5) {
 
.ua-home-section:nth-child(1) .ua-stripes span:nth-child(5) {
 
   grid-area: 10 / 10 / -2 / -1;
 
   grid-area: 10 / 10 / -2 / -1;
   /* background: linear-gradient(168deg, #800080, #DA70D6); */
+
   background: linear-gradient(168deg, #800080, #DA70D6);
   background: linear-gradient(168deg, #FFDF00, #FFA500);
+
   /* background: linear-gradient(168deg, #FFDF00, #FFA500); */
 
}
 
}
  
Line 89: Line 89:
 
.ua-home-section:nth-child(1) .ua-stripes span:nth-child(6) {
 
.ua-home-section:nth-child(1) .ua-stripes span:nth-child(6) {
 
   grid-area: 10 / 1 / -1 / -1;
 
   grid-area: 10 / 1 / -1 / -1;
   /* background: linear-gradient(145deg, #800080, #DA70D6); */
+
   background: linear-gradient(145deg, #800080, #DA70D6);
   background: linear-gradient(90deg, #FFDF00, #FFA500);
+
   /* background: linear-gradient(90deg, #FFDF00, #FFA500); */
 
}
 
}
  
Line 99: Line 99:
  
 
.ua-home-section:nth-child(3) .ua-stripes {
 
.ua-home-section:nth-child(3) .ua-stripes {
   /* background: #E6E6FA; */
+
   background: #E6E6FA;
   background: rgb(248, 248, 213);
+
   /* background: rgb(248, 248, 213); */
 
   z-index: -1;
 
   z-index: -1;
 
}
 
}
Line 198: Line 198:
 
   position: relative;
 
   position: relative;
 
   height: 760px;
 
   height: 760px;
   /* background: #E6E6FA; */
+
   background: #E6E6FA;
   background: rgb(248, 248, 213);
+
   /* background: rgb(248, 248, 213); */
 
   z-index: -1;
 
   z-index: -1;
 
}
 
}

Revision as of 23:55, 16 October 2018