server class #1
0
New Text Document.txt
Normal file
0
New Text Document.txt
Normal file
@@ -45,6 +45,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Minecraft Server Status</title>
|
||||
<link rel="stylesheet" href="styles.css?v=<?php echo time();?>">
|
||||
<style>.info{vertical-align:top; padding:25px 0 25px 0; width:50%;}</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
41
styles.css
Normal file
41
styles.css
Normal file
@@ -0,0 +1,41 @@
|
||||
h1{color:#EFEF88;}
|
||||
h2{color:#EFEF88;}
|
||||
a:link{color:#8888EF;}
|
||||
a:visited{color:#8888EF;}
|
||||
a:hover{color:#8888EF;}
|
||||
a:active{color:#8888EF;}
|
||||
body {background-color:#222; color:#CCC; margin:0;}
|
||||
.banner{display:block;height: 100px;}
|
||||
.banner img {
|
||||
float: left;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.banner h1 {
|
||||
position: relative;
|
||||
top: 18px;
|
||||
left: 10px;
|
||||
}
|
||||
.banner h2 {
|
||||
position: relative;
|
||||
top: 2px;
|
||||
left: 10px;
|
||||
}
|
||||
.banner h3 {
|
||||
color:#EFEF88;
|
||||
position: relative;
|
||||
top: 2px;
|
||||
left: 10px;
|
||||
}
|
||||
.banner a:link{text-decoration: none;position: relative;}
|
||||
.banner a:visited{text-decoration: none;position: relative;}
|
||||
.banner a:hover{text-decoration: none;position: relative;}
|
||||
.banner a:active{text-decoration: none;position: relative;}
|
||||
.notice{display: block;}
|
||||
.notice{background-color: #EFEF88;color: #000000;}
|
||||
.warning{display: block}
|
||||
.warning{background-color: #efaf88;color: #000000;}
|
||||
input{background-color: #555555; color: #CCC;}
|
||||
textarea{background-color: #555555; color: #CCC;}
|
||||
select{background-color: #555555; color: #CCC;}
|
||||
Reference in New Issue
Block a user