2016-07-29 17:38:00 +08:00

99 lines
1.6 KiB
CSS

html, body, #page {
width: 100%;
height: 100%;
overflow: hidden;
}
html, body { padding: 0; }
body {
background-color: #2a2c41;
}
/* ------------------------------------------------------------------------- */
#main-area {
margin: 0 auto;
/* display: table;*/
margin-top: 20px;
width: 92%;
min-height: 83%;
background-color: #c3e1fc;
background: url('images/LEVINESSA_%E8%A3%81%E5%88%87%E5%BE%8C.png');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100%;
background-position: 0 10px;
position: relative;
}
#main-area .inner {
position: absolute;
bottom: 0rem;
width: 100%;
overflow: hidden;
}
#levinessa-logo {
color: white;
/* float: left;*/
}
#score-area {
text-align: center;
color: white;
text-shadow: 2px 2px 5px black;
font-size: 2rem;
}
#boss-hp, #overkill-bonus {
padding-top: 0.2rem;
padding-bottom: 0.2rem;
margin-bottom: 0.5rem;
}
#boss-hp {
background: rgba(195, 21, 21, 0.35);
}
#overkill-bonus {
background: rgba(95, 227, 22, 0.35);
}
#score-area {
}
/* ------------------------------------------------------------------------- */
footer {
margin: 0 auto;
width: 92%;
color: white;
text-shadow: 2px 2px 8px rgb(218, 220, 255);
padding-top: 1.2em;
}
#scaedule-area {
position: absolute;
text-align: center;
width: 92%;
}
#scaedule-text {
font-size: 2.3rem;
}
#mode-text {
margin-top: 0.3em;
font-size: 1.5rem;
}
#cxd-logo-area {
float: right;
}
#cxd-logo {
border: 1px soild white;
font-size: 2em;
}
#cxd-logo img{
max-height: 2.3em;
}