/** * common.css * Hier werden einige Standard-Styles und Typo3-Standardelemente auf * Basis css_styled_content vorbereitet * * @author mquehenberger, connetation */ /** Clearfix ohne zusätzliches HTML **/ .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } #IE .clearfix { zoom: 1; } textarea { resize: none; } /** Headlines **/ h1,h2,h3,h4,h5,h6 { font-weight: bold; margin-bottom: 7px; line-height: normal; } h1 { font-size: 2.0em; } h2 { font-size: 1.8em; } h3 { font-size: 1.6em; } h4 { font-size: 1.4em; } h5 { font-size: 1.2em; } h5 { font-size: 1.0em; } /** Default Typo3 Contentelemente **/ .layout .content a { color: #036; text-decoration: none; font-weight:bold; } #layout .layout .content a:hover { text-decoration: underline; } /* CONTENTTABLE */ .layout .content .contenttable { margin: 20px 0px 15px 0px; width: 100%; } .layout .content .contenttable tr th, .layout .content .contenttable tr td { border-bottom: 1px solid #d5d5d5; padding: 7px 0px; } .layout .content .contenttable tr th p, .layout .content .contenttable tr td p { margin-bottom: 0px; } .layout .content .contenttable tr th { font-weight: bold; font-size: 1.6em; } .layout .content .contenttable tr td { vertical-align: top; } /* ABSÄTZE */ .layout .content p { margin-bottom: 10px; } .layout .content .csc-default { margin-bottom: 20px; } /* FILELINKS */ #layout .content .filelinks { width:475px; } #layout .content .filelinks .filedescription { width:400px; background: white; height:25px; margin-bottom:5px; padding:5px; } #layout .content .filelinks .filedescription p{ margin-bottom:0px; } #layout .content .filelinks .fileicon { background: none repeat scroll 0 0 white; height: 25px; padding-left: 10px; padding-top: 10px; width: 30px; } /* LISTEN */ #layout .content ul { padding: 0px 0px 10px 0px; } #layout .content ul li { padding-left: 30px; }