|
|
(사용자 2명의 중간 판 24개는 보이지 않습니다) |
8번째 줄: |
8번째 줄: |
| </noinclude> | | </noinclude> |
| <!-- 이 위의 서술을 임의로 수정하지 마세요. 이 줄 아래부터 연습장입니다. --> | | <!-- 이 위의 서술을 임의로 수정하지 마세요. 이 줄 아래부터 연습장입니다. --> |
| {{#css:
| |
| .Liberty .nav-wrapper,
| |
| .Liberty .nav-wrapper .navbar .form-inline .btn:hover,
| |
| .Liberty .nav-wrapper .navbar .form-inline .btn:focus,
| |
| .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link.active::before,
| |
| .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link:hover::before,
| |
| .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link:focus::before,
| |
| .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link:active::before,
| |
| .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-footer .label,
| |
| .Liberty .content-wrapper .everest-rss .Rssfeed-footer .label,
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-header .content-tools .tools-btn:hover,
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-header .content-tools .tools-btn:focus,
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-header .content-tools .tools-btn:active {
| |
| background-color: {{{Main__Color|#3757c7}}};
| |
| }
| |
|
| |
| .Liberty .nav-wrapper .navbar .form-inline .btn:hover,
| |
| .Liberty .nav-wrapper .navbar .form-inline .btn:focus {
| |
| border-color: {{{Sub__Color|#466dfa}}};
| |
| }
| |
|
| |
| .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link.active::before,
| |
| .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link:hover::before,
| |
| .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link:focus::before,
| |
| .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link:active::before {
| |
| border-bottom: 2px solid {{{Main__Color|#3757c7}}};
| |
| }
| |
|
| |
| .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-footer .label:hover,
| |
| .Liberty .content-wrapper .everest-rss .Rssfeed-footer .label:hover,
| |
| .Liberty .nav-wrapper .navbar .navbar-nav .nav-item .nav-link:hover,
| |
| .Liberty .nav-wrapper .navbar .navbar-nav .nav-item .nav-link:focus,
| |
| .dropdown-menu .dropdown-item:hover {
| |
| background-color: {{{Sub__Color|#466dfa}}};
| |
| }
| |
|
| |
| .Liberty .content-wrapper #liberty-bottombtn,
| |
| .Liberty .content-wrapper #liberty-bottombtn:hover {
| |
| background-color: {{{Main__Color|#3757c7}}};
| |
| }
| |
|
| |
| .nav-wrapper {
| |
| background: {{{Main__Color|linear-gradient(to right,#3757C7 30%,#466DFA)}}} !important;
| |
| }
| |
|
| |
| .Liberty {
| |
| background: {{{Libe__Background|#f5f6f7}}} !important;
| |
| }
| |
| .liberty-content-header {
| |
| background: {{{Cont__SubBackground|none}}} !important;
| |
| color: {{{Cont__SubTextColor|inherit}}} !important;
| |
| }
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-header .title > h1 {
| |
| color: {{{Cont__SubTextColor|inherit}}} !important;
| |
| }
| |
| .liberty-content-main {
| |
| background: {{{Cont__Background|none}}} !important;
| |
| color: {{{Cont__TextColor|inherit}}} !important;
| |
| }
| |
| .liberty-footer {
| |
| background: {{{Cont__SubBackground|none}}} !important;
| |
| color: {{{Cont__SubTextColor|inherit}}} !important;
| |
| }
| |
|
| |
| .liberty-sidebar .nav-link.active, .liberty-sidebar .nav-link:focus {
| |
| background: {{{Side__Background|none}}} !important;
| |
| color: {{{Side__TextColor|inherit}}} !important;
| |
| }
| |
| .liberty-sidebar .nav-item {
| |
| background: {{{Side__SubBackground|none}}} !important;
| |
| color: {{{Side__SubTextColor|inherit}}} !important;
| |
| }
| |
| .live-recent-content {
| |
| background: {{{Side__Background|none}}} !important;
| |
| }
| |
| .live-recent-content .recent-item {
| |
| color: {{{Side__TextColor|inherit}}} !important;
| |
| }
| |
| .live-recent-footer {
| |
| background: {{{Side__SubBackground|none}}} !important;
| |
| }
| |
| .Rssfeed-header .nav {
| |
| background: {{{Side__SubBackground|none}}} !important;
| |
| }
| |
| .Rssfeed-content {
| |
| background: {{{Side__Background|none}}} !important;
| |
| color: {{{Side__TextColor|inherit}}} !important;
| |
| }
| |
| .Rssfeed-content .Rssfeed-item {
| |
| color: {{{Side__TextColor|inherit}}} !important;
| |
| }
| |
| .Rssfeed-footer {
| |
| background: {{{Side__SubBackground|none}}} !important;
| |
| color: {{{Side__SubTextColor|inherit}}} !important;
| |
| }
| |
| }}
| |