Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
/* Cubic Bezier Transition */
2
/***
3
New Profile Page
4
***/
5
.profile-sidebar {
6
  float: left;
7
  width: 300px;
8
  margin-right: 20px; }
9
 
10
.profile-content {
11
  overflow: hidden; }
12
 
13
/* PROFILE SIDEBAR */
14
.profile-sidebar-portlet {
15
  padding: 30px 0 0 0 !important; }
16
 
17
.profile-userpic img {
18
  float: none;
19
  margin: 0 auto;
20
  width: 50%;
21
  height: 50%;
22
  -webkit-border-radius: 50% !important;
23
  -moz-border-radius: 50% !important;
24
  border-radius: 50% !important; }
25
 
26
.profile-usertitle {
27
  text-align: center;
28
  margin-top: 20px; }
29
 
30
.profile-usertitle-name {
31
  color: #5a7391;
32
  font-size: 20px;
33
  font-weight: 600;
34
  margin-bottom: 7px; }
35
 
36
.profile-usertitle-job {
37
  text-transform: uppercase;
38
  color: #5b9bd1;
39
  font-size: 13px;
40
  font-weight: 800;
41
  margin-bottom: 7px; }
42
 
43
.profile-userbuttons {
44
  text-align: center;
45
  margin-top: 10px; }
46
 
47
.profile-userbuttons .btn {
48
  margin-right: 5px; }
49
  .profile-userbuttons .btn:last-child {
50
    margin-right: 0; }
51
 
52
.profile-userbuttons button {
53
  text-transform: uppercase;
54
  font-size: 11px;
55
  font-weight: 600;
56
  padding: 6px 15px; }
57
 
58
.profile-usermenu {
59
  margin-top: 30px;
60
  padding-bottom: 20px; }
61
 
62
.profile-usermenu ul li {
63
  border-bottom: 1px solid #f0f4f7; }
64
 
65
.profile-usermenu ul li:last-child {
66
  border-bottom: none; }
67
 
68
.profile-usermenu ul li a {
69
  color: #93a3b5;
70
  font-size: 16px;
71
  font-weight: 400; }
72
 
73
.profile-usermenu ul li a i {
74
  margin-right: 8px;
75
  font-size: 16px; }
76
 
77
.profile-usermenu ul li a:hover {
78
  background-color: #fafcfd;
79
  color: #5b9bd1; }
80
 
81
.profile-usermenu ul li.active a {
82
  color: #5b9bd1;
83
  background-color: #f6f9fb;
84
  border-left: 2px solid #5b9bd1;
85
  margin-left: -2px; }
86
 
87
.profile-stat {
88
  padding-bottom: 20px;
89
  border-bottom: 1px solid #f0f4f7; }
90
 
91
.profile-stat-title {
92
  color: #7f90a4;
93
  font-size: 25px;
94
  text-align: center; }
95
 
96
.profile-stat-text {
97
  color: #5b9bd1;
98
  font-size: 11px;
99
  font-weight: 800;
100
  text-align: center; }
101
 
102
.profile-desc-title {
103
  color: #7f90a4;
104
  font-size: 17px;
105
  font-weight: 600; }
106
 
107
.profile-desc-text {
108
  color: #7e8c9e;
109
  font-size: 14px; }
110
 
111
.profile-desc-link i {
112
  width: 22px;
113
  font-size: 19px;
114
  color: #abb6c4;
115
  margin-right: 5px; }
116
 
117
.profile-desc-link a {
118
  font-size: 14px;
119
  font-weight: 600;
120
  color: #5b9bd1; }
121
 
122
/* END PROFILE SIDEBAR */
123
/* RESPONSIVE MODE */
124
@media (max-width: 991px) {
125
  /* 991px */
126
  /* 991px */
127
  .profile-sidebar {
128
    float: none;
129
    width: 100% !important;
130
    margin: 0; }
131
  .profile-sidebar > .portlet {
132
    margin-bottom: 20px; }
133
  .profile-content {
134
    overflow: visible; } }