-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle-artist.css
54 lines (52 loc) · 884 Bytes
/
style-artist.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
.artist-container{
background-color:#eee;
height : auto !important;
padding:25px;
border-radius: 20px;
}
.artist-title{
font-size: 25px;
}
.artist-domain{
font-size: 18px;
color:#777;
}
#artist-donate{
background-color:greenyellow;
border-radius: 20px;
font-size: 18px;
color:#fff;
padding : 3px 10px;
cursor: pointer;
display:inline-block
}
.artist-textarea{
font-family: sans-serif;
}
.artist-pic{
margin-bottom:20px;
}
.art-container{
height:300px;
}
.artist-btn-container{
text-align: right;
}
.artist-keyword-container{
border-top-color: #999;
border-top-style: solid;
border-top-width: 1px;
padding-top: 10px;
margin-top: 10px;
line-height: 1;
}
.artist-desp{
word-break: keep-all;
}
.artist-keyword{
display: inline-block;
margin: 0 4px 8px 0;
padding: 6px 8px;
border: 1px solid #555;
border-radius: 4px;
}