Difference between revisions of "User:桂の脌/Sandbox.css"
< User:桂の脌
(桂の脌 changed the content model of the page User:桂の脌/Sandbox.css from "CSS" to "Sanitized CSS") (Tag: content model change) |
m |
||
(6 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
/*height: 40px;*/ | /*height: 40px;*/ | ||
line-height: 36px; | line-height: 36px; | ||
− | background: rgba( | + | background: linear-gradient(to right,rgba(250,205,137,0.8) 50%,transparent) repeat scroll 0 0; |
color: #E36BB6; | color: #E36BB6; | ||
− | /*border: 2px solid # | + | 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); | ||
+ | }*/ |
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); }*/