Files: fd1ede87dfa5cdbb403b2eb9ea5406a1a6570755 / styles / dark / profile-preview.mcss
1177 bytesRaw
1 | ProfilePreview { |
2 | background: #525252; |
3 | border: 2px solid #636363; |
4 | box-shadow: 0 0 10px rgba(0,0,0,0.3); |
5 | border-radius: 3px; |
6 | z-index: 1; |
7 | position: absolute; |
8 | width: 500px; |
9 | color: white; |
10 | |
11 | section { |
12 | background: #4c4a4a |
13 | color: white |
14 | padding: 5px |
15 | |
16 | code { |
17 | user-select: text |
18 | word-break: break-all |
19 | } |
20 | |
21 | a { |
22 | color: white |
23 | } |
24 | |
25 | -distanceWarning { |
26 | background: #ab7d47; |
27 | color: #ffffff; |
28 | } |
29 | |
30 | -mutualFriends { |
31 | background: #7192ce |
32 | } |
33 | } |
34 | |
35 | header { |
36 | display: flex; |
37 | |
38 | div.image { |
39 | margin: 5px; |
40 | img { |
41 | width: 50px; |
42 | height: 50px; |
43 | } |
44 | } |
45 | |
46 | div.main { |
47 | flex: 1 |
48 | margin: 5px |
49 | |
50 | div.title { |
51 | display: flex |
52 | h1 { |
53 | flex: 1 |
54 | margin: 0 |
55 | margin-bottom: 3px |
56 | a { |
57 | color: white |
58 | } |
59 | } |
60 | div.meta { |
61 | a { |
62 | margin-left: 5px |
63 | display: inline-block |
64 | } |
65 | } |
66 | } |
67 | section { |
68 | pre { |
69 | color: #b3b3b3; |
70 | margin: 2px 0; |
71 | font-size: 110%; |
72 | -webkit-user-select: text |
73 | } |
74 | } |
75 | } |
76 | } |
77 | } |
78 |
Built with git-ssb-web