]> TLD Linux GIT Repositories - tld-ftp-admin.git/blobdiff - html/layout.css
- tldized
[tld-ftp-admin.git] / html / layout.css
diff --git a/html/layout.css b/html/layout.css
deleted file mode 100644 (file)
index d7ead8a..0000000
+++ /dev/null
@@ -1,82 +0,0 @@
-body {\r
-       margin:0px;\r
-       padding:0px;\r
-       font-family:verdana, arial, helvetica, sans-serif;\r
-       color:#333;\r
-       background-color:white;\r
-       }\r
-h1 {\r
-       margin:0px 0px 15px 0px;\r
-       padding:0px;\r
-       font-size:28px;\r
-       line-height:28px;\r
-       font-weight:900;\r
-       color:#ccc;\r
-       }\r
-p {\r
-       font:11px/20px verdana, arial, helvetica, sans-serif;\r
-       margin:0px 0px 16px 0px;\r
-       padding:0px;\r
-       }\r
-#Content>p {margin:0px;}\r
-#Content>p+p {text-indent:30px;}\r
-\r
-a {\r
-       color:#09c;\r
-       font-size:11px;\r
-       text-decoration:none;\r
-       font-weight:600;\r
-       font-family:verdana, arial, helvetica, sans-serif;\r
-       }\r
-a:link {color:#09c;}\r
-a:visited {color:#07a;}\r
-a:hover {background-color:#eee;}\r
-\r
-#Header {\r
-       margin:25px 0px 10px 0px;\r
-       padding:17px 0px 0px 20px;\r
-       /* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */\r
-       height:33px; /* 14px + 17px + 2px = 33px */\r
-       border-style:solid;\r
-       border-color:black;\r
-       border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */\r
-       line-height:11px;\r
-       background-color:#eee;\r
-\r
-/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. \r
-Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. \r
-IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style \r
-declaration. The incorrect IE5/Win value is above, while the correct value is \r
-below. See http://glish.com/css/hacks.asp for details. */\r
-       voice-family: "\"}\"";\r
-       voice-family:inherit;\r
-       height:14px; /* the correct height */\r
-       }\r
-/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct \r
-length values to user agents that exhibit the parsing error exploited above yet get \r
-the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include\r
-a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */\r
-body>#Header {height:14px;}\r
-\r
-#Content {\r
-       margin:0px 50px 50px 200px;\r
-       padding:10px;\r
-       }\r
-\r
-#Menu {\r
-       position:absolute;\r
-       top:100px;\r
-       left:20px;\r
-       width:172px;\r
-       padding:10px;\r
-       background-color:#eee;\r
-       border:1px dashed #999;\r
-       line-height:17px;\r
-/* Again, the ugly brilliant hack. */\r
-       voice-family: "\"}\"";\r
-       voice-family:inherit;\r
-       width:150px;\r
-       }\r
-/* Again, "be nice to Opera 5". */\r
-body>#Menu {width:150px;}\r
-\r