|
|
@@ -28,7 +28,7 @@ if (!empty($_SESSION['look'])) {
|
|
|
}
|
|
|
.top {
|
|
|
background: #574f51;
|
|
|
- color: #f5edb6;
|
|
|
+ color: #cce4f0;
|
|
|
padding: 0 10 0 0;
|
|
|
margin-left: auto;
|
|
|
margin-right: auto;
|
|
|
@@ -40,7 +40,6 @@ if (!empty($_SESSION['look'])) {
|
|
|
}
|
|
|
|
|
|
.top-link {
|
|
|
-
|
|
|
font-family: Arial, sans-serif;
|
|
|
text-decoration: none;
|
|
|
color: #dbdbdb;
|
|
|
@@ -58,17 +57,16 @@ if (!empty($_SESSION['look'])) {
|
|
|
|
|
|
.top-link:active{
|
|
|
text-decoration: underline;
|
|
|
- color: #CCE4F0;
|
|
|
+ color: #f5edb6;
|
|
|
}
|
|
|
|
|
|
.top-slink {
|
|
|
text-decoration: none;
|
|
|
- color: #CCE4F0;
|
|
|
+ color: #f5edb6;
|
|
|
}
|
|
|
|
|
|
.bottom {
|
|
|
background: #ebe9dc;
|
|
|
- color: #484243;
|
|
|
color: #777;
|
|
|
margin: 30 0 0 0;
|
|
|
padding: 4 20 8 0;
|
|
|
@@ -100,7 +98,7 @@ if (!empty($_SESSION['look'])) {
|
|
|
}
|
|
|
|
|
|
.nav {
|
|
|
- background: #cce4f0;
|
|
|
+ background: #ebe9dc;
|
|
|
margin-left: auto;
|
|
|
margin-right: auto;
|
|
|
width: 990px;
|
|
|
@@ -171,7 +169,7 @@ if (!empty($_SESSION['look'])) {
|
|
|
.nav-slink {
|
|
|
letter-spacing: -1.2px;
|
|
|
font-size: 16pt;
|
|
|
- color: #68797d;
|
|
|
+ color: #8B99A2;
|
|
|
font-family: Arial, sans-serif;
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
@@ -302,7 +300,7 @@ if (!empty($_SESSION['look'])) {
|
|
|
font-size: 8pt;
|
|
|
font-family: Arial;
|
|
|
letter-spacing: 0.1em;
|
|
|
- color: #80C376;
|
|
|
+ color: #9ba68c;
|
|
|
padding: 0 0 13 18;
|
|
|
}
|
|
|
|
|
|
@@ -348,8 +346,8 @@ if (!empty($_SESSION['look'])) {
|
|
|
|
|
|
.data-count {
|
|
|
background: #ebe9dc;
|
|
|
- color: #888;
|
|
|
- font-size:18 pt;
|
|
|
+ color: #555;
|
|
|
+ font-size: 10pt;
|
|
|
font-family: Arial;
|
|
|
margin: 22px 0 0 0;
|
|
|
padding: 0 12px 0 163px;
|
|
|
@@ -395,7 +393,7 @@ if (!empty($_SESSION['look'])) {
|
|
|
.aliases {
|
|
|
font-family: Arial;
|
|
|
font-size: 12pt;
|
|
|
- color: #A3A299;
|
|
|
+ color: #999999;
|
|
|
padding: 0 0 0 8px;
|
|
|
}
|
|
|
|
|
|
@@ -409,7 +407,7 @@ if (!empty($_SESSION['look'])) {
|
|
|
.fullname {
|
|
|
font-family: Arial;
|
|
|
font-size: 14pt;
|
|
|
- color: #A3A299;
|
|
|
+ color: #999999;
|
|
|
padding: 0 0 0 8px;
|
|
|
}
|
|
|
|
|
|
@@ -523,7 +521,7 @@ if (!empty($_SESSION['look'])) {
|
|
|
}
|
|
|
|
|
|
.genpass:hover {
|
|
|
- color: #80C376;
|
|
|
+ color: #9ba68c;
|
|
|
}
|
|
|
|
|
|
.add-advanced {
|
|
|
@@ -534,7 +532,7 @@ if (!empty($_SESSION['look'])) {
|
|
|
}
|
|
|
|
|
|
.add-advanced:hover {
|
|
|
- color: #80C376;
|
|
|
+ color: #9ba68c;
|
|
|
}
|
|
|
|
|
|
</style>
|