CSS
スマホ
/* ---------- 本体背景色 ---------- */
.liquid {
background-color: #cccccc;
}
.wiki-contents {
background-color: #cccccc;
}
.menu__wrap {
font-size: 12px;
line-height: 1.4;
background-color: #cccccc;
}
/* ---------- 移植前からあったもの ---------- */
.ui_sp_original_css .ui_page_match {
line-height:0 !important;
}
.ui_sp_original_css table {
/*table-layout: fixed;*/
font-size:80%;
margin:10px auto;
line-height:1.2em;
}
.ui_sp_original_css table td {
background-color: #333333 !important;
color: white !important;
}
#ui_content > .ui_nav > section > .ui_nav_content h3,
#ui_content > .ui_nav > section > .ui_nav_content h4,
#ui_content > article > .ui_article_content h3,
#ui_content > article > .ui_article_content h4 {
margin:0px 0px 15px 0px !important;
padding:5px 25px 5px 15px !important;
font-size: 120% !important;
font-weight: normal;
background-color: #333333 !important;
color: #FFF;
}
#ui_content > .ui_nav > section > .ui_nav_content h5,
#ui_content > .ui_nav > section > .ui_nav_content h6,
#ui_content > article > .ui_article_content h5,
#ui_content > article > .ui_article_content h6 {
margin:0px 0px 10px 0px !important;
padding:5px 25px 5px 15px !important;
font-size: 90% !important;
font-weight: normal;
border:none !important;
border-left:6px solid #0075c2 !important;
border-bottom:1px solid #0075c2 !important;
}
h2 {
font-size: 130% !important;
background: #333333 !important;
color:#FFF;
margin:0px 0px 10px 0px;
padding:10px !important;
/*text-shadow: 0.1em 0.1em #999;*/
}
/*li {
margin:0px !important;
padding:0px !important;
line-height:1.8em !important;
list-style-type: none;
}*/
.ui_sp_original_css .ui_feed_head {
padding:6px;
}
.ui_sp_original_css p.ui_feed_head a {
line-height:1.6em !important;
font-size:85% !important;
}
.ui_sp_original_css .list-pagelist-on li {
padding:4px 6px !important;
line-height:1.6em !important;
font-size:100% !important;
}
.ui_sp_original_css .list-pagelist-on li a {
font-size:100% !important;
}
.ui_sp_original_css .ui_feed_time {
font-size:80% !important;
}
.ui_sp_original_css .ui_sph_wrapper {
z-index:999 !important;
background-image:url(http://img.gamerch.com/99_static_contents/img/arrow_down.png) !important;
background-repeat:no-repeat !important;
background-position:98% center !important;
}
.ui_sp_original_css .ui_sph_wrapper_open {
background-image:url(http://img.gamerch.com/99_static_contents/img/arrow_up.png) !important;
}
.ui_comment_area {
margin:10px 20px !important;
}
.ui_comment_area li {
margin:10px 0 !important;
}
PC
/* ---------- 本体背景色 ---------- */
/* -- リンク色 -- */
a {
color: #66ccff !important;
}
/* -- 本文 -- */
p {
background-color: #303030 !important;
color: #ffffff !important;
}
.main {
background-color: #303030 !important;
color: #ffffff !important;
}
td {
background-color: #303030 !important;
color: #ffffff !important;
}
div {
color: white !important;
background-color: #303030 !important;
}
/* -- 左サイドメニュー -- */
.menu__wrap {
color: white !important;
background-color: #303030 !important;
}
strong {
color: white !important;
background-color: #454545 !important;
}
.menu {
color: white !important;
background-color: #303030 !important;
}
.menu a{
}
/* -- シェア・コメント欄 -- */
.share__heading {
color: white !important;
background-color: #454545 !important;
}
.bbs__normal>li {
background-color: #303030 !important;
}
/* --------- メニューのちょい下の細いやつ --------*/
.breadcrumb {
color:#ffffff;
background-color:#303030;
width: 1000px;
margin: 12px auto 0;
padding: 0 8px;
box-sizing: border-box;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
/* --------- footer --------*/
.global__copyright {
background-color: #f5f5f5 !important;
}
/* ---------- ボタン文字・背景色 ---------- */
.link_button {
text-align: left;
}
.link_button > a {
background-color: #778899;
color: white;
text-align: left;
padding: 8px;
font-size: 12px;
display: inline-block;
border-radius: 5px;
}
/* ----------------------------------------------- */
/* ---------- ボタンオーバー文字・背景色 ---------- */
.link_button > a:hover {
background-color:#91D8FF;
color: white;
}
/* ----------------------------------------------- */
/*見出し1*/
h2 {
font-size: 130% !important;
background: #333333 !important;
color: white;
margin:0px 0px 10px 0px;
padding:7px !important;
/*text-shadow: 0.1em 0.1em #999;*/
}
h3 {
font-size: 130% !important;
background: #333333 !important;
color: white !important;
margin:0px 0px 10px 0px;
padding:7px !important;
/*text-shadow: 0.1em 0.1em #999;*/
}
h4 {
font-size: 130% !important;
background: #333333 !important;
color: white !important;
margin:0px 0px 10px 0px;
padding:7px !important;
/*text-shadow: 0.1em 0.1em #999;*/
}