/********************************************************/
/*********************** skin.css ***********************/
/********************************************************/

/* 
Inhaltsverzeichnis

    1. Logos
      - Login
      - Startseite
      - Header

    2. Farben
      - Links
      - 

    3. weitere Images
      - Startseite Buttons

    (4. Icons)


*/

/*********************** 1. Logos ***********************/
/* Login*/
div#login_splash div#intro div#logo {
    background:url(images/MD_big.svg) no-repeat scroll 0 0;
    height: 105px;
    right: 26px;
    top: 0;
    width: 90px;
}
div#login_splash div#version {bottom:-21px}

div#login_splash div#login_image {background:url(images/Login.svg) no-repeat scroll 0 0;}

body.main div#logo {background:url(images/MD_small.svg) no-repeat scroll 8px 5px;}



/*********************** 2. Farben ***********************/
/*Links*/
a:link, a, a:visited {color: #EC7406;}
div#header div#login_name a {color: #EC7406;}

/*treeview*/
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {color: #EC7406;}
.jstree-default .jstree-clicked, .jstree.hovered {background:#f5dbc3;}

/****------- login ---------****/
div#login_splash a#portal_link {color: #EC7406;}

/* Buttons hover */
div#login_splash input[type="submit"]:hover {  color:#EC7406;}

/****------- login per OAuth2 ---------****/
div#login_splash_oauth2 a#portal_link {color: #EC7406;}

/* Buttons hover */
div#login_splash_oauth2 button:hover {  color:#EC7406;}

div#login_splash_oauth2 div#intro div#logo {
    background:url(images/MD_big.svg) no-repeat scroll 0 0;
    height: 105px;
    width: 90px;
}



/* aktuell angewähltes Icon (active) */
div#edit_head_icon_list .edit_head_icon.active {
    background: #EC7406;
}


/*********************** 3. weitere Images ***********************/
body.welcome_page span.welcome_splash {
    background: url(images/md_home.png) no-repeat;}



/*********************** 4. Icons ***********************/


