Merge branch 'next-lantia' of github.com:WoltLab/WCF into next-lantia
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / style / ui / userProfile.scss
CommitLineData
b8eab696
AE
1.userProfile .sidebar {
2 position: relative;
3
4 > section {
1223c43c 5 // TODO: background-color: $wcfContentBackgroundAccent;
b8eab696 6 border-radius: 0;
1223c43c 7 // TODO: color: $wcfContentTextAccent;
b8eab696
AE
8
9 a,
10 dd,
11 h1 {
1223c43c 12 // TODO: color: $wcfContentTextAccent;
b8eab696
AE
13 }
14
15 &:first-child {
16 border-top-left-radius: 3px;
17 border-top-right-radius: 3px;
18 }
19
20 &:last-child {
21 border-bottom-left-radius: 3px;
22 border-bottom-right-radius: 3px;
23 }
24
25 &:not(:first-child) {
26 margin-top: 0;
27
28 &:before {
1223c43c 29 // TODO: border-top: 2px solid $wcfContentBorderAccent;
b8eab696
AE
30 content: "";
31 left: 0;
32 margin-top: -15px;
33 position: absolute;
34 right: 0;
35 }
36 }
37 }
38
39 > .userDetails {
40 position: relative;
41 text-align: center;
42
43 > .buttonGroupNavigation > .buttonGroup,
44 > .dataList {
45 justify-content: center;
46 }
47
48 > .buttonGroupNavigation,
49 > .dataList,
50 > .userActivity {
51 margin-top: 10px;
52 }
53
54 > .dataList {
55 margin-top: 25px;
56
57 &:before {
1223c43c 58 // TODO: border-top: 2px solid $wcfContentBorderAccent;
b8eab696
AE
59 content: "";
60 left: 0;
61 margin-top: -10px;
62 position: absolute;
63 right: 0;
64 }
65 }
66
67 > .userActivity > span {
68 display: block;
945f563e
AE
69
70 @extend .wcfFontSmall;
b8eab696
AE
71 }
72 }
73}
74
75.userProfile #profileContent {
76 > .tabMenu {
77 margin-bottom: 30px;
78
79 > ul > li {
80 &:not(:last-child) {
81 margin-right: 30px;
82 }
83
84 > a {
b8eab696
AE
85 padding: 0;
86 text-transform: uppercase;
945f563e
AE
87
88 @extend .wcfFontHeadline;
b8eab696
AE
89 }
90 }
91
92 > span {
93 border-width: 2px;
94 bottom: -5px;
95 }
96 }
97}
98
99#profileButtonContainer > li {
100 border-width: 0;
101
102 > a {
103 background-color: transparent;
104 border-width: 0;
1223c43c 105 // TODO: color: $wcfContentTextAccent !important;
b8eab696
AE
106 padding: 5px;
107
108 > .icon {
1223c43c 109 // TODO: color: $wcfContentTextAccent;
b8eab696
AE
110 }
111 }
112}
113
114.username {
945f563e 115 @extend .wcfFontHeadline;
b8eab696 116}