|
@@ -83,7 +83,7 @@ body.search {
|
|
color:#fff;
|
|
color:#fff;
|
|
}
|
|
}
|
|
body.sitemap {
|
|
body.sitemap {
|
|
- background-color: #42546F;
|
|
|
|
|
|
+ background-color: #616674;
|
|
}
|
|
}
|
|
body.sitemap .site-title a {
|
|
body.sitemap .site-title a {
|
|
color:#fff;
|
|
color:#fff;
|
|
@@ -785,7 +785,7 @@ h4.spread {
|
|
.navmenu-fixed-right,
|
|
.navmenu-fixed-right,
|
|
.navbar-offcanvas {
|
|
.navbar-offcanvas {
|
|
position: fixed;
|
|
position: fixed;
|
|
- top: 80px;
|
|
|
|
|
|
+ top: 0px;
|
|
bottom: 0;
|
|
bottom: 0;
|
|
z-index: 1030;
|
|
z-index: 1030;
|
|
overflow-y: auto;
|
|
overflow-y: auto;
|
|
@@ -2875,6 +2875,16 @@ pre .variable.class {
|
|
.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
|
|
.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
|
|
border-color: #555;
|
|
border-color: #555;
|
|
}
|
|
}
|
|
|
|
+.chess-html {
|
|
|
|
+ padding: 0 5px 0 5px;
|
|
|
|
+}
|
|
|
|
+p.powerdby {
|
|
|
|
+ display:none;
|
|
|
|
+}
|
|
|
|
+#studio-caro {
|
|
|
|
+ background: url(/img/desk2.jpg);
|
|
|
|
+ background: #111;
|
|
|
|
+}
|
|
.nav {
|
|
.nav {
|
|
display:block;
|
|
display:block;
|
|
}
|
|
}
|
|
@@ -2883,15 +2893,41 @@ pre .variable.class {
|
|
}
|
|
}
|
|
.navbar-right {
|
|
.navbar-right {
|
|
float: right !important;
|
|
float: right !important;
|
|
- margin-right: -15px;
|
|
|
|
|
|
+ margin-right: 0px;
|
|
}
|
|
}
|
|
.navbar .container {
|
|
.navbar .container {
|
|
display: block;
|
|
display: block;
|
|
}
|
|
}
|
|
-.chess-html {
|
|
|
|
- padding: 0 5px 0 5px;
|
|
|
|
|
|
+a {
|
|
|
|
+ color:#67000a;
|
|
}
|
|
}
|
|
-#studio-caro {
|
|
|
|
- background: url(/img/desk2.jpg);
|
|
|
|
- background: #111;
|
|
|
|
|
|
+.navbar.visible {
|
|
|
|
+ background:#383838b3;
|
|
|
|
+}
|
|
|
|
+.navbar-offcanvas, .navmenu {
|
|
|
|
+ background: #383838eb;
|
|
|
|
+}
|
|
|
|
+ul.nav .list-group-item a {
|
|
|
|
+ color: #fff;
|
|
|
|
+ font-weight:800;
|
|
|
|
+}
|
|
|
|
+ul.nav .list-group-item .fa {
|
|
|
|
+ color: #fff;
|
|
|
|
+}
|
|
|
|
+ul.nav .list-group-item {
|
|
|
|
+ border:none;
|
|
|
|
+ background: none;
|
|
|
|
+ color: #fff;
|
|
}
|
|
}
|
|
|
|
+ul.nav .list-group-item:first-child {
|
|
|
|
+ border-top-left-radius:0;
|
|
|
|
+ border-bottom-left-radius:0;
|
|
|
|
+}
|
|
|
|
+ul.nav .list-group-item:last-child {
|
|
|
|
+ border-top-right-radius:0;
|
|
|
|
+ border-bottom-right-radius:0;
|
|
|
|
+}
|
|
|
|
+ul.nav ul li {
|
|
|
|
+ margin-left: 15px;
|
|
|
|
+}
|
|
|
|
+
|