|
|
| 第1行: |
第1行: |
| {{#css:
| |
| .esu-hp-content {
| |
| overflow-x: auto;
| |
| overflow-y: auto;
| |
| background-color: rgb(245, 250, 255);
| |
| 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: rgb(223, 223, 223);
| |
| -webkit-box-flex: 1;
| |
| -ms-flex: 1;
| |
| flex: 1;
| |
| }
| |
| .esu-hp-text-center {
| |
| text-align: center;
| |
| }
| |
| .esu-hp-huge-text {
| |
| font-size: 500%;
| |
| }
| |
| .esu-hp-title {
| |
| color: black;
| |
| 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(175, 212, 255, 0.496094);
| |
| border-color: rgba(215, 234, 255, 0.496094);
| |
| border-width: 4px;
| |
| 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(63, 126, 255, 0.496094);
| |
| 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(0, 255, 220, 0.246094) 0px 0px 40px, rgba(0, 255, 220, 0.246094) 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: #ff0000;
| |
| display: none;
| |
| }
| |
| @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
| |
| .esu-hp-item {
| |
| display: block;
| |
| }
| |
| }
| |
| }}
| |
| <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_2025.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]][[新月维基|'''恶俗巨星''']]
| |
| </div>
| |
| <div class="esu-hp-content">
| |
| {{Esu:Current}}
| |
| </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:FeaturedSpecial0}}
| |
| </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 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 class="esu-hp-row">
| |
| <div class="esu-hp-item">
| |
| <div class="esu-hp-title">
| |
| [[File:Dead.png|left|25px]][[茂名市茂南区公检法政]]的[[部督“1902136”专案|奇妙灵堂]]
| |
| </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:Yhdkxj.png|200px]]</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:Good.png|left|25px]][[恶俗狗维基|招聘请示]]
| |
| </div>
| |
| <div>
| |
| <div class="esu-hp-content esu-hp-text-center esu-hp-huge-text esu-hp-zxr-container" style="background-color:pink;color:white">
| |
| <div class="desktop-inline esu-hp-zxr-text">[[File:Ad.jpeg|1000px]]</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> |
| <div class="esu-hp-item esu-hp-right"> | | <div class="esu-hp-item esu-hp-right"> |
| 第309行: |
第21行: |
|
| |
|
| <div class="esu-hp-row mobile-block"> | | <div class="esu-hp-row mobile-block"> |
| <div c5lass="esu-hp-item"> | | <div class="esu-hp-item"> |
| <div class="esu-hp-title"> | | <div class="esu-hp-title"> |
| [[File:know.png|left|25px]]手机版导航 | | [[File:know.png|left|25px]]手机版导航 |
| 第318行: |
第30行: |
| </div> | | </div> |
| </div> | | </div> |
| | |
| 欢迎通过左上方的导航访问其他页面。 | | 欢迎通过左上方的导航访问其他页面。 |
| | |
| {{#seo: | | {{#seo: |
| |title=恶俗Wiki - 恶俗的百科全书 | | |title=恶俗Wiki - 恶俗的百科全书 |