|
|
@@ -82,6 +82,82 @@
|
|
|
padding-top: 30px;
|
|
|
}
|
|
|
}
|
|
|
+ .revision-toc {
|
|
|
+ &.affix {
|
|
|
+ right: 10rem;
|
|
|
+ margin-top: 40px;
|
|
|
+ top: calc(60px + 5px);
|
|
|
+ min-width: calc(#{100/12*2%} - #{$grid-gutter-width}); // width of 2column - padding
|
|
|
+ }
|
|
|
+ .revision-toc-content {
|
|
|
+ padding: 0;
|
|
|
+ }
|
|
|
+ @media screen and (max-width: 1400px) {
|
|
|
+ &.affix {
|
|
|
+ right: 0rem !important;
|
|
|
+ transition: 0.5s;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /* search page */
|
|
|
+ .search-result-list,
|
|
|
+ .page-list-li {
|
|
|
+ background: #F4F5F6;
|
|
|
+ }
|
|
|
+ /* Tabs */
|
|
|
+ .nav.nav-tabs {
|
|
|
+ border-bottom-color: #F4F5F6;
|
|
|
+ >li>a {
|
|
|
+ &,
|
|
|
+ &:hover,
|
|
|
+ &:focus {
|
|
|
+ background: transparent;
|
|
|
+ border-top: none;
|
|
|
+ border-left: none;
|
|
|
+ border-right: none;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ >li.active>a {
|
|
|
+ background: transparent !important;
|
|
|
+ border-bottom: solid 2.7px #5584E1;
|
|
|
+ border-top: none;
|
|
|
+ border-left: none;
|
|
|
+ border-right: none;
|
|
|
+ }
|
|
|
+ .wiki {
|
|
|
+ h1 {
|
|
|
+ border-bottom: solid 2px #5584E1 !important;
|
|
|
+ }
|
|
|
+ h2 {
|
|
|
+ border-color: solid 1px #5584E1;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /* user page */
|
|
|
+ .header-wrap {
|
|
|
+ margin-left: 2em;
|
|
|
+ padding: 0px;
|
|
|
+ }
|
|
|
+ /* edit */
|
|
|
+ .CodeMirror {
|
|
|
+ border-radius: 0.35em;
|
|
|
+ border-top: solid 0.3em #5584E1 !important;
|
|
|
+ border: solid 1.2px #D8D8D8;
|
|
|
+ }
|
|
|
+ .tab-content {
|
|
|
+ padding: 1em;
|
|
|
+ }
|
|
|
+ .tab-pane {
|
|
|
+ .page-editor-editor-container {
|
|
|
+ margin: 0px;
|
|
|
+ border: none !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .page-editor-preview-container {
|
|
|
+ background: white !important;
|
|
|
+ padding-right: 0px !important;
|
|
|
+ padding-left: 2em;
|
|
|
+ }
|
|
|
}
|
|
|
.on-edit {
|
|
|
.kibela-block {
|