「テンプレート:ノルド廃鉱山/styles.css」の版間の差分

提供:メタファー リファンタジオ 攻略Wiki
移動先:案内検索
(ページの作成:「 .tabs { position: relative; min-height: 200px; clear: both; margin: 25px 0; } .tab { float: left; } .tab label { background: #eee; padding: 10px; border: 1px solid #ccc; margin-left: -1px; position: relative; left: 1px; cursor: pointer; } .tab [type=radio] {…」)
 
編集の要約なし
1行目: 1行目:
 
.tabs {
        .tabs {
position: relative;
            position: relative;
min-height: 200px;
            min-height: 200px;
clear: both;
            clear: both;
margin: 25px 0;
            margin: 25px 0;
}
        }
.tab {
        .tab {
float: left;
            float: left;
}
        }
.tab label {
        .tab label {
background: #eee;  
            background: #eee;  
padding: 10px;  
            padding: 10px;  
border: 1px solid #ccc;  
            border: 1px solid #ccc;  
margin-left: -1px;  
            margin-left: -1px;  
position: relative;
            position: relative;
left: 1px;  
            left: 1px;  
cursor: pointer;
            cursor: pointer;
}
        }
.tab [type=radio] {
        .tab [type=radio] {
display: none;  
            display: none;  
}
        }
.content {
        .content {
position: absolute;
            position: absolute;
top: 28px;
            top: 28px;
left: 0;
            left: 0;
background: white;
            background: white;
right: 0;
            right: 0;
bottom: 0;
            bottom: 0;
padding: 20px;
            padding: 20px;
border: 1px solid #ccc;  
            border: 1px solid #ccc;  
display: none;
            display: none;
}
        }
[type=radio]:checked ~ label {
        [type=radio]:checked ~ label {
background: white;
            background: white;
border-bottom: 1px solid white;
            border-bottom: 1px solid white;
z-index: 2;
            z-index: 2;
}
        }
[type=radio]:checked ~ label ~ .content {
        [type=radio]:checked ~ label ~ .content {
z-index: 1;
            z-index: 1;
display: block;
            display: block;
}
        }

2024年10月9日 (水) 20:51時点における版

.tabs {
position: relative;
min-height: 200px;
clear: both;
margin: 25px 0;
}
.tab {
float: left;
}
.tab label {
background: #eee; 
padding: 10px; 
border: 1px solid #ccc; 
margin-left: -1px; 
position: relative;
left: 1px; 
cursor: pointer;
}
.tab [type=radio] {
display: none; 
}
.content {
position: absolute;
top: 28px;
left: 0;
background: white;
right: 0;
bottom: 0;
padding: 20px;
border: 1px solid #ccc; 
display: none;
}
[type=radio]:checked ~ label {
background: white;
border-bottom: 1px solid white;
z-index: 2;
}
[type=radio]:checked ~ label ~ .content {
z-index: 1;
display: block;
}