Update css/style.css
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: #a1a1a1;
|
background-color: #a1a1a1;
|
||||||
background-image: url('../img/wood.background.png');
|
background-image: url('../img/red_texture.png');
|
||||||
font-family: "BodoniSvtyTwoOSITCTT-Bold", "Georgia", serif;
|
font-family: "BodoniSvtyTwoOSITCTT-Bold", "Georgia", serif;
|
||||||
text-rendering: optimizeLegibility;
|
text-rendering: optimizeLegibility;
|
||||||
}
|
}
|
||||||
@@ -29,10 +29,11 @@ body {
|
|||||||
display: block;
|
display: block;
|
||||||
float: left;
|
float: left;
|
||||||
width: 600px;
|
width: 600px;
|
||||||
color: #8B3E2F;
|
color: #000000;
|
||||||
opacity: 0.5;
|
opacity: 0.75;
|
||||||
text-shadow: 0px 1px 0px #e1e1e1, 0px -1px 0px #313131;
|
text-shadow: 0px 1px 0px #e1e1e1, 0px -1px 0px #313131;
|
||||||
background-color: none;
|
background-color: none;
|
||||||
|
text-align: center;
|
||||||
font-size: 2.8em;
|
font-size: 2.8em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 8px 20px 8px 20px;
|
padding: 8px 20px 8px 20px;
|
||||||
@@ -92,8 +93,8 @@ body {
|
|||||||
.text {
|
.text {
|
||||||
font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue", Arial, sans-serif;
|
font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue", Arial, sans-serif;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
font-size: 1.2em;
|
font-size: 1.0em;
|
||||||
line-height: 1.2em;
|
line-height: 1.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.small {
|
.small {
|
||||||
@@ -109,8 +110,8 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.win {
|
.win {
|
||||||
color: #ffffff !important;
|
color: #ffff00 !important;
|
||||||
background-color: red;
|
background-color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen
|
@media only screen
|
||||||
|
|||||||
Reference in New Issue
Block a user