帮助:Test/styles.css:修订间差异

跳到导航 跳到搜索
(修改)
(修改)
第201行: 第201行:




/* 折叠窗优化 */
/*table */
  .stubborn>table {
  .stubborn>table {
border-radius: 15px;
border-radius: 15px;
border: transparent;
border: transparent;
overflow: hidden;
overflow: hidden;
background-color: transparent;
}
}


第213行: 第214行:
color:#0b7698;
color:#0b7698;
border-radius: 4px;
border-radius: 4px;
background-color: rgba(161, 212, 218, 0.0);
background-color: transparent;
}
}
   
   
第220行: 第221行:
margin:0.5em 2%;
margin:0.5em 2%;
border: transparent;
border: transparent;
background-color: transparent;
}
}
   
   
#ost .song_length {
#ost .song_length {
border: transparent;
border: transparent;
background-color: transparent;
}
}
   
   
.wikitable td {
.wikitable td {
border: transparent;
border: transparent;
background-color: rgba(135, 206, 235, 0.0);
background-color: transparent;
}
}


table.wikitable {
table.wikitable {
border: transparent;
border: transparent;
background-color: transparent;
}
}
   
   
第238行: 第242行:
height: auto;
height: auto;
border: transparent;
border: transparent;
background-color: transparent;
}
}
   
   
table.wikitable > tr > th, table.wikitable > * > tr > th {
table.wikitable > tr > th, table.wikitable > * > tr > th {
background-color: rgba(135, 206, 235, 0.0);
background-color: transparent;
border: transparent;
border: transparent;
}
}
/* 折叠窗展开文字修改处 */
.mw-collapsible-text {
border: transparent;
color: rgb(135, 206, 235);;
}
table.wikitable tbody{
border: transparent;
display: contents;
}
div.mw-customtoggle {
border: transparent;
padding: 3px 0.4em;
}/* 点击展开收起 通常 */
span.mw-customtoggle {
border: transparent;
color: rgba(135, 206, 235, 0.0);
padding: 3px 0.2em;
}/* 点击展开收起 内联 */
span.mw-customtoggle:hover,span.mw-customtoggle:focus {
font-weight:bold;
border: transparent;
transition: border 1s;
}/* 点击展开收起 内联 */


/*标题风格化*/
/*标题风格化*/
第401行: 第374行:
}
}
   
   
/* 媒体适配 */
@media screen and (max-width: 960px) {
table.wikitable {
margin: 0.5em 0;
background:Transparent;
}
table.wikitable tbody{
display: inline-block;
}
#ost .wikitable {
text-align:left;
width:auto!important;
}
}
/* [[分类:CSS页面]] */
/* [[分类:CSS页面]] */