Difference between revisions of "Template:Heidelberg/navbar"

Line 3: Line 3:
 
<html>
 
<html>
 
<head>
 
<head>
    <style>
 
        .navbar-right {
 
            width: 100%;
 
        }
 
 
        #menucontainer {
 
            top: 0px;
 
            width: 100%;
 
            height: 64px;
 
            max-height: 64px;
 
            background: red;
 
            padding: 0px;
 
            white-space: nowrap;
 
        }
 
 
        #navcontainer-left-outer {
 
            width: 15%;
 
            height: 100%;
 
            float: left;
 
            background: blue;
 
        }
 
 
        #navcontainer-left-inner {
 
            width: 96%;
 
            height: 60px;
 
            margin: 2px 2% 2px 2%;
 
            float: left;
 
            background: purple;
 
        }
 
 
        #navcontainer-right-outer {
 
            width: 85%;
 
            float: right;
 
            height: 100%;
 
            background: yellow;;
 
        }
 
 
        #navcontainer-right-inner {
 
            width: 99%;
 
            float: right;
 
            margin: 2px 0.5% 2px 0.5%;
 
            height: 60px;
 
            background: green;;
 
        }
 
 
        .menubox {
 
            float: right;
 
 
        }
 
 
        #navcontainer-right-inner > ul > li {
 
            float: right;
 
        }
 
    </style>
 
 
</head>
 
</head>
 
<body>
 
<body>

Revision as of 10:57, 17 August 2015