File: D:/HostingSpaces/SBogers10/opendag.komma.pro/wwwroot/css/style_copy.css
@font-face {
font-family: komma;
src: url(../fonts/komma.otf);
}
root {
display: block;
}
.clear{
clear: both;
}
body {
background-color: lightgrey;
font-family: komma;
background: url("../images/bg_memory.jpg");
margin: 0 auto;
}
body article#game {
margin: 0 auto;
width: 100%;
height: 100%;
display:block;
margin-top: 1%;
}
header {
color: white;
height: 80px;
margin-top:0;
background-color: rgba(0,0,0,0.5);
}
header h1 {
margin-top: 0;
width: 50%;
float:left;
line-height: 80px;
margin-left:20px;
}
#startGameButton
{
color: white;
float: right;
font-size: 1.5em;
margin-right: 20px;
line-height: 80px;
}
.tile {
float:left;
width: 100px;
height: 100px;
margin-left: 25px;
margin-bottom: 25px;
border: 1px solid #cfcfcf;
cursor: pointer;
background-color: #007bc4;
}
.tile img {
display: block;
margin: 0 auto;
padding-top: 25px;
width: 50px;
}
.tileColor5,.tileColor4,.tileColor3,.tileColor2,.tileColor1{
background-color: darkgray;
/*new*/
border-radius: 25px 25px 25px 25px;
-moz-border-radius: 25px 25px 25px 25px;
-webkit-border-radius: 25px 25px 25px 25px;
border: 10px solid #ffffff;
width:200px;
height: 200px;
background-color: rgb(0,123,196);
background: rgb(0,123,196) url("../images/logo.svg") no-repeat scroll 10px 10px / 180px 180px;
}