-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
79 lines (72 loc) · 1.67 KB
/
style.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
/* Start https://www.cursors-4u.com */ * {cursor: url(https://ani.cursors-4u.net/symbols/sym-8/sym750.ani), url(https://ani.cursors-4u.net/symbols/sym-8/sym750.png), auto !important;} /* End https://www.cursors-4u.com */
body {
background-image: url("site-bg.gif");
background-repeat: repeat;
}
div {
float:none;
background-color: #f8c6cf;
margin:auto;
width: 50%;
border-radius: 20px;
border-style: dotted;
}
.div-2 {
background-color: #ffe8ec;
width: 90%;
border-radius: 20px;
border-style: dotted;
}
.stampsleft{
float: left;
margin-left: 5%;
background-color: transparent ;
border-style:none;
width: 110px;
}
.stampsright{
float: right;
margin-right: 5%;
background-color: transparent ;
border-style:none;
width: 110px;
}
@font-face { font-family: bytebounce; src: url('bytebounce/ByteBounce.ttf'); }
@font-face { font-family: ocr; src: url('OCRAEXT.TTF'); }
h2{
text-shadow: 4px 4px 4px #ff5ce9;
text-align: center;
font-family: bytebounce;
font-size: 65px;
margin-bottom: 35px;
}
h3{
text-align: center;
font-family: bytebounce;
font-size: 45px;
text-decoration: overline underline;
}
section {
margin-left: 2%;
float: left;
background-image: url("sect-bg.png");
background-repeat: repeat;
margin-top: 20px;
width: 60%;
border-radius: 20px;
border-style: dotted;
}
aside {
float: right;
margin: 2%;
background-image: url("sect-bg.png");
background-repeat: repeat;
margin-top: 20px;
width: 30%;
border-radius: 20px;
border-style: dotted;
}
p{
padding: 10px;
font-family: ocr;
}