-
Notifications
You must be signed in to change notification settings - Fork 0
/
darkStyle1.css
109 lines (86 loc) · 2.26 KB
/
darkStyle1.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
body {
color: rgb(179, 179, 179)!important;
}
/* 제목 및 텍스트*/
.site_notices .active a {
color: rgb(233, 122, 71)!important;
}
h1,h2,h3,h4,h5 {
color: rgb(233, 122, 71)!important;
}
span, p {
color: rgb(179, 179, 179);
}
/* nav바 */
.navbar-brand,.coursename, .usermenu {
background-color: rgb(73, 71, 60)!important;
}
.navbar .container-fluid {
background-color: rgb(73, 71, 60)!important;
}
/* main 화면 */
#region-main, #page-container {
background-color: rgb(66, 73, 82)!important;
}
.course_box {
background-color: rgb(41, 46, 51)!important;
}
#page-blocks .header {
background-color: rgb(41, 46, 51)!important;
border: 1px solid rgb(179, 179, 179)!important;
}
#page-blocks .content {
background-color: rgb(66, 73, 82)!important;
border: 1px solid rgb(179, 179, 179)!important;
}
/* 공지사항 */
.ubboard_container, .ubboard_table, .ubboard .ubboard_table th.header {
background-color: rgb(66, 73, 82)!important;
}
/* 강의 화면 */
body.coursemos-layout-course.coursemos-layout-coursehome .course-header {
background-color: rgb(59, 59, 57)!important;
background-image: none!important;
}
.format-ubsweeks .course-content ul.ubsweeks li.section ul.section li.activity:hover, .format-ubsweeks .course-content ul.ubsweeks li.section ul.section li.activity:hover * {
background-color: rgb(106, 106, 106)!important;
color: black;
}
/*강의 nav */
.course-menus div{
background-color: rgb(41, 46, 51)!important;
}
#coursemos-course-menu .block-coursehome .content ul.topmenu > li{
background-color: rgb(41, 46, 51)!important;
}
#coursemos-course-menu .block-coursehome .content ul.topmenu a {
color: rgb(233, 122, 71)!important;
}
.block_settings {
background-color: rgb(41, 46, 51)!important;
}
.block_settings div{
background-color: rgb(41, 46, 51)!important;
}
/* 모달 */
.modal-body {
background-color: rgb(41, 46, 51)!important;
}
.modal-header {
background-color: rgb(73, 71, 60)!important;
}
/* 버튼 */
a.btn{
background-color: rgb(150, 80, 47)!important;
color: rgb(255, 255, 255)!important;
}
.btn > span {
color: rgb(233, 122, 71)!important;
}
/* etc */
.date {
color: white!important;
}
.image {
background-color: transparent!important;
}