Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
_uibk_config.scss 1.45 KiB

/* UIBK colors */
$brand-primary : #003362;
$brand-secondary : #F39200;
$brand-success : #5cb85c;

/* Login screen background image copyrights: 

intro_wb_1.jpg
intro_wb_2.jpg
CC BY-NC-SA 4.0 by Mirijam Brems

intro_wb_3.jpg
CC BY-NC-SA 4.0 by Johann Schirmer

intro_wb_4.jpg
CC BY-NC-SA 4.0 by Leopold Walli und Felix Faltner

intro_nightline.jpg
Background Image: Pixabay License: https://pixabay.com/de/photos/stadt-innsbruck-nachtaufnahme-3403465/ by "Tojota"

*/

$link-color				: #1b599c;

$o-coursesite-meta-title-color		: $link-color;
$o-content-header-base-color		: $link-color;

$o-login-form-bg-img			: "images/intro_0.jpg" !default;

$o-navbar-bg				: none;
$o-navbar-height			: 36px;

$o-navbar-link-active-bg		: $brand-primary;
$o-navbar-link-active-color		: white;

$badge-bg				: $brand-secondary;

$o-navbar-link-color			: $link-color;
$o-navbar-link-hover-bg			: white;
$o-navbar-link-hover-color		: $brand-secondary;

$o-navbar-padding-horizontal		: 0px;

$o-im-status-available-color		: $brand-success;

$o-content-disabled-color               : #c1c1c1;

// The default modal window width for screensize < 768px from
// bootstrap is 600px beeing unnecessary small, we increase this to 700px:
$modal-md				: 700px;

$o-login-infomessage-bg			: rgba(255,255,255,.8);

$uibk-logo				: 'images/logo-universitaet-innsbruck.png' !default;
$uibk-logo-background			: 'images/siegel-universitaet-innsbruck.jpg' !default;
$uibk-site-name-postfix			: ' - LMS' !default;