bizcochito.onion/personalWebpage/webpage/static/style.css

87 lines
1.1 KiB
CSS
Raw Normal View History

@media screen and (min-aspect-ratio: 2) {
.centercubeplease {
width: 50%;
}
}
body {
background-color: #ffffff;
2021-12-29 11:02:36 +00:00
color: #000000;
font-size: 16px;
}
#index {
background-image: url("background/index.png");
2021-12-29 11:02:36 +00:00
background-size: cover;
background-attachment: fixed;
}
#index .centercubeplease {
background-color: #5f8e76;
border: 3px solid #527c46;
2021-12-29 11:02:36 +00:00
margin: auto;
padding: 10px;
}
#index a {
color: #f0f0f0;
}
.centercubeplease img {
2021-12-29 11:02:36 +00:00
max-width: 95%;
}
#about {
2021-12-29 11:02:36 +00:00
background-image: url("background/about.png");
background-size: cover;
background-attachment: fixed;
}
#about a {
color: #fff0f0;
2021-12-29 11:02:36 +00:00
}
#about .centercubeplease {
color: #fff0f0;
2021-12-29 11:02:36 +00:00
background-color: #990033;
2023-06-07 17:23:28 +00:00
border: 3px solid #cc0066;
2021-12-29 11:02:36 +00:00
margin: auto;
padding: 10px;
}
2023-06-07 17:23:28 +00:00
h1 {
text-align: center;
}
2023-06-07 17:23:28 +00:00
ul {
text-align: left;
}
h1,
h2,
h3 {
margin-bottom: 0;
}
.centerade {
2021-12-29 11:02:36 +00:00
width: 50%;
margin: auto;
margin-top: 10px;
text-align: center;
}
.centerade img {
2021-12-29 11:02:36 +00:00
width: 99%;
}
.centercubeplease a {
2021-12-29 11:02:36 +00:00
color: #449494;
}
.disclosure-closed {
list-style: disclosure-closed;
2021-12-29 11:02:36 +00:00
}
2023-06-21 11:30:08 +00:00
.error{
color: red;
}