summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmbushed91 <arianroeloffzen@gmail.com>2014-10-23 23:26:29 +0200
committerAmbushed91 <arianroeloffzen@gmail.com>2014-10-23 23:26:29 +0200
commit21ee559b899e979438a3cbef88adc7edaaa9fe9e (patch)
treeb0fddc1f1bf2caf4c071223d18739f724c0f5e0b
parentUpdate template.lua (diff)
downloadcuberite-21ee559b899e979438a3cbef88adc7edaaa9fe9e.tar
cuberite-21ee559b899e979438a3cbef88adc7edaaa9fe9e.tar.gz
cuberite-21ee559b899e979438a3cbef88adc7edaaa9fe9e.tar.bz2
cuberite-21ee559b899e979438a3cbef88adc7edaaa9fe9e.tar.lz
cuberite-21ee559b899e979438a3cbef88adc7edaaa9fe9e.tar.xz
cuberite-21ee559b899e979438a3cbef88adc7edaaa9fe9e.tar.zst
cuberite-21ee559b899e979438a3cbef88adc7edaaa9fe9e.zip
-rw-r--r--MCServer/webadmin/files/login.css443
1 files changed, 1 insertions, 442 deletions
diff --git a/MCServer/webadmin/files/login.css b/MCServer/webadmin/files/login.css
index 7f7a6c8d8..372448e61 100644
--- a/MCServer/webadmin/files/login.css
+++ b/MCServer/webadmin/files/login.css
@@ -1,442 +1 @@
-* {
-margin: 0;
-}
-body {
-font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
--webkit-font-smoothing: antialiased;
-background: #fff url(header.png) repeat-x top left;
-width:100%;
-min-width:100%;
-overflow: hidden;
-}
-a:link {
-color: #555;
-text-decoration: none;
-}
-
-a:visited {
-color: #444;
-text-decoration: none;
-}
-
-a:hover, a:active {
-color: #000;
-text-decoration: underline;
-}
-img {
-border: none;
-}
-h1 {
-color:#006699;
-}
-.row1 {
-border-bottom: 1px solid #000;
-height:100px;
-max-height:100px;
-}
-.row2 {
-margin: 0 auto;
-text-align: center;
-vertical-align: middle;
-}
-.row3 {
-margin: 0 auto;
-text-align: center;
-vertical-align: middle;
-}
-.contention {
-color: #000;
-text-align: left;
-line-height: 1.4;
-margin: 0;
-font-family: Tahoma, Verdana, Arial, Sans-Serif;
-font-size: 13px;
-}
-button {
-background: #ffffff;
-color: #000000;
-border: 1px solid #ccc;
-padding: 3px;
-font-family: Tahoma, Verdana, Arial, Sans-Serif;
--moz-border-radius: 5px;
--webkit-border-radius: 5px;
-border-radius: 5px;
-margin: -3px 0;
-}
-button:hover {
-border-top-color: #28597a;
-background: #28597a;
-color: #ccc;
-}
-button:active {
-border-top-color: #1b435e;
-background: #1b435e;
-}
-.push10 {
-padding-bottom:75px;
-}
-#panel ul.menu {
-margin: 0;
-padding: 0;
-list-style: none;
-}
-
-#panel ul.menu li {
-margin: 0 5px;
-display: inline;
-}
-
-#panel ul.menu li a {
-padding-left: 20px;
-background-repeat: no-repeat;
-background-position: left center;
-}
-
-#panel .upper ul.top_links {
-float: right;
-font-weight: bold;
-}
-
-#panel .upper ul.top_links a.search {
-background-image: url(icons/search.gif);
-}
-
-#panel .upper ul.top_links a.memberlist {
-background-image: url(icons/memberlist.gif);
-}
-
-#panel .upper ul.top_links a.calendar {
-background-image: url(icons/calendar.gif);
-}
-
-#panel .upper ul.top_links a.help {
-background-image: url(icons/help.gif);
-}
-
-#panel .upper a.logout {
-font-weight: bold;
-background: url(icons/logout.gif) right no-repeat;
-padding-right: 20px;
-margin-left: 10px;
-}
-
-#panel .upper a.login,
-#panel .upper a.lost_password {
-background: url(icons/login.gif) no-repeat;
-padding-left: 20px;
-margin-left: 10px;
-font-weight: bold;
-}
-
-#panel .upper a.register {
-background: url(icons/logout.gif) right no-repeat;
-padding-right: 20px;
-margin-left: 10px;
-font-weight: bold;
-}
-
-#panel .lower ul.panel_links {
-float: left;
-}
-
-#panel .lower ul.panel_links a.usercp {
-background-image: url(icons/usercp.gif);
-}
-
-#panel .lower ul.panel_links a.modcp {
-background-image: url(icons/modcp.gif);
-}
-
-#panel .lower ul.panel_links a.admincp {
-background-image: url(icons/admincp.gif);
-}
-
-#panel .lower ul.user_links {
-float: right;
-}
-
-#panel .lower ul.user_links li a {
-padding: 0;
-}
-
-#panel .upper {
-background: #dcdbdc url(tcat.png) repeat-x;
-border-top: 1px solid #fff;
-border-bottom: 1px solid #bbb;
-padding: 7px;
-}
-
-#panel .lower {
-background: #efefef;
-color: #999;
-border-top: 1px solid #fff;
-border-bottom: 1px solid #ccc;
-overflow: hidden;
-padding: 5px;
-}
-
-#panel .lower a:link,
-#panel .lower a:visited {
-color: #666;
-}
-
-#panel .lower a:hover,
-#panel .lower a:active {
-color: #333;
-text-decoration: none;
-}
-
-#panel .remember_me input {
-vertical-align: middle;
-margin: -3px 0 0 5px;
-}
-
-#panel input {
-margin: -3px 0;
-}
-
-#panel input.button {
-padding: 0;
-}
-#footer {
-z-index:99999;
-}
-#footer ul.menu {
-margin: 0;
-padding: 0;
-list-style: none;
-}
-
-#footer ul.menu li {
-margin: 0 5px;
-display: inline;
-}
-
-#footer .upper {
-background: #dcdbdc url(tcat.png) repeat-x;
-border-top: 1px solid #bbb;
-padding: 6px;
-overflow: hidden;
-
-font-size: 12px;
-}
-
-#footer .upper .language {
-float: right;
-margin: -2px;
-}
-
-#footer .upper ul.bottom_links {
-float: left;
-margin: 3px 0 0 -5px;
-}
-
-#footer .lower {
-background: #a1a2a2 url(thead.png) top left repeat-x;
-color: #fff;
-border-top: 1px solid #ccc;
-border-bottom: 1px solid #ddd;
-overflow: hidden;
-padding: 8px;
-
-font-size: 11px;
-}
-
-#footer .lower a:link,
-#footer .lower a:visited {
-color: #fff;
-font-weight: bold;
-}
-
-#footer .lower a:hover,
-#footer .lower a:active {
-color: #fff;
-font-weight: bold;
-}
-
-#footer .lower #current_time {
-float: right;
-padding-right:6px;
-}
-.wrapper {
-width: 85%;
-min-width: 970px;
-max-width: 1500px;
-margin: auto auto;
-}
-#footer {
-position:fixed;
-left:0px;
-bottom:0px;
-height:60px;
-width:100%;
-background:#999;
-border-top:1px #000 solid;
-}
-
-/* IE 6 */
-* html #footer {
-position:absolute;
-top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
-}
-
-tr td.trow1:first-child,
-tr td.trow2:first-child {
- border-left: 0;
-}
-
-tr td.trow1:last-child,
-tr td.trow2:last-child {
- border-right: 0;
-}
-
-.tborder {
- -moz-border-radius: 7px;
- -webkit-border-radius: 7px;
- border-radius: 7px;
-}
-
-.thead,
-.rounded_top {
- -moz-border-radius-topleft: 6px;
- -moz-border-radius-topright: 6px;
- -webkit-border-top-left-radius: 6px;
- -webkit-border-top-right-radius: 6px;
- border-top-left-radius: 6px;
- border-top-right-radius: 6px;
-}
-
-.tfoot,
-.rounded_bottom {
- -moz-border-radius-bottomleft: 6px;
- -moz-border-radius-bottomright: 6px;
- -webkit-border-bottom-left-radius: 6px;
- -webkit-border-bottom-right-radius: 6px;
- border-bottom-left-radius: 6px;
- border-bottom-right-radius: 6px;
-}
-table {
- color: #000000;
- font-size: 13px;
-}
-
-.tborder {
- background: #fff;
- width: 100%;
- margin: auto auto;
- border: 1px solid #ccc;
- padding: 1px;
-}
-
-.thead {
- background: #a1a2a2 url(thead.png) top left repeat-x;
- color: #fff;
- border-bottom: 1px solid #8e8f8f;
- padding: 8px;
-}
-
-.thead a:link {
- color: #222;
- text-decoration: none;
-}
-
-.thead a:visited {
- color: #222;
- text-decoration: none;
-}
-
-.thead a:hover, .thead a:active {
- color: #222;
- text-decoration: underline;
-}
-
-.tcat {
- background: #dcdbdc url(tcat.png) repeat-x;
- color: #fff;
- border-bottom: 1px solid #bbb;
- padding: 6px;
- font-size: 12px;
-}
-
-.tcat a:link {
- color: #000000;
-}
-
-.tcat a:visited {
- color: #000000;
-}
-
-.tcat a:hover, .tcat a:active {
- color: #000000;
-}
-
-.trow1 {
- background: #f5f5f5;
- border: 1px solid;
- border-color: #fff #ddd #ddd #fff;
-}
-
-.trow2 {
- background: #efefef;
- border: 1px solid;
- border-color: #fff #ddd #ddd #fff;
-}
-
-.trow_shaded {
- background: #ffdde0;
- border: 1px solid;
- border-color: #fff #ffb8be #ffb8be #fff;
-}
-
-.trow_selected td {
- background: #FFFBD9;
- color: #000;
- border-right-color: #F7E86A;
- border-bottom-color: #F7E86A;
-}
-
-.trow_selected td a:link,
-.trow_selected td a:visited,
-.trow_selected td a:hover,
-.trow_selected td a:active {
- color: #000;
-}
-
-.trow_sep {
- background: #ddd;
- color: #000;
- border-bottom: 1px solid #c5c5c5;
- padding: 6px;
- font-size: 12px;
- font-weight: bold;
-}
-
-.tfoot {
- background: #a1a2a2 url(thead.png) top left repeat-x;
- color: #fff;
- padding: 6px;
- border-top: 1px solid #fff;
-}
-
-.tfoot a:link {
- color: #fff;
- text-decoration: none;
-}
-
-.tfoot a:visited {
- color: #fff;
- text-decoration: none;
-}
-
-.tfoot a:hover, .tfoot a:active {
- color: #fff;
- text-decoration: underline;
-}
-
-.thead input.textbox,
-.thead select,
-.tfoot input.textbox,
-.tfoot select {
- border: 1px solid #8e8f8f;
-}
-.padtopp {padding-top:25px;}
+* {margin: 0;}body {font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;-webkit-font-smoothing: antialiased;background: #fff url(header.png) repeat-x top left;width:100%;min-width:100%;overflow: hidden;}a:link {color: #555;text-decoration: none;}a:visited {color: #444;text-decoration: none;}a:hover, a:active {color: #000;text-decoration: underline;}img {border: none;}h1 {color:#006699;}.row1 {border-bottom: 1px solid #000;height:100px;max-height:100px;}.row2 {margin: 0 auto;text-align: center;vertical-align: middle;}.contention {color: #000;text-align: left;line-height: 1.4;margin: 0;font-family: Tahoma, Verdana, Arial, Sans-Serif;font-size: 13px;}button {background: #ffffff;color: #000000;border: 1px solid #ccc;padding: 3px;font-family: Tahoma, Verdana, Arial, Sans-Serif;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;margin: -3px 0;}button:hover {border-top-color: #28597a;background: #28597a;color: #ccc;}button:active {border-top-color: #1b435e;background: #1b435e;}.push10 {padding-bottom:75px;}#panel ul.menu {margin: 0;padding: 0;list-style: none;}#panel ul.menu li {margin: 0 5px;display: inline;}#panel ul.menu li a {padding-left: 20px;background-repeat: no-repeat;background-position: left center;}#panel .upper ul.top_links {float: right;font-weight: bold;}#panel .lower ul.panel_links {float: left;}#panel .lower ul.user_links {float: right;}#panel .lower ul.user_links li a {padding: 0;}#panel .upper {background: #dcdbdc url(tcat.png) repeat-x;border-top: 1px solid #fff;border-bottom: 1px solid #bbb;padding: 7px;}#panel .lower {background: #efefef;color: #999;border-top: 1px solid #fff;border-bottom: 1px solid #ccc;overflow: hidden;padding: 5px;}#panel .lower a:link,#panel .lower a:visited {color: #666;}#panel .lower a:hover,#panel .lower a:active {color: #333;text-decoration: none;}#panel input {margin: -3px 0;}#panel input.button {padding: 0;}#footer {z-index:99999;}#footer ul.menu {margin: 0;padding: 0;list-style: none;}#footer ul.menu li {margin: 0 5px;display: inline;}#footer .upper {background: #dcdbdc url(tcat.png) repeat-x;border-top: 1px solid #bbb;padding: 6px;overflow: hidden;font-size: 12px;}#footer .upper ul.bottom_links {float: left;margin: 3px 0 0 -5px;}#footer .lower {background: #a1a2a2 url(thead.png) top left repeat-x;color: #fff;border-top: 1px solid #ccc;border-bottom: 1px solid #ddd;overflow: hidden;padding: 8px;font-size: 11px;}#footer .lower a:link,#footer .lower a:visited {color: #fff;font-weight: bold;}#footer .lower a:hover,#footer .lower a:active {color: #fff;font-weight: bold;}#footer .lower #current_time {float: right;padding-right:6px;}.wrapper {width: 85%;min-width: 970px;max-width: 1500px;margin: auto auto;}#footer {position:fixed;left:0px;bottom:0px;height:60px;width:100%;background:#999;border-top:1px #000 solid;}/* IE 6 */* html #footer {position:absolute;top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');}tr td.trow1:first-child,tr td.trow2:first-child {border-left: 0;}tr td.trow1:last-child,tr td.trow2:last-child {border-right: 0;}.tborder {-moz-border-radius: 7px;-webkit-border-radius: 7px;border-radius: 7px;}.thead,.rounded_top {-moz-border-radius-topleft: 6px;-moz-border-radius-topright: 6px;-webkit-border-top-left-radius: 6px;-webkit-border-top-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}.tfoot,.rounded_bottom {-moz-border-radius-bottomleft: 6px;-moz-border-radius-bottomright: 6px;-webkit-border-bottom-left-radius: 6px;-webkit-border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;}table {color: #000000;font-size: 13px;}.tborder {background: #fff;width: 100%;margin: auto auto;border: 1px solid #ccc;padding: 1px;}.thead {background: #a1a2a2 url(thead.png) top left repeat-x;color: #fff;border-bottom: 1px solid #8e8f8f;padding: 8px;}.thead a:link {color: #222;text-decoration: none;}.thead a:visited {color: #222;text-decoration: none;}.thead a:hover, .thead a:active {color: #222;text-decoration: underline;}.tcat {background: #dcdbdc url(tcat.png) repeat-x;color: #fff;border-bottom: 1px solid #bbb; padding: 6px;font-size: 12px;}.tcat a:link {color: #000000;}.tcat a:visited {color: #000000;}.tcat a:hover, .tcat a:active {color: #000000;}.trow1 { background: #f5f5f5;border: 1px solid;border-color: #fff #ddd #ddd #fff;}.trow2 { background: #efefef;border: 1px solid;border-color: #fff #ddd #ddd #fff;}.trow_shaded {background: #ffdde0;border: 1px solid;border-color: #fff #ffb8be #ffb8be #fff;}.trow_selected td {background: #FFFBD9;color: #000;border-right-color: #F7E86A;border-bottom-color: #F7E86A;}.trow_selected td a:link,.trow_selected td a:visited,.trow_selected td a:hover,.trow_selected td a:active {color: #000;}.trow_sep {background: #ddd; color: #000;border-bottom: 1px solid #c5c5c5;padding: 6px;font-size: 12px;font-weight: bold;}.tfoot {background: #a1a2a2 url(thead.png) top left repeat-x;color: #fff;padding: 6px;border-top: 1px solid #fff;}.tfoot a:link {color: #fff;text-decoration: none;}.tfoot a:visited {color: #fff;text-decoration: none;}.tfoot a:hover, .tfoot a:active {color: #fff;text-decoration: underline;}.thead input.textbox,.thead select,.tfoot input.textbox,.tfoot select {border: 1px solid #8e8f8f;}.padtopp {padding-top:25px;}