diff options
Diffstat (limited to 'mayor-orig/www/skin/oldschool/module-auth/css')
-rw-r--r-- | mayor-orig/www/skin/oldschool/module-auth/css/login.css | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/mayor-orig/www/skin/oldschool/module-auth/css/login.css b/mayor-orig/www/skin/oldschool/module-auth/css/login.css new file mode 100644 index 00000000..c3da5e07 --- /dev/null +++ b/mayor-orig/www/skin/oldschool/module-auth/css/login.css @@ -0,0 +1,45 @@ +@media screen { +img { border-width: 0px; } +h1 {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;} +table.loginablak { + 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: 12px; font-family:Verdana,Arial; background-color: #fffff0; border: solid 1px #666690;} +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; } +table.loginablak thead td { background-color: #666690; + text-align: center; + font-family: Verdana,arial; + font-size: 10pt; + font-weight: + bold; + color: white; + border-bottom: solid 1px white; +} +table.loginablak tbody tr.top td { border-top: solid 1px #666690; } + +tfoot td { background-color: #888880; text-align: center; } +td.co { text-align: center; vertical-align: bottom; font-family: Verdana,arial; font-size:8pt; } +img.aauthImg { + border-top: solid 1px #666690; + border-bottom: solid 1px #888880; + border-left: solid 1px #666690; + border-right: solid 1px #888880; +} +#capsLockWarning { + position: absolute; + background: #ffffaa; color: #ffaaaa; text-align: center; + font-size: 20px; font-weight: bold; + width: 300px; padding: 20px; margin: 10px auto; +} + +}
\ No newline at end of file |