-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle1.css
91 lines (89 loc) · 1.74 KB
/
style1.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
body{
margin:0;
background-image:url("dotori.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size: cover;
}
a:link.click{
color: lightcoral;
text-decoration: none;
}
a:visited.click{
color: lightcoral;
text-decoration: none;
}
a:hover.click{
color: #ffa98f;
text-decoration: none;
}
.click{
text-shadow: -1px 0 #F2F1F6, 0 1px #F2F1F6, 1px 0 #F2F1F6, 0 -1px #F2F1F6;
}
a:link.mail{
color: black;
}
a:visited.mail{
color: black;
}
a:hover.mail{
color: black;
}
a:link.gomain{
color: #4374d9;
text-decoration: none;
}
a:visited.gomain{
color: #4374d9;
text-decoration: none;
}
a:hover.gomain{
color: #5adcf3;
text-decoration: none;
}
.mean{
font-family: 'Poor Story', cursive;
}
.treemean{
font-family: 'Jua', cursive;
}
.sun{
border-top: 1px solid white;
margin:5px;
}
footer{
text-align: center;
font-family: 'Poor Story',cursive;
}
#stwslogo{
margin-top: 5%;
}
.menu1{
font-family: 'Staatliches', cursive;
font-size: 50px;
}
.Jua{
font-family: 'Jua', cursive;
}
@font-face{
font-family: 'pastpicture4';
src: url(font/a옛날사진관4.ttf);
}
@font-face{
font-family: 'pastpicture2';
src: url(font/a옛날사진관2.ttf);
}
@font-face{
font-family: 'baekgoo';
src: url(font/a시월구일1.ttf);
}
.head{
font-family: 'pastpicture2',cursive;
}
#result1{
font-family: 'pastpicture4',cursive;
}
#result2{
font-family: 'pastpicture4',cursive;
}