2024-07-10 13:40:23 +08:00
|
|
|
.wiki-page-title-wrapper {
|
|
|
|
position: relative;
|
2024-07-10 16:37:41 +08:00
|
|
|
width: 100%;
|
|
|
|
padding: 0 142px;
|
2024-07-10 13:40:23 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.wiki-page-icon-wrapper {
|
|
|
|
margin-top: 12px;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
line-height: 78px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wiki-page-icon-wrapper.no-page-cover {
|
|
|
|
margin-top: -48px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wiki-page-icon-container {
|
|
|
|
position: relative;
|
|
|
|
width: 78px;
|
|
|
|
height: 78px;
|
|
|
|
font-size: 78px;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wiki-page-icon-container:hover {
|
|
|
|
cursor: pointer;
|
|
|
|
background-color: #d3c5c370;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wiki-page-icon-popover {
|
|
|
|
max-width: max-content;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wiki-page-icon-panel__body {
|
|
|
|
padding: 0;
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wiki-page-icon-panel__body em-emoji-picker {
|
|
|
|
height: 337px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wiki-page-icon-panel__body em-emoji-picker section {
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wiki-page-controller {
|
|
|
|
display: flex;
|
|
|
|
margin-top: 10px;
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wiki-page-controller.show {
|
|
|
|
visibility: visible;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wiki-page-controller-item {
|
|
|
|
align-items: center;
|
|
|
|
border-radius: 4px;
|
|
|
|
color: #949491;
|
|
|
|
cursor: pointer;
|
|
|
|
display: flex;
|
|
|
|
margin-left: 6px;
|
|
|
|
padding: 2px 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wiki-page-controller-item:hover {
|
|
|
|
background-color: #efefef;
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wiki-page-controller-item:first-of-type {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wiki-page-controller-item .text {
|
|
|
|
font-size: 14px;
|
|
|
|
margin-left: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* sdoc title */
|
|
|
|
.main-panel-center .cur-view-content .wiki-sdoc-title {
|
|
|
|
border: none;
|
|
|
|
font-size: 26pt;
|
|
|
|
font-weight: bold;
|
|
|
|
padding: 0 50px 0 0;
|
|
|
|
color: #212529;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-panel-center .cur-view-content .wiki-sdoc-title:focus {
|
|
|
|
box-shadow: none;
|
|
|
|
}
|