diff options
Diffstat (limited to 'mayor-orig/www/skin/sulix/module-password')
-rw-r--r-- | mayor-orig/www/skin/sulix/module-password/css/password.css | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/mayor-orig/www/skin/sulix/module-password/css/password.css b/mayor-orig/www/skin/sulix/module-password/css/password.css new file mode 100644 index 00000000..66a2fe2a --- /dev/null +++ b/mayor-orig/www/skin/sulix/module-password/css/password.css @@ -0,0 +1,43 @@ + img { border-width: 0px; } + h1 { display: none; text-align: center; margin: 10px; font-size:20px; } + h2 { text-align: center; margin: 10px; font-size: 15px; } + table { font-size: 12px } + table.main {width: 100%; border-width: 0px;} + form table {background-color: #ffffff; border-width: 1px; border-style: solid; border-color: #555550; width:400px} + td { padding: 2px } + form { margin: 30px; padding: 0px; } + input { font-size: 10px; font-family: Verdana,Arial; background-color: #fffff0; } + select.pp { + padding: 0px; margin: 0px; + border: none 0px #778890; + font-size: 12px; + background-color: #eeeee0; + font-family: Verdana,Arial; + } + select.pp>option { border: none 0px black; } + input.submit { border: solid 1px #776650; } + thead td { + background-color: #3496B9; + text-align: center; + font-family: Verdana,arial; + font-size: 10pt; + font-weight: bold; + color: white; + } + thead th { + background-color: #3496B9; + color: white; + padding: 2px; + } + tfoot td { + background-color: #c8c8c8; + text-align: center; + } + tbody img { display: none; border: solid 1px #bbddbb; } + td.co { + display: none; + text-align: center; + vertical-align: bottom; + font-family: Verdana,arial; + font-size: 8pt; + } |