テンプレート:RightMenu/style.css

提供:パルワールド 攻略Wiki
2024年1月20日 (土) 01:24時点における管理人 (トーク | 投稿記録)による版
移動先:案内検索
/****RightMenuの見出し****/
.rmh2{
	border: solid #6f6d6a;
	border-width: 1px 1px 5px 1px; border-radius: 5px;
	padding: 5px 5px 5px 15px;
	margin: 10px 5px 15px 5px;
	font-size: 1.3em; 
    background-image: url(https://emagg.jp/palworld/images/6/61/Mbg.jpg);
	}
	
/****RightMenuのテーブル****/	
.rmtable {
  border-collapse: collapse;
  border: 1px solid rgba(0,0,0,.1);
  table-layout: fixed;
  width: 100%;
  font-size:0.7em;
}
.rmtable th, .rmtable td {
  border: 1px solid rgba(0,0,0,.1);
  padding: .6em;
  text-align: center;
  background: #fff;
}
.rmtable th {
  background: #3F51B5;
  color: #fff;
  font-weight: bold;
}

/****RightMenuの人気ページランキング*****/	
.rm-rankingdiv{
	background:white;
	border:1px solid rgba(0,0,0,.1);
	padding:15px;
	margin-bottom: 30px;
}

.rm-rankingdiv ol {
  position: relative;
  margin: 0;
  padding: 0 10px 0 6px;
  list-style: none;
}
.rm-rankingdiv ol li {
  position: relative;
  margin: 12px 20px 0 24px;
  padding: 0;
  line-height: 1.5;
}

/* ol デザイン */
.rm-rankingdiv ol {
  counter-reset: li;
}
.rm-rankingdiv ol > li:before {
  position: absolute;
  counter-increment: li;
  content: counter(li) "";
  left: -34px;
  top: -1px;
  color: #fff;
  width: 24px;
  height: 24px;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
  line-height: 1;
  background: #ffc33c;
  padding: 6px 0;
}

/* リンクデザイン */
.rm-rankingdiv ol a {
  text-decoration: none;
  color: #333;
}
.rm-rankingdiv ol a:hover {
  text-decoration: underline;
}
Copyright © 2003-2024 ヘイグ All Rights Reserved.