style.css
85 lines
| 5.5 KiB
| text/css
|
LassoCssLexer
|
r140 | /* | ||
* font-family: 'Droid Sans', sans-serif; | ||||
* font-family: 'Ubuntu', sans-serif; | ||||
* font-family: 'Open Sans', sans-serif; | ||||
* font-family: 'Open Sans Condensed', sans-serif; | ||||
* font-family: 'Roboto Condensed', sans-serif; | ||||
*/ | ||||
|
r124 | |||
|
r152 | body { font-size: 12px; } | ||
|
r120 | 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} | ||||
|
r140 | #content #leftcolumn {float: left;border: 1px solid #c55; width: 150px; } | ||
|
r120 | #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} | ||||
|
r134 | .cleardivs {clear: both; border: 0px solid #400; height: 0px} | ||
/****************************************************************************************/ | ||||
/****** ESTILOS GENERALES *****************/ | ||||
/****************************************************************************************/ | ||||
|
r140 | .mnu{ height: 22px; border: 0px solid #c55 !important;} | ||
|
r134 | .mnu li{ display:inline;} | ||
|
r140 | .MnuVertical, .MnuHorizontal { font-family: 'Droid Sans', sans-serif; font-size: 1.2em; font-style: italic; text-shadow: 2px 2px #eee} | ||
.MnuHorizontal ul{ list-style: none; list-style-type: none; margin: 0;} | ||||
|
r134 | /*.MnuHorizontal{ display: -webkit-box; -webkit-box-orient:horizontal;}*/ | ||
/*.MnuHorizontal a{ display:block; padding:10px; -webkit-box-flex:1; text-align:center; }*/ | ||||
|
r120 | |||
/****************************************************************************************/ | ||||
/****** MENU DE NAVEGACION DE PERFILES **********************************/ | ||||
/****************************************************************************************/ | ||||
|
r140 | #content #infoProfiles {border: 1px solid #d00 !important; width: 140px; margin: 0px; padding-top: 2px; padding-bottom: 2px} | ||
|
r120 | .lblInfo {padding-left: 12px; line-height: 20px;} | ||
|
r124 | #infoProfiles select {padding-left: 12px; line-height: 20px;margin-left: 12px} | ||
|
r140 | #content nav {border: 0px solid #c55 !important; margin: 0px;} | ||
|
r120 | |||
|
r140 | #leftcolumn #mnuProfiles{ margin: 5px 0px; border: 0px solid #1494F6 !important; } | ||
#mnuProfiles ul{list-style: none; list-style-type: none; margin: 0; padding-left: 20px; border: 0px solid #f00 !important} | ||||
#mnuProfiles li{ width: 80px; padding: 2px; border: 0px solid #c55 !important; line-height: 22px} | ||||
#mnuProfiles a{ font-weight: normal; color: #1494F6; display: block; border: 0px solid #1cc !important; text-align: left} | ||||
|
r120 | /****************************************************************************************/ | ||
/******** FORMULARIO DE PERFILES *************************************/ | ||||
/****************************************************************************************/ | ||||
|
r134 | #divProfile { border: 0px solid #dff; margin: 10px 0px; padding: 10px 10px; width: 500px } | ||
.flsAntenna { margin: 10px 0px; width: 750px; padding: 10px 10px } | ||||
|
r152 | #divPattern textarea,input[type=text],label{ font-family: "Open Sans"; font-size: inherit; } | ||
|
r132 | |||
|
r120 | #divPattern textarea {resize: none; overflow: hidden} | ||
|
r132 | |||
|
r134 | .divAntenna { float: left; margin: 10px; height: 160px; border: 0px solid #fcc !important; width: 260px } | ||
.divAntenna label{ display: block } | ||||
|
r152 | .txtAntenna { width: 250px; max-width: 250px; height: 135px; max-height: 140px; } | ||
.divAntenna p{ width: 250px; max-width: 250px; height: 130px; max-height: 130px; border: 1px solid #eee !important} | ||||
|
r132 | |||
|
r134 | .divTx { display: block; float: left; margin: 10px; height: 150px } | ||
.divTx label{ display: block } | ||||
|
r152 | .divTx textarea{ width: 135px; max-width: 135px; height: 135px; max-height: 140px; text-align: justify } | ||
.divTx p{ width: 135px; max-width: 135px; height: 130px; max-height: 130px; text-align: justify } | ||||
|
r132 | |||
|
r134 | .divUes { display: block; margin: 10px} | ||
.divUes input[type=text] { width: 240px; max-width: 240px;} | ||||
|
r132 | |||
|
r134 | /****************************************************************************************/ | ||
/****** MENU DE NAVEGACION DE PATRONES **********************************/ | ||||
/****************************************************************************************/ | ||||
|
r140 | #divMnuPattern{ width: 280px; height: 25px; display: block; border: 0px solid #1cc !important; float: left; margin-left: 500px} | ||
#divMnuPattern li{ float: left; display: block; width: 60px; border: 0px solid #2cc !important} | ||||
#divMnuPattern a{ display: block; line-height: 22px; text-decoration: none; padding: 0px 5px; | ||||
border-bottom: 1px solid #1494F6 !important; margin: 0px 2px; text-align: center; color: #1494F6 | ||||
} | ||||
|
r134 | #infoPattern{ display: block; border: 1px solid #1494f6 !important, margin: 5px 2px; } | ||
|
r140 | |||
#navPatterns{ margin: 10px auto; border: 0px solid #d00 !important; width: 500px; height: 30px; font-family: 'Ubuntu', sans-serif; font-size: 14px; | ||||
padding: 10px 0px} | ||||
|
r134 | #navPatternList{ margin: 0px auto; border: 1px solid #ecc !important} | ||
|
r140 | #navPatternList ul{ list-style: none; list-style-type: none; margin: 0;} | ||
#navPatternList ul li{ float: left; width: 50px; border: 1px solid #eee !important; } | ||||
#navPatternList a{ width: 50px; border: 0px solid #1cc !important; display: block; text-align: center; line-height: 25px} | ||||
.lnkPattern{ background-color: #ccc !important; color: #eee;} | ||||
.lnkPatternSelected{ background-color: #2cc !important; color: #fff;} | ||||
|
r152 | |||
.divListofPatterns{ width: 650px; display: block; border: 1px solid #1cc !important; margin: 0 auto} | ||||
.divPattern{ width: 600px; display: block; border: 1px solid #f00 !important; margin: 2px auto; } | ||||