|
|
@@ -40,7 +40,7 @@ if (!empty($_SESSION['look'])) {
|
|
|
}
|
|
|
|
|
|
.top-link {
|
|
|
- font-family: 'Trebuchet MS';
|
|
|
+ font-family: Arial, sans-serif;
|
|
|
text-decoration: none;
|
|
|
color: #dbdbdb;
|
|
|
}
|
|
|
@@ -57,12 +57,12 @@ if (!empty($_SESSION['look'])) {
|
|
|
|
|
|
.top-link:active{
|
|
|
text-decoration: underline;
|
|
|
- color: #e5a907;
|
|
|
+ color: #f5edb6;
|
|
|
}
|
|
|
|
|
|
.top-slink {
|
|
|
text-decoration: none;
|
|
|
- color: #e5a907;
|
|
|
+ color: #f5edb6;
|
|
|
}
|
|
|
|
|
|
.bottom {
|
|
|
@@ -83,19 +83,17 @@ if (!empty($_SESSION['look'])) {
|
|
|
}
|
|
|
|
|
|
.bottom a:link {
|
|
|
- font-size: 7pt;
|
|
|
+ font-size: 8pt;
|
|
|
text-decoration: none;
|
|
|
- color: #555;
|
|
|
+ color: #777;
|
|
|
}
|
|
|
|
|
|
.bottom a:visited {
|
|
|
- font-size: 7pt;
|
|
|
text-decoration: none;
|
|
|
- color: #555;
|
|
|
+ color: #777;
|
|
|
}
|
|
|
|
|
|
.bottom a:hover {
|
|
|
- font-size: 7pt;
|
|
|
text-decoration: underline;
|
|
|
color: #333;
|
|
|
}
|
|
|
@@ -151,9 +149,10 @@ if (!empty($_SESSION['look'])) {
|
|
|
}
|
|
|
|
|
|
.nav-link {
|
|
|
- font-size: 17pt;
|
|
|
+ font-size: 16pt;
|
|
|
color: #484243;
|
|
|
font-family: 'Trebuchet MS';
|
|
|
+ font-family: Arial, sans-serif;
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
|
|
|
@@ -168,9 +167,10 @@ if (!empty($_SESSION['look'])) {
|
|
|
}
|
|
|
|
|
|
.nav-slink {
|
|
|
- font-size: 17pt;
|
|
|
+ font-size: 16pt;
|
|
|
color: #8b99a2;
|
|
|
font-family: 'Trebuchet MS';
|
|
|
+ font-family: Arial, sans-serif;
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
|
|
|
@@ -190,7 +190,7 @@ if (!empty($_SESSION['look'])) {
|
|
|
margin: 0;
|
|
|
font-family: Arial, sans-serif;
|
|
|
text-decoration: none;
|
|
|
- color: #34536A;
|
|
|
+ color: #8B99A2;
|
|
|
font-size: 12pt;
|
|
|
}
|
|
|
|
|
|
@@ -199,7 +199,7 @@ if (!empty($_SESSION['look'])) {
|
|
|
}
|
|
|
|
|
|
.add:active {
|
|
|
- color: #849322;
|
|
|
+ color: #34536A;
|
|
|
}
|
|
|
|
|
|
.counters {
|
|
|
@@ -332,8 +332,8 @@ if (!empty($_SESSION['look'])) {
|
|
|
}
|
|
|
|
|
|
.data-count {
|
|
|
- background: #EBE9DC;
|
|
|
- color: #c69c6d;
|
|
|
+ background: #ebe9dc;
|
|
|
+ color: #777;
|
|
|
font-size:18 pt;
|
|
|
font-family: Arial;
|
|
|
margin: 22px 0 0 0;
|
|
|
@@ -380,7 +380,7 @@ if (!empty($_SESSION['look'])) {
|
|
|
.aliases {
|
|
|
font-family: Arial;
|
|
|
font-size: 12pt;
|
|
|
- color: #5c4d45;
|
|
|
+ color: #A3A299;
|
|
|
padding: 0 0 0 8px;
|
|
|
}
|
|
|
|
|
|
@@ -394,7 +394,7 @@ if (!empty($_SESSION['look'])) {
|
|
|
.fullname {
|
|
|
font-family: Arial;
|
|
|
font-size: 14pt;
|
|
|
- color: #5c4d45;
|
|
|
+ color: #A3A299;
|
|
|
padding: 0 0 0 8px;
|
|
|
}
|
|
|
|
|
|
@@ -440,8 +440,8 @@ if (!empty($_SESSION['look'])) {
|
|
|
|
|
|
.add-name {
|
|
|
font-family: Arial;
|
|
|
- font-size: 14pt;
|
|
|
- color: #5c4d45;
|
|
|
+ font-size: 16pt;
|
|
|
+ color: #a3a299;
|
|
|
padding: 0 0 0 28px;
|
|
|
}
|
|
|
|