]> git.llucax.com Git - z.facultad/75.52/sercom.git/blobdiff - sercom/static/css/style.css
Cambio un poco la cara para que no sea tan TurboGears :)
[z.facultad/75.52/sercom.git] / sercom / static / css / style.css
index 1bc7d64085d4c7fe1c988580421ab1ce0beae613..90c53bba09983123a4871cde4960efff7cd35eb2 100644 (file)
@@ -2,13 +2,18 @@
  * Quick mash-up of CSS for the TG quick start page.\r
  */\r
 \r
  * Quick mash-up of CSS for the TG quick start page.\r
  */\r
 \r
-html, body, th, td {\r
+html, th, td {\r
   color: black;\r
   background-color: #ddd;\r
   font: x-small "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;\r
   margin: 0;\r
   padding: 0;\r
   color: black;\r
   background-color: #ddd;\r
   font: x-small "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;\r
   margin: 0;\r
   padding: 0;\r
-}\r
+}
+
+body {
+       margin-top: 15px;
+}
+
 \r
 #header {\r
   height: 80px;\r
 \r
 #header {\r
   height: 80px;\r
@@ -17,6 +22,7 @@ html, body, th, td {
   border-left: 1px solid #aaa;\r
   border-right: 1px solid #aaa;\r
   margin: 0 auto 0 auto;\r
   border-left: 1px solid #aaa;\r
   border-right: 1px solid #aaa;\r
   margin: 0 auto 0 auto;\r
+       text-align: center;
 }\r
 \r
 a.link, a, a.active {\r
 }\r
 \r
 a.link, a, a.active {\r
@@ -57,6 +63,7 @@ a.link, a, a.active {
 h1,h2,h3,h4,h5,h6,#getting_started_steps {\r
   font-family: "Century Schoolbook L", Georgia, serif;\r
   font-weight: bold;\r
 h1,h2,h3,h4,h5,h6,#getting_started_steps {\r
   font-family: "Century Schoolbook L", Georgia, serif;\r
   font-weight: bold;\r
+       font-size: 170%;
 }\r
 \r
 h2 {\r
 }\r
 \r
 h2 {\r
@@ -121,4 +128,30 @@ span.code {
   width: 450px;\r
   background: #eef URL('../images/info.png') left center no-repeat;\r
   border: 1px solid #cce;\r
   width: 450px;\r
   background: #eef URL('../images/info.png') left center no-repeat;\r
   border: 1px solid #cce;\r
-}\r
+}
+
+/* Listas de los ABM */
+table.list {
+       width:90%;
+       margin-left:5%;
+  border-collapse:separate;
+  border-spacing:1px 5px;
+}
+
+table.list td {
+       padding-top: 2px;
+       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;
+}
+