-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
89 lines (69 loc) · 1.33 KB
/
Copy pathstyle.css
File metadata and controls
89 lines (69 loc) · 1.33 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
*{
float: none;
position: static;
color: #3e3a39;
background: #d4d3d3;
font-family: "TazuganeGothicStdN-Book", 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
line-height: 2;
letter-spacing: .15em;
font-weight: 400;
font-size: 11.25px;
vertical-align: baseline;
}
body {
margin: 80px 10px;
opacity: 0;
/* transform: translateY(16px); */
transition: all 1.5s;
}
img {
width: 100px;
height: auto;
}
.theme{
margin-left: 10px;
border-left: 5px solid #3e3a39;
padding: 0 8px;
margin-top: 20px;
}
ul SPAN{
writing-mode: vertical-rl;
/* padding-left: 12px; */
padding-top: 5px;
}
main{
margin-top: 20px;
}
.title_center{
text-align: center;
font-weight: bold;
margin-bottom: 10px;
}
.right {
float: right;
margin-right:1%;
}
.left{
float: left;
}
.profile_content {
display: flex;
/* justify-content: center; */
}
.profile_content li {
list-style: none;
position:relative;
right: 15px;
}
.profile_content ul {
border-left: #3e3a39 solid 1px;
margin-left: 5px;
}
footer{
margin-top: 50px;
}
/* js */
.show {
opacity: 1;
transform: translateY(-40px);
}