Notice: Undefined index: web_game_id in C:\SNS_TH\website\css\index.php on line 28
/*.pagination-sm {
display: inline-block;
padding: 0
}
.pagination-sm>.active>a,
.pagination-sm>.active>span,
.pagination-sm>.active>a:hover,
.pagination-sm>.active>span:hover,
.pagination-sm>.active>a:focus,
.pagination-sm>.active>span:focus {
z-index: 2;
color: #fff!important;
cursor: pointer!important;
background-color: #428bca!important;
border-color: #428bca!important;
overflow: hidden;
}
*/
.pagination-sm>li>a:hover {
background-color: #f00;
}
.pagination-sm>.active>a:hover {
background-color: #4ea3ec!important
}
.pagination-sm>.active>a:hover {
background-color: darkblue;
}
.pagination-sm li.first a::after {
content: "第一頁";
}
.pagination-sm li.prev a::after {
content: "上一頁"
}
.pagination-sm li.next a::after {
content: "下一頁"
}
.pagination-sm li.last a::after {
content: "最後一頁"
}
html:lang(en-us) .pagination-sm li.first a::after {
content: "First"
}
html:lang(en-us) .pagination-sm li.prev a::after {
content: "Previous"
}
html:lang(en-us) .pagination-sm li.next a::after {
content: "Next"
}
html:lang(en-us) .pagination-sm li.last a::after {
content: "Last"
}
html:lang(ja) .pagination-sm li.first a::after {
content: "先頭"
}
html:lang(ja) .pagination-sm li.prev a::after {
content: "前"
}
html:lang(ja) .pagination-sm li.next a::after {
content: "次の"
}
html:lang(ja) .pagination-sm li.last a::after {
content: "最終"
}
html:lang(th) .pagination-sm li.first a::after {
content: "First"
}
html:lang(th) .pagination-sm li.prev a::after {
content: "Previous"
}
html:lang(th) .pagination-sm li.next a::after {
content: "Next"
}
html:lang(th) .pagination-sm li.last a::after {
content: "Last"
}
/* 頁籤*/
.pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px
}
.pagination>li {
display: inline
}
.pagination>li>a,
.pagination>li>span {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;
color: #ffd35f;
text-decoration: none;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
margin-left: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px
}
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
color: #ffd35f;
background-color: #6d2724;
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
z-index: 2;
color: #000000;
background-color: #ffd35f;
}
.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
color: #ffd35f;
cursor: not-allowed;
}
.pagination>.disabled>a,
.pagination>.disabled>a:hover {
color: #000000;
background-color: #ffd35f;
}
.pagination-lg>li>a,
.pagination-lg>li>span {
padding: 10px 16px;
font-size: 18px
}
.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
border-top-left-radius: 6px;
border-bottom-left-radius: 6px
}
.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
border-top-right-radius: 6px;
border-bottom-right-radius: 6px
}
.pagination-sm>li>a,
.pagination-sm>li>span {
padding: 5px 20px;
font-size: 20px;
}
.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px
}
.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px
}
ul.pagination li:first-child,
ul.pagination li:last-child {
display: none;
}
/*公告*/
/*#detail {
/*position: fixed;*/
/*position: fixed;
display: none;
z-index: 999;
left: 0;
top: 0;
width: 100%;
height: 200px;
background: rgba(17, 5, 5, 0.9);
}*/
#detail {
position: fixed;
display: none;
z-index: 999;
height: 200px;
background: rgba(17, 5, 5, 0.9);
left: 310px;
height: 950px;
width: 1300px;
display: block;
overflow-y: hidden;
/* outline: none; */
padding: 100px;
color: #fff;
/* margin: 0 auto; */
box-sizing: border-box;
}
#detail [data-head="title"]:empty::after {
content: "loading..."
}
#detail [data-head="dt"]:empty::after {
content: "loading..."
}
#detail [data-head="content"]:empty::after {
content: "loading..."
}
/*
#detail a[data-button="close"]::after {
content: "X";
color: #fff;
position: relative;
left: 10px;
top: 4px;
}*/
#detail a[data-button="close"] {
display: block;
width: 40px;
height: 40px;
/*background: #f00;*/
background: url('../images//mob-close.png') no-repeat;
position: absolute;
top: 3px;
right: 3px;
}
#detail div[data-head="title"] {
color: #ffe895;
font-size: 40px;
font-weight: bold;
margin-bottom: 10px;
}
#detail div[data-head="kind"] {
color: #ffe895;
font-size: 28px;
font-weight: bold;
margin-bottom: 5px;
}
#detail div[data-head="kind"] > [data-kind="icon_system"]{color:#ff4e2f;}
#detail div[data-head="kind"] > [data-kind="icon_event"]{color:#79ff17;}
#detail div[data-head="kind"] > [data-kind="icon_support"]{color:#fff900;}
#detail div[data-head="dt"] {
color: #ff9f4e;
font-size: 20px;
margin-bottom: 5px;
}
#detail div[data-head="content"]>p {
color: #feecd1;
font-size: 18px !important;
line-height: 1.4;
}
#detail div[data-head="content"]>h1 {
color: #ffd35f;
margin-bottom: 1%;
}
#detail div[data-head="content"]>h2,
#detail div[data-head="content"]>h3,
#detail div[data-head="content"]>h4,
#detail div[data-head="content"]>h5,
#detail div[data-head="content"]>h6 {
color: #feecd1;
margin-bottom: 1%;
}
#detail {
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s
/*
-moz-transition: all 0.2s 0.5s ease-out;
-o-transition: all 0.2s 0.5s ease-out;
-webkit-transition: all 0.2s 0.5s ease-out;
-ms-transition: all 0.2s 0.5s ease-out;
*/
}
#detail div[data-head="content"]>table {
width: 100%;
}
#detail div[data-head="content"]>table tr td {
width: auto;
}
#detail div[data-head="content"] img {
max-width: 100%;
margin: 20px 0;
}
@media only screen and (max-width: 950px) {
#detail {
padding: 50px;
}
#detail div[data-head="title"] {
font-size: 35px;
}
#detail div[data-head="kind"] {
font-size: 25px;
}
#detail div[data-head="dt"] {
font-size: 20px;
}
#detail div[data-head="content"]>p {
font-size: 18px !important;
line-height: 1.4;
}
}
@media only screen and (max-width: 767px) {
#detail {
padding: 50px 20px;
}
#detail div[data-head="title"] {
font-size: 30px;
}
#detail div[data-head="kind"] {
font-size: 22px;
}
#detail div[data-head="dt"] {
font-size: 18px;
margin-bottom: 5px;
}
#detail div[data-head="content"]>p {
font-size: 18px !important;
line-height: 1.4;
}
}
@media only screen and (max-width: 460px) {
.pagination-sm>li>a,
.pagination-sm>li>span {
padding: 5px 8px;
font-size: 18px;
}
}
[data-kind="icon_system"]::after{content:"ระบบ";}
[data-kind="icon_event"]::after{content:"กิจกรรม";}
[data-kind="icon_support"]::after{content:"บริการลูกค้า";}