X-Git-Url: http://git.dj3c1t.com/?a=blobdiff_plain;f=mw%2Fout%2Fdefault%2Fcss%2Fstyle.css;fp=mw%2Fout%2Fdefault%2Fcss%2Fstyle.css;h=bf2dbb26da0dc7d657af1a4e0fe815142bc3b692;hb=36ed114046cbe3d72a3589230e9f306a54fcc79d;hp=0000000000000000000000000000000000000000;hpb=281c96e95451269f2614684b8de5be25862c8374;p=mtweb diff --git a/mw/out/default/css/style.css b/mw/out/default/css/style.css new file mode 100644 index 0000000..bf2dbb2 --- /dev/null +++ b/mw/out/default/css/style.css @@ -0,0 +1,34 @@ +@import url("general.css"); +@import url("header.css"); +@import url("menu_top.css"); +@import url("main.css"); +@import url("footer.css"); + +*{ + margin: 0; + padding: 0; +} + +html{ + height: 100%; +} + +body{ + text-align: center; + height: 100%; +} + +pre, div { text-align: left; } + +.content{ + margin-left: auto; + margin-right: auto; + width: 800px; +} + +.clear{ + clear: both; + font-size: 0px; + line-height: 0px; + height: 0px; +}