Commit cbb8249667585fe11a375f3a935ca4fc484b7652
1 parent
081b5f82
Exists in
master
and in
7 other branches
--no commit message
Showing
3 changed files
with
24 additions
and
12 deletions
Show diff stats
admin/html/admin.css
... | ... | @@ -249,10 +249,12 @@ select{ |
249 | 249 | } |
250 | 250 | |
251 | 251 | .fundoPonto { |
252 | - background: url("../../imagens/fundo_ponto.jpg") repeat-x scroll left | |
253 | - transparent; | |
254 | - margin: 0px; | |
252 | + padding-top: 0px; | |
253 | + COLOR: #2F4632; | |
255 | 254 | font-family: Verdana, Arial, Helvetica, sans-serif; |
255 | + background-color: rgb(250, 250, 250); | |
256 | + margin: auto; | |
257 | + font-size: 12px; | |
256 | 258 | } |
257 | 259 | |
258 | 260 | .cabecalhoGeral { | ... | ... |
admin/principal.html
... | ... | @@ -6,11 +6,21 @@ |
6 | 6 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> |
7 | 7 | <link rel="stylesheet" type="text/css" href="../css/input.css"> |
8 | 8 | <link rel="stylesheet" type="text/css" href="html/admin.css"> |
9 | +<style> | |
10 | +body, td { | |
11 | + padding-top: 0px; | |
12 | + COLOR: #2F4632; | |
13 | + font-family: Verdana, Arial, Helvetica, sans-serif; | |
14 | + background-color: rgb(250, 250, 250); | |
15 | + margin: auto; | |
16 | + font-size: 12px; | |
17 | +} | |
18 | +</style> | |
9 | 19 | <script type="text/javascript" src="js/core.js"></script> |
10 | 20 | <script type="text/javascript" src="dicionario/core.js"></script> |
11 | 21 | <script type="text/javascript" src="dicionario/principal.js"></script> |
12 | 22 | </head> |
13 | -<body class=" yui-skin-sam fundoPonto"> | |
23 | +<body class=" yui-skin-sam"> | |
14 | 24 | <center> |
15 | 25 | <div class="bordaSuperior"> </div> |
16 | 26 | <div class="mascaraPrincipal" id="divGeral"> | ... | ... |
exemplos/index.html
... | ... | @@ -5,13 +5,13 @@ |
5 | 5 | |
6 | 6 | <link rel="stylesheet" type="text/css" href="../admin/html/admin.css"> |
7 | 7 | <style> |
8 | -body,td { | |
9 | - text-align: left; | |
10 | - border: 0px solid #FFFFFF; | |
11 | - font-family: Verdana, Arial, Helvetica, sans-serif; | |
12 | - position: relative; | |
13 | - font-size: 0.8em; | |
14 | - padding-bottom: 10px; | |
8 | +body, td { | |
9 | + padding-top: 0px; | |
10 | + COLOR: #2F4632; | |
11 | + font-family: Verdana, Arial, Helvetica, sans-serif; | |
12 | + background-color: rgb(250, 250, 250); | |
13 | + margin: auto; | |
14 | + font-size: 12px; | |
15 | 15 | } |
16 | 16 | </style> |
17 | 17 | <script> |
... | ... | @@ -20,7 +20,7 @@ body,td { |
20 | 20 | */ |
21 | 21 | </script> |
22 | 22 | </head> |
23 | -<body class="yui-skin-sam fundoPonto"> | |
23 | +<body class="yui-skin-sam"> | |
24 | 24 | <center> |
25 | 25 | <div class="bordaSuperior"> </div> |
26 | 26 | <div class="mascaraPrincipal" id="divGeral"> | ... | ... |