-
Notifications
You must be signed in to change notification settings - Fork 4
/
Vertual_ID.css
90 lines (82 loc) · 1.62 KB
/
Vertual_ID.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
*{
box-sizing: border-box;
margin-left: 0px;
margin-right: 0px;
}
html,body{
height: 100%;
}
body{
display: flex;
flex-direction: column;
}
.all{
flex: 1 0 auto;
}
b{width:100px;}
a{text-decoration: none; color:white;}
.side{
display: flex;
justify-content: flex-end;
padding: 15px;
}
.top{
position: absolute;
top: 0px;
left: 0px;
right: 0px;
}
.title{
text-align: center;
font-variant: small-caps;
font-size: 15px;
font-family: Monospace, Arial;
}
.content{
text-align: center;
margin-left: 10px;
margin-right: 10px;
}
.foot{
width: 100%;
margin-bottom: 0px;
text-align: center;
flex-shrink: 0;
padding: 20px;
}
footer,.top{
background: linear-gradient(left, pink, purple, black, aqua);
background: -webkit-linear-gradient(left, pink, purple, black, aqua);
background: -o-linear-gradient(left, pink, purple, black, aqua);
background: -moz-linear-gradient(left, pink, purple, black, aqua);
background: -ms-linear-gradient(left, pink, purple, black, aqua);
background:;
color:white;
}
.logs{
margin-left: 50px;
margin-right:50px;
border: ;
}
.logs div{
height: auto;
padding: 30px;
margin-top: 5px;
border-top: 0.5px solid grey;
border-bottom: 0.5px solid grey;
}
#form1,
#form2,
#form3{
display: none;
}
#form1:target{display: block;}
#form2:target{display: block;}
#form3:target{display: block;}
button a{color: grey;}
.request div{
height: 40px;
background: lightgrey;
padding: 12px;
margin-top: 2px;
}