template.css
73 lines
| 2.3 KiB
| text/css
|
LassoCssLexer
|
r0 | body{font-family: Verdana, sans-serif; font-size: 11px} | ||
/******************************************************************/ | ||||
#cabecera{ height:50px; margin: 0 auto; width: 980px} | ||||
#main_content_page{ border:1px solid #000000; margin: 0 auto; overflow:auto; width: 980px} | ||||
#secc_mnu{ float: left; width:280px; border: 1px solid #11c} | ||||
#contenido{ float: left; border: 1px solid #f00; padding-left: 20px; width:670px; } | ||||
#pie{ height:30px;} | ||||
#footer{ height:72px;} | ||||
/*********************************************************************/ | ||||
.form_select{font-size: 11px; font-family: Verdana, sans-serif; height: 20px} | ||||
/*********************************************************************/ | ||||
.header_frm_page{margin: 0 auto;padding-top: 5px; padding-bottom: 10px} | ||||
.header_frm_page label{text-align: center;display: block} | ||||
.header_frm_page .title1{font-size: 16px; color: #00c} | ||||
.header_frm_page .title2{color: #000} | ||||
.header_frm_page .title3{color: #c00} | ||||
.header_frm_page span{display: block; text-align: center} | ||||
.header_frm_page span .title4{display: inline; font-weight: bold} | ||||
.tbl_general{width: 660px} | ||||
.tbl_general thead th{text-align: center} | ||||
.header_question{padding-top: 10px; padding-bottom: 15px} | ||||
.tbl_th_border{border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; line-height: 15px; height: 50px; text-align:center;} | ||||
.tbl_th_border_sup_last{border-bottom: 1px solid #ccc; line-height: 15px; height: 50px; text-align:center;} | ||||
.tbl_td_border{border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; line-height: 20px; height: 30px; text-align:center;} | ||||
.tbl_td_border_right{border-bottom: 1px solid #ccc; line-height: 20px; height: 30px; text-align:center;} | ||||
.tbl_td_border_last{border-right: 1px solid #ccc; line-height: 20px; height: 30px; text-align:center;} | ||||
.tbl_td_border_last_right{line-height: 20px; height: 30px; text-align:center;} | ||||
/*Estilos establecidos para los formularios**/ | ||||
input[type=text]{ -moz-border-radius: 3px 3px 3px 3px; font-size: 11px; padding: 2px 0px 2px 5px; border-color: #aaa #ccc #aaa #aaa; | ||||
border-style: solid; border-width: 1px; outline: 0 none; background-color: #fff; color: #444} | ||||
textarea{border: 1px solid #828282; font-family: Verdana, sans-serif; font-size: 11px;} | ||||
h1{font-family: Verdana, sans-serif; font-size: 16px;} | ||||
h2{font-family: Verdana, sans-serif; font-size: 13px;} | ||||