mirror of
https://git.code.sf.net/p/quake/website
synced 2025-01-19 07:00:49 +00:00
Describe the colors in the "normal" theme
also, fix up some (slightly) wrong colors.
This commit is contained in:
parent
f038ae0efd
commit
273dfc7e44
2 changed files with 19 additions and 7 deletions
|
@ -1,3 +1,15 @@
|
|||
/*
|
||||
Normal colors are based on CMY 26%/21%/0% with varying black level.
|
||||
|
||||
dark (80%) #262833;
|
||||
semidark (60%) #4b5166;
|
||||
half (50%) #5e6580;
|
||||
medium (39%) #737b9c; // the original shade
|
||||
semilight (25%) #8e97bf;
|
||||
light (15%) #a0acd9;
|
||||
lightest (0%) #bdcaff; (lightest possible shade of this color)
|
||||
*/
|
||||
|
||||
* { /* Standard style */
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
@ -45,14 +57,14 @@ IMG {
|
|||
}
|
||||
|
||||
IMG.screenshot {
|
||||
border: 2px #717b9c solid;
|
||||
border: 2px #737b9c solid;
|
||||
|
||||
width: 200px;
|
||||
height: 150px;
|
||||
}
|
||||
/* Misc. styles */
|
||||
.featureBox {
|
||||
background: #262633;
|
||||
background: #262833;
|
||||
border: 2px solid #737b9c;
|
||||
border-top: 0;
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ BODY {
|
|||
margin: 0px;
|
||||
padding: 0px;
|
||||
|
||||
background: #262633;
|
||||
background: #262833;
|
||||
|
||||
border-left: 2px solid #737b9c;
|
||||
border-right: 2px solid #737b9c;
|
||||
|
@ -86,7 +86,7 @@ BODY {
|
|||
}
|
||||
|
||||
#mainTitle {
|
||||
background: #4b4f66; /* menu background color */
|
||||
background: #4b5166 /* menu background color */
|
||||
background-image:url(/parts/bg-logo.php);
|
||||
background-position:bottom left;
|
||||
background-repeat:no-repeat;
|
||||
|
@ -100,7 +100,7 @@ BODY {
|
|||
}
|
||||
|
||||
#menu {
|
||||
background: #4b4f66;
|
||||
background: #4b5166
|
||||
|
||||
width: 130px;
|
||||
height: auto;
|
||||
|
@ -190,7 +190,7 @@ BODY {
|
|||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
|
||||
background: #4b4f66;
|
||||
background: #4b5166
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
@ -210,7 +210,7 @@ BODY {
|
|||
|
||||
#pi A {
|
||||
background: #737b9c;
|
||||
color: #4b4f66;
|
||||
color: #4b5166
|
||||
|
||||
font-size: 10pt;
|
||||
font-weight: bold;
|
||||
|
|
Loading…
Reference in a new issue