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

Line 16: Line 16:
 
}
 
}
  
#top_title, mw-content-text.p:first-of-type {
+
#top_title, mw-content-text > p:first-of-type {
 
display: none;
 
display: none;
 
}
 
}

Revision as of 13:29, 11 October 2016

/** Main Styles iGEM-Team Bonn

feel free to use stuff from here but please give credit

  • /

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

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

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

  1. top_title, mw-content-text > p:first-of-type {

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 !important; margin: 0 !important; padding: 0px 25px 0px 20px !important; }

  1. bars_item {

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

  1. top_menu_14 .submenu {

opacity: 0.9; }