Merge pull request #7153 from edx/sarina/remove-old-stylesheet
Remove outdated CS188 stylesheet
This commit is contained in:
@@ -48,9 +48,6 @@
|
||||
@import 'course/modules/timer'; // timer
|
||||
@import 'course/modules/chat'; // chat utility
|
||||
|
||||
// course - specific courses
|
||||
@import "course/courseware/courses/_cs188.scss";
|
||||
|
||||
// course - wiki
|
||||
@import "course/wiki/basic-html";
|
||||
@import "course/wiki/sidebar";
|
||||
|
||||
@@ -52,10 +52,6 @@
|
||||
@import 'course/modules/timer'; // timer
|
||||
@import 'course/modules/chat'; // chat utility
|
||||
|
||||
|
||||
// course - specific courses
|
||||
@import "course/courseware/courses/_cs188.scss";
|
||||
|
||||
// course - wiki
|
||||
@import "course/wiki/basic-html";
|
||||
@import "course/wiki/sidebar";
|
||||
|
||||
@@ -1,130 +0,0 @@
|
||||
body.cs188 {
|
||||
|
||||
.course_information {
|
||||
ul, ol {
|
||||
color: $base-font-color;
|
||||
li {
|
||||
margin: 4px 0px;
|
||||
}
|
||||
ul, ol {
|
||||
margin: 6px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.static_tab_wrapper {
|
||||
.syllabus {
|
||||
padding: 0px;
|
||||
ul {
|
||||
margin: 0;
|
||||
li {
|
||||
margin: 7px 0px;
|
||||
}
|
||||
ul {
|
||||
list-style-type: disc;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.due_dates {
|
||||
li {
|
||||
.assignment {
|
||||
float: left;
|
||||
}
|
||||
.due_date {
|
||||
float: right;
|
||||
&.next {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
}
|
||||
li.past {
|
||||
.assignment, .due_date {
|
||||
text-decoration: line-through;
|
||||
&, a {
|
||||
color: #999999;
|
||||
|
||||
}
|
||||
a:hover{
|
||||
color: #666666;
|
||||
}
|
||||
}
|
||||
}
|
||||
li.next {
|
||||
border-bottom: 2px solid $blue;
|
||||
.assignment, .due_date {
|
||||
&, a {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.course-staff {
|
||||
.teacher {
|
||||
margin-bottom: ($baseline*2);
|
||||
|
||||
h3 {
|
||||
color: $base-font-color;
|
||||
font-family: $sans-serif;
|
||||
font-weight: 700;
|
||||
margin-bottom: ($baseline*0.75);
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
.teacher-image {
|
||||
background: rgb(255,255,255);
|
||||
border: 1px solid rgb(200,200,200);
|
||||
height: 115px;
|
||||
float: left;
|
||||
margin: 0 15px 0px 0;
|
||||
overflow: hidden;
|
||||
padding: 1px;
|
||||
width: 115px;
|
||||
|
||||
img {
|
||||
display: block;
|
||||
min-height: 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.course-content{
|
||||
|
||||
.project {
|
||||
ul, ol {
|
||||
margin-top: 3px;
|
||||
list-style: disc;
|
||||
ul, ol {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
h3, h4 {
|
||||
font-weight: bold;
|
||||
a {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
p, .code_snippet {
|
||||
margin-bottom: 1.416em;
|
||||
}
|
||||
|
||||
.choicegroup {
|
||||
input[type=checkbox], input[type=radio] {
|
||||
margin-right: ($baseline/4);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user