418 lines
11 KiB
SCSS
418 lines
11 KiB
SCSS
.dashboard {
|
|
@include clearfix;
|
|
padding: 60px 0px 120px;
|
|
|
|
.dashboard-banner {
|
|
background: $yellow;
|
|
border: 1px solid rgb(200,200,200);
|
|
@include box-shadow(0 1px 0 0 rgba(255,255,255, 0.6));
|
|
padding: 10px;
|
|
margin-bottom: 30px;
|
|
|
|
&:empty {
|
|
display: none;
|
|
background-color: #FFF;
|
|
}
|
|
|
|
h2 {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
p {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
.profile-sidebar {
|
|
background: transparent;
|
|
float: left;
|
|
margin-right: flex-gutter();
|
|
width: flex-grid(3);
|
|
|
|
header.profile {
|
|
@include background-image(linear-gradient(-90deg, rgb(255,255,255), rgb(245,245,245)));
|
|
border: 1px solid rgb(200,200,200);
|
|
@include border-radius(4px);
|
|
@include box-sizing(border-box);
|
|
width: flex-grid(12);
|
|
|
|
h1.user-name {
|
|
color: $base-font-color;
|
|
font: 700 1.2em/1.2em $sans-serif;
|
|
margin: 0px;
|
|
overflow: hidden;
|
|
padding: 15px 10px 17px;
|
|
text-wrap: nowrap;
|
|
text-overflow: ellipsis;
|
|
text-transform: none;
|
|
}
|
|
}
|
|
|
|
.user-info {
|
|
@include clearfix;
|
|
padding: 0px 10px;
|
|
|
|
> ul {
|
|
background: rgb(252,252,252);
|
|
border: 1px solid rgb(200,200,200);
|
|
border-top: none;
|
|
//@include border-bottom-radius(4px);
|
|
@include box-sizing(border-box);
|
|
@include box-shadow(inset 0 0 3px 0 rgba(0,0,0, 0.15));
|
|
@include clearfix;
|
|
margin: 0px;
|
|
padding: 20px 10px 10px;
|
|
width: flex-grid(12);
|
|
|
|
li {
|
|
@include clearfix;
|
|
border-bottom: 1px dotted rgb(220,220,220);
|
|
list-style: none;
|
|
margin-bottom: 20px;
|
|
padding-bottom: 10px;
|
|
|
|
&:hover {
|
|
.title .icon {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
|
|
span.title {
|
|
color: $lighter-base-font-color;
|
|
float: left;
|
|
font-family: $sans-serif;
|
|
|
|
.icon {
|
|
background-size: cover;
|
|
float: left;
|
|
height: 19px;
|
|
margin: 2px 8px 0 0;
|
|
opacity: 0.6;
|
|
@include transition(all, 0.15s, linear);
|
|
width: 19px;
|
|
|
|
&.email-icon {
|
|
@include background-image(url('../images/portal-icons/email-icon.png'));
|
|
}
|
|
|
|
&.name-icon {
|
|
@include background-image(url('../images/portal-icons/course-info-icon.png'));
|
|
}
|
|
|
|
&.location-icon {
|
|
@include background-image(url('../images/portal-icons/home-icon.png'));
|
|
}
|
|
|
|
&.language-icon {
|
|
@include background-image(url('../images/portal-icons/language-icon.png'));
|
|
}
|
|
}
|
|
}
|
|
|
|
span.data {
|
|
color: $lighter-base-font-color;
|
|
font-weight: 700;
|
|
margin-left: 12px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.my-courses {
|
|
float: left;
|
|
margin: 0px;
|
|
width: flex-grid(9);
|
|
|
|
> header {
|
|
border-bottom: 1px solid rgb(210,210,210);
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.empty-dashboard-message {
|
|
padding: 60px 0px;
|
|
text-align: center;
|
|
|
|
p {
|
|
color: $lighter-base-font-color;
|
|
font-style: italic;
|
|
margin-bottom: 20px;
|
|
text-shadow: 0 1px rgba(255,255,255, 0.6);
|
|
}
|
|
|
|
a {
|
|
background: rgb(240,240,240);
|
|
@include background-image(linear-gradient(-90deg, rgb(245,245,245) 0%, rgb(243,243,243) 50%, rgb(237,237,237) 50%, rgb(235,235,235) 100%));
|
|
border: 1px solid rgb(220,220,220);
|
|
@include border-radius(4px);
|
|
@include box-shadow(0 1px 8px 0 rgba(0,0,0, 0.1));
|
|
@include box-sizing(border-box);
|
|
color: $base-font-color;
|
|
font-family: $sans-serif;
|
|
@include inline-block;
|
|
letter-spacing: 1px;
|
|
margin-left: 5px;
|
|
padding: 5px 10px;
|
|
text-shadow: 0 1px rgba(255,255,255, 0.6);
|
|
|
|
&:hover {
|
|
color: $blue;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
.my-course {
|
|
@include border-radius(3px);
|
|
@include box-shadow(0 1px 8px 0 rgba(0,0,0, 0.1), inset 0 -1px 0 0 rgba(255,255,255, 0.8), inset 0 1px 0 0 rgba(255,255,255, 0.8));
|
|
@include clearfix;
|
|
height: 120px;
|
|
margin-right: flex-gutter();
|
|
margin-bottom: 10px;
|
|
overflow: hidden;
|
|
position: relative;
|
|
width: flex-grid(12);
|
|
@include transition(all, 0.15s, linear);
|
|
|
|
&:last-child {
|
|
margin-bottom: none;
|
|
}
|
|
|
|
.cover {
|
|
background: rgb(225,225,225);
|
|
background-size: cover;
|
|
background-position: center center;
|
|
border: 1px solid rgb(120,120,120);
|
|
@include border-left-radius(3px);
|
|
@include box-shadow(inset 0 0 0 1px rgba(255,255,255, 0.6), 1px 0 0 0 rgba(255,255,255, 0.8));
|
|
@include box-sizing(border-box);
|
|
float: left;
|
|
height: 100%;
|
|
max-height: 100%;
|
|
margin: 0px;
|
|
overflow: hidden;
|
|
position: relative;
|
|
@include transition(all, 0.15s, linear);
|
|
width: 200px;
|
|
|
|
.shade {
|
|
@include background-image(linear-gradient(-90deg, rgba(255,255,255, 0.3) 0%,
|
|
rgba(0,0,0, 0.3) 100%));
|
|
bottom: 0px;
|
|
content: "";
|
|
display: block;
|
|
left: 0px;
|
|
position: absolute;
|
|
z-index: 50;
|
|
top: 0px;
|
|
@include transition(all, 0.15s, linear);
|
|
right: 0px;
|
|
}
|
|
|
|
.arrow {
|
|
position: absolute;
|
|
z-index: 100;
|
|
width: 100%;
|
|
font-size: 70px;
|
|
line-height: 110px;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
color: rgba(0, 0, 0, .7);
|
|
opacity: 0;
|
|
@include transition(all, 0.15s, linear);
|
|
}
|
|
|
|
&:hover {
|
|
.shade {
|
|
background: rgba(255,255,255, 0.3);
|
|
@include background-image(linear-gradient(-90deg, rgba(255,255,255, 0.3) 0%,
|
|
rgba(0,0,0, 0.3) 100%));
|
|
}
|
|
}
|
|
}
|
|
|
|
.info {
|
|
background: rgb(250,250,250);
|
|
@include background-image(linear-gradient(-90deg, rgb(253,253,253), rgb(240,240,240)));
|
|
@include box-sizing(border-box);
|
|
border: 1px solid rgb(190,190,190);
|
|
border-left: none;
|
|
@include border-right-radius(3px);
|
|
left: 201px;
|
|
height: 100%;
|
|
max-height: 100%;
|
|
padding: 0px 10px;
|
|
position: absolute;
|
|
right: 0px;
|
|
top: 0px;
|
|
z-index: 2;
|
|
|
|
> hgroup {
|
|
@include clearfix;
|
|
border-bottom: 1px solid rgb(210,210,210);
|
|
@include box-shadow(0 1px 0 0 rgba(255,255,255, 0.6));
|
|
padding: 12px 0px;
|
|
width: 100%;
|
|
|
|
a.university {
|
|
background: rgba(255,255,255, 1);
|
|
border: 1px solid rgb(180,180,180);
|
|
@include border-radius(3px);
|
|
@include box-shadow(inset 0 0 3px 0 rgba(0,0,0, 0.2), 0 1px 0 0 rgba(255,255,255, 0.6));
|
|
color: $lighter-base-font-color;
|
|
display: block;
|
|
font-style: italic;
|
|
font-weight: 800;
|
|
@include inline-block;
|
|
margin-right: 10px;
|
|
padding: 5px 10px;
|
|
|
|
float: left;
|
|
|
|
&:hover {
|
|
color: $blue;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
|
|
h3 {
|
|
display: block;
|
|
margin-bottom: 0px;
|
|
overflow: hidden;
|
|
padding-top: 2px;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
|
|
a {
|
|
color: $base-font-color;
|
|
font-weight: 700;
|
|
text-shadow: 0 1px rgba(255,255,255, 0.6);
|
|
|
|
&:hover {
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.course-status {
|
|
background: $yellow;
|
|
border: 1px solid rgb(200,200,200);
|
|
@include box-shadow(0 1px 0 0 rgba(255,255,255, 0.6));
|
|
margin-top: 16px;
|
|
padding: 5px;
|
|
|
|
p {
|
|
color: $lighter-base-font-color;
|
|
font-style: italic;
|
|
letter-spacing: 1px;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
.meta {
|
|
@include clearfix;
|
|
margin-top: 22px;
|
|
position: relative;
|
|
@include transition(opacity, 0.15s, linear);
|
|
width: 100%;
|
|
|
|
|
|
.course-work-icon {
|
|
@include background-image(url('../images/portal-icons/pencil-icon.png'));
|
|
background-size: cover;
|
|
float: left;
|
|
height: 22px;
|
|
opacity: 0.7;
|
|
width: 22px;
|
|
}
|
|
|
|
.complete {
|
|
float: right;
|
|
|
|
p {
|
|
color: $lighter-base-font-color;
|
|
font-style: italic;
|
|
@include inline-block;
|
|
text-align: right;
|
|
text-shadow: 0 1px rgba(255,255,255, 0.6);
|
|
|
|
.completeness {
|
|
color: $base-font-color;
|
|
font-weight: 700;
|
|
margin-right: 5px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.progress {
|
|
@include box-shadow(0 1px 0 0 rgba(255,255,255, 0.6));
|
|
left: 35px;
|
|
position: absolute;
|
|
right: 130px;
|
|
|
|
.meter {
|
|
background: rgb(245,245,245);
|
|
border: 1px solid rgb(160,160,160);
|
|
@include box-shadow(inset 0 0 3px 0 rgba(0,0,0, 0.15));
|
|
@include box-sizing(border-box);
|
|
@include border-radius(4px);
|
|
height: 22px;
|
|
margin: 0 auto;
|
|
padding: 2px;
|
|
width: 100%;
|
|
|
|
.meter-fill {
|
|
background: $blue;
|
|
@include background-image(linear-gradient(-45deg, rgba(255,255,255, 0.15) 25%,
|
|
transparent 25%,
|
|
transparent 50%,
|
|
rgba(255,255,255, 0.15) 50%,
|
|
rgba(255,255,255, 0.15) 75%,
|
|
transparent 75%));
|
|
background-size: 40px 40px;
|
|
background-repeat: repeat-x;
|
|
border: 1px solid rgb(115,115,115);
|
|
@include border-radius(4px);
|
|
@include box-sizing(border-box);
|
|
content: "";
|
|
display: block;
|
|
height: 100%;
|
|
width: 60%;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
&:hover {
|
|
.cover {
|
|
.shade {
|
|
background: rgba(255,255,255, 0.1);
|
|
@include background-image(linear-gradient(-90deg, rgba(255,255,255, 0.3) 0%,
|
|
rgba(0,0,0, 0.3) 100%));
|
|
}
|
|
|
|
.arrow {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
a.unenroll {
|
|
float: right;
|
|
font-style: italic;
|
|
color: #a0a0a0;
|
|
text-decoration: underline;
|
|
font-size: .8em;
|
|
@include inline-block;
|
|
margin-bottom: 40px;
|
|
|
|
&:hover {
|
|
color: #333;
|
|
}
|
|
}
|
|
}
|
|
}
|