Changes

no edit summary
Line 3: Line 3:  
   background: transparent;
 
   background: transparent;
 
}  
 
}  
  −
body, div#globalWrapper {
  −
  background: #5C94FC;
  −
}
      
#content, #footer {  
 
#content, #footer {  
 +
  background: url(https://i.imgur.com/7XScDaJ.png) -150px top left fixed;
 +
  background-color: #eaf2fa;
 
   background: rgba(255, 255, 255, 0.80);
 
   background: rgba(255, 255, 255, 0.80);
 
   border-top-left-radius: 1em;
 
   border-top-left-radius: 1em;
Line 14: Line 12:  
   border-bottom-left-radius: 1em;
 
   border-bottom-left-radius: 1em;
 
   border-bottom-right-radius: 1em;
 
   border-bottom-right-radius: 1em;
 +
}
 +
 +
body {
 +
  background: url(https://i.imgur.com/7XScDaJ.png) top left fixed;
 +
  border-top-left-radius: 1em;
 +
  border-bottom-left-radius: 1em;
 
}
 
}