-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathencrypt.css
More file actions
65 lines (64 loc) · 1.12 KB
/
encrypt.css
File metadata and controls
65 lines (64 loc) · 1.12 KB
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
body {
background: url(j-encryptionbackground.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
opacity: 0.8;
}
body{
margin-top:15%;
padding:0;
}
td{
margin-top: 40%;
width:1%;
text-align:left;
}
#first{
position: absolute;
margin-top: 25%;
margin-left: 50%;
}
#textstyle1{
border: 3px solid #cccccc;
padding: 5px;
font-family: Calibri, sans-sherif;
font-size: 15px;
}
#textstyle2{
border: 3px solid #cccccc;
padding: 5px;
font-family: Calibri, sans-sherif;
font-size: 15px;
}
#titles{
font-family: Calibri, sans-sherif;
color: white;
font-size: 20px;
}
.originaltext
{
position: absolute;
margin-top: 0px;
margin-left: 0px;
opacity: 0.75;
}
.result
{
position: absolute;
margin-top: 0px;
margin-left: 50%;
opacity: 0.75;
}
.encryption
{
font-family: "Calibri", cursive, sans-serif;
margin-top: 30px;
margin-left: 40%;
background-color: white;
cursor: pointer;
overflow: hidden;
font-size: 14px;
background-repeat:no-repeat;
}