-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpersonView.css
59 lines (58 loc) · 1.44 KB
/
personView.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
.bgStyle {
background: #ffffff url("https://upload.wikimedia.org/wikipedia/commons/thumb/9/92/Man_chris_kempson_01.svg/1098px-Man_chris_kempson_01.svg.png") no-repeat center bottom;
position: relative;
background-size: 80% 80%;
}
.bgStyle .team5Panel {
position: absolute;
bottom: 50px;
}
.team5Panel .sapMPanelContent {
width: 30%;
margin: 10px auto;
}
.bordersForLabels {
border-style: solid;
border-width: 2px;
}
.topright {
position: absolute;
top: 8px;
font-size: 36px;
text-align: right;
}
.topleft {
position: absolute;
top: 8px;
font-size: 36px;
text-align: left;
}
.box div span {
background: #3498db;
background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
background-image: -moz-linear-gradient(top, #3498db, #2980b9);
background-image: -ms-linear-gradient(top, #3498db, #2980b9);
background-image: -o-linear-gradient(top, #3498db, #2980b9);
background-image: linear-gradient(to bottom, #3498db, #2980b9);
-webkit-border-radius: 34;
-moz-border-radius: 34;
border-radius: 34px;
font-family: Arial;
color: #ffffff;
font-size: 31px;
padding: 30px 30px 30px 30px;
text-decoration: none;
}
.box div {
background-color: transparent !important;
color: white;
border: none;
outline: none;
}
.sapMBtn {
width: 275px;
height: 200px !important;
}
.sapUiSizeCompact .sapMBtnInner.sapMBtnText {
background-image: none;
}