Files
ultimatemember/assets/css/um-account.css
T

247 lines
4.1 KiB
CSS
Raw Normal View History

2014-12-15 22:38:07 +02:00
/*
2014-12-19 00:42:23 +02:00
- Layout
2014-12-15 22:38:07 +02:00
*/
2016-01-16 03:08:46 +02:00
.um-account i {
vertical-align: baseline !important;
}
2015-02-11 00:50:38 +02:00
.um-account p.um-notice {
margin: 0 0 20px 0 !important;
padding: 12px 15px !important;
}
2014-12-19 00:42:23 +02:00
.um-account a:focus {
outline: 0 !important; /*removes the dotted border*/
}
2014-12-15 22:38:07 +02:00
.um-account-side {
float: left;
2020-03-20 13:27:44 +02:00
width: 30%;
padding: 0px;
2014-12-15 22:38:07 +02:00
box-sizing: border-box;
}
.um-account-main {
float: left;
2020-03-20 13:27:44 +02:00
width: 70%;
padding: 0px 0px 0px 1.5em;
2014-12-15 22:38:07 +02:00
box-sizing: border-box;
}
2015-11-05 19:51:31 +08:00
.um-account-main a {
border-bottom: none !important;
}
2014-12-19 00:42:23 +02:00
.um-account-tab {
display: none;
}
2021-03-10 02:52:52 +02:00
.um-account-tab .um-field .um-field-label {
display: flex;
flex-direction: row;
align-items: baseline;
flex-wrap: nowrap;
justify-content: flex-start;
}
2014-12-19 00:42:23 +02:00
/*
- Main tab
*/
2014-12-15 22:38:07 +02:00
.um-account-main div.um-account-heading {
2020-02-24 10:27:11 +02:00
display: flex;
flex-wrap: nowrap;
flex-direction: row;
justify-content: flex-start;
align-items: baseline;
2014-12-15 22:38:07 +02:00
margin: 0 !important;
font-size: 18px;
line-height: 18px;
font-weight: bold;
2015-01-11 19:07:55 +02:00
color: #555;
2014-12-15 22:38:07 +02:00
}
.um-account-main div.um-account-heading i {
2015-01-15 17:15:12 +02:00
margin-right: 10px;
font-size: 26px;
2014-12-15 22:38:07 +02:00
position: relative;
2015-01-15 17:15:12 +02:00
top: 2px;
2014-12-15 22:38:07 +02:00
}
.um-account-main p {
margin: 20px 0 0 0!important;
padding: 0 !important;
}
.um-account-main label {
font-size: 15px;
}
/*
2014-12-19 00:42:23 +02:00
- Account photo
2014-12-15 22:38:07 +02:00
*/
.um-account-meta {
text-align: center;
2014-12-19 00:42:23 +02:00
margin-bottom: 20px;
2014-12-15 22:38:07 +02:00
}
2015-01-14 00:11:38 +02:00
.um-account-meta img {
margin: 0 !important;
position: static !important;
float: none !important;
display: inline-block;
}
2015-01-11 19:07:55 +02:00
2015-01-14 00:11:38 +02:00
.um-account-meta.radius-1 img { -moz-border-radius: 999px;-webkit-border-radius: 999px;border-radius: 999px }
.um-account-meta.radius-2 img { -moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px }
.um-account-meta.radius-3 img { -moz-border-radius: 0;-webkit-border-radius: 0;border-radius: 0 }
2014-12-15 22:38:07 +02:00
2016-01-16 03:08:46 +02:00
.um-account-name {
padding-top: 12px;
}
2014-12-15 22:38:07 +02:00
.um-account-name a {
font-weight: bold;
2016-01-16 03:08:46 +02:00
color: #555;
2014-12-15 22:38:07 +02:00
text-decoration: none !important;
2014-12-19 00:42:23 +02:00
font-size: 18px;
2016-01-16 03:08:46 +02:00
line-height: 1.4em;
}
.um-account-profile-link a {
font-size: 13px;
font-weight: normal;
2014-12-15 22:38:07 +02:00
}
/*
2014-12-19 00:42:23 +02:00
- Account nav
*/
.um-account-nav a {
display: block;
height: 44px;
line-height: 44px;
2015-01-14 00:11:38 +02:00
color: #666 !important;
2014-12-19 00:42:23 +02:00
text-decoration: none !important;
position: relative;
padding-left: 40px;
2015-11-05 19:51:31 +08:00
border-bottom: 1px solid #eee !important;
2014-12-19 00:42:23 +02:00
transition: all .2s linear;
font-size: 14px;
}
.um-account-nav a.current{
font-weight: bold;
}
.um-account-nav span.arr {
position: absolute;
right: 0;
2015-01-15 17:15:12 +02:00
top: 1px;
font-size: 28px;
2014-12-19 00:42:23 +02:00
}
.um-account-nav span.ico {
position: absolute;
left: 0;
2015-01-15 17:15:12 +02:00
top: 0;
2014-12-19 00:42:23 +02:00
font-size: 21px;
2015-01-15 17:15:12 +02:00
width: 21px;
text-align: center;
2014-12-19 00:42:23 +02:00
}
/*
- Account tabs
2014-12-15 22:38:07 +02:00
*/
.um-account-side ul, .um-account-side li {
margin: 0 !important;
padding: 0 !important;
list-style-type: none !important;
}
2015-04-07 20:10:23 +02:00
.um-account-side li {margin-bottom: 1px !important;background: #eee;}
2014-12-15 22:38:07 +02:00
.um-account-side li a{
display: block;
padding: 4px 0px;
font-size: 14px;
2014-12-19 00:42:23 +02:00
height: 30px;
2014-12-15 22:38:07 +02:00
line-height: 20px;
color: #999;
position: relative;
}
.um-account-side li a span.um-account-arrow {
position: absolute;
2015-01-15 17:15:12 +02:00
right: 10px;
2014-12-15 22:38:07 +02:00
top: 6px;
font-size: 26px;
2015-04-07 20:10:23 +02:00
opacity: 0.6;
2014-12-15 22:38:07 +02:00
}
2015-01-15 17:15:12 +02:00
.um-account-side li a span.um-account-icon,
.um-account-side li a.current span.um-account-icon,
.um-account-side li a.current:hover span.um-account-icon
{
2014-12-15 22:38:07 +02:00
text-align: center;
font-size: 20px;
2015-01-15 17:15:12 +02:00
width: 20px;
height: 30px;
2014-12-15 22:38:07 +02:00
border-right: 1px solid #ccc;
color: #444;
float: left;
padding: 0px 15px;
2015-01-15 17:15:12 +02:00
font-weight: normal !important;
2014-12-15 22:38:07 +02:00
}
.um-account-side li a span.um-account-icon i {
2015-01-15 17:15:12 +02:00
display: block;
height: 30px;
line-height: 30px;
2014-12-15 22:38:07 +02:00
}
.um-account-side li a span.um-account-title {
padding-left: 20px;
float: left;
height: 30px;
line-height: 30px;
2015-01-11 23:12:05 +02:00
color: #555;
2014-12-15 22:38:07 +02:00
}
.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-field-export_data .um-field-error {
display: none;
}
.um-field-export_data .um-field-area-response {
display: none;
line-height: 1.5;
padding: 10px 0;
}
.um-request-button {
display: inline-block;
background-color: #3ba1da;
border-radius: 5px;
color: #fff;
margin: 10px 0 0;
padding: 5px 10px;
text-decoration: none;
}
.um-request-button:hover {
background-color: #44b0ec;
color: #fff;
text-decoration: none;
2015-01-15 17:15:12 +02:00
}