Skip to content
Snippets Groups Projects
ielt7.css 3.64 KiB
Newer Older
  • Learn to ignore specific revisions
  • /* --------------------------------------------------
        Page corners
       -------------------------------------------------- */
    
    .cornerTopLeft {
    	background: url('/images/left-top-corner.gif') top left no-repeat;
    }
    
    .cornerTopRight {
    	background: url('/images/right-top-corner.gif') top right no-repeat;
    }
    
    .cornerBottomLeft {
    	background: url('/images/left-bottom-corner.gif') bottom left no-repeat;
    }
    
    .cornerBottomRight {
    	background: url('/images/right-bottom-corner.gif') bottom right no-repeat;
    }
    
    /* --------------------------------------------------
        Branding
       -------------------------------------------------- */
    
    #branding {
    /*	background: #ffc62b;
    	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/orangefade.png'); */
    }
    
    #loginForm {
    	margin-right: 0.5em;
    	margin-bottom: 0.2em;
    }
    
    #brandingC {
    	background: transparent;
    /*	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/bgfade.png'); */
    }
    
    
    /* --------------------------------------------------
        Menu
       -------------------------------------------------- */
    
    #navigationC ul li {
    	line-height: 0;
    }
    
    #navigationC ul li a {
    	background-image: url('/images/menu-top-right.gif');
    }
    
    #navigationC ul ul li a {
    	background: #ffc62b url('/images/menu-top-right.gif') norepeat top right;
    }
    
    #navigationC ul li a span {
    	background-image: url('/images/menu-bottom-right.gif');
    }
    
    #navigationC ul ul li a span {
    	background-image: url('/images/menu-bottom-right.gif');
    }
    
    /* --------------------------------------------------
        Search box
       -------------------------------------------------- */
    
    #search input.text {
    	width: 95%;
    }
    
    /* --------------------------------------------------
        Footer
       -------------------------------------------------- */
    
    #footer {
    /*	background: #ffc62b;
    	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/orangefade-bottom.png'); */
    }
    
    /* --------------------------------------------------
        Content box (e.g. for news items)
       -------------------------------------------------- */
    
    .box {
    	line-height: 1.1;
    }
    
    .box .boxhead {      
            background: #e76808 url('/images/menu-top-left.gif') no-repeat top left;
    }
    
    .box .hollowhead, .box .hollowfoot {
    	font-size: 0;
    }
    
    .box .hollowhead div {
    	background: url('/images/border-top-left.gif') no-repeat top left;
    }
    
    .box .hollowhead div div {
    	background: url('/images/border-top-right.gif') no-repeat top right;
    }
    
    .box .boxhead h2, .box .boxhead h3, .error .errorhead h3 {
            background: url('/images/menu-top-right.gif') no-repeat top right;
    }
    
    .box .boxfoot { 
            background: #e76808 url('/images/menu-bottom-left.gif') no-repeat bottom left;  
    }
    
    .box .boxfoot p {
            background: url('/images/menu-bottom-right.gif') no-repeat bottom right;      
    }
    
    .box .hollowfoot div {
    	background: url('/images/border-bottom-left.gif') no-repeat bottom left;
    }
    
    .box .hollowfoot div div {
    	background: url('/images/border-bottom-right.gif') no-repeat bottom right;
    }
    
    /* --------------------------------------------------
        Error box
       -------------------------------------------------- */
    
    .error .errorhead {
            background: #ff0000 url('/images/menu-top-left.gif') no-repeat top left;
    }
    
    .errorbar {
            background: #ff0000 url('/images/menu-top-left.gif') no-repeat top left;
    }
    
    .errorbar div {
            background:  url('/images/menu-top-right.gif') no-repeat top right;
    }
    
    .errorbar div div {
            background:  url('/images/menu-bottom-left.gif') no-repeat bottom left;
    }
    
    .errorbar div div div { 
            background:  url('/images/menu-bottom-right.gif') no-repeat bottom right;
    }