“MediaWiki:Mobile.css”与“Help:沙盒”:页面之间的差异

H萌娘,万物皆可H的百科全书!
(页面间差异)
跳到导航 跳到搜索
imported>=海豚=
无编辑摘要
 
imported>Zyksnowy
无编辑摘要
 
第1行: 第1行:
/* 放置于这里的CSS将影响使用移动版网站 用户 */
  這是H醬 沙盒醬, 前還不會被經常清空。。
@media screen and (max-width: 640px) {
  body {
   font-size: small;
  }
  .wikitable,
  .infobox {
   font-size: x-small
  }
}
/* 懒加载渐入 */
.lazyload,
.lazyloading {
opacity: 0;
}
.lazyloaded {
opacity: 1;
transition: opacity 300ms;
}
/* 导航菜单样式 */
nav ul li a {
   box-shadow: inset 0 0 0 #F4C430;
   transition: all 0.1s ease-in !important;
}
nav ul li a:hover {
   box-shadow: inset 7px 0 0 #F4C430;
}
nav .mw-parser-output ul li a {
   font-weight: bold;
   line-height: 1.857;
}
nav .mw-parser-output ul li a > i {
   margin-right: 0.76em;
   font-size: 1.4em;
   vertical-align: middle;
   width: 24px;
   text-align: center;
}
/* 隐藏登录后的首页欢迎语 */
body.page-Main_Page.is-authenticated .pre-content {
  display: none !important;
}
/* 黑幕 */
.heimu, .heimu a, a .heimu, .heimu a.new {
   background-color: #252525;
   color: #252525;
   text-shadow: none;
}
.heimu:hover, .heimu:active,
.heimu:hover .heimu, .heimu:active .heimu {
   color: white !important;
}
.heimu:hover a, a:hover .heimu,
.heimu:active a, a:active .heimu {
   color: lightblue !important;
}
.heimu:hover .new, .heimu .new:hover, .new:hover .heimu,
.heimu:active .new, .heimu .new:active, .new:active .heimu {
   color: #BA0000 !important;
}
/*  录样式 */
.client-js .toc-mobile {
   background-color: #F5F5F5 !important;
   border: solid 0px transparent !important;
   border-left: 4px solid #f4c430 !important;
}
/* 页顶提示模板相关 */
#commonBoxInfo {
   color: #f00;
   font-weight: bold;
   text-align: center;
}
#commonBoxList > .commonBoxButton {
   display: inline-block;
   border-bottom: 3px solid #000;
   width: 40px;
   height: 40px;
   background: #fff 50% 50% no-repeat;
   background-size: contain;
   cursor: pointer;
   transition: opacity .5s;
}
#commonBoxList.open > .commonBoxButton {
   opacity: .1;
}
#commonBoxList.open > .commonBoxButton.current {
   opacity: 1;
}
/* infoBox */
.infoBox {
   margin: 0 auto;
   clear: both;
}
.infoBoxTitle {
   margin: 3px auto;
   padding: 0;
   text-align: center;
   font-weight: bold;
}
.infoBoxIcon {
   display: table-cell;
   padding: 2px 0 2px 0.5em;
   vertical-align: middle;
}
@media screen and (min-width: 640px) {
   .content .infoBoxIcon a > img {
     max-width: none!important;
   }
}
.infoBoxText {
   display: table-cell;
   padding: 0.25em 0.5em 0.25em 1.3em;
   width: 100%;
   vertical-align: middle;
}
.infoBoxContent {
   border: 1px solid #ddd;
   border-left-width: 0;
   background: #fbfbfb;
}
.infoBoxBelow {
   margin: 0 auto;
   padding: 0;
   text-align: center;
}
/* 通知样式 */
.mw-echo-ui-notificationsInboxWidget-toolbarWrapper {
  background: transparent !important;
}
.overlay-header h2 > * {
  color:#333 !important;
}
.notification-count {
   background: transparent !important;
}
/* 隐藏移动端页面底部的讨论按钮 */
.talk {
  display: none !important;
}
/* 界面底部样式 */
.minerva-footer {
   background-image: linear-gradient(-45deg,#f4c430 10px,transparent 11px);
}
/*热门评论*/
.comment-container-top>div:not(.comment-thread) {
   background-color: #f4c430 !important;
   color: white !important;
   font-weight: bolder !important;
}
.comment-thread.comment-popular {
   background-color: #FFFAF0 !important;
}


/* 评论边距 */
[[JUNKLAND2]]
.comment-container-top,
[[秋色正浓的夕阳色商店街]]https://danbooru.donmai.us/posts/1000734?tags=stealth_sex
.comment-container {
sumeragi_ryouko_no_bitch_na_1_nichi
margin-left: 2% !important;
  四葉妹妹!
margin-right: 2% !important;
}
/* 缩小显示表格 */
table.scaletable {
transform: scale(0.5);
transform-origin: top left;
width: 200% !important;
}
/* 使行宽占满表格 */
th.fullline,
td.fullline {
width: 850px;
}
/* 表格强制不换行,使用最小字体 */
.wikitable {
  white-space: nowrap;
}


table.wraptable {
  キスと魔王と紅茶~Kiss×Lord×Darjeeling~
  white-space: normal;
}
/* 表格内图片设置最小宽度*/
.wikitable img {
  min-width: 24px;
}
/* 修复单元格莫名空行 */
td {
   vertical-align: middle;
}
/* 修复子页面列表和common-box宽度不足 */
.mw-prefixindex-list-table,
.common-box {
   width: 100%!important;
}
/* 侧边栏和替换logo图片隐藏 */
#sidebar-character,
#wglogo {
   display: none;
}
/* 导航条 */
#breadcrumb {
   font: bold 18px Arial, Helvetica, sans-serif;
   color: black;
   border: solid 1px rgb(204, 204, 204);
   width: 100%;
   overflow: hidden;
   margin: 0;
   padding: 0 0 .5em 0;
}
#breadcrumb span {
   list-style-type: none;
   float: left;
   padding-left: 10px;
}
#breadcrumb span:after {
   content: "·"
}
#breadcrumb span:last-child:after {
   content: "";
}
#breadcrumb a {
   text-align: center;
   vertical-align: middle;
   display: inline-block;
   padding-right: 15px;
   text-decoration: none;
   color: #454545!important;
}
.home {
   border: none;
   margin: 8px 0;
}
.header-container {
   background-color: #f4c430 !important;;
}


