From c23d87277db3adecc5c09c9531ee5e4aae8cad15 Mon Sep 17 00:00:00 2001 From: Ambushed91 Date: Thu, 23 Oct 2014 19:59:49 +0200 Subject: Update WebAdmin All files have been updated to the latest version off the new WebAdmin look. --- MCServer/webadmin/files/login.css | 442 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 442 insertions(+) create mode 100644 MCServer/webadmin/files/login.css (limited to 'MCServer/webadmin/files/login.css') diff --git a/MCServer/webadmin/files/login.css b/MCServer/webadmin/files/login.css new file mode 100644 index 000000000..cdd373665 --- /dev/null +++ b/MCServer/webadmin/files/login.css @@ -0,0 +1,442 @@ +* { +margin: 0; +} +body { +font-family: 'Source Sans Pro', 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;} \ No newline at end of file -- cgit v1.2.3 From 86c433bd1c712412de6c9483c5847c02e3e6a91c Mon Sep 17 00:00:00 2001 From: Ambushed91 Date: Thu, 23 Oct 2014 21:44:13 +0200 Subject: Update login.css --- MCServer/webadmin/files/login.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MCServer/webadmin/files/login.css') diff --git a/MCServer/webadmin/files/login.css b/MCServer/webadmin/files/login.css index cdd373665..7f7a6c8d8 100644 --- a/MCServer/webadmin/files/login.css +++ b/MCServer/webadmin/files/login.css @@ -2,7 +2,7 @@ margin: 0; } body { -font-family: 'Source Sans Pro', sans-serif; +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%; @@ -439,4 +439,4 @@ table { .tfoot select { border: 1px solid #8e8f8f; } -.padtopp {padding-top:25px;} \ No newline at end of file +.padtopp {padding-top:25px;} -- cgit v1.2.3 From 21ee559b899e979438a3cbef88adc7edaaa9fe9e Mon Sep 17 00:00:00 2001 From: Ambushed91 Date: Thu, 23 Oct 2014 23:26:29 +0200 Subject: Update login.css --- MCServer/webadmin/files/login.css | 443 +------------------------------------- 1 file changed, 1 insertion(+), 442 deletions(-) (limited to 'MCServer/webadmin/files/login.css') 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;} -- cgit v1.2.3 From 6e5111cd6636a607831fbc26a564c094d9793c7c Mon Sep 17 00:00:00 2001 From: Ambushed91 Date: Mon, 27 Oct 2014 17:30:51 +0100 Subject: Update login.css Buatified --- MCServer/webadmin/files/login.css | 379 +++++++++++++++++++++++++++++++++++++- 1 file changed, 378 insertions(+), 1 deletion(-) (limited to 'MCServer/webadmin/files/login.css') diff --git a/MCServer/webadmin/files/login.css b/MCServer/webadmin/files/login.css index 372448e61..99b14611e 100644 --- a/MCServer/webadmin/files/login.css +++ b/MCServer/webadmin/files/login.css @@ -1 +1,378 @@ -* {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;} +* { + 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; +} -- cgit v1.2.3 From 35e1ea3b734f3af88036b00b246e5820cad99dee Mon Sep 17 00:00:00 2001 From: Ambushed91 Date: Mon, 27 Oct 2014 17:38:53 +0100 Subject: Update login.css Css has been cleaned and compressed. Take 44 unused css code's and compressed 39.09% --- MCServer/webadmin/files/login.css | 379 +------------------------------------- 1 file changed, 1 insertion(+), 378 deletions(-) (limited to 'MCServer/webadmin/files/login.css') diff --git a/MCServer/webadmin/files/login.css b/MCServer/webadmin/files/login.css index 99b14611e..e3c7add74 100644 --- a/MCServer/webadmin/files/login.css +++ b/MCServer/webadmin/files/login.css @@ -1,378 +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; -} - -.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; -} +*{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:#069}.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:#fff;color:#000;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 .upper{background:#dcdbdc url(tcat.png) repeat-x;border-top:1px solid #fff;border-bottom:1px solid #bbb;padding:7px}#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:700}#footer .lower a:hover,#footer .lower a:active{color:#fff;font-weight:700}#footer .lower #current_time{float:right;padding-right:6px}.wrapper{width:85%;min-width:970px;max-width:1500px;margin:auto}#footer{position:fixed;left:0;bottom:0;height:60px;width:100%;background:#999;border-top:1px #000 solid}* 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.trow2:first-child{border-left:0}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}table{color:#000;font-size:13px}.tborder{background:#fff;width:100%;margin: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}.trow2{background:#efefef;border:1px solid;border-color:#fff #ddd #ddd #fff}.padtopp{padding-top:25px} -- cgit v1.2.3 From 1aef54e79339adb7bf7aa0d607cf7c8ab6639c41 Mon Sep 17 00:00:00 2001 From: Arian Date: Mon, 27 Oct 2014 19:30:37 +0100 Subject: Update login.css Added licence --- MCServer/webadmin/files/login.css | 1 + 1 file changed, 1 insertion(+) (limited to 'MCServer/webadmin/files/login.css') diff --git a/MCServer/webadmin/files/login.css b/MCServer/webadmin/files/login.css index e3c7add74..3a766e1b6 100644 --- a/MCServer/webadmin/files/login.css +++ b/MCServer/webadmin/files/login.css @@ -1 +1,2 @@ +/* Copyright Justin S and MCServer Team, licensed under CC-BY-SA 3.0 */ *{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:#069}.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:#fff;color:#000;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 .upper{background:#dcdbdc url(tcat.png) repeat-x;border-top:1px solid #fff;border-bottom:1px solid #bbb;padding:7px}#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:700}#footer .lower a:hover,#footer .lower a:active{color:#fff;font-weight:700}#footer .lower #current_time{float:right;padding-right:6px}.wrapper{width:85%;min-width:970px;max-width:1500px;margin:auto}#footer{position:fixed;left:0;bottom:0;height:60px;width:100%;background:#999;border-top:1px #000 solid}* 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.trow2:first-child{border-left:0}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}table{color:#000;font-size:13px}.tborder{background:#fff;width:100%;margin: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}.trow2{background:#efefef;border:1px solid;border-color:#fff #ddd #ddd #fff}.padtopp{padding-top:25px} -- cgit v1.2.3 From 22165559ea3797a3892d6910133af078ec55c8de Mon Sep 17 00:00:00 2001 From: Arian Date: Mon, 27 Oct 2014 23:48:02 +0100 Subject: Update login.css --- MCServer/webadmin/files/login.css | 219 +++++++++++++++++++++++++++++++++++++- 1 file changed, 218 insertions(+), 1 deletion(-) (limited to 'MCServer/webadmin/files/login.css') diff --git a/MCServer/webadmin/files/login.css b/MCServer/webadmin/files/login.css index 3a766e1b6..659837598 100644 --- a/MCServer/webadmin/files/login.css +++ b/MCServer/webadmin/files/login.css @@ -1,2 +1,219 @@ /* Copyright Justin S and MCServer Team, licensed under CC-BY-SA 3.0 */ -*{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:#069}.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:#fff;color:#000;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 .upper{background:#dcdbdc url(tcat.png) repeat-x;border-top:1px solid #fff;border-bottom:1px solid #bbb;padding:7px}#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:700}#footer .lower a:hover,#footer .lower a:active{color:#fff;font-weight:700}#footer .lower #current_time{float:right;padding-right:6px}.wrapper{width:85%;min-width:970px;max-width:1500px;margin:auto}#footer{position:fixed;left:0;bottom:0;height:60px;width:100%;background:#999;border-top:1px #000 solid}* 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.trow2:first-child{border-left:0}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}table{color:#000;font-size:13px}.tborder{background:#fff;width:100%;margin: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}.trow2{background:#efefef;border:1px solid;border-color:#fff #ddd #ddd #fff}.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: #069; +} + +.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: #fff; + color: #000; + 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 .upper { + background: #dcdbdc url(tcat.png) repeat-x; + border-top: 1px solid #fff; + border-bottom: 1px solid #bbb; + padding: 7px; +} + +#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: 700; +} + +#footer .lower a:hover,#footer .lower a:active { + color: #fff; + font-weight: 700; +} + +#footer .lower #current_time { + float: right; + padding-right: 6px; +} + +.wrapper { + width: 85%; + min-width: 970px; + max-width: 1500px; + margin: auto; +} + +#footer { + position: fixed; + left: 0; + bottom: 0; + height: 60px; + width: 100%; + background: #999; + border-top: 1px #000 solid; +} + +* 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.trow2:first-child { + border-left: 0; +} + +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; +} + +table { + color: #000; + font-size: 13px; +} + +.tborder { + background: #fff; + width: 100%; + margin: 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; +} + +.trow2 { + background: #efefef; + border: 1px solid; + border-color: #fff #ddd #ddd #fff; +} + +.padtopp { + padding-top: 25px; +} -- cgit v1.2.3 From 3f21c8bb24d106fa157ddc7af721b854e962d5f2 Mon Sep 17 00:00:00 2001 From: Arian Date: Tue, 28 Oct 2014 21:41:16 +0100 Subject: Update login.css --- MCServer/webadmin/files/login.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MCServer/webadmin/files/login.css') diff --git a/MCServer/webadmin/files/login.css b/MCServer/webadmin/files/login.css index 659837598..2d2a8e9e9 100644 --- a/MCServer/webadmin/files/login.css +++ b/MCServer/webadmin/files/login.css @@ -4,7 +4,7 @@ } body { - font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif; + 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%; -- cgit v1.2.3 From a9f2f2e6344c71b13a7292b9c9303b635fc2b848 Mon Sep 17 00:00:00 2001 From: Arian Date: Tue, 28 Oct 2014 21:41:56 +0100 Subject: Update login.css --- MCServer/webadmin/files/login.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'MCServer/webadmin/files/login.css') diff --git a/MCServer/webadmin/files/login.css b/MCServer/webadmin/files/login.css index 2d2a8e9e9..5d87da4c5 100644 --- a/MCServer/webadmin/files/login.css +++ b/MCServer/webadmin/files/login.css @@ -22,7 +22,7 @@ a:visited { text-decoration: none; } -a:hover,a:active { +a:hover, a:active { color: #000; text-decoration: underline; } @@ -128,12 +128,12 @@ button:active { font-size: 11px; } -#footer .lower a:link,#footer .lower a:visited { +#footer .lower a:link, #footer .lower a:visited { color: #fff; font-weight: 700; } -#footer .lower a:hover,#footer .lower a:active { +#footer .lower a:hover, #footer .lower a:active { color: #fff; font-weight: 700; } @@ -179,7 +179,7 @@ tr td.trow2:last-child { border-radius: 7px; } -.thead,.rounded_top { +.thead, .rounded_top { -moz-border-radius-topleft: 6px; -moz-border-radius-topright: 6px; -webkit-border-top-left-radius: 6px; -- cgit v1.2.3