User:Irukaza/common.css:修订间差异

H萌娘,万物皆可H的百科全书!
跳到导航 跳到搜索
imported>=海豚=
无编辑摘要
imported>=海豚=
(以“.CodeMirror { font-family: Microsoft YaHei!important; font-size: 14px!important; height: 400px!important; }”替换内容)
(未显示同一用户的221个中间版本)
第1行: 第1行:
.wds-dropdown {
.CodeMirror {
background-color:grey;
font-family: Microsoft YaHei!important;
border-color:grey;
font-size: 14px!important;
   display: inline-block;
height: 400px!important;
   position: relative;
}
.wds-dropdown__content {
   background-color: white;
   border: 1px grey;
   border-radius: 4px;
   color: black;
   display: none;
   left: 50%;
   min-width: 70%;
   padding: 7px 0;
   position: absolute;
   top: 100%;
   transform: translateX(-50%);
   z-index: 1;
}
.wds-dropdown__toggle {
text-decoration: none !important;
   border-bottom: 1px dotted gray;
   cursor: pointer;
   position: relative;
}
.wds-dropdown:before {
   border: 9px solid transparent;
   border-bottom: 9px solid black;
   margin-left: -9px;
}
.wds-dropdown:after, .wds-dropdown:before {
   bottom: -1px;
   content: "";
   display: none;
   height: 0;
   left: 50%;
   pointer-events: none;
   position: absolute;
   width: 0;
   z-index: 2;
}
.wds-dropdown:after {
   border: 8px solid transparent;
   border-bottom: 8px solid black;
   margin-left: -8px;
}
.wds-dropdown:after, .wds-dropdown:before {
   bottom: -1px;
   content: "";
   display: none;
   height: 0;
   left: 50%;
   pointer-events: none;
   position: absolute;
   width: 0;
   z-index: 2;
}
/* Add variant dropdown icon */
.wds-dropdown__toggle:before {
   content: url('https://images.wikia.com/zhwikia/images/1/1b/Chinese_conversion_icon_black.svg');
   margin-top: -8px;
   padding-right: 2px;
   display: inline-block;
   position: relative;
   bottom: -4px;
}
}

2021年11月7日 (日) 15:07的版本

.CodeMirror {
	font-family: Microsoft YaHei!important;
	font-size: 14px!important;
	height: 400px!important;
}