nav ul li a:hover {
牝トロ痴漢線 ~快楽嬢射案内~ (Metro Chikan-Sen ~Kairaku-Jousha Annai~)
   box-shadow: inset 5px 0 0 0 #f4c430;
   text-decoration: none;
}


/* 注释文字 */
https://www.youtube.com/watch?v=_rZCofcCbc0
sup.mobileref {
   display:none;
}
sup.mobileref:after {
   content: " (" attr(title) ")";
   display: inline;
}
/* code 内边距修复 */
code {
   padding: 3px
}
/* Tabs */
.tab .TabLabelText {
   border-top: 3px solid transparent;
   padding: 1px;
   background: #fff;
   border-left: 1px solid transparent;
   border-right: 1px solid transparent;
   cursor: pointer;
   flex: none;
}
.tab .TabLabel {
   z-index: 2;
   position: sticky;
   top: 0;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   -o-user-select: none;
   user-select: none;
   display: flex;
   flex-wrap: wrap;
   background-color: white;
}
.tab .TabLabelText.selected {
   border-top: 3px solid green;
   padding: 1px;
   background: white;
   border-left: 1px solid #aaa;
   border-right: 1px solid #aaa;
}
.tab .TabContent {
   background: white;
   padding: 20px 30px;
   position: relative;
   z-index: 1;
   border: 1px solid #aaa;
}
.tab .TabContentText {
   display: none;
}
.tab .TabContentText.selected {
   display: block;
}
.Tabs .Tab {
   border-bottom: 1px solid #aaa;
}
.Tabs .Tab:first-child {
   border-top: 1px solid #aaa;
}
.Tabs .Tab .TabLabelText {
   padding: 7px;
}
.Tabs .Tab .TabContentText {
   padding: 3px;
}
/* wikitable green */
table.wikitable-green {
   background: #c9f6e1
}
.wikitable-green th {
   background: #13ec93
}
.wikitable-green td {
   background: #f3f3f3
}
/* wikitable border */
#content.content table.wikitable {
   border: none;
}
/* 大家族模板 */
.navbox th, .navbox-group {
   background: #a5e4a5;
}
/* 来个高优先级的 */
body .content .navbox {
   display: table!important;
}
.navbox .content table {
   width: 100% !important;
}
.navbox {
   border: 1px solid #aaa;
   clear: both;
   padding: 1px;
   text-align: center;
   width: 100%;
}
.navbox-group {
   white-space: nowrap;
}
.navbox table {
   width: 100% !important;
   margin: 0 !important;
}
.navbox-subgroup .navbox-group {
   background: #e6f6e6;
}
.navbox-title > div:first-of-type {
   display: none;
}
/* Fix by case : Rev 1327309 ([[Special:Permalink/1327309]])
   Address alignment issue of nested tabs in Navbox */
.navbox .TabLabel {
   text-align: left;
}
@media screen and (max-width: 640px) {
   .navbox-group {
     display: block;
   }
   .navbox-group + * {
     display: block;
     width: 100%;
     border-left: 1em solid #a5e4a5 !important;
     padding-left: 3px !important;
     padding-top: 3px !important;
     box-sizing: border-box;
   }
   .navbox-subgroup .navbox-group + * {
     border-left: 1em solid #e6f6e6 !important;
   }
}


