|
|
| 第1行: |
第1行: |
| __NOTOC__ __NOTITLE__ <!-- 创意抄袭Wikipedia -->{{#css:
| | <strong>已安装MediaWiki。</strong> |
| .esu-hp-content {
| |
| overflow-x: auto;
| |
| overflow-y: auto;
| |
| background-color: rgb(255,240,240);
| |
| border-top-left-radius: 5px 5px;
| |
| border-top-right-radius: 5px 5px;
| |
| border-bottom-right-radius: 5px 5px;
| |
| border-bottom-left-radius: 5px 5px;
| |
| border-radius: 5px;
| |
| border-width: 1px;
| |
| border-style: solid;
| |
| padding: 10px;
| |
| border-color:rgba(255, 120 , 178, 0.1);
| |
| -webkit-box-flex: 1;
| |
| -ms-flex: 1;
| |
| flex: 1;
| |
| }
| |
|
| |
|
| .esu-overflow-visible {
| | 请查阅[https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents 用户指导]以获取使用本wiki软件的信息。 |
| overflow: visible !important;
| |
| }
| |
| .esu-hp-text-center {
| |
| text-align: center;
| |
| }
| |
|
| |
|
| .esu-hp-huge-text {
| | == 入门 == |
| font-size: 500%;
| | * [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings MediaWiki配置设置列表] |
| }
| | * [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ/zh-hans MediaWiki常见问题] |
| | | * [https://lists.wikimedia.org/postorius/lists/mediawiki-announce.lists.wikimedia.org/ MediaWiki发布邮件列表] |
| .esu-hp-title {
| | * [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources 本地化MediaWiki到您的语言] |
| color: black;
| | * [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam 了解如何在您的wiki上打击破坏] |
| background-image: none;
| |
| background-color: transparent;
| |
| font-weight: normal;
| |
| overflow-x: hidden;
| |
| overflow-y: hidden;
| |
| line-height: 1.3;
| |
| font-size: 1.5em;
| |
| text-align: left;
| |
| border-width: medium;
| |
| border-style: none none hidden;
| |
| margin: 1px;
| |
| padding: 1px;
| |
| padding-bottom: 4px;
| |
| -webkit-box-flex: 0;
| |
| -ms-flex: 0 0 auto;
| |
| flex: 0 0 auto;
| |
| }
| |
| | |
| .esu-hp-title .floatleft {
| |
| margin: 0;
| |
| }
| |
| | |
| .esu-hp-row {
| |
| display: -webkit-box;
| |
| display: -ms-flexbox;
| |
| display: flex;
| |
| -webkit-box-orient: horizontal;
| |
| -webkit-box-direction: normal;
| |
| -ms-flex-direction: row;
| |
| flex-direction: row;
| |
| -ms-flex-pack: distribute;
| |
| justify-content: space-around;
| |
| -webkit-box-align: stretch;
| |
| -ms-flex-align: stretch;
| |
| align-items: stretch;
| |
| -ms-flex-wrap: wrap;
| |
| flex-wrap: wrap;
| |
| }
| |
| | |
| .esu-hp-item {
| |
| max-width: 100%;
| |
| min-width: 320px;
| |
| vertical-align: top;
| |
| background-color: rgba(250, 120, 178, 0.5);
| |
| border-color: rgba(255, 120 , 178, 0.1);
| |
| border-width: 1px;
| |
| border-style: solid;
| |
| margin: 5px 1px;
| |
| border-radius: 5px;
| |
| -webkit-box-flex: 1;
| |
| -ms-flex: 1 1 0px;
| |
| flex: 1 1 0;
| |
| display: -webkit-box;
| |
| display: -ms-flexbox;
| |
| display: flex;
| |
| -webkit-box-orient: vertical;
| |
| -webkit-box-direction: normal;
| |
| -ms-flex-direction: column;
| |
| flex-direction: column;
| |
| }
| |
| | |
| .esu-hp-left {
| |
| justify-self: flex-start;
| |
| }
| |
| | |
| .esu-hp-right {
| |
| justify-self: flex-end;
| |
| }
| |
|
| |
| .esu-hp-zxr-container {
| |
| display: -webkit-box;
| |
| display: -ms-flexbox;
| |
| display: flex;
| |
| -webkit-box-align: center;
| |
| -ms-flex-align: center;
| |
| align-items: center;
| |
| -webkit-box-pack: space-evenly;
| |
| -ms-flex-pack: space-evenly;
| |
| justify-content: space-evenly;
| |
| -webkit-box-orient: horizontal;
| |
| -webkit-box-direction: normal;
| |
| -ms-flex-direction: row;
| |
| flex-direction: row;
| |
| }
| |
| | |
| @media( max-width: 1024px ){
| |
| .esu-hp-zxr-container {
| |
| -webkit-box-orient: vertical;
| |
| -webkit-box-direction: normal;
| |
| -ms-flex-direction: column;
| |
| flex-direction: column;
| |
| }
| |
| }
| |
| .esu-hp-zxr-text {
| |
| color: rgba(255, 0, 0, 0.546875);
| |
| font-family: 微软雅黑;
| |
| white-space: nowrap;
| |
| text-shadow: rgb(255, 255, 255) 0px 0px 5px, rgb(255, 255, 255) 0px 0px 10px, rgb(255, 255, 255) 0px 0px 15px, rgba(255, 0, 0, 0.746094) 0px 0px 40px, rgba(255, 0, 0, 0.796875) 0px 0px 70px;
| |
| border-width: 0;
| |
| border-style: solid;
| |
| }
| |
| | |
| #esu-topbanner {
| |
| background-color: rgba(247, 117, 175,0.8);
| |
| display: -webkit-box;
| |
| display: -ms-flexbox;
| |
| display: flex;
| |
| border-radius: 5px;
| |
| -webkit-box-pack: justify;
| |
| -ms-flex-pack: justify;
| |
| justify-content: space-between;
| |
| -webkit-box-align: center;
| |
| -ms-flex-align: center;
| |
| align-items: center;
| |
| padding: 0.5em 0;
| |
| }
| |
| #esu-topbanner .left{
| |
| text-align: center;
| |
| max-width: 280px;
| |
| -webkit-box-flex: 1;
| |
| -ms-flex: 1;
| |
| flex: 1;
| |
| }
| |
| #esu-topbanner .primary-title{
| |
| font-size:1.5em;
| |
| margin:0;
| |
| line-height:1.5;
| |
| text-shadow: rgb(255, 255, 255) 0px 0px 5px, rgb(255, 255, 255) 0px 0px 10px, rgb(255, 255, 255) 0px 0px 15px, rgba(225, 100, 150, 0.3) 0px 0px 40px, rgba(225, 100, 150, 0.3) 0px 0px 70px;
| |
| }
| |
| | |
| #esu-topbanner .secondary-title{
| |
| font-size: 0.9em;
| |
| }
| |
| | |
| #esu-topbanner .right{
| |
| padding: 0 0.5em;
| |
| }
| |
| | |
| #esu-topbanner .right p{
| |
| margin: 0;
| |
| }
| |
| | |
| #fallback-banner {
| |
| text-align:center;
| |
| background-color:rgb(247, 117, 175);
| |
| display: none;
| |
| }
| |
|
| |
| @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
| |
| .esu-hp-item{ display:block; }
| |
| }
| |
| | |
| .skin-minerva .esu-hp-content > table > tbody > tr > td:nth-child(1) {
| |
| display: block;
| |
| }
| |
| | |
| .skin-minerva .esu-hp-content > table > tbody > tr > td:nth-child(2) {
| |
| display: block;
| |
| }
| |
| .skin-minerva .esu-hp-content > table {
| |
| margin: 0;
| |
| }
| |
| | |
| }}<div id="fallback-banner">
| |
| <h3>
| |
| 你的浏览器都旧得生[[蛆]]了,如无法正常黑屁请立刻[https://google.cn/chrome/ 升级大脑]
| |
| </h3>
| |
| </div>
| |
| <div id="esu-topbanner">
| |
| <div class="left">
| |
| <div class="primary-title">恶俗维基</div>
| |
| <div class="secondary-title">恶俗的百科全书<br>
| |
| 共有[[Special:Statistics|{{NUMBEROFARTICLES}}]]个条目</div>
| |
| </div>
| |
| <div class="right">
| |
| [[file:Esu_icon_2018.png|64px|]]
| |
| </div>
| |
| </div>
| |
| | |
| <div class="esu-hp-row">
| |
| <div class="esu-hp-item">
| |
| <div class="esu-hp-title">
| |
| [[File:Announce.png|left|25px]]恶俗公告
| |
| </div>
| |
| <div class="esu-hp-content esu-hp-text-center">
| |
| {{Esu:Announcement}}
| |
| </div>
| |
| </div>
| |
| </div>
| |
| | |
| <div class="esu-hp-row">
| |
| <div class="esu-hp-item">
| |
| <div class="esu-hp-title">
| |
| [[File:good.png|left|25px]]C位出道
| |
| </div>
| |
| <div class="esu-hp-content">
| |
| {{Esu:Featured}}
| |
| </div>
| |
| </div>
| |
| </div><!--
| |
| <div class="esu-hp-row">
| |
| <div class="esu-hp-item">
| |
| <div class="esu-hp-title">
| |
| [[File:good.png|left|25px]]今日之星
| |
| </div>
| |
| <div class="esu-hp-content">
| |
| {{Esu:Latest}}
| |
| </div>
| |
| </div>
| |
| </div>-->
| |
| <div class="esu-hp-row">
| |
| <div class="esu-hp-item esu-hp-left">
| |
| <div class="esu-hp-title">
| |
| [[File:good.png|left|25px]]超级巨星
| |
| </div>
| |
| <div class="esu-hp-content">
| |
| {{Esu:Center}}
| |
| </div>
| |
| </div>
| |
| <div class="esu-hp-item esu-hp-right">
| |
| <div class="esu-hp-title">
| |
| [[File:Unknown.png|left|25px]]年度硬汉
| |
| </div>
| |
| <div class="esu-hp-content">
| |
| {{Esu:Annual}}
| |
| </div>
| |
| </div>
| |
| </div>
| |
| <div id="ASSPC" class="esu-hp-row">
| |
| <div class="esu-hp-item">
| |
| <div class="esu-hp-title">
| |
| [[File:Announce.png|left|25px]]广告
| |
| </div>
| |
| <div class="esu-hp-content esu-text-center esu-overflow-visible">
| |
| <center><esuad adv-id="5" style="height: 300px;"/></center>
| |
| </div>
| |
| </div>
| |
| </div>
| |
| <div class="esu-hp-row">
| |
| <div class="esu-hp-item">
| |
| <div class="esu-hp-title">
| |
| [[File:Dead.png|left|25px]][[陈乾|大便超人]]的[[Esu:灵堂|奇妙灵堂]]
| |
| </div>
| |
| <div>
| |
| <div class="esu-hp-content esu-hp-text-center esu-hp-huge-text esu-hp-zxr-container" style="background-color:black;color:red">
| |
| <div class="desktop-inline esu-hp-zxr-text">功在普宁</div>
| |
| <div class="desktop-inline esu-hp-zxr-text">[[File:黑白陈乾.jpg|200px|link=Esu:灵堂]]</div>
| |
| <div class="desktop-inline esu-hp-zxr-text">化屑仙逝</div>
| |
| </div>
| |
| </div>
| |
| </div>
| |
| </div>
| |
| | |
| <div class="esu-hp-row">
| |
| <div class="esu-hp-item">
| |
| <div class="esu-hp-title">
| |
| [[File:picture.png|left|25px]]高雅画廊
| |
| </div>
| |
| <div class="esu-hp-content">
| |
| {{Esu:Gallery}}
| |
| </div>
| |
| </div>
| |
| </div>
| |
| | |
| <div class="esu-hp-row">
| |
| <div class="esu-hp-item esu-hp-left">
| |
| <div class="esu-hp-title">
| |
| [[File:artical.png|left|25px]]高雅美文
| |
| </div>
| |
| <div class="esu-hp-content">
| |
| {{Esu:FeatText}}
| |
| </div>
| |
| </div>
| |
| <div class="esu-hp-item esu-hp-right">
| |
| <div class="esu-hp-title">
| |
| [[File:know.png|left|25px]]你知道吗
| |
| </div>
| |
| <div class="esu-hp-content">
| |
| {{Esu:DidYouKnow}}
| |
| </div>
| |
| </div>
| |
| </div>
| |
| <div class="esu-hp-row">
| |
| <div class="esu-hp-item">
| |
| <div class="esu-hp-title">
| |
| [[File:worlds.png|left|25px]]名言警句
| |
| </div>
| |
| <div class="esu-hp-content esu-text-center">
| |
| {{Esu:FeatRemark}}
| |
| </div>
| |
| </div>
| |
| </div>
| |
| | |
| <div class="esu-hp-row mobile-block">
| |
| <div class="esu-hp-item">
| |
| <div class="esu-hp-title">
| |
| [[File:know.png|left|25px]]手机版导航
| |
| </div>
| |
| <div class="esu-hp-content esu-text-center">
| |
| {{Esu:MobileNavigation}}
| |
| </div>
| |
| </div>
| |
| </div>
| |
| | |
| 欢迎通过左上方的导航访问其他页面。
| |
| | |
| {{#seo:
| |
| |title=恶俗Wiki - 恶俗的百科全书
| |
| |titlemode=append
| |
| |keywords=恶俗,恶俗维基,恶俗Wiki,恶俗维基关闭,恶俗维基网址,恶俗维基重开,新恶俗维基,反恶俗维基
| |
| }}
| |
| | |
| {{#description2:恶俗维基是一个可自由参与,揭露恶人恶行的耻辱柱,目前已经收录了超过{{NUMBEROFARTICLES}}个死妈废物,恶俗维基旨在揭露并记录事实,谨以被收录者为戒,切勿重蹈覆辙,遭人唾弃。}}
| |