Difference between revisions of "Template:Goettingenbase"

Line 24: Line 24:
 
         background-size:15% auto;
 
         background-size:15% auto;
 
}
 
}
 +
@media (max-width:1400px) {
 +
    #globalWrapper, #content {
 +
        background:none;
 +
    }
 +
}
 +
@media (min-width:1400px) {
 +
    #globalWrapper, #content {
 +
        background-position: 0% bottom, 100% bottom;
 +
        background-repeat: no-repeat;
 +
        background-attachment:fixed;
 +
        background-size:15% auto;
 +
    }
 +
}
 +
 +
@media (min-width:1450px) {
 +
    #globalWrapper, #content {
 +
        background-position: 1.5% bottom, 98.5% bottom;
 +
        background-repeat: no-repeat;
 +
        background-attachment:fixed;
 +
        background-size:15% auto;
 +
    }
 +
}
 +
 +
@media (min-width:1500px) {
 +
    #globalWrapper, #content {
 +
        background-position: 3% bottom, 97% bottom;
 +
        background-repeat: no-repeat;
 +
        background-attachment:fixed;
 +
        background-size:15% auto;
 +
    }
 +
}
 +
 +
@media (min-width:1550px) {
 +
    #globalWrapper, #content {
 +
        background-position: 4% bottom, 96% bottom;
 +
        background-repeat: no-repeat;
 +
        background-attachment:fixed;
 +
        background-size:15% auto;
 +
    }
 +
}
 +
 +
@media (min-width:1600px) {
 +
    #globalWrapper, #content {
 +
        background-position: 5.5% bottom, 94.5% bottom;
 +
        background-repeat: no-repeat;
 +
        background-attachment:fixed;
 +
        background-size:15% auto;
 +
    }
 +
}
 +
@media (min-width:1650px) {
 +
    #globalWrapper, #content {
 +
        background-position: 6.5% bottom, 93.5% bottom;
 +
        background-repeat: no-repeat;
 +
        background-attachment:fixed;
 +
        background-size:15% auto;
 +
    }
 +
}
 +
 +
@media (min-width:1700px) {
 +
    #globalWrapper, #content {
 +
        background-repeat: no-repeat;
 +
        background-attachment:fixed;
 +
        background-position: 7.5% bottom, 92.5% bottom;
 +
        background-size:15% auto;
 +
    }
 +
}
 +
 +
@media (min-width:1750px) {
 +
    #globalWrapper, #content {
 +
        background-position: 8.5% bottom, 91.5% bottom;
 +
        background-repeat: no-repeat;
 +
        background-attachment:fixed;
 +
        background-size:15% auto;
 +
    }
 +
}
 +
 +
@media (min-width:1800px) {
 +
    #globalWrapper, #content {
 +
        background-position: 9% bottom, 91% bottom;
 +
        background-repeat: no-repeat;
 +
        background-attachment:fixed;
 +
        background-size:15% auto;
 +
    }
 +
}
 +
 +
@media (min-width: 1850px) and
 +
(max-width: 1899px)  {
 +
    #globalWrapper, #content {
 +
        background-position: 9.5% bottom, 90.5% bottom;
 +
        background-repeat: no-repeat;
 +
        background-attachment:fixed;
 +
        background-size:15% auto;
 +
    }
 +
}
 +
 +
@media (min-width: 1900px)
 +
{
 +
        #globalWrapper, #content {
 +
        background-position: 10% bottom, 90% bottom;
 +
            background-repeat: no-repeat;
 +
            background-attachment:fixed;
 +
            background-size:15% auto;
 +
        }
 +
}
 +
 +
@media (max-width:800px) {
 +
    #globalWrapper, #content {
 +
        font-size:90%;
 +
    }
 +
}
  
 
/*left align Black Menu Bar */
 
/*left align Black Menu Bar */

Revision as of 10:53, 18 September 2015