帮助:Test/styles.css:修订间差异

跳到导航 跳到搜索
(修改)
(修改)
第291行: 第291行:
font-weight: bolder;
font-weight: bolder;
margin-top: 5px;
margin-top: 5px;
color: #005AB5;
color: #b8b800;
text-shadow: 0px 0px 10px #b8b800;
text-shadow: 0px 0px 10px #e8df31;
}
}
h2 .mw-headline {
h2 .mw-headline {
第299行: 第299行:
h2 .mw-headline::after {
h2 .mw-headline::after {
content: '';
content: '';
background: linear-gradient(90deg,#b8b800, #e8df31 90%, transparent );
background: linear-gradient(90deg,#e8df31, #fcf89f 90%, transparent );
display: block;
display: block;
margin: -30px 0px 0px -30px;
margin: -30px 0px 0px -30px;
第309行: 第309行:


h3 .mw-headline {
h3 .mw-headline {
color: #1568A2;
color: #fcf89f;
font-size: 120%;
font-size: 120%;
padding: 0 10px;
padding: 0 10px;
border-bottom: solid 2px #b8b800;
border-bottom: solid 2px #fcf89f;
}
}
   
   
h4 .mw-headline {
h4 .mw-headline {
border-left: solid 10px #b8b800;
border-left: solid 10px #fcf89f;
color: rgba(201, 201, 66,1.00);
color: rgba(252, 248, 159,1.00);
padding-left: 7px;
padding-left: 7px;
position: relative;
position: relative;