Skip to content
Snippets Groups Projects
print.css 1.04 KiB
Newer Older
  • Learn to ignore specific revisions
  • /* --------------------------------------------------
        Branding
       -------------------------------------------------- */
    
    #branding {
    	border-bottom: 1px solid #000000;
    }
    
    #loginForm {
    	display: none;
    }
    
    /* --------------------------------------------------
        Columns
       -------------------------------------------------- */
    
    #navigation {
    	display: none;
    }
    
    #secondary {
    }
    
    /* --------------------------------------------------
        Footer
       -------------------------------------------------- */
    
    #footer {
    	border-top: 1px solid #000000;
    }
    
    #footer p {
    	margin: 0;
    	text-align: center;
    	font-size: 80%;
    	padding: 0.5em;
    }
    
    /* --------------------------------------------------
        Content box (e.g. for news items)
       -------------------------------------------------- */
    
    .box {
    	border: 1px solid #e76808;
    }
    
    .box div.boxcontent {
    	border-top: 1px solid #e76808;
    	border-bottom: 1px solid #e76808;
    }
    
    /* --------------------------------------------------
        Edit toolbar
       -------------------------------------------------- */
    
    #edit {
    	display: none;
    }