diff --git a/files/.pdirl/templates/default/style.css b/files/.pdirl/templates/default/style.css index 2abe014..2eca3b2 100644 --- a/files/.pdirl/templates/default/style.css +++ b/files/.pdirl/templates/default/style.css @@ -1,26 +1,6 @@ -@CHARSET "UTF-8"; -* { - padding:0px; margin:0px; - } - -body { - font-family: Helvetica; font-size: 12px; color: #333; background: #FFF3CF; - } -img { - vertical-align: bottom; padding: 0 3px 0 0; border: 0px none; - } -a { - color: #857661; font-size: inherit; text-decoration: none; - } -a:hover { - color: rgb(60,60,60); - } -h1 { - padding-left: 0; margin-bottom: 10px; font-size: 21px; font-weight: bold; color: #FFF3CF; - } -table { +/* table { width: 700px; - } + } */ table td { font-size: 16px; padding: 5px; vertical-align: middle; } @@ -31,20 +11,14 @@ table td small { display: block; color: #CFC98E; padding-left: 30px; } table tr { - background: #ffffff; width: 70%; color:#857661; + width: 70%; color:#857661; } table thead tr td { - background: #FFF9DF; font-size: 12px; padding: 0px; + font-size: 12px; padding: 0px; } table thead tr td a { font-size: 12px; display: block; padding: 5px; } -table thead tr td a:hover { - background-color: #F6E49C; - } -table tr:hover { - background-color: #FFF9DF; - } table td.size, table td.mtime { white-space: nowrap; width: 12%; font-size: 14px; }