]> git.llucax.com Git - z.facultad/75.52/sercom.git/blobdiff - sercom/static/css/style.css
show de grupos.
[z.facultad/75.52/sercom.git] / sercom / static / css / style.css
index 47ecd6b60213e83e451917763ea9c1e5d01859f6..0b2027b0c62e83703d163628b4872e18e416078d 100644 (file)
@@ -2,13 +2,18 @@
  * 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
-}\r
+}
+
+body {
+       margin-top: 15px;
+}
+
 \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
+       text-align: center;
 }\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
+       font-size: 170%;
 }\r
 \r
 h2 {\r
@@ -136,3 +143,46 @@ 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;
+}
+