mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-19 14:43:49 +09:00
Version 1.0.21
This commit is contained in:
+108
-1
@@ -324,4 +324,111 @@ font-weight: normal;
|
||||
|
||||
.um-profile-note a:hover {
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
- Profile nav-bar
|
||||
*/
|
||||
|
||||
.um-profile-nav {
|
||||
background: #444;
|
||||
}
|
||||
|
||||
.um-profile-nav-item.active a {
|
||||
background: #eee !important;
|
||||
color: #333 !important;
|
||||
}
|
||||
|
||||
.um-profile-nav-item a {
|
||||
color: #fff !important;
|
||||
font-size: 15px;
|
||||
font-weight: 600;
|
||||
padding: 10px 20px;
|
||||
display: block;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.um-profile-nav-item a:hover {
|
||||
background: #555;
|
||||
}
|
||||
|
||||
.um-profile-nav-item i {
|
||||
font-size: 20px;
|
||||
width: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.um-profile-subnav {
|
||||
background: #eee;
|
||||
padding: 15px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.um-profile-subnav a {
|
||||
display: inline-block;
|
||||
color: #555;
|
||||
font-size: 15px;
|
||||
font-weight: 600;
|
||||
margin: 0 20px;
|
||||
}
|
||||
.um-profile-subnav a.active {color: #3BA1DA !important}
|
||||
.um-profile-subnav a:hover {color: #333}
|
||||
|
||||
.um-profile-subnav span {
|
||||
display: inline-block;
|
||||
margin: 0 0 0 8px;
|
||||
background: #ddd;
|
||||
padding: 1px 8px;
|
||||
color: #aaa !important;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
/*
|
||||
- Misc.
|
||||
*/
|
||||
|
||||
.um-item {
|
||||
padding: 20px 0;
|
||||
border-bottom: 1px solid #eee;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.um-item-action {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 16px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
font-size: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.um-item-action a {color: #ccc}
|
||||
.um-item-action a:hover {color: #999}
|
||||
|
||||
.um-item-link {padding-right: 40px}
|
||||
.um-item-link a {
|
||||
color: #333;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.um-item-link a:hover {
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
|
||||
.um-item-meta {color: #999}
|
||||
|
||||
.um-item-meta span {
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.um-item-meta span:not(:last-child):after {
|
||||
position: relative;
|
||||
padding: 0px 4px 0px 7px;
|
||||
content: "•";
|
||||
}
|
||||
|
||||
.um-item-meta a {border-bottom: 1px solid #E0E0E0;color: #3BA1DA}
|
||||
.um-item-meta a:hover {border-bottom-color: #bbb}
|
||||
@@ -28,6 +28,23 @@ div.uimob960 .uimob960-hide
|
||||
|
||||
/********************************************/
|
||||
|
||||
div.uimob340 .um-profile-subnav {
|
||||
padding: 8px 15px;
|
||||
}
|
||||
|
||||
div.uimob340 .um-profile-subnav a {
|
||||
display: block;
|
||||
text-align: left;
|
||||
font-size: 13px;
|
||||
margin: 0;
|
||||
padding: 6px 0;
|
||||
}
|
||||
|
||||
div.uimob340 .um-profile-subnav span {
|
||||
font-size: 12px;
|
||||
padding: 0px 4px;
|
||||
}
|
||||
|
||||
div.uimob340 .um-cover-overlay span.um-cover-overlay-t
|
||||
{
|
||||
display: none !important;
|
||||
@@ -219,6 +236,28 @@ div.uimob340 .um-account-meta {
|
||||
|
||||
/********************************************/
|
||||
|
||||
div.uimob500 .um-profile-nav-item i {
|
||||
font-size: 25px;
|
||||
width: 25px;
|
||||
}
|
||||
|
||||
div.uimob500 .um-profile-subnav {
|
||||
padding: 8px 15px;
|
||||
}
|
||||
|
||||
div.uimob500 .um-profile-subnav a {
|
||||
display: block;
|
||||
text-align: left;
|
||||
font-size: 13px;
|
||||
margin: 0;
|
||||
padding: 6px 0;
|
||||
}
|
||||
|
||||
div.uimob500 .um-profile-subnav span {
|
||||
font-size: 12px;
|
||||
padding: 1px 6px;
|
||||
}
|
||||
|
||||
div.uimob500 .um-cover-overlay span.um-cover-overlay-t
|
||||
{
|
||||
display: none !important;
|
||||
@@ -396,6 +435,28 @@ div.uimob500 .um-account-meta {
|
||||
for 800px and below
|
||||
**/
|
||||
|
||||
div.uimob800 .um-profile-nav-item i {
|
||||
font-size: 25px;
|
||||
width: 25px;
|
||||
}
|
||||
|
||||
div.uimob800 .um-profile-subnav {
|
||||
padding: 8px 15px;
|
||||
}
|
||||
|
||||
div.uimob800 .um-profile-subnav a {
|
||||
display: block;
|
||||
text-align: left;
|
||||
font-size: 14px;
|
||||
margin: 0;
|
||||
padding: 6px 0;
|
||||
}
|
||||
|
||||
div.uimob800 .um-profile-subnav span {
|
||||
font-size: 12px;
|
||||
padding: 2px 8px;
|
||||
}
|
||||
|
||||
div.uimob800 .um-account-main {
|
||||
width: 90%;
|
||||
max-width: 450px;
|
||||
|
||||
Vendored
+1
-4
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user