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

(added !important where needed and additional styles for iGEM Menu, tried html tags to better preserve contents (made note of missing tabulators))
(removed html tags, was a dumb idea (as they appear when action=raw))
Line 1: Line 1:
<html>
 
 
/**
 
/**
 
Main Styles
 
Main Styles
Line 57: Line 56:
 
float: left !important;
 
float: left !important;
 
}
 
}
</html>
 

Revision as of 08:35, 12 July 2016

/** Main Styles

  • /

/* iGEM Menu */

  1. sideMenu {

display: none; }

  1. top_menu_under {

display: none; }

  1. top_menu_14 {

width: auto; height: 24px; margin-left: 20px; padding: 0px 10px; border-radius: 0 0 5px 5px; visibility: hidden; }

  1. top_menu_14:hover {

visibility: visible; }

  1. top_menu_14 .submenu {

top: 22px !important; }

  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; }

  1. user_item {

margin-right: 0px !important; padding-top: 2px !important; }

  1. bars_item {

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