Files
EndlessSea/css/style.css
2014-11-23 11:02:20 +08:00

79 lines
1.2 KiB
CSS

#die,#startgame,#pause
{
cursor:default;
position:absolute;
width:400px;
height:200px;
background:#3369cd;
opacity:0.7;
text-align:center;
font-family:'华文细黑', 'STHeiti Light','STXihei','黑体';
font-size:36px;
color:#eef;
box-shadow: 7px 7px 10px rgba(255,255,255,0.3);
border:1px solid #fff;
}
#instructions,#about,#score,#ranking
{
font-size:36px;
margin-top:12px;
}
.title
{
border-bottom:2px solid #430fc8;
position: absolute;
height: auto;
font-family:'华文细黑', 'STHeiti Light','STXihei','黑体';
font-size:50px;
font-weight: bold;
color:#430fc8;
}
.moreinfo/*两侧的窗口*/
{
position:absolute;
font-family:'华文细黑', 'STHeiti Light','STXihei','黑体';
font-size:18px;
height:200px;
background:#1954c0;
opacity:0.7;
padding-left:10px;
text-align:left;
color:#eef;
box-shadow: 7px 7px 10px rgba(255,255,255,0.3);
border:1px solid #fff;
display:none;
}
.info
{
position:absolute;
text-align:center;
font-family:'华文细黑', 'STHeiti Light','STXihei','黑体';
font-size:18px;
width:200px;
height:100px;
color:#3369cd;
}
.button
{
margin-top:11px;
background:#227;
}
.right2
{
margin-top: 5px;
font-size: 22px;
margin-left: 20px;
}