font++
This commit is contained in:
@@ -32,31 +32,26 @@ body {
|
|||||||
display: block;
|
display: block;
|
||||||
float: left;
|
float: left;
|
||||||
width: 600px;
|
width: 600px;
|
||||||
color: #000000;
|
color: #FFFFFF;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
text-shadow: 0px 1px 0px #e1e1e1, 0px -1px 0px #313131;
|
|
||||||
background-color: none;
|
background-color: none;
|
||||||
font-size: 2.8em;
|
font-size: 2.0em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 8px 20px 8px 20px;
|
padding: 8px 20px 8px 20px;
|
||||||
|
text-shadow: 0px 2px 0px #000000;
|
||||||
transition-property: background-color;
|
transition-property: background-color;
|
||||||
transition-duration: 1s;
|
|
||||||
-moz-transition-property: background-color;
|
|
||||||
-moz-transition-duration: 1s;
|
|
||||||
-webkit-transition-property: background-color;
|
|
||||||
-webkit-transition-duration: 1s;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 1.4em;
|
font-size: 1em;
|
||||||
padding: 3px 20px;
|
padding: 3px 20px;
|
||||||
margin-bottom: 80px;
|
margin-bottom: 80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer a {
|
#footer a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #000000;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
#board {
|
#board {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
var headerText = "Polizeiliche Massnahmen zur Bekämpfung von Terrorismus Bullshit Bingo";
|
var headerText = "Polizeilicher Terrorismus BS-Bingo";
|
||||||
|
|
||||||
var footerText = "<a href='https://github.com/id101010/HTML5-bingo/' target='_blank'>This versions is code available on github</a><br/><a href='https://github.com/jeffehobbs/HTML5-bingo/' target='_blank'>Original code</a>";
|
var footerText = "<a href='https://github.com/id101010/HTML5-bingo/' target='_blank'>This versions is code available on github</a><br/><a href='https://github.com/jeffehobbs/HTML5-bingo/' target='_blank'>Original code</a>";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user