Skip to content
Snippets Groups Projects
ie.css 3.83 KiB
Newer Older
  • Learn to ignore specific revisions
  • /* --------------------------------------------------
        Page corners
       -------------------------------------------------- */
    
    .cornerTopLeft {
    	height: 100%;
    	background: url('/images/left-top-corner.png') top left no-repeat;
    }
    
    .cornerTopRight {
    	height: 100%;
    	background: url('/images/right-top-corner.png') top right no-repeat;
    }
    
    .cornerBottomLeft {
    	height: 100%;
    	background: url('/images/left-bottom-corner.png') bottom left no-repeat;
    }
    
    .cornerBottomRight {
    	height: 100%;
    	background: url('/images/right-bottom-corner.png') bottom right no-repeat;
    }
    
    
    /* --------------------------------------------------
        Menu
       -------------------------------------------------- */
    #navigationC ul li a {
    	background: #e76808 url('/images/menu-top-right.png') no-repeat top right;
    }
    #navigationC ul ul li a span {
    	background: url('/images/menu-bottom-right.png') no-repeat bottom right;
    }
    
    #navigationC ul li a span {
    	display: block;
    	background: url('/images/menu-bottom-right.png') no-repeat bottom right;
    }
    
    /* --------------------------------------------------
        Error box
       -------------------------------------------------- */
    
    .error {
    	margin-right: 0.5em;
    	margin-bottom: 0.5em;
    }
    
    .error div.errorcontent {
    	background: #ffffff;
    	border: 2px solid #ff0000;
    }
    
    .error .errorhead h3 {
    	color: #ffffff;
    }
    
    .error .errorhead {
    	background: #ff0000 url('/images/menu-top-left.png') no-repeat top left;
    }
    
    .errorbar, .navbar, .infobar {
    	margin: 0.5em 0 0 0;
    	font-size: 80%;
    }
    
    .errorbar {
    	background: #ff0000 url('/images/menu-top-left.png') no-repeat top left;
    	color: #ffffff;
    	margin-right: 0.5em;
    }
    
    .infobar {
    	background: #e76808 url('/images/menu-top-left.png') no-repeat top left;
    	color: #ffffff;
    	margin-right: 0.5em; 
    }
    
    .infobar a {
    	color: #ffc62b;
    }
    
    .infobar a:active {
    	color: #ffffff;
    }
    
    .navbar {
    	background: #e76808 url('/images/menu-top-left.png') no-repeat top left;
    }
    
    .navbar a {
    	color: #ffc62b;
    	font-weight: bold;
    	text-decoration: none;
    }
    
    .errorbar div, .navbar div, .infobar div {
    	background:  url('/images/menu-top-right.png') no-repeat top right;
    }
    
    .errorbar div div, .navbar div div, .infobar div div {
    	background:  url('/images/menu-bottom-left.png') no-repeat bottom left;
    }
    
    .errorbar div div div, .navbar div div div, .infobar div div div {
    	background:  url('/images/menu-bottom-right.png') no-repeat bottom right;
    	padding: 0.2em 0.5em;
    }
    
    /* --------------------------------------------------
        Content box (e.g. for news items)
       -------------------------------------------------- */
    .box .boxhead {
    	background: #e76808 url('/images/menu-top-left.png') no-repeat top left;
    }
    
    .box .hollowhead {
    	background: #ffffff url('/images/border-bottom.png') repeat-x top;
    	height: 5px;
    	margin: 0;
    	padding: 0;
    	border: none;
    }
    
    .box .hollowhead div {
    	background: url('/images/border-top-left.png') no-repeat top left;
    	height: 100%;
    }
    
    .box .hollowhead div div {
    	background: url('/images/border-top-right.png') no-repeat top right;
    	height: 100%;
    }
    
    
    .box .boxhead h2, .box .boxhead h3, .error .errorhead h3 {
    	background: url('/images/menu-top-right.png') no-repeat top right;
    }
    
    .box .boxfoot {
    	background: #e76808 url('/images/menu-bottom-left.png') no-repeat bottom left;
    }
    
    .box .boxfoot p {
    	background: url('/images/menu-bottom-right.png') no-repeat bottom right;
    }
    
    .box .hollowfoot {
    	background: #ffffff url('/images/border-bottom.png') repeat-x bottom;
    	height: 5px;
    	margin: 0;
    	padding: 0;
    }
    
    .box .hollowfoot div {
    	background: url('/images/border-bottom-left.png') no-repeat bottom left;
    	height: 100%;
    }
    
    .box .hollowfoot div div {
    	background: url('/images/border-bottom-right.png') no-repeat bottom right;
    	height: 100%;
    }
    /* --------------------------------------------------
        Error box
       -------------------------------------------------- */
    .error .errorhead {
    	background: #ff0000 url('/images/menu-top-left.png') no-repeat top left;
    }