X-Git-Url: https://git.llucax.com/software/sercom.git/blobdiff_plain/14786bd1f76aa31ef62982544946e4fc1be2baff..b477722f80499bae9dd14ad95a5d5ec3fe27d0d6:/sercom/static/css/style.css?ds=sidebyside diff --git a/sercom/static/css/style.css b/sercom/static/css/style.css index 47ecd6b..b91d5c7 100644 --- a/sercom/static/css/style.css +++ b/sercom/static/css/style.css @@ -2,13 +2,18 @@ * Quick mash-up of CSS for the TG quick start page. */ -html, body, th, td { +html, th, td { color: black; background-color: #ddd; font: x-small "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif; margin: 0; padding: 0; -} +} + +body { + margin-top: 15px; +} + #header { height: 80px; @@ -17,6 +22,7 @@ html, body, th, td { border-left: 1px solid #aaa; border-right: 1px solid #aaa; margin: 0 auto 0 auto; + text-align: center; } a.link, a, a.active { @@ -57,6 +63,7 @@ a.link, a, a.active { h1,h2,h3,h4,h5,h6,#getting_started_steps { font-family: "Century Schoolbook L", Georgia, serif; font-weight: bold; + font-size: 170%; } h2 { @@ -136,3 +143,66 @@ table.list td { padding-bottom: 2px; border: none; } + +#pageLogin { + width:100%; + border:1px solid black; + padding-bottom: 2px; + padding-top: 2px; +} + +#pageLogin span { + padding: 5px 5px 5px 5px; +} + +.tableform table { + width:80%; + margin-left:10%; + border: 1px solid #400; +} + +.tableform th { + text-align: right; + width: 5%; + padding-left:15px; +} + +.tableform td { + padding-left: 15px; + padding-top: 5px; + padding-bottom: 5px; +} + +.tableform input, textarea { + border: 1px solid black; +} + +.tableform input:focus, select:focus, textarea:focus { + background: #fec; +} + +#navbar { + position:float; + float:right; +} + +/* Listas de los SHOW */ +table.show { + width:60%; + margin-left:5%; + border-collapse:separate; + border-spacing:1px 5px; +} + +table.show th { + width:25%; + padding-top: 2px; + padding-bottom: 2px; + border: none; +} + +table.show td { + padding-top: 2px; + padding-bottom: 2px; + border: none; +}