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

提供:パルワールド 攻略Wiki
移動先:案内検索
/****RightMenuの見出し****/
.rmh2 {
    color: #f7f7f7;
    text-shadow: 3px 3px 0 #102345, -1px -1px 0 #102345, 1px -1px 0 #102345, -1px 1px 0 #102345, 1px 1px 0 #102345;
    border-width: 1px 1px 1px 1px;
    border-radius: 5px;
    padding: 5px 5px 5px 15px;
    margin: 2em 0 10px 0;
    font-size: 1.3em;
    background: #4582ec;
}
/****RighMenuの背景はmediawiki:common.cssに書いてある******/
.menubar {
    background: rgba(208, 233, 255, 0.74);
}

/****RightMenuのテーブル****/	
.rmtable {
  border-collapse: collapse;
  border: 1px solid rgba(0,0,0,.1);
  table-layout: fixed;
  width: 100%;
  font-size:0.8em;
}
.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;
    font-size: 0.8em;
}
.rm-rankingdiv ol li {
  position: relative;
  margin: 12px 20px 0 24px;
  padding: 0;
  line-height: 1.5;
}

.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: #4582ec;
  padding: 6px 0;
}

.rm-rankingdiv ol a {
  text-decoration: none;
  color: #333;
}
.rm-rankingdiv ol a:hover {
  text-decoration: underline;
}
/*****リロードボタン*****/
a#reloadMenuLink {
    color: white;
}
Copyright © 2003-2024 ヘイグ All Rights Reserved.