更多操作
小无编辑摘要 |
小无编辑摘要 |
||
第100行: | 第100行: | ||
} |
} |
||
/* title弹射 |
/* title弹射 */ |
||
span[title]:hover:after { |
span[title]:hover:after { |
||
background-color: |
background-color: #889b; |
||
⚫ | |||
content:attr(title); |
|||
border: 1px solid #eee; |
|||
⚫ | |||
⚫ | |||
padding:1px 3px; |
|||
font-size:11px; |
|||
position:relative; |
|||
top:-9px |
|||
} */ |
|||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
content: attr(title); |
content: attr(title); |
||
color: # |
color: #fff; |
||
font-size:12px; |
font-size:12px; |
||
line-height: 22px; |
line-height: 22px; |
||
第127行: | 第116行: | ||
z-index: 1; |
z-index: 1; |
||
} |
} |
||
span[title= |
span[title=東]:hover:after { |
||
background-color: # |
background-color: #b86b!important; |
||
color: |
/* background-color:#9a6a38; */ |
||
⚫ | |||
} |
} |
||
span[title=萌]:hover:after { |
span[title=萌]:hover:after { |
||
background-color: #080b!important; |
background-color: #080b!important; |
||
⚫ | |||
border-radius: 12px!important; |
|||
} |
} |
||
span[title= |
span[title=淫]:hover:after { |
||
background-color: # |
background-color: #808b!important; |
||
color: #fff!important; |
|||
border-radius: 12px!important; |
|||
/* background-color:#9a6a38; */ |
|||
} |
} |
||
span[title |
span[title=维]:hover:after { |
||
⚫ | |||
} |
|||
span[title^="5chwiki的"]:hover:after,span[title^="@WIKI的"]:hover:after,span[title^="ピクシブ百科事典的"]:hover:after,span[title^="ニコニコ大百科的"]:hover:after { |
|||
display:none; |
display:none; |
||
} |
|||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
box-shadow: 0 2px 6px #5203; |
|||
⚫ | |||
margin: -.6em; |
|||
} |
} |
||
第171行: | 第165行: | ||
/* i play 2 css */ |
/* i play 2 css */ |
||
a[class |
a[class*="edit"],a[href^="/wiki/"] { |
||
text-decoration: none; |
text-decoration: none; |
||
transition: .5s ease; |
transition: .5s ease; |
||
border-bottom: 9px dotted #0000;} |
border-bottom: 9px dotted #0000;} |
||
a[class |
a[class$="edit"]:hover,a[href^="/wiki/"]:hover { |
||
text-decoration: none!important; |
text-decoration: none!important; |
||
color: #8f3000; |
color: #8f3000; |
2018年7月21日 (六) 15:23的版本
body {/* 暂时全局设为雅黑 */
font-family: "Helvetica Neue",Helvetica,"Microsoft Yahei",Arial,sans-serif;
}
rt {
font-size:62.5%;
}
blockquote {
padding: .8em 1em;
margin: 0 16em 0 1em;
font-size: unset!important;
}
blockquote:before {
content: open-quote;
color: #ddd;
z-index: -1;
margin-top: -.3em;
position: absolute;
font: bold 9em arial;
}
blockquote:after {
content: close-quote;
color: #ddd;
z-index: -1;
margin-top: -.3em;
position: absolute;
right: 5%;
font: bold 9em arial;
}
.WikiaArticle dl {
border-radius:8px;
border-left: 4px solid #c5d4c5;
}
.WikiaArticle dt {
font-weight: unset;
border-left: 4px solid transparent;
}
.WikiaArticle dd {
font-size: 87.5%;
}
a.mw-redirect {
color: #009688;
}
.allpagesredirect a.mw-redirect {
color: silver;
font: normal small-caps small sans-serif;
}
.WikiaArticle h3 {
border-bottom: 1px solid #ECEFF1;
margin-left: .5em;
}
.WikiaArticle ul {
list-style: disc;
}
/* i play a css */
/*body{
counter-reset: section;
}*/
.WikiaPage h1:hover:after, .WikiaPage h3:hover:after{position: absolute;}
/*.WikiaPage h1{
counter-reset: subsection;
}*/
.WikiaPage h1:hover:after{
content:"\2764";
color:#e1cebb;
font-size:.5em ;
}
/*.WikiaPage h2:before{
counter-increment:section;
content:counter(section)"\B6";color:gray;font-size:.8em;
}
.WikiaPage h3:before{
counter-increment:subsection;
content: counter(section) "." counter(subsection)"\B6";color:gray;font-size:.8em;
}*/
.WikiaPage h3:hover:after{
content:"\B6";color:#e1cebb;font-size:.6em;
}
/* 气泡尖儿修复 */
.SpeechBubble .speech-bubble-message:before {top: 44px;}
.SpeechBubble .speech-bubble-message:after {top: 45px;z-index: unset;}
/* 底下一大块占着有什么用?砍了 */
.wds-global-footer {
display: none;
}
/* 修正火狐下的表格边框 */
.article-table, .article-table th, .article-table td {
border: 1px #ccc solid;
}
/* 表格满行 */
.article-table {
width: 100%;
}
/* title弹射 */
span[title]:hover:after {
background-color: #889b;
border-radius: 15px;
border: 1px solid #eee;
box-shadow: 0 2px 6px #5555;
content: attr(title);
color: #fff;
font-size:12px;
line-height: 22px;
margin: -1em 0;
padding: 0 5px;
position: absolute;
white-space: nowrap;
z-index: 1;
}
span[title=東]:hover:after {
background-color: #b86b!important;
/* background-color:#9a6a38; */
}
span[title=萌]:hover:after {
background-color: #080b!important;
}
span[title=淫]:hover:after {
background-color: #808b!important;
}
span[title=维]:hover:after {
background-color: #888b!important;
}
span[title^="5chwiki的"]:hover:after,span[title^="@WIKI的"]:hover:after,span[title^="ピクシブ百科事典的"]:hover:after,span[title^="ニコニコ大百科的"]:hover:after {
display:none;
}
span[style^="cursor:help"]:hover:after {
background-color: #ffdb;
border-radius: 2px;
border: 1px solid #db3;
box-shadow: 0 2px 6px #5203;
color: #521a;
margin: -.6em;
}
/* 全局链接 */
a {
text-decoration: overline dotted #0000;
transition: .8s ease;
}
a:hover {
text-decoration: overline dashed;
}
/* 呈现代码样式 */
code {
background-color: #ddd3;
border: 2px dashed #ddd;
padding: 0 3px 2px;
word-wrap: normal;
border-radius: 3px;
}
.WikiaArticle pre {
background-color: #ddd3;
border: 2px dashed #ddd;
line-height: unset;
}
/* i play 2 css */
a[class*="edit"],a[href^="/wiki/"] {
text-decoration: none;
transition: .5s ease;
border-bottom: 9px dotted #0000;}
a[class$="edit"]:hover,a[href^="/wiki/"]:hover {
text-decoration: none!important;
color: #8f3000;
border-bottom: 3px solid #d0a77c;}
/* 修正上面所导致的问题 */
a[data-tracking] {
border-bottom: unset;
}
a[data-tracking]:hover {
border-bottom: unset;
}
.wds-community-header .wds-button.wds-is-secondary {
border-bottom: inset 1px;
}