MediaWiki:Gadget-site-styles.css:修订间差异

删除4,011字节 、​ 2021年5月27日 (星期四)
// Edit via InPageEdit
无编辑摘要
(// Edit via InPageEdit)
第651行:
}
 
/* Portable InfoboxHeimu */
.pi-section-navigation .pi-section-tab:hover .pi-section-label, .pi-section-navigation .pi-section-tab:hover .pi-section-navigation .pi-section-label, .pi-section-navigation .pi-section-navigation .pi-section-label, .pi-section-navigation .pi-section-navigation .pi-section-label, .pi-section-navigation .pi-section-tab:hover .pi-section-label, .pi-section-tab:hover .pi-section-label, .pi-section-label, .pi-section-label {
color: #088488;
}
 
.pi-section-label {
align-items: center;
display: inline-flex;
font-size: 12px;
font-weight: 700;
height: 40px;
margin: 0 11px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
transition: color .1s;
white-space: nowrap;
}
 
.pi-section-tab.pi-section-active {
box-shadow: inset 0 -2px 0 0 #006cb0;
}
 
.pi-section-tab, .wds-tabs__tab {
cursor: default;
flex-shrink: 0;
position: relative;
}
 
.portable-infobox .pi-section-navigation {
list-style: none;
margin: 0;
overflow: -moz-scrollbars-none;
-ms-overflow-style: none;
overflow-x: scroll;
overflow-y: hidden;
padding: 0;
scrollbar-width: none;
}
 
.pi-panel-scroll-wrapper {
position: relative;
}
 
.pi-section-content {
display: none;
}
.pi-section-content.pi-section-active {
display: block;
}
.pi-section-navigation {
align-items: flex-end;
display: flex;
list-style: none;
margin: 0;
padding: 0;
}
.portable-infobox .pi-section-navigation:after, .portable-infobox .pi-section-navigation:before {
align-self: stretch;
content: "";
width: 100%;
}
.portable-infobox .pi-section-navigation:after, .portable-infobox .pi-section-navigation:before {
align-self: stretch;
content: "";
width: 100%;
}
.portable-infobox .pi-section-navigation::-webkit-scrollbar {
display: none;
}
.pi-panel-scroll-wrapper::after {
background-image: radial-gradient(farthest-side at 100% 50%,rgba(26,26,26,0.25),transparent);
}
.pi-panel-scroll-wrapper:after {
right: 0;
}
.pi-panel-scroll-wrapper:after, .pi-panel-scroll-wrapper:before {
content: "";
height: 100%;
opacity: 0;
position: absolute;
top: 0;
transition: opacity .3s;
width: 10px;
z-index: 1;
}
.pi-panel-scroll-wrapper::before {
background-image: radial-gradient(farthest-side at 0 50%,rgba(26,26,26,0.25),transparent);
}
 
.pi-panel-scroll-wrapper:before {
left: 0;
}
.pi-panel-scroll-wrapper:after, .pi-panel-scroll-wrapper:before {
content: "";
height: 100%;
opacity: 0;
position: absolute;
top: 0;
transition: opacity .3s;
width: 10px;
z-index: 1;
}
.pi-section-navigation .pi-section-tab, .pi-media-collection .pi-tab-link {
border-width: 0px;
}
span.heimu a.external,
span.heimu a.external:visited,
第794行 ⟶ 第689行:
}
 
/* [[Template:Quote]] */
/*---- DPL Forum ----*/
.quote {
/* Forumheader style */
display: grid;
.forum-header {
gap: 0 4px;
background: #f8f9fa;
align-items: center;
border: solid #eaecf0;
border max-width: 1px 1px 0.2emmax-content;
box-shadow: 0 1px 2px 1px rgb(0 0 0 / 2%);
margin: 0 0 1em;
padding: 0 0.5em;
display: flex;
display: -webkit-flex;
justify-content: space-between;
}
/* Forum table outside border */
table.forum-table {
border: 1px solid lightgrey;
}
/* Forum table cell padding and borders for all table body cells */
table.forum-table > tbody > tr > td {
border-top: 1px solid lightgrey;
padding: 8px;
}
/* Forum table background color (show on odd rows) */
table.forum-table > tbody > tr {
background-color:#fff;
}
/* Forum table background color (shows on even rows) */
table.forum-table > tbody > tr:nth-child(even) {
background-color:#f5faff;
}
/* Forum table header row background, style and padding */
table.forum-table > tbody > tr > th {
background-color:#cedff2;
font-weight:bold;
padding: 8px;
}
 
/*-- InputBox --*/
.inputbox-sidebar {
width: 300px;
border: 1px solid lightgrey;
clear: right;
float: right;
margin: 3px;
padding:10px;
margin-left: 2em;
}
/* Forum thread style */
.thread {
border: 1px solid #eee;
border-radius: 4px;
padding: 0 1em;
background-color: #fff;
}
.thread-avatar {
float: right;
padding-top: 10px;
}
 
.blog-metadata {
float: right;
}
2,007

个编辑