Notice: Undefined index: web_game_id in C:\SNS_TH\website\css\index.php on line 28
@charset "utf-8";
/**************************************
通用格式
**************************************/
* {
font-family:"微軟正黑體","Trebuchet MS", Arial, Helvetica, sans-serif;
}
body {
padding: 0;
margin: 0;
border: none;
font-family:"微軟正黑體","Trebuchet MS", Arial, Helvetica, sans-serif;
padding-top: 1px;
}
a {
text-decoration: none;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
.cf:after {
content: "";
display: block;
clear: both;
}
/**************************************
網站版型
**************************************/
/*-------Mobile START-------*/
.side-bar {
width:100%;
height: 40px;
position: fixed;
z-index: 99;
top: -1px;
background: #051b28;
}
.openBtn {
cursor:pointer;
position: relative;
left: 10px;
}
.side-Navigation-Bar {
width: 100%;
margin: 0 auto;
height: 70px;
padding-left: 30px;
padding-top: 15px;
}
.side-Navigation-Bar h2 {
font-size: 60px;
}
.side-Navigation-Bar p {
font-size: 40px;
}
#style-1::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
border-radius: 10px;
background-color: #F5F5F5;
}
#style-1::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5;
}
#style-1::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
background-color: #555;
}
.closeSideBar {
height: 100%;
width: 40%;
display: inline-block;
position: fixed;
z-index: 1000000;
top: 0;
left: 0;
background-color: rgba(0,0,0,0.9);
transform: translateX(-120%);
/*transform: translateX(-120%);*/
transition: all 0.1s ease-in;
overflow-x: hidden;
transition: 0.5s;
padding-top: 30px;
box-shadow: 3px 37px 4px 1px rgba(0,0,0,0.4);
}
.closeSideBar ul{margin:0;padding:0}
.closeSideBar ul li{list-style:none;}
.active {
transform: translateX(0);
}
.closebtn {
position: absolute;
top: 0;
right: 0;
}
.closebtn {
padding: 2px;
}
.fa-times {
color: #f1f1f1;
}
#accordian li {
border-bottom: 1px solid #3b3b3b;
}
#accordian li:hover{background:#4d0d08;}
#accordian a{
color: #fff99b;
font-size: 18px;
padding: 18px;
display: block;
transition: all 0.15s;
position: relative;
}
#accordian a:hover {
color: #f1f1f1;
cursor: pointer;
}
#accordian a:not(:only-child):after {
content: "\f054";
font-family: fontawesome;
position: absolute;
right: 55px;
top: 9px;
font-size: 20px;
}
#accordian .active>a:not(:only-child):after {
content: "\f078";
}
/*-------Mobile END-------*/
.hide {
display: none;
}
.frame {
width: 1300px;
margin: 0 auto;
padding: 1px 0;
text-align: center;
}
#QRcode {
position: fixed;
right: 0px;
top: 49px;
z-index: 999;
}
#QRcode > img {
-webkit-filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.4));
filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.4));
}
#goTop {
position: fixed;
right: 0px;
bottom: 0px;
z-index: 999;
cursor:pointer;
}
#goTop > img {
-webkit-filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.4));
filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.4));
}
.side-bar {
display: none;
}
/*-------Menu START-------*/
.Menu {
width: 100%;
height: 53px;
position: fixed;
background: url(../images//MENU.png) repeat;
z-index: 99;
top: -1px;
}
.Menu_left {
float: left;
margin: 0;
padding: 0;
}
.Menu_left li {
list-style: none;
float: left;
}
.Menu_right {
float: right;
margin: 0;
padding: 0;
}
.Menu_right li {
list-style: none;
float: right;
}
.Menu a {
display: block;
padding: 0 30px;
font-size: 16px;
line-height: 3;
text-shadow: 1px 1px 1px #000;
text-align: center;
}
/*-------Menu END-------*/
/*-------Main START-------*/
.Main {
margin-top: 30px;
background: url(../images//main.jpg) no-repeat;
background-position: center top;
}
.Main_Download {
margin: 55% 0 4% 0;
text-align: center;
}
.Main_Download li {
vertical-align: text-top;
display: inline-block;
margin: 0 1%;
text-shadow: 2px 2px 2px #A8FF55;
}
.Main_Download a {
font-size: 0px;
display: block;
}
.Main_Download li:hover {
filter: brightness(150%);
box-shadow: 0px 1px 9px 5px rgba(0, 0, 0, 0);
}
.Main_Download li a img {
width: 100%;
max-width: 288px;
}
.Main_Download li a:hover img {
-webkit-filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.4));
filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.4));
}
/*-------Main END-------*/
/*-------News START-------*/
.News {
background: url(../images//neas.jpg) no-repeat;
background-position: center top;
margin-bottom: 5px;
background-size: cover;
}
.News_Box {
width: 40%;
float: right;
text-align: left;
margin: 5% 2%;
min-height: 420px;
}
.News_Box ul {
margin: 0;
padding: 0
}
.News_Box ul li {
list-style: none;
}
.News_title {
margin-bottom: 10px;
}
.News_title span {
font-size: 26px;
font-weight: bold;
text-shadow: 1px 1px 1px #000;
margin-right: 10px;
display: inline-block;
}
.News_title a {
font-size: 18px;
display: inline-block;
}
.News_title a:hover {
text-decoration: underline;
}
.News_List {
margin-bottom: 10px;
}
.News_List a {
width: 100%;
display: block;
padding: 4% 0;
}
.News_List span {
display: inline-block;
vertical-align: middle;
}
.News_List .theme {
font-size: 22px;
font-weight: bold;
margin: 0px 3% 0 2%;
display: none;
}
.News_List .title {
width: 60%;
font-size: 18px;
margin-right: 2%;
margin-left: 2%;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.News_List .date {
font-size: 18px;
float: right;
margin: 0 2%;
line-height: 1.7;
}
.list_main {
margin: 0;
padding: 0;
}
.list_main li {
list-style: none;
}
/*-------News END-------*/
/*-------Game START-------*/
.Game {
background: url(../images//game.jpg) no-repeat;
background-position: center top;
margin-bottom: 5px;
background-size: cover;
max-height: 602px;
}
.Game_Box {
width: 36%;
float: left;
text-align: left;
margin: 3% 2%;
line-height: 1.3;
}
.Game_Box span {
display: block;
font-size: 62px;
font-weight: bold;
text-shadow: 0px 0px 5px #000;
margin-bottom: 2%;
}
.Game_Box p {
font-size: 22px;
font-weight: bold;
text-shadow: 0px 0px 5px #000;
}
.Game_Box div {
display: none;
width: 100%;
}
/*-------Game END-------*/
/*-------Info START-------*/
.Info {
background: url(../images//Info.jpg);
background-position: center top;
margin-bottom: 5px;
}
.Info_box {
width: 100%;
text-align: center;
margin: 0;
padding: 0;
}
.Info_box li {
padding: 1.5%;
width: 21%;
display: inline-block;
list-style: none;
}
.Info_box a {
display: block;
font-size: 0px;
}
.Info_box li img {
width: 100%;
}
.Info_box li div {
background: url(../images//info_.jpg);
padding: 4% 1%;
text-align: center;
}
.Info_box li div span {
font-size: 22px;
}
.Info_box li div p {
font-size: 16px;
}
/*-------Info END-------*/
/*-------Download START-------*/
.Download {
background: url(../images//Download.jpg) no-repeat;
background-position: center top;
margin-bottom: 5px;
background-size: cover;
}
.Download_box {
margin: 5% 0;
}
.Download_left {
width: 36%;
float: left;
text-align: left;
margin-left: 2%;
}
.Download_left span {
display: block;
font-size: 62px;
font-weight: bold;
text-shadow: 0px 0px 6px #000;
margin-bottom: 2%;
}
.Download_left p {
font-size: 22px;
font-weight: bold;
text-shadow: 0px 0px 6px #000;
}
.Download_right {
float: right;
width: 60%;
margin: auto 0;
padding: 0;
text-align: center;
}
.Download_right li {
display: block;
margin-bottom: 3%;
}
.Download_right a:hover {
filter: brightness(150%);
}
.Download_right li a img:hover {
/*box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);*/
-webkit-filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.4));
filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.4));
}
/*-------Download END-------*/
/*-------Footer START-------*/
.Footer {
background: url(../images//footer.jpg);
background-position: center top;
padding-top: 1px;
}
.Footer_box {
margin: 2% auto;
padding: 0 2%;
}
.Footer_left {
float: left;
text-align: left;
width: 58%;
}
.footerMenu {
margin-bottom: 10px;
}
.footerMenu li {
display: inline-block;
}
.rule {
margin-right: 10px;
}
.policy {
margin-left: 10px;
}
.footerMenu li a:hover {
text-decoration: underline;
}
.footerLogo div {
/*display: inline-block;*/
vertical-align: middle;
}
.footerLogo div img {
width: 100%;
}
.logos{
width: 32%;
}
.sns {
width: 110px;
max-width: 131px;
}
.gamagic {
width: 57%;
max-width: 187px;
}
.copyright {
font-size: 14px;
width: 48%;
}
.Footer_right {
float: right;
text-align: left;
margin-top: 1%;
}
.Footer_right li {
display: inline-block;
vertical-align: bottom;
font-size: 14px;
}
/*-------Footer END-------*/
/**************************************
公告頁用
**************************************/
#detail::-webkit-scrollbar {
width: 12px;
}
#detail::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
border-radius: 10px;
}
#detail::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.News_Page {
margin-top: 30px;
margin-bottom: 0px;
border-left: #000 1px solid;
border-right: #000 1px solid;
}
/*-------News_Menu START-------*/
.News_Menu {
background: url(../images//footer.jpg);
}
.News_Menu_Box {
width: 100%;
margin:0;
padding:0;
}
.News_Menu_Box li {
list-style:none;
width: 25%;
float: left;
box-shadow: 1px 0px rgba(100%, 100%, 100%, 0.15);
}
.News_Menu_Box li a {
display: block;
padding: 3% 0;
font-size: 16px;
text-shadow: 1px 1px 1px #000;
text-align: center;
border-right: #000 1px solid;
}
/*-------News_Menu End-------*/
/*-------News_content-------*/
.News_content {
background: url(../images//News_content.jpg);
min-height: 500px;
}
.News_content_theme_box {
width: 100%;
margin:0;
padding:0;
}
.News_content_theme_box li {
list-style:none;
}
.News_content_theme_box li a {
display: block;
padding: 6% 0;
text-align: left;
}
.News_content_theme span {
display: inline-block;
vertical-align: middle;
}
.News_content_theme .theme {
width: 10%;
font-size: 22px;
font-weight: bold;
margin: 0 2%;
}
.News_content_theme .title {
width: 55%;
font-size: 18px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
margin-right: 2%;
}
.News_content_theme .date {
width: 18%;
font-size: 18px;
margin-right: 1%;
text-align: right;
}
.News_content_theme .Unfolded {
width: 5%;
margin-right: 1%;
text-align: right;
}
.content {
display: none;
padding: 6% 2%;
text-align: left;
}
.content h1 {
margin-bottom: 1%;
}
.content h2,
h3,
h4,
h5,
h6 {
margin-bottom: 1%;
font-weight: 100;
}
/*-------News_content End-------*/
/**************************************
RWD設定
**************************************/
@media only screen and (max-width: 1317px) {
.frame {
width: 100%;
}
.Main_Download {
margin-top: 44%;
}
.Main_Download li {
margin-right: 0px;
width: 25%;
}
.Main {
background-size: 125%;
}
.News_Box {
width: 50%;
}
.News_List .title {
width: 50%;
}
.Game_Box,
.Download_left {
width: 40%;
}
.Game_Box span,
.Download_left span {
font-size: 50px;
}
.Game_Box p,
.Download_left p {
font-size: 18px;
}
.Download_right {
width: 50%;
}
}
@media only screen and (max-width: 950px) {
.Game_Box span,
.Download_left span {
font-size: 40px;
}
.Footer_left {
width: 90%;
float: inherit;
margin: 2% auto;
}
.Footer_right {
float: inherit;
width: 90%;
margin: 2% auto;
}
.Graded {
width: 52px;
}
.Graded img {
width: 100%;
}
.logos{
width: 100%;
}
.sns {
width: 16%;
}
.gamagic {
width: 26%;
}
}
@media only screen and (max-width: 767px) {
.Menu {
display: none;
}
.side-bar {
display: block;
}
.Main {
background: url(../images//main2.jpg) no-repeat;
background-size: 100%;
margin-top: 36px;
}
.Main_Download {
margin-top: 60%;
}
.Main_Download li {
width: 45%;
margin: 2% auto;
display: block;
}
.News {
background-position: right top;
}
.News_Box {
width: 90%;
float: inherit;
margin: 7% auto;
}
.News_List .title {
width: 52%;
}
.Game {
background: url(../images//game2.jpg);
background-position: center top;
background-size: cover;
max-height: 800px;
}
.Game_Box {
width: 90%;
float: inherit;
margin: 7% auto;
}
.Game_Box p,
.Download_left p {
margin-bottom: 4%;
}
.Game_Box div {
display: block;
}
.Game_Box div img {
width: 100%;
}
.Info_box li {
width: 46%;
}
.Download_left {
width: 90%;
float: inherit;
margin: 0 auto 7% auto;
}
.Download_right {
width: 90%;
float: inherit;
margin: 0 auto;
}
.Download_right li a img {
width: 80%;
max-width: 288px;
}
#QRcode {
display: none;
}
.Footer_left {
margin: 4% auto;
}
.Footer_right {
margin: 4% auto;
}
.Footer_left {
width: 98%;
}
.Footer_right {
width: 98%;
}
.copyright {
width: 59%;
}
.footerMenu {
margin-bottom: 5px;
}
}
@media only screen and (max-width: 460px) {
.Main_Download li {
width: 50%;
}
.News_List .theme {
font-size: 20px;
}
.News_List .title {
width: 45%;
font-size: 15px;
}
.News_List .date {
font-size: 15px;
}
.Game_Box span,
.Download_left span {
font-size: 35px;
}
.sns {
width: 20%;
}
.gamagic {
width: 30%;
}
.copyright {
width: 90%;
}
.Footer_right li {
font-size: 13px;
}
.Graded {
width: 45px;
}
.Footer_right img {
width: 45px;
}
.News_content_theme .theme {
width: 15%;
font-size: 20px;
}
.News_content_theme .title {
width: 40%;
font-size: 16px;
}
.News_content_theme .date {
width: 25%;
font-size: 14px;
}