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:
authorceci <caggsld@gmail.com>2013-06-22 18:29:46 (GMT)
committer ceci <caggsld@gmail.com>2013-06-22 18:29:46 (GMT)
commita0c9d9170042ad3638ca7bdac39040f800c7c7b1 (patch)
tree432820d177930ab70fafef21745d77534aad5bd8 /EjercitarWeb/WebContent/css/estilo_ejercitar.css
parentd5a07b92b5b2ece739313df0a05751300a3d05a4 (diff)
se agrego css para tablas y sidebar con menu
Diffstat (limited to 'EjercitarWeb/WebContent/css/estilo_ejercitar.css')
-rw-r--r--EjercitarWeb/WebContent/css/estilo_ejercitar.css60
1 files changed, 19 insertions, 41 deletions
diff --git a/EjercitarWeb/WebContent/css/estilo_ejercitar.css b/EjercitarWeb/WebContent/css/estilo_ejercitar.css
index 20c0bbb..b90f939 100644
--- a/EjercitarWeb/WebContent/css/estilo_ejercitar.css
+++ b/EjercitarWeb/WebContent/css/estilo_ejercitar.css
@@ -10,30 +10,15 @@ background: #589188;
}
div#header {
width: 100%;
-background-color: #FDDAA6;
+background-color: #FFFFFF;
text-align: center;
height: 80px;
position: absolute;
background-image: url("./img/ejercitar.png");
background-repeat: no-repeat;
-background-position: right;
+background-position: z;
}
-div#sidebar {
-width:160px;
-height:100%;
-top:80px;
-position:fixed;
-}
-
-div#psidebar {
-width:10px;
-height:100%;
-background:#505050;
-left:150px;
-top:80px;
-position:fixed;
-}
div#footer
{
@@ -55,31 +40,24 @@ div#content
padding: 1em;
position:absolute;
top:80px;
-bottom:80px;
-right:0;
+
+right:180px;
left:180px;
-overflow-y:auto;
-}
-td,th {
- color: #F0F0F0;
-}
-a:link {
- color: #00CCFF;
+
}
-.Estilo2 {
- font-family: Georgia, "Times New Roman", Times, serif;
- color: #33CCFF;
- font-weight: bold;
- font-size: 12px;
+
+div#sidebar {
+width:160px;
+height:100%;
+top:100px;
+position:fixed;
+left:0;
}
-.EstiloHeader {
-font: 18px georgia;
-color: #CC3300;
-line-height: 24px;
-letter-spacing: .4em;
+
+div#rsidebar {
+width:160px;
+height:100%;
+top:100px;
+position:fixed;
+right:0;
}
-.Estilo5 {
- color: #003366;
- font-weight: bold;
- font-size: 12px;
-} \ No newline at end of file