|
@@ -127,58 +127,4 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
- /* 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;
|
|
|
|
|
- }
|
|
|
|
|
}
|
|
}
|