serveranzeige/popup.css

49 lines
1.1 KiB
CSS
Raw Permalink Normal View History

2023-11-01 15:14:11 +00:00
body {
width: 400px;
text-align: center;
font-family: Arial, sans-serif;
background-image: url('bg.png');
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding: 20px;
background-color: rgba(10, 10, 10, 0.8);
}
.server-status {
background-color: rgba(255, 255, 255, 0.8);
border-radius: 10px;
padding: 20px;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
text-align: center;
}
.server-status h1 {
font-size: 24px;
color: #333;
margin-bottom: 20px;
}
.server-box {
background-color: rgba(255, 255, 255, 0.9);
border-radius: 10px;
padding: 10px;
margin: 10px 0;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.server-box h2 {
font-size: 16px;
color: #333;
margin: 5px 0;
}
.server-box #status-windelweb,
.server-box #status-app-windelgeschichten,
.server-box #status-windelgeschichten,
.server-box #status-m-viper {
font-size: 14px;
font-weight: bold;
margin: 5px 0;
}