「テンプレート:RightMenu/style.css」の版間の差分

編集の要約なし
編集の要約なし
編集の要約なし
1行目: 1行目:
.rmh2{
.rmh2{
border: solid #6f6d6a;
border: solid #6f6d6a;
8行目: 7行目:
     background-image: url(https://emagg.jp/palworld/images/6/61/Mbg.jpg);
     background-image: url(https://emagg.jp/palworld/images/6/61/Mbg.jpg);
}
}
.rmtable {
  border-collapse: collapse;
  border: 1px solid rgba(0,0,0,.1);
  table-layout: fixed;
  width: 100%;
}
.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;
}