/*--------------------------------------------------------- Cascading Style Sheets for the FLOW3 blog example -----------------------------------------------------------*/ * { margin:0; padding:0; } body { background: #e9e9e9 none repeat scroll 0 0; color: #515151; padding: 0; margin: 0; min-width: 764px; font-family: Arial, Verdana, sans-serif; font-size: 13px; font-size-adjust: none; font-variant: normal; font-weight: normal; line-height: normal; text-align: center; font-stretch: normal; font-style: normal; } img { border: none; } h1, h2 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 22px; font-weight: normal; letter-spacing: -1px; color: #282828; } h3 { font-size: 15px; font-weight: normal; color: #282828; margin: 12px 0 12px 0; padding: 0; } h2.flow3-firstHeader { font-size: 25px; color: #700016; margin: 0 0 26px 0; font-weight: normal; } input, select, option, textarea { font-size: 13px; } p { font-size: 13px; line-height: 18px; margin: 10px 0 16px 0; } a, a:visited { color: #700016; text-decoration: none; } a:hover { color: #e56508; } div, ol, li, li, img, form, select, input, table { margin: 0; padding: 0; } th, td { margin: 0; padding: 2px; font-size: 12px; text-align: left; vertical-align: top; border-top: 1px solid #dddddd; line-height: 16px; } ul li { margin: 0; list-style-type: square; } header { width: 640px; height: 100px; background: #99011E none repeat scroll 0 0; color: white; border: 1px solid #dddddd; border-bottom-color: #700016; margin: 0 auto; padding: 50px; text-align:left; } header h1, header h3 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 30px; color: white; letter-spacing: -1px; padding-top: 50px; } header h1 a, header h3 a { color: white; text-decoration: none; } header .description { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 16px; line-height: 18px; margin: 10px 0 16px 0; color: #e56508; } #content { width: 640px; background: white none repeat scroll 0 0; border: 1px solid #dddddd; margin: 0 auto; padding: 20px 50px 40px 50px; text-align:left; position: relative; min-height: 300px; } .post { padding-bottom: 5px; margin-bottom: 10px; border-bottom: 1px dotted #ccc; } .post, .comment { list-style: none none; } .post .metadata { font-size: 11px; font-style: italic; color: #999; margin: 10px 0 0 0; } .post .actions { float: right; } .post .actions li { padding: 0; margin: 0 0 0 5px; list-style-type: none; float: left; } .post .actions li a, .post .actions li input[type=submit] { padding: 4px; display: block; font-size: 13px; } .post nav ul { margin: -20px -50px 10px -50px; padding: 5px 10px 0 10px; background: #f0f0f0; border-bottom: 1px solid #eee; height: 20px; } .post nav ul li { margin: 0; padding: 0; float: left; list-style: none; } .post nav ul li.next { float: right; } footer { width: 730px; font-size: 11px; text-align: right; color: #282828; clear: both; margin: 0 auto; padding: 10px 0 20px 0; } footer a { color: #282828; font-weight: bold; } .flashmessages { background: #FFFFAA; border: 1px solid #D6D680; color: #757553; font-weight: bold; margin-bottom: 20px; padding: 10px; } .flashmessages li { margin: 0; list-style: none; } /*--------------- forms & validation ------------------*/ form label { margin: 10px 0 3px; display: block; font-weight: bold; } form input { clear: both; border: 1px solid #dddddd; height: 20px; width: 220px; } form input[type=submit] { width: auto; height: auto; padding: 4px; font-weight: bold; cursor: pointer; } form textarea { border: 1px solid #dddddd; width: 100%; height: 200px; } form select { border: 1px solid #dddddd; width: 460px; } input.typo3-form-error { border: 1px solid #8a1f11; } .errors { padding: .8em; margin-bottom:1em; border: 1px solid #FBC2C4; } .errors dt { float: left; color:#8a1f11; width: 100px; font-weight: bold; } .errors dd { margin-left: 100px; color:#8a1f11; } .error, .f3-form-error { background:#FBE3E4; border-color:#FBC2C4; } .error { color:#8a1f11; } .notice { background:#FFF6BF; color:#514721; border-color:#FFD324; } .success { background:#E6EFC2; color:#264409; border-color:#C6D880; } .error a { color:#8a1f11; } .notice a { color:#514721; } .success a { color:#264409; } .required { color:#8a1f11; }