Warning: file_put_contents(): Only 0 of 6197 bytes written, possibly out of free disk space in /var/www/bluespice/w/extensions/BlueSpiceVisualDiff/includes/HTMLDiffEngine.class.php on line 133

Warning: file_put_contents(): Only 0 of 6423 bytes written, possibly out of free disk space in /var/www/bluespice/w/extensions/BlueSpiceVisualDiff/includes/HTMLDiffEngine.class.php on line 133

Warning: file_put_contents(): Only 0 of 63 bytes written, possibly out of free disk space in /var/www/bluespice/w/extensions/BlueSpiceVisualDiff/includes/HTMLDiffEngine.class.php on line 74

Warning: file_put_contents(): Only 0 of 108 bytes written, possibly out of free disk space in /var/www/bluespice/w/extensions/BlueSpiceVisualDiff/includes/HTMLDiffEngine.class.php on line 208

Warning: file_put_contents(): Only 0 of 5614 bytes written, possibly out of free disk space in /var/www/bluespice/w/extensions/BlueSpiceVisualDiff/includes/UnifiedTextDiffEngine.class.php on line 34

Warning: file_put_contents(): Only 0 of 5822 bytes written, possibly out of free disk space in /var/www/bluespice/w/extensions/BlueSpiceVisualDiff/includes/UnifiedTextDiffEngine.class.php on line 36

Warning: file_put_contents(): Only 0 of 63 bytes written, possibly out of free disk space in /var/www/bluespice/w/extensions/BlueSpiceVisualDiff/includes/UnifiedTextDiffEngine.class.php on line 77

Warning: file_put_contents(): Only 0 of 108 bytes written, possibly out of free disk space in /var/www/bluespice/w/extensions/BlueSpiceVisualDiff/includes/HTMLDiffEngine.class.php on line 208
MediaWiki:Common.css: Unterschied zwischen den Versionen – Rover-Wiki

MediaWiki:Common.css: Unterschied zwischen den Versionen

Zeile 14: Zeile 14:
 
.bs-custom-menu-header-container .bs-custom-menu.header a, .label  {color: #efefef;}  /*link color*/
 
.bs-custom-menu-header-container .bs-custom-menu.header a, .label  {color: #efefef;}  /*link color*/
 
.calumma-toggle-button.bs-custom-menu-header-button i::before {color:#ffffff} /*arrow on toggle button*/
 
.calumma-toggle-button.bs-custom-menu-header-button i::before {color:#ffffff} /*arrow on toggle button*/
 +
 +
/*Colours*/
 +
body .navigation-main .sidebar-toggle[data-toggle~="navigation-main-collapse"] i.navigation-main-collapse::before{
 +
color: #cc1f2f;}
 +
 +
.bs-button-user .bs-personal-not-loggedin {
 +
color: #cc1f2f;}
 +
  
  
Zeile 21: Zeile 29:
 
   /* Creat#e7e7e7e and edit buttons */
 
   /* Creat#e7e7e7e and edit buttons */
 
header .bs-featured-actions .dropdown .btn.btn-primary .icon::before{background-color: #9b9e9f;}  /*background*/
 
header .bs-featured-actions .dropdown .btn.btn-primary .icon::before{background-color: #9b9e9f;}  /*background*/
header .bs-featured-actions .dropdown .btn.btn-primary:hover .icon::before {background-color: #891c1f;} /*hover background*/
+
header .bs-featured-actions .dropdown .btn.btn-primary:hover .icon::before {background-color: #cc1f2f;} /*hover background*/
 
header .bs-featured-actions .dropdown .btn.dropdown-toggle::after {color: #9b9e9f;} /*arrow color*/
 
header .bs-featured-actions .dropdown .btn.dropdown-toggle::after {color: #9b9e9f;} /*arrow color*/
header .bs-featured-actions .dropdown .btn.dropdown-toggle:hover::after {color: #891c1f;}  /*hover arrow color*/
+
header .bs-featured-actions .dropdown .btn.dropdown-toggle:hover::after {color: #cc1f2f;}  /*hover arrow color*/
 
   /*Create and edit buttons drop-down menu*/
 
   /*Create and edit buttons drop-down menu*/
 
header .bs-featured-actions .dropdown.open .dropdown-menu, header .bs-featured-actions .dropdown.open .dropdown-menu  {background-color: #891c1f;}  /*background color */
 
header .bs-featured-actions .dropdown.open .dropdown-menu, header .bs-featured-actions .dropdown.open .dropdown-menu  {background-color: #891c1f;}  /*background color */
header .bs-featured-actions .dropdown.open .dropdown-menu::before  {color: #891c1f;}  /*menu arrow color*/
+
header .bs-featured-actions .dropdown.open .dropdown-menu::before  {color: #cc1f2f;}  /*menu arrow color*/
 
   /*full screen toggle*/
 
   /*full screen toggle*/
.calumma-full-screen-button i::before,  .calumma-full-screen-button.bs-full-screen-mode i::before {color:#9b9e9f;}  
+
.calumma-full-screen-button i::before,  .calumma-full-screen-button.bs-full-screen-mode i::before {color:#9d9d9c;}  
  
 
/*Main navigation*/
 
/*Main navigation*/
Zeile 34: Zeile 42:
 
body.mediawiki .navigation-main {background-color:#cc1f2f;} /*background color*/
 
body.mediawiki .navigation-main {background-color:#cc1f2f;} /*background color*/
 
   /* Tabs */
 
   /* Tabs */
.navigation-main .nav.nav-pills li a, .navigation-main .tab-pane.active .bs-calumma-sidebar-edit-link span  {color:#98a7c4;} /*color*/
+
.navigation-main .nav.nav-pills li a, .navigation-main .tab-pane.active .bs-calumma-sidebar-edit-link span  {color:#9d9d9c;} /*color*/
 
.navigation-main .nav.nav-pills li:hover a {color:#ffffff;} /*hover color*/
 
.navigation-main .nav.nav-pills li:hover a {color:#ffffff;} /*hover color*/
 
.navigation-main .nav.nav-pills li.active a {color:#ffffff;} /*active color*/
 
.navigation-main .nav.nav-pills li.active a {color:#ffffff;} /*active color*/
Zeile 53: Zeile 61:
 
/*Personal menu */
 
/*Personal menu */
 
  @media (min-width: 1001px){
 
  @media (min-width: 1001px){
     .bs-button-user .bs-personal-menu-container {background-color: #891c1f;}  /*background color*/
+
     .bs-button-user .bs-personal-menu-container {background-color: #cc1f2f;}  /*background color*/
     .bs-button-user #bs-personal-menu .separator  {border-bottom:1.125rem solid #891c1f;} /*Personal menu separators */
+
     .bs-button-user #bs-personal-menu .separator  {border-bottom:1.125rem solid #cc1f2f;} /*Personal menu separators */
 
}
 
}