Fixed initial background color for new TDE style files.

pull/1/head
Michele Calgaro 10 years ago
parent d66036347d
commit 74ca6ba8f5

@ -1,10 +1,9 @@
/* /*
* text styles TDE 3.5.13.2 * text styles TDE 14.0.0
*/ */
img {margin: 0px; padding: 0px} img {margin: 0px; padding: 0px}
body {margin: 0px; padding: 0px; background-color: #418ade; background-image: url(back.png); -khtml-background-size: 100%; color: #111111; height="100%"; width="100%" } body {margin: 0px; padding: 0px; background-color: #003070; background-image: url(back.png); -khtml-background-size: 100%; color: #111111; height="100%"; width="100%" }
.bar_text a {color: #008;} .bar_text a {color: #008;}
@ -56,7 +55,7 @@ body {margin: 0px; padding: 0px; background-color: #418ade; background-image: ur
/* title and tagline are part of the header diff */ /* title and tagline are part of the header diff */
#title { #title {
position: absolute; position: absolute;
top: 60px; top: 65px;
left: 140px; left: 140px;
margin-top: -1em; margin-top: -1em;
text-align: left; text-align: left;

Loading…
Cancel
Save