|
|
@@ -0,0 +1,50 @@
|
|
|
+@import '../variables';
|
|
|
+
|
|
|
+$themecolor: #00587A;
|
|
|
+$themelight: #F7FBFD;
|
|
|
+$subthemecolor: #186718;
|
|
|
+
|
|
|
+
|
|
|
+$topbar: $themecolor;
|
|
|
+$sidebar: $themelight;
|
|
|
+$bodycolor: $themelight;
|
|
|
+
|
|
|
+$headingtext: $themecolor;
|
|
|
+$bodytext: $themecolor;
|
|
|
+$linktext: lighten($themecolor,5%);
|
|
|
+$linktext-hover: lighten($linktext, 12%);
|
|
|
+$sidebar-text: $themecolor;
|
|
|
+
|
|
|
+$primary: $themecolor;
|
|
|
+$success: lighten($themecolor,20%);
|
|
|
+$info: lighten($themecolor,20%);
|
|
|
+$warning: lighten($themecolor,20%);
|
|
|
+// $danger: ;
|
|
|
+
|
|
|
+code{
|
|
|
+ background-color: lighten($subthemecolor,70%);
|
|
|
+ color: $subthemecolor;
|
|
|
+}
|
|
|
+
|
|
|
+.admin-page{
|
|
|
+ #themeOptions{
|
|
|
+ a.active{
|
|
|
+ background-color: lighten($themecolor,20%);
|
|
|
+ border-color: lighten($themecolor,20%);
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.wiki{
|
|
|
+ .code-line.revision-head.highlighted{
|
|
|
+ background-color: lighten($themecolor,20%);
|
|
|
+ color: $themelight;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+$logo-mark-fill: lighten(desaturate($topbar, 30%), 20%);
|
|
|
+$wikilinktext: lighten($themecolor, 20%);
|
|
|
+$wikilinktext-hover: lighten($wikilinktext, 20%);
|
|
|
+
|
|
|
+@import 'apply-colors';
|
|
|
+@import 'apply-colors-light';
|