|
|
| (같은 사용자의 중간 판 116개는 보이지 않습니다) |
| 1번째 줄: |
1번째 줄: |
| /* 신스킨(나무위키) */
| |
|
| |
|
| .Liberty .nav-wrapper.navbar-fixed-top {
| | .liberty-content-header { |
| background-color: #466DFA;
| | border-bottom: 0.8px !important; |
| backdrop-filter: saturate(180%);
| |
| }
| |
| | |
| .Liberty .nav-wrapper .navbar .navbar-brand {
| |
| height: 3.5rem;
| |
| }
| |
| | |
| .Liberty .nav-wrapper .navbar .navbar-nav .nav-item .nav-link .fa.fa-bars {
| |
| margin-right: 0;
| |
| }
| |
| | |
| .Liberty .nav-wrapper .navbar .navbar-login,
| |
| .Liberty .nav-wrapper .navbar .form-inline {
| |
| float: none;
| |
| display: inline-block;
| |
| padding: 0;
| |
| }
| |
| | |
| .navbar::after { display: none; }
| |
| | |
| .Liberty .content-wrapper {
| |
| margin-top: 4.5rem;
| |
| margin-bottom: 1rem;
| |
| }
| |
| | |
| .Liberty .nav-wrapper .navbar .form-inline .form-control {
| |
| width: 10.0rem;
| |
| height: 2.5rem;
| |
| font-size: 0.85rem;
| |
| padding: 0 0 0 0.75rem;
| |
| border-top-left-radius: 2rem;
| |
| border-bottom-left-radius: 2rem;
| |
| transition: width .3s cubic-bezier(0, 0.90, 0.50, 0.90);
| |
| }
| |
| | |
| .Liberty .nav-wrapper .navbar .form-inline .form-control:focus {
| |
| width: 15.0rem;
| |
| }
| |
| | |
| .navbar .btn {
| |
| border-radius: 999rem;
| |
| border-color: transparent;
| |
| }
| |
| | |
| .Liberty .nav-wrapper .navbar .randompage,
| |
| .Liberty .nav-wrapper .navbar .darkModeToggle {
| |
| width: 2.5rem;
| |
| height: 2.5rem;
| |
| display: flex;
| |
| justify-content: center;
| |
| align-items: center;
| |
| color: #4f5b63;
| |
| padding: 0.1875rem 0.45rem;
| |
| line-height: 22px;
| |
| }
| |
| | |
| .Liberty .nav-wrapper .navbar .form-inline .btn .fa,
| |
| .Liberty .nav-wrapper .navbar .form-inline .btn .fas,
| |
| .Liberty .nav-wrapper .navbar .form-inline .btn .far,
| |
| .Liberty .nav-wrapper .navbar .randompage .fa,
| |
| .Liberty .nav-wrapper .navbar .darkModeToggle .fas {
| |
| font-size: 1em;
| |
| }
| |
| | |
| .Liberty .nav-wrapper .navbar .form-inline .btn {
| |
| height: 2.5rem;
| |
| }
| |
| | |
| #pt-notifications-alert, #pt-notifications-notice {
| |
| top: 0;
| |
| margin-right: 0;
| |
| margin-left: 0;
| |
| }
| |
| | |
| .Liberty .nav-wrapper .navbar .navbar-nav .nav-item .hide-title {
| |
| font-weight: 900;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-content {
| |
| margin-bottom: auto;
| |
| }
| |
| | |
| #pt-notifications-alert .mw-echo-notifications-badge, #pt-notifications-notice .mw-echo-notifications-badge {
| |
| margin-right: 8px;
| |
| }
| |
| | |
| .Liberty .nav-wrapper .navbar .navbar-nav .nav-item {
| |
| border-radius: 0.5rem;
| |
| padding: 0.5rem 0.75rem;
| |
| }
| |
| | |
| .Liberty .nav-wrapper .navbar .navbar-nav .nav-item:hover,
| |
| .Liberty .nav-wrapper .navbar .navbar-nav .nav-item:focus {
| |
| background: rgba(255, 255, 255, 0.15);
| |
| transition: all .15s ease-in;
| |
| }
| |
| | |
| .Liberty .nav-wrapper .navbar .randompage:hover, .Liberty .nav-wrapper .navbar .randompage:focus,
| |
| .Liberty .nav-wrapper .navbar .darkModeToggle:hover, .Liberty .nav-wrapper .navbar .darkModeToggle:focus {
| |
| color: #fff;
| |
| outline: 0;
| |
| }
| |
| | |
| .Liberty .nav-wrapper .navbar .navbar-nav .nav-item .hide-title {
| |
| font-weight: normal;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-content .liberty-content-header {
| |
| background-color: white;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-content .liberty-content-main {
| |
| padding: 0 1.5rem 1.5rem;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-footer {
| |
| border-top: 1px solid var(--ew-theme-090);
| |
| background-color: white;
| |
| padding: 1.5rem;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-content .liberty-content-header .content-tools .tools-btn {
| |
| border: 1px solid var(--ew-theme-090);
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link.active::before {
| |
| border-bottom: 0 !important;
| |
| }
| |
| | |
| .Rssfeed-header a:hover, | |
| .Rssfeed-header a:focus {
| |
| text-decoration: none;
| |
| }
| |
| | |
| #searchGoButton, #mw-searchButton {
| |
| border: none;
| |
| }
| |
| | |
| .footer-info li {
| |
| list-style: none;
| |
| }
| |
| | |
| .suggestions-result {
| |
| padding: 0.25rem 0.5rem !important;
| |
| }
| |
| | |
| .Liberty .nav-wrapper .navbar .form-inline:has(.form-control:focus) {
| |
| box-shadow: 0 0 0 0.25rem hsla(0,0%,100%,.4);
| |
| transition: all .3s cubic-bezier(0,0,.5,1);
| |
| }
| |
| | |
| .btn.active.focus,
| |
| .btn.active:focus,
| |
| .btn.focus,
| |
| .btn:active.focus,
| |
| .btn:active:focus,
| |
| .btn:focus {
| |
| outline: 0;
| |
| }
| |
| | |
| .content-tools .tools-btn {
| |
| border-radius: 0.5rem;
| |
| }
| |
| | |
| #pagehistory li.selected {
| |
| outline: 0;
| |
| background-color: transparent;
| |
| }
| |
| | |
| .Liberty .nav-wrapper .navbar .navbar-login {
| |
| display: flex;
| |
| align-items: center;
| |
| }
| |
| | |
| .oo-ui-buttonElement-framed.oo-ui-labelElement > .oo-ui-buttonElement-button {
| |
| border-radius: 0.5rem;
| |
| border: 1px solid;
| |
| }
| |
| | |
| .oo-ui-inputWidget {
| |
| margin-right: 0;
| |
| }
| |
| | |
| input#wpSave, input#wpSave:hover {
| |
| background-color: var(--ew-spec-brand-main);
| |
| color: #fff;
| |
| }
| |
| | |
| input#wpPreview, input#wpPreview:hover {
| |
| background-color: var(--ew-theme-060);
| |
| color: #fff;
| |
| }
| |
| | |
| input#wpDiff, input#wpDiff:hover {
| |
| background-color: var(--ew-theme-060);
| |
| color: #fff;
| |
| }
| |
| | |
| input#wpSave:hover,
| |
| input#wpPreview:hover,
| |
| input#wpDiff:hover {
| |
| filter: saturate(150%)
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-notice,
| |
| .Liberty .content-wrapper .liberty-content,
| |
| .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent,
| |
| .Liberty .content-wrapper .liberty-sidebar .everest-rss {
| |
| border: 1px solid transparent;
| |
| }
| |
| | |
| .suggestions {
| |
| border: 1px solid var(--ew-theme-090);
| |
| border-radius: 0.5rem;
| |
| box-shadow: 0 6px 12px rgba(0,0,0,0.175);
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list .recent-item-timestamp {
| |
| color: black;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list .recent-item:hover {
| |
| text-decoration: none;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list .recent-item:hover span {
| |
| text-decoration: underline;
| |
| } | | } |