传奇殿堂/styles.css:修订间差异

跳到导航 跳到搜索
添加698字节 、​ 2022年6月2日 (星期四)
分类
无编辑摘要
(分类)
 
(未显示同一用户的45个中间版本)
第3行: 第3行:
.infobox2 img {
.infobox2 img {
width:100%; max-width:312px !important; height:auto;
width:100%; max-width:312px !important; height:auto;
}
/*目录在宽屏下改为两栏显示(暂不使用)
@media screen and (min-width:1000px) {
.toc ul {
column-count: 2;
}
.toc ul > li > ul {
column-count: 1;
}
.toctoggle {
float: right;
}
}
*/
/*移除信息栏中目录的边框*/
.tochidden, .toctoggle {
}
.toc {
    transition: 5s;
border: transparent;
background-color: rgba(161, 212, 218, 0.5);
}
.toc:hover {
border: transparent;
background-color: rgba(161, 212, 218, 0.0);
}
.toc-close .toc {
    max-height: 70px;
}
.toc-open .toc {
    max-height: 400px;
}
}
/*移除信息栏中tab的边框*/
/*移除信息栏中tab的边框*/
第8行: 第46行:
border:0;
border:0;
}
}
/** 无序列表前置样式 **/
ul {
list-style: none;
}
ul > li::before {
content: "⭐";
}
#toc ul > li::before {
    content: "";
    display: none;
}
ul > li.gallerybox::before {
    content: "";
    display: none;
}
   
   
h3:hover,h4:hover,h3:focus,h4:focus{
h3:hover,h4:hover,h3:focus,h4:focus{
第14行: 第73行:
}
}


 
/*渐层底线*/
 
h2 {
h2 .mw-headline::before {
overflow: visible;
content: '✯';
font: 700 1.6em sans-serif;
    border-bottom: none;
margin-top: 1.6em;
}
}
/*h2 {
}*/
/*鼠标没移上去前的字体颜色*/
/*鼠标没移上去前的字体颜色*/
h2 {
h2 {
border-bottom: 1.2px solid #90B5E2!important;
display: inline-block;
color:#68aee3;
color:#68aee3;
font-family: sans-serif;
font-family: sans-serif;
text-shadow:1px 0 #ccedf2, 0 1px #ccedf2, -1px 0 #ccedf2, 0 -1px #ccedf2, 0.5px 0.5px #ccedf2, 0.5px -0.5px #ccedf2, -0.5px 0.5px #ccedf2, -0.5px -0.5px #ccedf2;
text-shadow: 0.1em 0.1em #FFFFF4
transition:all 0.5s ease;
}
}
/*鼠标移上去后的字体颜色*/
/*鼠标移上去后的字体颜色*/
第38行: 第94行:


/*渐层底线*/
/*渐层底线*/
h2 .mw-headline {
h2 .mw-headline {
display: inline-block;
display: inline-block;
color: #005AB5;
text-shadow: 0.1em 0.1em #FFFFF4
text-shadow: 0.1em 0.1em #FFFFF4
}
}
h2 .mw-headline::after {
h2 .mw-headline::after {
content: '';
content: '';
第132行: 第189行:
需使用<div class="AmeroBg" style="padding-top:1px"> 内容 </div>*/
需使用<div class="AmeroBg" style="padding-top:1px"> 内容 </div>*/
.AmeroBg, .AmeroTalk {
.AmeroBg, .AmeroTalk {
color: #004B97;
color: #C1272D;
padding: 1px 3em 2em;
padding: 1px 3em 2em;
background: rgba(199,221,241,0.2);
background: rgba(247, 221, 154,0.2);
border-radius: 10px;
border-radius: 10px;
border: 1px solid #ddd;
border: 1px solid #C1272D;
/*1px solid #ddd 原本框线配色
background: rgba(201, 227, 255,0.2);*/
margin: 1em auto;
margin: 1em auto;
max-width: 1080px;
max-width: 1080px;
第298行: 第357行:
}
}
}
}
/* [[Category:在主名字空间下的CSS页面]] */
/* [[分类:CSS页面]] */
15,321

个编辑

导航菜单