Light embellishments.
This commit is contained in:
@ -402,7 +402,7 @@ div.news li {
|
||||
-moz-border-radius: 0 4px 4px 0;
|
||||
-khtml-border-radius: 0 4px 4px 0;
|
||||
font-size: 10pt;
|
||||
opacity: 0.8;
|
||||
opacity: 1;
|
||||
background: #fff url('images/header.png') center center repeat-x;
|
||||
-moz-box-shadow: 0px 1px 1px 1px #ccf;
|
||||
}
|
||||
@ -675,7 +675,7 @@ a:link{
|
||||
}
|
||||
|
||||
a:visited{
|
||||
color: #314;
|
||||
color: #316;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
@ -719,7 +719,7 @@ p {
|
||||
|
||||
h1 {
|
||||
text-align: left;
|
||||
color: #002;
|
||||
color: #000;
|
||||
padding: 10px 15px;
|
||||
margin: 0 10px 10px 207px;
|
||||
font: normal bold 16pt/120% "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
@ -752,6 +752,7 @@ h2 {
|
||||
-moz-box-shadow: 0px 1px 1px 1px #ccf;
|
||||
word-wrap: break-word;
|
||||
text-transform: uppercase;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
h2 a:hover {
|
||||
@ -778,7 +779,7 @@ h3 {
|
||||
font-size: 11pt;
|
||||
color: #000;
|
||||
-moz-box-shadow: 0px 1px 1px 1px #ccf;
|
||||
opacity: 0.9;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
h4 {
|
||||
@ -807,7 +808,7 @@ button, button:visited{
|
||||
-moz-box-shadow: inset 0px 2px 8px 0px #fff;
|
||||
-khtml-box-shadow: inset 0px 2px 8px 0px #fff;
|
||||
box-shadow: inset 0px 2px 8px 0px #fff;
|
||||
color: #413;
|
||||
color: #316;
|
||||
}
|
||||
|
||||
button:hover{
|
||||
@ -821,7 +822,7 @@ button:hover{
|
||||
|
||||
button:active{
|
||||
border: 1px solid #f60;
|
||||
background: #001 !important;
|
||||
background: #202 !important;
|
||||
color: #f60;
|
||||
-moz-box-shadow: inset 0px 0px 0px 1px #f60;
|
||||
box-shadow: inset 0px 0px 0px 1px #f60;
|
||||
@ -847,7 +848,7 @@ button:active{
|
||||
}
|
||||
|
||||
.langbox img {
|
||||
opacity: 0.7 !important;
|
||||
opacity: 0.9 !important;
|
||||
-moz-box-shadow: 0 0 1px #447;
|
||||
}
|
||||
|
||||
|
@ -35,7 +35,7 @@ label {
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
line-height: 120%;
|
||||
color: #427;
|
||||
color: #101;
|
||||
}
|
||||
|
||||
h4 {
|
||||
@ -160,7 +160,7 @@ hr {
|
||||
overflow: hidden;
|
||||
min-width: 60px;
|
||||
font-weight: bold;
|
||||
background-color: #bbbbff;
|
||||
background: #ffe url(images/header.png) center center repeat:x !important;
|
||||
color: #001;
|
||||
border: 1px outset #ddddc0;
|
||||
text-align: center;
|
||||
@ -201,7 +201,7 @@ hr {
|
||||
-khtml-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
margin-top: 8px;
|
||||
background: #bbf url(images/header_on.png) center center repeat:x !important;
|
||||
background: #ffe url(images/header.png) center center repeat:x !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@ -270,7 +270,7 @@ hr {
|
||||
-moz-box-shadow: inset 0px 0px 1px 0px #f60;
|
||||
background: #fff url(images/magic.png);
|
||||
border: 1px solid #444477;
|
||||
color: #000011;
|
||||
color: #613;
|
||||
|
||||
}
|
||||
|
||||
@ -298,7 +298,7 @@ globalOperationsPanel .control:link {
|
||||
-khtml-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
margin-top: 8px;
|
||||
background: url(images/header_on.png) 0 0 repeat: x !important;
|
||||
background: #ffe url(images/header.png) 0 0 repeat: x !important;
|
||||
}
|
||||
|
||||
|
||||
@ -308,7 +308,7 @@ globalOperationsPanel .control:visited {
|
||||
padding: 2px;
|
||||
overflow: hidden;
|
||||
font-weight: bold;
|
||||
background-color: #bbbbff;
|
||||
background-color: #ffe;
|
||||
color: black;
|
||||
border: 1px outset #ddddc0;
|
||||
text-align: center;
|
||||
@ -317,7 +317,7 @@ globalOperationsPanel .control:visited {
|
||||
-khtml-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
margin-top: 8px;
|
||||
background: url(images/header_on.png) 0 0 repeat: x !important;
|
||||
background: url(images/header.png) 0 0 repeat: x !important;
|
||||
}
|
||||
|
||||
globalOperationsPanel .control:hover {
|
||||
@ -357,7 +357,7 @@ select {
|
||||
}
|
||||
|
||||
a:link{
|
||||
color: #813;
|
||||
color: #613;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
word-wrap: break-word;
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 536 B After Width: | Height: | Size: 737 B |
Reference in New Issue
Block a user