aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'public/stylesheets/login.css')
-rw-r--r--public/stylesheets/login.css101
1 files changed, 0 insertions, 101 deletions
diff --git a/public/stylesheets/login.css b/public/stylesheets/login.css
deleted file mode 100644
index 3bfb57f..0000000
--- a/public/stylesheets/login.css
+++ /dev/null
@@ -1,101 +0,0 @@
-/**
- * HesaSys Easy Site Administration System [hesasys.org]
- *
- * Copyright (C) 2006-2008 HesaSys Team
- * This file is NOT subject to the GNU GPL. All rights reserved.
- *
- * @package HesaSys
- * @version $Id$
- */
-
-#login-form {
- width: 489px;
- height: 295px;
- background: url(/images/login-bg.png);
- margin: auto;
- color: white;
-}
-
-#login-form div {
- padding-top: 60px;
- padding-left: 40px;
- padding-right: 40px;
- padding-bottom: 20px;
- text-align: left;
-}
-
-#login-form h1 {
- font-size: 120%;
- margin-top: 0;
- padding-top: 0;
-}
-
-#login-form label {
- font-size: 90%;
- letter-spacing: 1px;
- text-transform: lowercase;
-}
-
-#login-form p {
- margin-top: .2em;
- margin-bottom: .2em;
-}
-
-#login-form input#login, #login-form input#password {
- font-size: 180%;
- border: 1px solid #4C3E61;
- background-color: #D3CFE5;
- width: 100%;
-}
-
-#login-form input#submit {
- font-size: 130%;
-}
-
-body {
- background-color: #D3CFE5;
- font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
- font-size: 95%;
-}
-
-small.error {
- color: #A40000;
-}
-
-p.submit {
- text-align: right;
-}
-
-/* Centerization fix */
-body, html {
- height: 99%;
-}
-
-#outer {
- height: 100%;
- overflow: visible;
- width: 100%;
-}
-
-#outer[id] {
- display: table;
- position: static;
-}
-
-#middle {
- position: absolute;
- top: 50%;
- text-align: center;
-}
-
-#middle[id] {
- display: table-cell;
- vertical-align: middle;
- position: static;
- text-align: center;
-}
-
-#inner {
- position: relative;
- top: -50%;
-}