-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrf.css
More file actions
53 lines (45 loc) · 1023 Bytes
/
rf.css
File metadata and controls
53 lines (45 loc) · 1023 Bytes
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
/* On mouse-over */
.btn_encrypt:hover, .btn_decrypt:hover {color: rgb(15, 53, 97);}
body {
background-color: rgba(35, 125, 155, 0.137);
background-image: url("beach.jpg");
background-repeat:no-repeat;
height: auto;
width: auto;
}
h1{
text-align: center;
font-size: 4.063rem;
}
.btn_encrypt, .btn_decrypt{
border: none;
background-color: gray;
padding: 14px 28px;
font-size: 1.563rem;
cursor: pointer;
display: inline-block;
color: rgb(241, 240, 240);
}
#buttons{
transform: translate(0px, 10vh);
text-align: center;
}
#form-main{
padding: 14px 28px;
font-size: 1.563rem;
text-align: center;
text-shadow: 0px 2px 10px #ffffff;
}
#key-group{
font-size: smaller;
transform: translate(0px, 0vh);
margin: 5px;
text-shadow: 0px 2px 10px #ffffff;
}
#form-list{
padding: 14px 28px;
font-size: 1.563rem;
text-align: left;
color: rgb(255, 255, 255);
background-color: rgb(0, 0, 0, 0.3);
}