Files
ultimatemember/assets/css/um-account.css
T
ultimatemember 3c34412654 Sync Up-to-date
2015-01-11 23:12:05 +02:00

185 lines
2.9 KiB
CSS

/*
- Layout
*/
.um-account a:focus {
outline: 0 !important; /*removes the dotted border*/
}
.um-account-side {
float: left;
width: 35%;
padding: 0 30px;
box-sizing: border-box;
}
.um-account-main {
float: left;
width: 50%;
padding: 0 30px;
box-sizing: border-box;
}
.um-account-tab {
display: none;
}
/*
- Main tab
*/
.um-account-main div.um-field {
padding-top: 25px;
}
.um-account-main div.um-account-heading {
margin: 0 !important;
font-size: 18px;
line-height: 18px;
font-weight: bold;
color: #555;
}
.um-account-main div.um-account-heading i {
margin-right: 8px;
font-size: 20px;
position: relative;
top: 4px;
}
.um-account-main p {
margin: 20px 0 0 0!important;
padding: 0 !important;
}
.um-account-main label {
font-size: 15px;
}
/*
- Account photo
*/
.um-account-meta {
text-align: center;
margin-bottom: 20px;
}
.um-account-meta img {margin: 0 !important}
.um-account-meta.radius-1 img { border-radius: 999px }
.um-account-meta.radius-2 img { border-radius: 4px }
.um-account-meta.radius-3 img { border-radius: 0 }
.um-account-name a {
font-weight: bold;
color: #555;
text-decoration: none !important;
font-size: 18px;
}
.um-account-name a:hover {color: #3ba1da}
/*
- Account nav
*/
.um-account-nav a {
display: block;
height: 44px;
line-height: 44px;
color: #666;
text-decoration: none !important;
position: relative;
padding-left: 40px;
border-bottom: 1px solid #eee;
transition: all .2s linear;
font-size: 14px;
}
.um-account-nav a.current{
color: #3ba1da !important;
font-weight: bold;
}
.um-account-nav span.arr {
position: absolute;
right: 0;
top: 4px;
font-size: 23px;
}
.um-account-nav span.ico {
position: absolute;
left: 0;
top: 3px;
font-size: 21px;
}
/*
- Account tabs
*/
.um-account-side ul, .um-account-side li {
margin: 0 !important;
padding: 0 !important;
list-style-type: none !important;
}
.um-account-side li {margin-bottom: 6px !important;background: #eee;}
.um-account-side li a{
display: block;
padding: 4px 0px;
font-size: 14px;
height: 30px;
line-height: 20px;
color: #999;
position: relative;
}
.um-account-side li a span.um-account-arrow {
position: absolute;
right: 0;
top: 6px;
font-size: 26px;
}
.um-account-side li a span.um-account-icon {
text-align: center;
font-size: 20px;
border-right: 1px solid #ccc;
color: #444;
float: left;
height: auto;
line-height: inherit;
padding: 0px 15px;
top: 4px;
position: relative;
}
.um-account-side li a span.um-account-icon i {
position: relative;
top: 1px;
}
.um-account-side li a span.um-account-title {
padding-left: 20px;
float: left;
height: 30px;
line-height: 30px;
color: #555;
}
.um-account-side li a:hover {color: #444; background: #ddd}
.um-account-side li a.current,
.um-account-side li a.current:hover {
color: #444;
font-weight: bold;
text-decoration: none !important;
}
.um-account-side li a.current span.um-account-icon,
.um-account-side li a.current:hover span.um-account-icon
{color: #3ba1da}