]> git.llucax.com Git - mecon/intranet.git/commitdiff
Se pone fondo blanco a las paginas.
authorLeandro Lucarella <llucax@gmail.com>
Wed, 4 Feb 2004 17:16:03 +0000 (17:16 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Wed, 4 Feb 2004 17:16:03 +0000 (17:16 +0000)
sistema/www/css/dietmarco.css

index 279f872c6d81a6837de8e57bde80c659a396ec3d..5e1ddcce323835fd0c92b8d8674b2def49bceda8 100644 (file)
@@ -1,25 +1,41 @@
-BODY {\r
-       FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 10pt; TEXT-ALIGN: left\r
-; font-style: normal; line-height: 10pt; font-weight: normal\r
+body {\r
+    font-family: arial, helvetica, sans-serif;\r
+    font-size: 10pt;\r
+    text-align: left;\r
+    font-style: normal;\r
+    line-height: 10pt;\r
+    font-weight: normal;\r
+    background-color: white;\r
 }\r
-UL {\r
-       FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 10pt; font-style: normal; line-height: normal; font-weight: normal\r
+\r
+ul {\r
+    font-family: arial, helvetica, sans-serif;\r
+    font-size: 10pt;\r
+    font-style: normal;\r
+    line-height: normal;\r
+    font-weight: normal;\r
 }\r
-P {\r
-       FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 10pt\r
-; font-style: normal; line-height: normal; font-weight: normal\r
+\r
+p {\r
+    font-family: arial, helvetica, sans-serif;\r
+    font-size: 10pt;\r
+    font-style: normal;\r
+    line-height: normal;\r
+    font-weight: normal;\r
 }\r
+\r
 a\r
 {\r
-       color:#003366;\r
+    color:#003366;\r
 }\r
+\r
 a:visited\r
 {\r
-       color:#660066;\r
+    color:#660066;\r
 }\r
+\r
 a:active   \r
 {\r
     color:#0066FF;\r
-    }\r
-\r
+}\r
 \r