Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/EjercitarWeb/WebContent/css/estilo_ejercitar.css
diff options
context:
space:
mode:
authorcecigg <caggsld@gmail.com>2013-11-13 11:54:57 (GMT)
committer cecigg <caggsld@gmail.com>2013-11-13 11:54:57 (GMT)
commitb8fb0a6e6bf3b65cf20010b797a8b3b14951793f (patch)
treec007e09bd0300f77347bce120f1325e6d7c704ad /EjercitarWeb/WebContent/css/estilo_ejercitar.css
parent7b12a8598a2b6f492f6e586cd480bf225cbbebcc (diff)
se modifico el css para login y menu gral. se modifico tareas para agregar cant ejercicios.
Diffstat (limited to 'EjercitarWeb/WebContent/css/estilo_ejercitar.css')
-rw-r--r--EjercitarWeb/WebContent/css/estilo_ejercitar.css81
1 files changed, 40 insertions, 41 deletions
diff --git a/EjercitarWeb/WebContent/css/estilo_ejercitar.css b/EjercitarWeb/WebContent/css/estilo_ejercitar.css
index 4101dc6..cf53787 100644
--- a/EjercitarWeb/WebContent/css/estilo_ejercitar.css
+++ b/EjercitarWeb/WebContent/css/estilo_ejercitar.css
@@ -1,63 +1,62 @@
@CHARSET "ISO-8859-1";
* {
-margin:0;
+ margin:0;
}
body
{
-margin: 0;
-color: #000;
-background: #589188;
+ margin: 0;
+ color: #000;
+ background: #589188;
}
div#header {
-width: 100%;
-background-color: #FFFFFF;
-text-align: center;
-height: 80px;
-position: absolute;
-background-image: url("./img/ejercitar.png");
-background-repeat: no-repeat;
-background-position: z;
+ width: 100%;
+ background-color: #FFFFFF;
+ text-align: center;
+ height: 80px;
+ position: absolute;
+ background-image: url("./img/ejercitar.png");
+ background-repeat: no-repeat;
+ background-position: z;
}
div#footer
{
-overflow: auto;
-width: 100%;
-height: 50px;
-position: absolute;
-bottom: 0;
-left: 0;
-color: #000;
-background: #D0D0D0;
-text-align:center;
-padding-top: 13px;
-clear: both;
-font-size: 90%;
+ overflow: auto;
+ width: 100%;
+ height: 50px;
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ color: #000;
+ background: #D0D0D0;
+ text-align:center;
+ padding-top: 13px;
+ clear: both;
+ font-size: 90%;
}
div#content
{
-padding: 1em;
-position:absolute;
-top:80px;
-overflow: auto;
-right:180px;
-left:180px;
-
+ padding: 1em;
+ position:absolute;
+ top:80px;
+ overflow: auto;
+ right:180px;
+ left:180px;
}
div#sidebar {
-width: 160px;
-height: 100%;
-top: 100px;
-position: absolute;
-left: 0;
+ width: 160px;
+ height: 100%;
+ top: 100px;
+ position: absolute;
+ left: 0;
}
div#rsidebar {
-width: 160px;
-height: 100%;
-top: 100px;
-position: absolute;
-right: 0;
+ width: 160px;
+ height: 100%;
+ top: 100px;
+ position: absolute;
+ right: 0;
}