Server satus indicator

Developer
Size
2,289 Kb
Views
14,168

How do I make an server satus indicator?

(c)matheus 2014 3 lights to indicate server status and a last light to indicate on/ off. What is a server satus indicator? How do you make a server satus indicator? This script and codes were developed by Matheus Silva on 20 October 2022, Thursday.

Server satus indicator Previews

Server satus indicator - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>server satus indicator</title> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ .server{ position: absolute; top: 40%; left: 36%; width: 400px; height: 90px; background-color: #2C3E50;
}
.server:after{ content:''; position: absolute; top: 46%; left: 85%; width: 80px; height: 8px; transform: rotate(90deg); background-color: #ECF0F1; border-radius: 10px;
}
.server:before{ content:''; position: absolute; top: 46%; left: -5%; width: 80px; height: 8px; transform: rotate(90deg); background-color: #ECF0F1; border-radius: 10px;
}
.hdd{ position: absolute; top: 35%; left: 38%; width: 70px; height: 30px; background-color: #ECF0F1; transform: rotate(90deg);
}
.hdd:before{ content:''; position: absolute; top: 15%; left: 80%; width: 10px; height: 10px; background-color: #336E7B; animation: blink 0.8s cubic-bezier(0,.64,.97,.53) infinite;
}
.hdd:after{ content:''; position: absolute; top: 35%; left: 30%; width: 30px; height: 10px; background-color: #6C7A89; border-radius: 10px;
}
.onoff{ background-color: rgba(150, 40, 27, 1); position: absolute; top: 50%; left: 20%; width: 10px; height: 10px; border-radius: 100%; animation: blink 2s ease-out infinite;
}
@keyframes blink{ 0%{ background-color: #336E7B; } 49%{ background-color: #1BBC9B; } 50%{ background-color: #336E7B; } 100%{ background-color: #1BBC9B; }
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div class="server"><span class="onoff"></span><div class="hdd"></meter></div></div>
</body>
</html>

Server satus indicator - Script Codes CSS Codes

.server{ position: absolute; top: 40%; left: 36%; width: 400px; height: 90px; background-color: #2C3E50;
}
.server:after{ content:''; position: absolute; top: 46%; left: 85%; width: 80px; height: 8px; transform: rotate(90deg); background-color: #ECF0F1; border-radius: 10px;
}
.server:before{ content:''; position: absolute; top: 46%; left: -5%; width: 80px; height: 8px; transform: rotate(90deg); background-color: #ECF0F1; border-radius: 10px;
}
.hdd{ position: absolute; top: 35%; left: 38%; width: 70px; height: 30px; background-color: #ECF0F1; transform: rotate(90deg);
}
.hdd:before{ content:''; position: absolute; top: 15%; left: 80%; width: 10px; height: 10px; background-color: #336E7B; animation: blink 0.8s cubic-bezier(0,.64,.97,.53) infinite;
}
.hdd:after{ content:''; position: absolute; top: 35%; left: 30%; width: 30px; height: 10px; background-color: #6C7A89; border-radius: 10px;
}
.onoff{ background-color: rgba(150, 40, 27, 1); position: absolute; top: 50%; left: 20%; width: 10px; height: 10px; border-radius: 100%; animation: blink 2s ease-out infinite;
}
@keyframes blink{ 0%{ background-color: #336E7B; } 49%{ background-color: #1BBC9B; } 50%{ background-color: #336E7B; } 100%{ background-color: #1BBC9B; }
}
Server satus indicator - Script Codes
Server satus indicator - Script Codes
Home Page Home
Developer Matheus Silva
Username matheusxaviersi
Uploaded October 20, 2022
Rating 3
Size 2,289 Kb
Views 14,168
Do you need developer help for Server satus indicator?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Matheus Silva (matheusxaviersi) Script Codes
Create amazing marketing copy with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!