.GUP_Item_Title_Cell {
インフィニット・ストラトス (IS)
   width: 5em;
 
   background-color: #FFCCCC;
A 2009 light novel series by Yumi
   white-space: nowrap;
 
   padding: 0.438em 0.625em;
 
   vertical-align: top;
tsuki possession 14
   text-align: left;
 
}
boku to gonee to umi no year!! 16
.Infobox_GUP tr {
 
   border: 1px solid #a2a9b1;
Copyrights
}
? bishoujo mangekyou 214
.Infobox_GUP td {
 
   vertical-align: top;
idu.com/s?wd=tsuki+possession+14+boku+to+gonee+to+umi+no+year!!+16+Copyrights+%3F+bishoujo+mangekyou+214+https%3A%2F%2Fdanbooru.donmai.us%2Fposts%3Fpage%3D11%26tags%3Dstealth_sex&ie=UTF-8
   padding: 0.438em 0.625em;
 
}
Copyrights
/* 修复用户页欢迎辞覆盖编辑框的bug */
? aki no urara no akane-iro shoutengai 82
.overlay.visible {
 
   z-index: 999;
Copyrights
}
? uwaki tsuma 2
/* Fix by case: Tracklist doesn't display on mobile devices due to inappropriate margin configuration  */
 
.tracklist {
Copyrights
   margin:0 !important;
? witchblade 422
}
 
/*{{Infobox Ooarai team}、{{GUP人物信息}}移动版CSS。*/
Copyrights
.Infobox_GUP {
? aniyome 7
   text-align: left;
----
   font-size: small;
https://danbooru.donmai.us/posts/2530971?tags=stealth_sex+animated
   line-height: 1.5em;
 
   border: 1px solid #a2a9b1;
https://danbooru.donmai.us/posts?utf8=✓&tags=under_kotatsu+SEX&ms=1
   background-color: #FFFFFF;
 
   float: right;
[[脚伸过桌子]]
}
https://danbooru.donmai.us/posts?tags=footjob+under_table
.GUP_Title_Cell {
大概鎖定了
   text-align: center;
----
   padding: 0.25em 0.33em 0.33em;
https://danbooru.donmai.us/posts/98170?tags=stealth_sex
   line-height: 1.2em;
 
   font-size: 1.25em;
https://danbooru.donmai.us/posts/65913?tags=stealth_sex
   background-color: #FF9999;
 
   color: #FFFFFF;
discreet_partner under_desk
}
 
.GUP_Subtitle_Cell {
結束,,
   text-align: center;
 
   background-color: #FF9999;
https://danbooru.donmai.us/posts/1218906?tags=stealth_sex https://danbooru.donmai.us/posts?tags=smirk
   color: #FFFFFF;
 
   font-size: 100%;
差點以為是 https://chan.sankakucomplex.com/?tags=slight_smile&commit=Search
   padding: 0.438em 0.625em;
}
.GUP_Item_Title_Cell {
   width: 5em;
   background-color: #FFCCCC;
   white-space: nowrap;
   padding: 0.438em 0.625em;
   vertical-align: top;
   text-align: left;
}
.Infobox_GUP tr {
   border: 1px solid #a2a9b1;
}
.Infobox_GUP td {
   vertical-align: top;
   padding: 0.438em 0.625em;
}

2017年3月2日 (四) 04:43的版本

這是H醬的沙盒醬,目前還不會被經常清空。。

JUNKLAND2 秋色正浓的夕阳色商店街https://danbooru.donmai.us/posts/1000734?tags=stealth_sex sumeragi_ryouko_no_bitch_na_1_nichi 四葉妹妹!

キスと魔王と紅茶~Kiss×Lord×Darjeeling~

牝トロ痴漢線 ~快楽嬢射案内~ (Metro Chikan-Sen ~Kairaku-Jousha Annai~)

https://www.youtube.com/watch?v=_rZCofcCbc0

インフィニット・ストラトス (IS)

A 2009 light novel series by Yumi


tsuki possession 14
boku to gonee to umi no year!! 16

Copyrights ? bishoujo mangekyou 214

idu.com/s?wd=tsuki+possession+14+boku+to+gonee+to+umi+no+year!!+16+Copyrights+%3F+bishoujo+mangekyou+214+https%3A%2F%2Fdanbooru.donmai.us%2Fposts%3Fpage%3D11%26tags%3Dstealth_sex&ie=UTF-8

Copyrights ? aki no urara no akane-iro shoutengai 82

Copyrights ? uwaki tsuma 2

Copyrights ? witchblade 422

Copyrights ? aniyome 7


https://danbooru.donmai.us/posts/2530971?tags=stealth_sex+animated

https://danbooru.donmai.us/posts?utf8=✓&tags=under_kotatsu+SEX&ms=1

脚伸过桌子 https://danbooru.donmai.us/posts?tags=footjob+under_table 大概鎖定了


https://danbooru.donmai.us/posts/98170?tags=stealth_sex

https://danbooru.donmai.us/posts/65913?tags=stealth_sex

discreet_partner under_desk

結束,,

https://danbooru.donmai.us/posts/1218906?tags=stealth_sex https://danbooru.donmai.us/posts?tags=smirk

差點以為是 https://chan.sankakucomplex.com/?tags=slight_smile&commit=Search