Skip to content

Commit

Permalink
css를 추가로 변경하였습니다.
Browse files Browse the repository at this point in the history
  • Loading branch information
min-uuu authored Jun 20, 2020
1 parent 51eae10 commit 8294765
Showing 1 changed file with 143 additions and 4 deletions.
147 changes: 143 additions & 4 deletions css/studentHome.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/* better_benedu studentHome.css */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

/* 폰트 변경 */
body {
font-family: 'Noto Sans KR', '나눔스퀘어', '나눔바른고딕', Arial;
}
Expand Down Expand Up @@ -86,7 +88,144 @@ small > a {
font-size: 1em;
}

/* 사이드바 보더 없애기 */
#sidebar > div.nav-wrap-up.pos-rel > div.nav-wrap > div > ul > li {
border: none;
}
/* 짜잔 */
/* 여기서부터는 민유의 코드 */

/* 폰트 색 변경 */
.widget-box.transparent>.widget-header {
border-bottom: 1px solid #dce8f1;
color: #dce8f1;
}

/* 버튼 색 변경 */
/* 이거 커서 올라가면 다시 원래 색으로 바뀌는데 */
/* 누가 js로 좀 바꿔주세요 */
.skin-2 .navbar .navbar-toggle {
background-color: #393939;
}

/* 폰트 색 변경 */
body {
background-color: #393939;
color: #393939;
}

/* 폰트 색 변경 */
.row {
color: #dce8f1;
}

/* 배경 색 변경 */
/* 제일 중요 */
.page-content {
background-color: rgb(46, 46, 46);
}

/* 단어 화살표 색 변경 */
.blue {
color: #dce8f1!important;
}

/* 색칠되지 않은 별 색 변경 */
.light-grey {
color: rgb(32, 32, 32)!important;
}

/* 색칠된 별 색 변경 */
.orange2 {
color: #fcff5c!important;
}

/* 학습계획 아이콘 색 변경 */
.orange {
color: #dce8f1!important;
}

/* 과제 / 추천 아이콘 색 변경 */
.red {
color: #dce8f1!important;
}

/* 나도 모르는 코드 */
.footer {
color: rgb(32, 32, 32);
}

/* 학습계획 / 일정에서의 날짜 색 변경 */
.fc .fc-toolbar>*>:first-child {
color: #dce8f1;
}

/* 학습 계획 일정 글씨 색 변경 */
.fc-toolbar button {
color: #dce8f1;
}


/* 여기 부분은 디자인 감각 있으신 분이 색 좀 바꿔주세요 */
/* 이쁘게 만드시면 아이스크림 사겠습니다 */
/* 주석 친 부분 부탁드립니다 */


.fc-state-default, .fc-state-default .fc-button-inner {
/* 학습계획 /일정에서의 버튼 색 변경 */
background-color: rgb(32, 32, 32);
/* 글자 색 변경 */
color : #dce8f1;
}

.fc-unthemed .fc-today {
/* 오늘 날짜의 색 변경 */
background: #5f5f5f;
}

.fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed hr, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
/* 테두리 색 변경 */
border-color: #393939;
}

.fc .fc-axis, .fc-widget-header {
/* 헤더부분 배경 색 변경 */
background: #5f5f5f;
/* 헤더부분 글씨 색 변경 */
color: #dce8f1;
}

/* 여기까지 입니다 */
/* 이 부분을 완성하신 분은 민유를 찾아주세요 */

/* 과제 / 추천의 색 변경 */
.widget-body .table thead:first-child tr {
background: #393939;
}

/* 항목의 글자 색 변경 */
.table>thead>tr {
color: #dce8f1;
}

/* 베터베네듀 알리판 삭제 */
.betterBenedu-margin {
display: none;
}

/* Today's Words 옆의 아이콘 삭제 */
.glyphicon {
display: none;
}

/* 나도 모르는 코드 3 */
.pull-right {
color: #dce8f1;
}

/* 글씨들 색 변경 */
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
color: #dce8f1;
}

/* 공지사항 아이콘 및 삼각형 색 변경 */
.text-success {
color: #dce8f1;
}

0 comments on commit 8294765

Please sign in to comment.