Revert "Merge branch 'master' of https://github.com/PolarisSS13/Polaris into NanoGrade"

This reverts commit 6bb5409349, reversing
changes made to f6a83d5ee0.
This commit is contained in:
SinTwo
2016-08-15 12:58:00 -04:00
parent 6bb5409349
commit eabefc538a
325 changed files with 3375 additions and 41824 deletions
+97 -48
View File
@@ -1,4 +1,5 @@
body {
body
{
padding: 0;
margin: 0;
background-color: #272727;
@@ -7,12 +8,14 @@ body {
line-height: 170%;
}
hr {
hr
{
background-color: #40628a;
height: 1px;
}
a, a:link, a:visited, a:active, .linkOn, .linkOff {
a, a:link, a:visited, a:active, .linkOn, .linkOff
{
color: #ffffff;
text-decoration: none;
background: #40628a;
@@ -23,12 +26,14 @@ a, a:link, a:visited, a:active, .linkOn, .linkOff {
white-space:nowrap;
}
a:hover {
a:hover
{
color: #40628a;
background: #ffffff;
}
a.white, a.white:link, a.white:visited, a.white:active {
a.white, a.white:link, a.white:visited, a.white:active
{
color: #40628a;
text-decoration: none;
background: #ffffff;
@@ -38,29 +43,34 @@ a.white, a.white:link, a.white:visited, a.white:active {
cursor:default;
}
a.white:hover {
a.white:hover
{
color: #ffffff;
background: #40628a;
}
.linkOn, a.linkOn:link, a.linkOn:visited, a.linkOn:active, a.linkOn:hover {
.linkOn, a.linkOn:link, a.linkOn:visited, a.linkOn:active, a.linkOn:hover
{
color: #ffffff;
background: #2f943c;
border-color: #24722e;
}
.linkOff, a.linkOff:link, a.linkOff:visited, a.linkOff:active, a.linkOff:hover {
.linkOff, a.linkOff:link, a.linkOff:visited, a.linkOff:active, a.linkOff:hover
{
color: #ffffff;
background: #999999;
border-color: #666666;
}
a.icon, .linkOn.icon, .linkOff.icon {
a.icon, .linkOn.icon, .linkOff.icon
{
position: relative;
padding: 1px 4px 2px 20px;
}
a.icon img, .linkOn.icon img {
a.icon img, .linkOn.icon img
{
position: absolute;
top: 0;
left: 0;
@@ -68,13 +78,15 @@ a.icon img, .linkOn.icon img {
height: 18px;
}
a.icon64, .linkOn.icon64, .linkOff.icon64 {
a.icon64, .linkOn.icon64, .linkOff.icon64
{
position: relative;
padding: 1px 4px 2px 68px;
font-size: 55px;
}
a.icon64 img, .linkOn.icon64 img {
a.icon64 img, .linkOn.icon64 img
{
position: absolute;
top: 0;
left: 0;
@@ -82,49 +94,60 @@ a.icon64 img, .linkOn.icon64 img {
height: 66px;
}
ul {
ul
{
padding: 4px 0 0 10px;
margin: 0;
list-style-type: none;
}
li {
li
{
padding: 0 0 2px 0;
}
img, a img {
img, a img
{
border-style:none;
}
h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6
{
margin: 0;
padding: 16px 0 8px 0;
color: #517087;
}
h1 {
h1
{
font-size: 15px;
}
h2 {
h2
{
font-size: 14px;
}
h3 {
h3
{
font-size: 13px;
}
h4 {
h4
{
font-size: 12px;
}
.uiWrapper {
.uiWrapper
{
width: 100%;
height: 100%;
padding-top:32px;
}
.uiTitle {
.uiTitle
{
clear: both;
padding: 6px 8px 6px 8px;
border-bottom: 2px solid #161616;
@@ -133,7 +156,8 @@ h4 {
font-size: 16px;
}
.uiTitleWrapper {
.uiTitleWrapper
{
position:fixed;
top:0px;
left:0px;
@@ -141,7 +165,8 @@ h4 {
z-index: 10
}
.uiTitleButtons {
.uiTitleButtons
{
position:fixed;
top:0px;
right:0px;
@@ -150,39 +175,47 @@ h4 {
}
.uiTitle.icon {
.uiTitle.icon
{
padding: 6px 8px 6px 42px;
background-position: 2px 50%;
background-repeat: no-repeat;
}
.uiContent {
.uiContent
{
clear: both;
padding: 8px;
font-family: Verdana, Geneva, sans-serif;
}
.good {
.good
{
color: #00ff00;
}
.average {
.average
{
color: #d09000;
}
.bad {
.bad
{
color: #ff0000;
}
.highlight {
.highlight
{
color: #8BA5C4;
}
.dark {
.dark
{
color: #272727;
}
.notice {
.notice
{
position: relative;
background: #E9C183;
color: #15345A;
@@ -192,11 +225,13 @@ h4 {
margin: 4px;
}
.notice.icon {
.notice.icon
{
padding: 2px 4px 0 20px;
}
.notice img {
.notice img
{
position: absolute;
top: 0;
left: 0;
@@ -204,11 +239,13 @@ h4 {
height: 16px;
}
div.notice {
div.notice
{
clear: both;
}
.statusDisplay {
.statusDisplay
{
background: #000000;
color: #ffffff;
border: 1px solid #40628a;
@@ -216,18 +253,21 @@ div.notice {
margin: 3px 0;
}
.block {
.block
{
padding: 8px;
margin: 10px 4px 4px 4px;
border: 1px solid #40628a;
background-color: #202020;
}
.block h3 {
.block h3
{
padding: 0;
}
.progressBar {
.progressBar
{
width: 240px;
height: 14px;
border: 1px solid #666666;
@@ -236,46 +276,55 @@ div.notice {
overflow: hidden;
}
.progressFill {
.progressFill
{
width: 100%;
height: 100%;
background: #40628a;
overflow: hidden;
}
.progressFill.good {
.progressFill.good
{
color: #ffffff;
background: #00ff00;
}
.progressFill.average {
.progressFill.average
{
color: #ffffff;
background: #d09000;
}
.progressFill.bad {
.progressFill.bad
{
color: #ffffff;
background: #ff0000;
}
.progressFill.highlight {
.progressFill.highlight
{
color: #ffffff;
background: #8BA5C4;
}
.clearBoth {
.clearBoth
{
clear: both;
}
.clearLeft {
.clearLeft
{
clear: left;
}
.clearRight {
.clearRight
{
clear: right;
}
.line {
.line
{
width: 100%;
clear: both;
}