Difference between revisions of "Template:UBonn HBRS/css/main"

Line 33: Line 33:
  
 
#top_menu_14 {
 
#top_menu_14 {
height: 22px;
+
height: 19px;
 
background: linear-gradient(0deg, #383838, #444444);
 
background: linear-gradient(0deg, #383838, #444444);
 
}
 
}
Line 41: Line 41:
 
margin: 0 auto;
 
margin: 0 auto;
 
border: none;
 
border: none;
 +
}
 +
 +
#user_item {
 +
float: left;
 +
padding: 0px 25px 0px 20px;
 
}
 
}
  
Line 46: Line 51:
 
left: auto !important;
 
left: auto !important;
 
right: 25px;
 
right: 25px;
 +
}
 +
 +
#top_menu_14 .submenu {
 +
opacity: 0.9;
 
}
 
}
  

Revision as of 13:23, 11 October 2016

/** Main Styles iGEM-Team Bonn

feel free to use stuff from here but please credit

  • /

/* * * * * * * * * * * * * * * * * * * * * * * * * iGEM Template Resets

  • * * * * * * * * * * * * * * * * * * * * * * * */
  1. content {

width: 100%; margin: 0; padding: 0; }

  1. top_title {

display: none; }

  1. sideMenu, #sideMenu * {

box-sizing: content-box; }

  1. sideMenu {

display: none; left: auto !important; right: 25px; border: 1px solid #222; border-radius: 5px; }

  1. top_menu_14 {

height: 19px; background: linear-gradient(0deg, #383838, #444444); }

  1. top_menu_inside {

width: 100%; margin: 0 auto; border: none; }

  1. user_item {

float: left; padding: 0px 25px 0px 20px; }

  1. bars_item {

left: auto !important; right: 25px; }

  1. top_menu_14 .submenu {

opacity: 0.9; }


/*

  1. top_menu_under {

display: none; }

  1. top_menu_14 {

width: auto; height: 24px; margin-left: 20px; padding: 0px 10px; background: linear-gradient(0deg, #383838, #444444); border-radius: 0 0 5px 5px; opacity: 0; transition: opacity 0.1s linear; }

  1. top_menu_14:hover {

opacity: 0.95; }

  1. top_menu_14 .submenu {

top: 22px !important; opacity: 0.85; }

  1. top_menu_inside {

width: auto; margin-left: 0px; border: none; }

  1. top_menu_inside ul {

display: inline-block; margin-left: 15px; }

  1. top_menu_inside ul li {

padding-top: 2px; padding-bottom: 4px; }

  1. user_item {

margin-right: 0px !important; padding: 3px !important; }

  1. bars_item {

position: absolute !important; top: 0px !important; left: 0px !important; float: left !important; }

  • /