Files
ultimatemember/admin/assets/css/um-admin-dashboard.css
T

216 lines
3.8 KiB
CSS
Raw Normal View History

2014-12-15 22:38:07 +02:00
/*
- General
*/
2015-01-03 15:31:15 +02:00
.um-admin.toplevel_page_ultimatemember div.error,
.um-admin.toplevel_page_ultimatemember div.updated
{
2015-01-04 03:10:49 +02:00
margin: 18px 20px 0 2px !important;
2015-01-03 15:31:15 +02:00
}
2014-12-15 22:38:07 +02:00
.um-admin-dash-container {
box-sizing: border-box;
margin: 18px 20px 20px 2px !important;
2014-12-31 00:20:26 +02:00
background: none !important;
2014-12-15 22:38:07 +02:00
overflow: hidden;
}
2015-01-03 15:31:15 +02:00
.um-admin-dash-container * {
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important;
}
.um-admin-dash-container a.ok {color: #7ACF58}
.um-admin-dash-container a.red {color: #C74A4A}
.um-admin-dash-count {
background: #7ACF58;
color: #fff;
padding: 2px 6px;
border-radius: 3px;
font-family: Open Sans;
font-weight: 700;
font-size: 12px;
margin-left: 10px;
2015-01-06 00:38:33 +02:00
display: none;
2014-12-15 22:38:07 +02:00
}
2015-01-03 15:31:15 +02:00
.um-admin-dash-count.count-0 {background: #ddd !important}
.um-admin-dash-count.red {background:#C74A4A}
2014-12-15 22:38:07 +02:00
.um-admin-dash-head {
background: #3ba1da;
padding: 0 0 0 20px;
}
.um-admin-dash-foot {
2014-12-31 00:20:26 +02:00
border-radius: 0;
background: none !important;
padding: 10px 0;
border-top: 1px solid #D8D8D8;
2014-12-15 22:38:07 +02:00
}
/*
- Header
*/
.um-admin-dash-head-logo {
float: left;
margin: 20px 10px;
}
.um-admin-dash-head h2 {
color: #fff;
font-size: 24px !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background: url(../img/logo-header.png) no-repeat left 8px;
padding: 10px 10px 10px 80px;
margin: 0 !important;
display: inline-block;
font-style: normal;
padding-right: 5px;
line-height: 29px;
}
.um-admin-dash-head span {
color: #fff !important;
font-size: 14px;
position: relative;
top: -10px;
font-weight: 600;
padding-left: 4px;
}
/*
- Main
*/
2014-12-31 15:28:40 +02:00
.um-admin-dash-main {
margin-left: 201px;
border-left: 1px solid #D8D8D8;
2015-01-06 00:38:33 +02:00
padding: 0 30px 30px 30px;
2014-12-31 15:28:40 +02:00
box-shadow: 0px 1px 0px #FFF inset;
2015-01-09 03:08:31 +02:00
border-left: none;
margin-left: 0;
2014-12-31 15:28:40 +02:00
}
2014-12-15 22:38:07 +02:00
.um-admin-dash-main h3{
font-weight: 500;
2015-01-03 15:31:15 +02:00
padding: 30px 0 10px 0;
margin: 0 !important;
2014-12-31 00:20:26 +02:00
}
2015-02-08 01:49:10 +02:00
.um-admin-dash-main h4{
font-weight: 500;
padding: 30px 0 10px 0;
margin: 0 !important;
2015-01-09 03:08:31 +02:00
}
.um-admin-dash-review {
text-decoration: none !important;
font-size: 16px;
position: absolute;
2015-01-22 02:10:26 +02:00
top: -2px;
2015-01-09 03:08:31 +02:00
right: 4px;
}
2014-12-31 15:28:40 +02:00
/*
- Share icons
*/
2014-12-31 00:20:26 +02:00
.um-admin-dash-share {
margin-top: 11px !important;
float: left;
line-height: 28px;
font-size: 15px;
}
.um-admin-dash-share a {
margin: 0 15px 0 0 !important;
text-decoration: none !important;
color: #777 !important;
font-size: 22px !important;
}
2015-01-03 15:31:15 +02:00
.um-admin-dash-share a:hover {color: #3ba1da !important}
/*
- Dashboard styles
*/
2015-02-08 01:49:10 +02:00
.um-admin-dash-four-col .um-admin-dash-col {
float: left;
width: 25%;
text-align: center;
}
.um-admin-dash-three-col {border-bottom: 1px solid #ddd;padding-bottom: 25px}
.um-admin-dash-three-col .um-admin-dash-col {
float: left;
width: 33%;
text-align: center;
}
2015-01-03 15:31:15 +02:00
.um-admin-dash-two-col .um-admin-dash-col {
2015-01-06 00:38:33 +02:00
display: inline-block;
2015-01-09 03:08:31 +02:00
width: 46%;
margin-right: 3%;
2015-01-06 00:38:33 +02:00
vertical-align: top;
2015-01-03 15:31:15 +02:00
}
.um-admin-dash-col a:hover {text-decoration: underline}
2015-01-22 22:27:53 +02:00
.um-admin-dash-col a {text-decoration: none}
2015-01-03 15:31:15 +02:00
2015-02-08 01:49:10 +02:00
.um-admin-dash-num {
display: inline-block;
margin: 8px 0 0 0;
font-size: 28px;
font-weight: 300;
}
2015-01-03 15:31:15 +02:00
.um-admin-dash-item {
padding: 5px 0;
vertical-align: middle;
border-top: 1px solid #e5e5e5;
display: inline-block;
width: 100%;
box-sizing: border-box;
}
.um-admin-dash-item * {vertical-align: middle}
.um-admin-dash-thumb {
display: inline-block;
width: 30px;
2015-01-09 03:08:31 +02:00
margin-right: 10px;
2015-01-03 15:31:15 +02:00
}
.um-admin-dash-thumb a,
.um-admin-dash-thumb img {
display: block;
overflow: hidden;
border-radius: 999px;
}
.um-admin-dash-info {
display: inline-block;
2015-01-22 22:27:53 +02:00
width: 130px;
2015-01-09 03:08:31 +02:00
margin-right: 6px;
2015-01-22 22:27:53 +02:00
-ms-word-break: break-all;
word-break: break-word;
word-wrap: break-word;
line-height: 14px;
2015-01-03 15:31:15 +02:00
}
.um-admin-dash-meta {
display: inline-block;
2015-01-06 00:38:33 +02:00
width: 100px;
2015-01-09 03:08:31 +02:00
margin-right: 6px;
position: relative;
2015-01-22 22:27:53 +02:00
line-height: 14px;
2015-01-03 15:31:15 +02:00
}
.um-admin-dash-more {
display: inline-block;
2015-01-06 00:38:33 +02:00
color: #aaa;
2015-01-22 22:27:53 +02:00
line-height: 14px;
2015-01-06 00:38:33 +02:00
}