-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpix.css
128 lines (105 loc) · 1.98 KB
/
pix.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
.side-arrow {
margin-top: 0px;
margin-bottom: 0px;
padding-top: 20%;
padding-bottom: 20%;
padding-left: 10px;
padding-right: 10px;
max-width: 5%;
height: 20%;
}
.side-arrow>svg {
color: #787878;
}
.side-arrow>svg:hover {
color: #505050;
}
.side-arrow>svg:active {
color: #969696;
}
.mid-control {
font-family: 'Russo One', sans-serif;
font-size: 30px;
padding-top: 5px;
padding-bottom: 20px;
}
.pic {
width: auto;
}
.main-title {
color: rgb(31, 31, 31);
font-size: 20px;
line-height: 24px;
font-weight: bold;
padding-top: 10px;
padding-bottom: 10px;
}
.main-content {
font-size: 14px;
line-height: calc(1em + 8px);
padding-top: 10px;
padding-bottom: 10px;
}
.see {
padding-top: 10px;
padding-bottom: 10px;
}
.row {
margin: 0px;
}
.pid {
font-family: 'Russo One', sans-serif;
font-size: 30px;
padding-top: 5px;
padding-bottom: 20px;
text-decoration: none;
}
.pid>a:hover {
color: gray !important;
text-decoration: none;
}
.pid>a:visited,
.pid>a:link {
color: black;
text-decoration: none;
}
.pcontent {
margin: 10px 0;
line-height: 22px;
font-size: 14px;
}
.picon>svg {
width: 14px;
height: 14px;
}
.userdata-row {
font-size: 13px;
margin-top: 0px;
margin-bottom: 0px;
}
.userdata-row .name::before {
content: "by";
margin-right: 5px;
}
.userdata-row {
display: inline-flex;
align-items: center;
}
.userdata-row .date {
margin-left: 10px;
}
.userdata-row .name {
font-family: 'Russo One', sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}
.userdata-row .name>a:hover {
color: gray !important;
text-decoration: none;
}
.userdata-row .name>a:visited,
.userdata-row .name>a:link {
color: black;
text-decoration: none;
}