|
@@ -1,13 +1,13 @@
|
|
|
.kibela {
|
|
.kibela {
|
|
|
- p, h1, h2, h3, h4, h5, h6, li, span, i, a, li {
|
|
|
|
|
- color: #3c4a60;
|
|
|
|
|
|
|
+
|
|
|
|
|
+ /* h1 横のアイコン */
|
|
|
|
|
+
|
|
|
|
|
+ h1,.revision-head-link, .revision-head-button, .icon-link, .icon-note {
|
|
|
|
|
+ color: black;
|
|
|
}
|
|
}
|
|
|
.icon-link, .CodeMirror-hint-active, .nav-main-left-tab, .tav-pane, .active {
|
|
.icon-link, .CodeMirror-hint-active, .nav-main-left-tab, .tav-pane, .active {
|
|
|
color: #5882FA;
|
|
color: #5882FA;
|
|
|
}
|
|
}
|
|
|
- body, html, #page-wrapper, {
|
|
|
|
|
- background-color: gray;
|
|
|
|
|
- }
|
|
|
|
|
.bg-white {
|
|
.bg-white {
|
|
|
background: rgb(254, 255, 254) !important;
|
|
background: rgb(254, 255, 254) !important;
|
|
|
}
|
|
}
|
|
@@ -62,14 +62,14 @@
|
|
|
a {
|
|
a {
|
|
|
margin-right: 1.5em;
|
|
margin-right: 1.5em;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
|
|
+ .top-left-part {
|
|
|
|
|
+ background: white;
|
|
|
|
|
+ }
|
|
|
.navbar-top-links > li > a{
|
|
.navbar-top-links > li > a{
|
|
|
border-radius: 0.35em;
|
|
border-radius: 0.35em;
|
|
|
height: 40px !important;
|
|
height: 40px !important;
|
|
|
|
|
+ color: #3c4a60;
|
|
|
}
|
|
}
|
|
|
.create-page {
|
|
.create-page {
|
|
|
background: #5584E1;
|
|
background: #5584E1;
|
|
@@ -85,7 +85,6 @@
|
|
|
}
|
|
}
|
|
|
.dropdown {
|
|
.dropdown {
|
|
|
a {
|
|
a {
|
|
|
- color: #3c4a60;
|
|
|
|
|
.user-name {
|
|
.user-name {
|
|
|
margin-right: 0.5em;
|
|
margin-right: 0.5em;
|
|
|
margin-left: 0.5em; }
|
|
margin-left: 0.5em; }
|
|
@@ -100,8 +99,8 @@
|
|
|
|
|
|
|
|
@media screen and (max-width: 770px) {
|
|
@media screen and (max-width: 770px) {
|
|
|
|
|
|
|
|
- .search-top {
|
|
|
|
|
- display: none;
|
|
|
|
|
|
|
+ .search-top, .navbar-toggle {
|
|
|
|
|
+ display: none !important;
|
|
|
}
|
|
}
|
|
|
@media screen and (max-width: 500px) {
|
|
@media screen and (max-width: 500px) {
|
|
|
|
|
|
|
@@ -148,9 +147,6 @@
|
|
|
background-color: #E5ECF1 !important;
|
|
background-color: #E5ECF1 !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- #page-wrapper {
|
|
|
|
|
- background-color: #F4F5F6 !important;
|
|
|
|
|
- }
|
|
|
|
|
.round-corner {
|
|
.round-corner {
|
|
|
border-radius: 0.35em;
|
|
border-radius: 0.35em;
|
|
|
}
|
|
}
|
|
@@ -204,6 +200,12 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ /* search page */
|
|
|
|
|
+
|
|
|
|
|
+ .search-result-list, .page-list-li {
|
|
|
|
|
+ background: #F4F5F6;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
/* Comment section */
|
|
/* Comment section */
|
|
|
|
|
|
|
|
%comment-section {
|
|
%comment-section {
|
|
@@ -292,7 +294,7 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.page-comment-meta {
|
|
.page-comment-meta {
|
|
|
- color: #999;
|
|
|
|
|
|
|
+ color: #E5ECF1;
|
|
|
font-size: .9em;
|
|
font-size: .9em;
|
|
|
text-align: right;
|
|
text-align: right;
|
|
|
|
|
|
|
@@ -300,9 +302,6 @@
|
|
|
vertical-align: 25%;
|
|
vertical-align: 25%;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
- .page-comment-revision {
|
|
|
|
|
- color: lightgray;
|
|
|
|
|
- }
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// show when hover
|
|
// show when hover
|