mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-23 05:02:11 +02:00
36 lines
No EOL
526 B
CSS
36 lines
No EOL
526 B
CSS
body {
|
|
font-family: Impact;
|
|
background-color: #009DC0 ;
|
|
font-size: 60px;
|
|
}
|
|
|
|
.gameTitle {
|
|
color: #D61010;
|
|
}
|
|
|
|
.entry{
|
|
width:100%;
|
|
height:50px;
|
|
border:1px solid #A9D1E1;
|
|
color: white;
|
|
margin-right:10px;
|
|
padding: 10px;
|
|
float:left;
|
|
font-size: 40px;
|
|
}
|
|
|
|
.boardHeader{
|
|
width:100%;
|
|
height:50px;
|
|
border:5px solid #A9D1E1;
|
|
color: white;
|
|
margin-right:10px;
|
|
padding: 10px;
|
|
float:left;
|
|
font-size: 40px;
|
|
}
|
|
.username{
|
|
font-weight: bold;
|
|
float: left;
|
|
margin-right: 50%;
|
|
} |