80 lines
1.1 KiB
CSS
80 lines
1.1 KiB
CSS
body{
|
|
background-color: #FFFFFF;
|
|
color: #000000;
|
|
font-size: 16px;
|
|
}
|
|
|
|
#index{
|
|
background-image: url("background/index.png");
|
|
background-size: cover;
|
|
background-attachment: fixed;
|
|
}
|
|
|
|
#index a{
|
|
color: #F0F0F0;
|
|
}
|
|
|
|
|
|
.centercubepleaseind{
|
|
color: #000000;
|
|
background-color: #5F8E76;
|
|
border: 3px solid #527C46;
|
|
width: 50%;
|
|
margin: auto;
|
|
padding: 10px;
|
|
}
|
|
|
|
.centercubepleaseind img{
|
|
max-width: 95%;
|
|
}
|
|
|
|
#about{
|
|
background-image: url("background/about.png");
|
|
background-size: cover;
|
|
background-attachment: fixed;
|
|
}
|
|
|
|
#about a{
|
|
color: #FFF0F0;
|
|
}
|
|
|
|
.centercubeplease{
|
|
color: #FFF0F0;
|
|
background-color: #990033;
|
|
border: 3px solid #cc0066;
|
|
width: 50%;
|
|
margin: auto;
|
|
padding: 10px;
|
|
}
|
|
|
|
.centerade{
|
|
width: 50%;
|
|
margin: auto;
|
|
margin-top: 10px;
|
|
text-align: center;
|
|
}
|
|
.centerade img{
|
|
width: 99%;
|
|
}
|
|
|
|
.centercubeplease h1, h2, h3, p{
|
|
text-align: center;
|
|
}
|
|
|
|
.centercubeplease a{
|
|
color: #449494;
|
|
}
|
|
|
|
|
|
.pointless{
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
text-align: center;
|
|
}
|
|
|
|
.hightlightpurple{
|
|
background-color:#C00066;
|
|
color:#FFFFFF
|
|
}
|