﻿<style>
head { 
//background: url(網址) no-repeat center center fixed;
background-color: white; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
body { 
//background: url(網址) no-repeat center center fixed;
background-color: white; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.container { 
//background: url(網址) no-repeat center center fixed;
background-color: #fff; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
}
.navbar-header { 
//background: url(網址) no-repeat center center fixed;
background-color: white; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#mynav { 
//background: url(網址) no-repeat center center fixed;
background-color: white; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
ul { 
background: url(images/button.jpg) no-repeat center center fixed;
//background-color: white; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
li.menu { 
background: url(images/button.jpg) no-repeat center center fixed;
//background-color: white; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
li.menu a:hover { 
background: url(images/lightbutton.jpg) no-repeat center center fixed;
//background-color: white; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
li.menu a:focus { 
background: url(images/lightbutton.jpg) no-repeat center center fixed;
//background-color: white;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.announcement { 
//background: url(網址) no-repeat center center fixed;
background-color: #fff; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
text-align: center;
}
#photoCarousel { 
//background: url(網址) no-repeat center center fixed;
background-color: white; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

footer { 
//background: url(網址) no-repeat center center fixed;
background-color: white; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

@media(max-width:600px) {
.announcement { 
//background: url(網址) no-repeat center center fixed;
background-color: #fff; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
text-align: left;
}
}

a img {
/*
    opacity: 1.0;
    filter: brightness(100%);
*/
    filter: brightness(100%);
}

a img:hover {
/*	
    opacity: 0.9;
    filter: alpha(opacity=90);
*/
    filter: brightness(118%);
}
</style>