「思考と錯誤を繰り返す賢者の間」の編集履歴(バックアップ)一覧に戻る

思考と錯誤を繰り返す賢者の間 - (2015/04/10 (金) 02:54:41) の編集履歴(バックアップ)



~CSS~
.chapter {
color: #000;
background-color: #888;
padding: 3px;
}
.route {
color: #880;
background-color: #ff8;
}
.dungeon {
color: #800;
background-color: #f88;
}
.town {
color: #008;
background-color: #88f;
}
.depths {
color: #080;
background-color: #8f8;
}
.route, .dungeon, .town, .depths {
font-size: 90%;
padding: 3px;
}
.chapterContents {
margin-left: 10px;
}
.chapterContents .mapContents{
margin-left: 24px;
}
.mapContents th {
text-align: center;
background-color: #cee;
font-weight: bold;
}
.mapContents tbody tr > td:first-child {
text-align: center;
font-weight: bold;
}
.mapContents td, .mapContents th {
min-width: 80px;
}
.mapContents .skill {
background-color: #eee;
}
.mapContents .enemy {
color: #f00;
}
.mapContents .boss {
color: #f00;
font-weight: bold;
}
.mapContents .uma {
color: #800;
font-weight: bold;
}
.mapContents .oth div, .mapContents .nbtl div, .mapContents .bbtl div, .mapContents .map div {
margin: 6px 24px;
text-indent: -20px;
}
.mapContents .oth div:before {
content: "◆";
color: #80f;
font-family: monospace;
margin-right: 3px;
}
.mapContents .nbtl div:before {
content: "■";
color: #08f;
font-family: monospace;
margin-right: 3px;
}
.mapContents .bbtl div:before {
content: "★";
color: #08f;
font-family: monospace;
margin-right: 3px;
}
.mapContents .map div:before {
content: "●";
color: #0f8;
font-family: monospace;
margin-right: 3px;
}
.mapContents .ex div:before {
content: "⇒" !important;
}
.mapContents .ex div {
margin: -4px 48px 6px !important;
text-indent: -20px !important;
}
.mapContents dl {
margin: 0 0 -1em;
border: solid 2px #666;
padding: 8px;
width: 15em;
}
.neta {
color: #ccc;
}
 





↓クリック(タップ)すると表示されます(再クリックで再び隠せます)