User:Trig Jegman/monobook.css: Difference between revisions

From Zelda Wiki, the Zelda encyclopedia
Jump to navigation Jump to search
(Created page with "* {border-bottom-left-radius: 0; border-bottom-right-radius: 0; border-top-left-radius: 0; border-top-right-radius: 0; } li#pt-userpage, li#pt-anonuserpage, li#pt-login {background: 0!important; background-size: 0!important; padding: 0 0 0 0!important;} body {background:url(https://upload.wikimedia.org/wikipedia/commons/f/fb/Black_Box.png) !important; background-blend-mode: screen !important; border-top-left-radius: 0; border-bottom-left-radius: 0;} #content {background...")
 
m (& echo suppression)
Line 1: Line 1:
* {border-bottom-left-radius: 0; border-bottom-right-radius: 0; border-top-left-radius: 0; border-top-right-radius: 0; }
* {border-bottom-left-radius: 0; border-bottom-right-radius: 0; border-top-left-radius: 0; border-top-right-radius: 0; }
li#pt-userpage, li#pt-anonuserpage, li#pt-login {background: 0!important; background-size: 0!important; padding: 0 0 0 0!important;}
li#pt-userpage, li#pt-anonuserpage, li#pt-login {background: 0!important; background-size: 0!important; padding: 0 0 0 0!important;}
#pt-notifications-notice .mw-echo-notifications-badge, #pt-notifications-alert .mw-echo-notifications-badge {display: none; background-size: 0px 0px; background-repeat: no-repeat; top:-1px;}


body {background:url(https://upload.wikimedia.org/wikipedia/commons/f/fb/Black_Box.png) !important; background-blend-mode: screen !important; border-top-left-radius: 0; border-bottom-left-radius: 0;}
body {background:url(https://upload.wikimedia.org/wikipedia/commons/f/fb/Black_Box.png) !important; background-blend-mode: screen !important; border-top-left-radius: 0; border-bottom-left-radius: 0;}

Revision as of 00:11, 26 March 2024

* {border-bottom-left-radius: 0; border-bottom-right-radius: 0; border-top-left-radius: 0; border-top-right-radius: 0; }
li#pt-userpage, li#pt-anonuserpage, li#pt-login {background: 0!important; background-size: 0!important; padding: 0 0 0 0!important;}

#pt-notifications-notice .mw-echo-notifications-badge, #pt-notifications-alert .mw-echo-notifications-badge {display: none; background-size: 0px 0px; background-repeat: no-repeat; top:-1px;}

body {background:url(https://upload.wikimedia.org/wikipedia/commons/f/fb/Black_Box.png) !important; background-blend-mode: screen !important; border-top-left-radius: 0; border-bottom-left-radius: 0;}
#content {background-image:url(https://upload.wikimedia.org/wikipedia/commons/f/fb/Black_Box.png) !important; background-blend-mode: screen !important; box-shadow: rgba(0,0,0,0.15) 0 0.1em 0.75em; border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 0;}

.wikiEditor-ui .wikiEditor-ui-view,
#content,
#footer {border:1px solid #FFFFFF}
textarea {border-color:#000000}

#p-cactions ul li,
#p-cactions ul li a {background-color:#000000; border-top-left-radius: 0; border-top-right-radius: 0; padding-bottom:5px}

#p-cactions li {border: 1px solid #000000;}

#p-cactions li.selected {border-color: #000000;}

#p-cactions li.selected a {z-index: 3; background-color: #f6f5ee;}

#p-cactions .new a {color: #a55858;}

#p-cactions li a {color: #000; text-transform: full-size-kana;}

body.skin--responsive #p-cactions li {border-width: 1px; border-color: #000000!important; padding-bottom: 3px;}

body.skin--responsive #p-cactions li.selected a {border-bottom: 1px solid #fff;}

.editOptions {background-color:#eaecf0; color: #202122; border: 1px solid #000000; border-top-right-radius: 0; border-bottom-right-radius: 0;}

#sidebar > .portlet .pBody {box-shadow: rgba(0,0,0,0.15) 0 0.1em 0.75em; background: repeating-linear-gradient(180deg,transparent ,transparent 5px,#DADADA 5px,#DADADA 10px),linear-gradient(to bottom,#FCFCFC,#E2E2E2); border:2px solid #b5b5b5;}

.portlet .pBody {border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 0;}

#sidebar ul {list-style-image:none!important;}

#searchInput {border:1px solid #000000; background: linear-gradient(#fff,#e3e3e3); border-width: 1px; border-radius: 0;}

.mw-changeslist-legend {border:1px solid #000000}

#searchButton {background:none!important; background-size: 0; border:none; color:transparent; font-weight:normal;}

#mw-searchButton {background:none!important; background-size: 0; border:none; color:transparent;}

#p-cactions li.selected {border-color:#000000;}

.lua-navbox tr:last-of-type th {border-radius: 0 0 0 0;}

.lua-navbox tr:last-of-type td {border-radius: 0 0 0 0;}
@media screen and (max-width: 925px) {
    .lua-navbox tr:last-of-type td {
        border-radius: 0 0 0 0
    }
}

a:link, a:hover, a:active, div#mw-panel a:link, div.vector-menu-content li a:link, div.vector-menu-content ul.vector-menu-content-list li.selected a:link, li a:hover {
  color: var(--link-internal, #DEDEDE);
}
a:visited, a:visited:hover, div#mw-panel a:visited, div.vector-menu-content li a:visited, div.vector-menu-content ul.vector-menu-content-list li.selected a:visited, li a:visited:hover  {
  color: var(--link-visited, var(--link-internal, #DEDEDE));