|
|
1번째 줄: |
1번째 줄: |
| == 한나라당 역사가 두렵지 않느냐 ==
| |
|
| |
|
|
| |
|
| |
| <!-- 라이트모드 -->
| |
| {{#CSS:
| |
| body.Liberty {
| |
| background-color: #eff6ff;
| |
| }
| |
| .Liberty .content-wrapper .liberty-notice,
| |
| .Liberty .content-wrapper .liberty-content,
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-header,
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main,
| |
| .Liberty .content-wrapper .liberty-footer,
| |
| .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent,
| |
| .Liberty .content-wrapper .liberty-sidebar .everest-rss,
| |
| .suggestions .suggestions-results, .dark .suggestions .suggestions-special,
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-header .content-tools,
| |
| .btn-group,
| |
| .content-tools .btn-secondary,
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-header .content-tools .dropdown-menu,
| |
| .Liberty .nav-wrapper .navbar .dropdown-menu,
| |
| .Liberty .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
| |
| background-color: #dbeafe;
| |
| border-color: #93c5fd;
| |
| color: #020617;
| |
| }
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-header .content-tools .tools-btn,
| |
| .Liberty .nav-wrapper .navbar .form-inline .form-control {
| |
| border-color: #93c5fd;
| |
| color: #020617;
| |
| }
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-header .title > h1 {
| |
| color: #020617;
| |
| }
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main h1,
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main h2,
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main h3,
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main h4,
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main h5,
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main h6 {
| |
| border-bottom-color: #93c5fd;
| |
| }
| |
| }}
| |
|
| |
| <!-- 다크모드 -->
| |
| {{#CSS:
| |
| body.Liberty:is(.dark *) {
| |
| background-color: #450a0a;
| |
| }
| |
| .nav-wrapper.navbar-fixed-top:is(.dark *) {
| |
| background: transparent;
| |
| }
| |
| .Liberty .content-wrapper .liberty-notice:is(.dark *) {
| |
| background-color: #450a0a !important;
| |
| border-color: #7f1d1d;
| |
| color: #fef2f2;
| |
| }
| |
| .Liberty .content-wrapper .liberty-content:is(.dark *),
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-header:is(.dark *),
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main:is(.dark *),
| |
| .Liberty .content-wrapper .liberty-footer:is(.dark *),
| |
| .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent:is(.dark *),
| |
| .Liberty .content-wrapper .liberty-sidebar .everest-rss:is(.dark *),
| |
| .suggestions .suggestions-results, .dark .suggestions .suggestions-special:is(.dark *),
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-header .content-tools:is(.dark *),
| |
| .btn-group:is(.dark *),
| |
| .btn-secondary:is(.dark *),
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-header .content-tools .dropdown-menu:is(.dark *),
| |
| .Liberty .nav-wrapper .navbar .dropdown-menu:is(.dark *),
| |
| .Liberty .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:is(.dark *) {
| |
| background-color: #7f1d1d;
| |
| border-color: #b91c1c;
| |
| color: #fef2f2;
| |
| }
| |
| .fa:is(.dark *),
| |
| .Liberty .nav-wrapper .navbar .navbar-login .fa:is(.dark *),
| |
| .Liberty .nav-wrapper .navbar .navbar-nav .nav-item .nav-link:is(.dark *),
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-header .content-tools .tools-btn:is(.dark *),
| |
| .Liberty .nav-wrapper .navbar .form-inline .form-control:is(.dark *) {
| |
| border-color: #b91c1c;
| |
| color: #fef2f2;
| |
| }
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-header .title > h1:is(.dark *) {
| |
| color: #fef2f2;
| |
| }
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main h1:is(.dark *),
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main h2:is(.dark *),
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main h3:is(.dark *),
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main h4:is(.dark *),
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main h5:is(.dark *),
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main h6:is(.dark *) {
| |
| border-bottom-color: #b91c1c;
| |
| }
| |
| a:is(.dark *) {
| |
| color: #fed7aa;
| |
| }
| |
| a.external:is(.dark *) {
| |
| color: #d9f99d;
| |
| }
| |
| }}
| |