Difference between revisions of "User:桂の脌/Sandbox.css"

From Moegirlpedia
Jump to: navigation, search
m
m
 
Line 8: Line 8:
 
     /*height: 40px;*/
 
     /*height: 40px;*/
 
     line-height: 36px;
 
     line-height: 36px;
     background: rgba(0,0,0,0) linear-gradient(to right,rgba(250,205,137,0.8) 50%,transparent) repeat scroll 0 0;
+
     background: linear-gradient(to right,rgba(250,205,137,0.8) 50%,transparent) repeat scroll 0 0;
 
     color: #E36BB6;
 
     color: #E36BB6;
 
     border: 0;
 
     border: 0;

Latest revision as of 05:03, 10 September 2021

/* 内页标题 */
h2 {
    overflow: hidden;
    padding-left: 10px;
    font-weight: 600;
    font-size: 1.4em;
    font-family: Microsoft Ya Hei;
    /*height: 40px;*/
    line-height: 36px;
    background: linear-gradient(to right,rgba(250,205,137,0.8) 50%,transparent) repeat scroll 0 0;
    color: #E36BB6;
    border: 0;
    /*border: 2px solid #E36BB6;*/
}
@media screen and (min-width: 982px){
	.mw-body{
		background-color: rgba(255,255,255,0.7);
	}
}
/*
mw-body, parsoid-body {
	background-color: rgba(255,255,255,0.7);
}*/