##// END OF EJS Templates

File last commit:

r120:121
r123:124
Show More
style.css
35 lines | 2.3 KiB | text/css | LassoCssLexer
body {font-size: 11px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif}
article, aside, figure, footer, header, hgroup, nav, section { display:block; }
header {border: 1px solid #fcc; font-size: 2em; height: 50px; text-align: center; line-height: 50px}
#schema {margin: 0 auto; width: 980px; border: 1px solid #f00; padding: 10px 10px 10px 10px}
#content {border: 1px solid #1cc; margin-top: 5px; margin-bottom: 5px}
#content #leftcolumn {float: left;border: 1px solid #c55; width: 150px; font-family: Monaco;}
#content #maincolumn {float: left; border: 1px solid #000; width: 800px; padding-left: 20px;}
footer {border: 1px solid #200; font-size: 0.9em; height: 30px; text-align: center; line-height: 20px}
.cleardivs {clear: both; border: 1px solid #400; height: 0px}
/****************************************************************************************/
/****** MENU DE NAVEGACION DE PERFILES **********************************/
/****************************************************************************************/
#content #infoProfiles {border: 1px solid #d00; width: 140px; margin: 0px; padding-top: 2px; padding-bottom: 2px}
.lblInfo {padding-left: 12px; line-height: 20px;}
#content nav {border: 1px solid #c55; width: 140px; margin: 0px; font-family: Monaco; font-size: 1.2em;}
#content nav ul{list-style: none; list-style-type: none; margin: 15px 15px 15px 15px; padding-left: 20px; border: 0px solid #eee}
#content nav ul li{line-height: 20px}
/****************************************************************************************/
/******** FORMULARIO DE PERFILES *************************************/
/****************************************************************************************/
#divProfile {border: 0px solid #dff; margin: 10px 0px; padding: 10px 10px; width: 500px}
.flsAntenna {margin: 10px 0px; width: 750px; padding: 10px 10px}
#divPattern textarea,input[type=text],label {font-family: Monaco; font-size: inherit;}
#divPattern input[type=text] {width: 200px}
#divPattern textarea {resize: none; overflow: hidden}
.divAntenna {float: left; margin: 10px; height: 150px}
.divAntenna label {display: block}
.divTx {display: block; float: left; margin: 10px; height: 150px}
.divTx label {display: block}
.divUes {display: block; margin: 10px}
.txtAntenna {max-width: 200px; max-height: 120px}