Template:帮助目录模块/styles.css:修订间差异

模板页面
添加的内容 删除的内容
(创建页面,内容为“→‎CSS used for [[Help:目录]]:​ .help_title { text-align: center; margin-top: 0.5em; } .help_title::after { border: none !important; } .help_row { display: flex; flex-direction: row; flex-flow: row wrap; justify-content: space-between; padding: 0; margin: 0 -5px 0 -5px; } .help_box { flex: 1; margin: 5px; min-width: 210px; padding: 0 10px 10px 10px; border: 1px solid; border-color: #e2e2e2; } .help_box h3 { /* Reset padding so is equal ac…”
 
(// Edit via Wikiplus)
 

(未显示2个用户的13个中间版本)

第3行: 第3行:
text-align: center;
text-align: center;
margin-top: 0.5em;
margin-top: 0.5em;
border: none !important;
}
}


第15行: 第16行:
justify-content: space-between;
justify-content: space-between;
padding: 0;
padding: 0;
margin: 0 -5px 0 -5px;
margin: 5px 0;
gap: 0.5em;
}

.help_row .help_row {
gap: 1em;
margin: 0 -0.5em -0.5em;
}
}


.help_box {
.help_box {
flex: 1;
flex: 1;
margin: 5px;
min-width: 210px;
min-width: 210px;
padding: 0 10px 10px 10px;
padding: 0 10px 10px 10px;
border: 1px solid;
border: 1px solid;
border-color: #e2e2e2;
border-color: #e2e2e2;
}

.help_box .help_box {
border: 0;
padding: 0;
margin: 0;
}
}


第32行: 第44行:
/* Padding left gets overridden by headanchor gadget */
/* Padding left gets overridden by headanchor gadget */
margin: 0.5em 0;
margin: 0.5em 0;
background: #eee;
background-color: #eee;
border-color: #ddd;
border-color: #ddd;
color: #222;
color: #222;
}

.orange .help_box {
border-color: #ffdd99;
background-color: #fdf6ef;
}

.orange .help_box h3 {
background-color: #ffdd99;
border-color: #f28500;
}
}


.green .help_box {
.green .help_box {
border-color: #cef2e0;
border-color: #cef2e0;
background: #f5fffa;
background-color: #f5fffa;
}
}


.green .help_box h3 {
.green .help_box h3 {
background: #cef2e0;
background-color: #cef2e0;
border-color: #a3bfb1;
border-color: #a3bfb1;
}
}



.blue .help_box {
.blue .help_box {
border-color: #cedff2;
border-color: #cedff2;
background: #f5faff;
background-color: #f5faff;
}
}


.blue .help_box h3 {
.blue .help_box h3 {
background: #cedff2;
background-color: #cedff2;
border-color: #a3b0bf;
border-color: #a3b0bf;
}
}
第60行: 第81行:
.purple .help_box {
.purple .help_box {
border-color: #ddcef2;
border-color: #ddcef2;
background: #faf5ff;
background-color: #faf5ff;
}
}


.purple .help_box h3 {
.purple .help_box h3 {
background: #ddcef2;
background-color: #ddcef2;
border-color: #afa3bf;
border-color: #afa3bf;
}
}
第91行: 第112行:


.help_box .items li {
.help_box .items li {
white-space: nowrap;
/* white-space: nowrap; */
}
}