Fixed handling of AJAX response data
[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 {
929f7e47 77 //margin-bottom: 30px;
b8eab696
AE
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 }
b8eab696
AE
91 }
92}
93
94#profileButtonContainer > li {
95 border-width: 0;
96
97 > a {
98 background-color: transparent;
99 border-width: 0;
1223c43c 100 // TODO: color: $wcfContentTextAccent !important;
b8eab696
AE
101 padding: 5px;
102
103 > .icon {
1223c43c 104 // TODO: color: $wcfContentTextAccent;
b8eab696
AE
105 }
106 }
107}
929f7e47 108/*
b8eab696 109.username {
945f563e 110 @extend .wcfFontHeadline;
929f7e47
MW
111}*/
112
113.userAvatarList {
114 display: flex;
115 flex-wrap: wrap;
116 margin-bottom: -10px;
117
118 > li {
119 flex: 0 0 25%;
120 margin-bottom: 10px;
121 text-align: center;
122
123 > a {
124 display: block;
125 }
126 }
127}
128
129.userList {
130 .box48 {
131 align-items: center;
132 }
b8eab696 133}