forked from ghostlulzhacks/ghostlulz-botnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathghostbot.css
109 lines (97 loc) · 1.55 KB
/
ghostbot.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
body{
background-image: url("back.jpg");
color:white;
font-family: 'Nobile', Helvetica, Arial, sans-serif;
}
h2{
font-size:26px;
}
header{
font-size:36;
text-align:center;
background-color:#fff;
color:#000;
padding:10px;
margin-bottom:0px;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #111;
}
li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size:20px;
}
li {
float: left;
}
li a:hover:not(.active) {
background-color: #333;
}
.active{
background-color:darkred;
}
#main{
margin-left:15%;
overflow:auto;
padding:0px;
}
form label{
font-size:26px;
}
input#search{
padding:16px 5px;
background:black;
border:1px solid white;
color:white;
font-size:26px;
width:25%
}
#button {
position:relative;
padding:16px 0px;
border:2px solid white;
background:black;
color:white;
font-size:26px;
width:20%
}
#button:hover {
background:#191919;
color:white;
}
#center table{
width:100%;
font-size:18px;
}
td,th{
padding-bottom:10px;
padding-top:10px;
}
td a{
text-decoration:none;
}
tr:nth-child(even){
background: black;
color:white;
}
tr:nth-child(odd) {
background:white;
color:black;
}
#left{
float:left;
}
#green{
color:green;
}
#red{
color:red;
}