MediaWiki:Common.css: Difference between revisions

From Trollpasta Wiki
Jump to navigationJump to search
Content added Content deleted
mNo edit summary
mNo edit summary
Line 41: Line 41:
#footer { background-color: #FFFFFF!important; }
#footer { background-color: #FFFFFF!important; }


#pt-notifications-alert .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read, #pt-notifications-notice .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read {
body .oo-ui-icon-tray,
opacity: 1;
.mw-ui-icon-tray:before {
filter: invert(1);
background: url( "data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' stroke='%23fff' stroke-width = '2px' fill='none' viewBox='0 0 28 28'%3e%3cpath d='M 2 5 L 26 5 L 26 23 L 2 23 Z M 2 9 L 14 19 L 26 9 L 26 23 L 2 23 Z M 2 23 L 10 15 Z M 26 23 L 18 15 Z'/%3e%3c/svg%3e" ) no-repeat;
background-size: cover;
}

body .oo-ui-icon-bell,
.mw-ui-icon-bell:before {
background: url( "data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' stroke='%23fff' stroke-width = '2px' fill='none' viewBox='0 0 28 28'%3e%3cpath d='M 2 21 L 6 15 L 6 10 A 5 5 180 0 1 22 10 L 22 15 L 26 21 Z M 18 21.5 A 4 4.5 180 0 1 10 21.5'/%3e%3c/svg%3e" ) no-repeat;
background-size: cover;
}
}

Revision as of 16:57, 28 April 2021

/* CSS placed here will be applied to all skins */

body { color: #000000; font-size: 12px; font-family: "Arial"; }

#p-personal { font-size: 15px; font-family: "Arial"; }

#p-personal a:visited { color: #d8ebff !IMPORTANT; }

#p-personal a:link { color: #ffffff !IMPORTANT; }

#p-cactions .pBody { font-size: 15px; font-family: "Arial"; }

a:visited { color: #8D1CDB !IMPORTANT; }

a:link { color: #3222E9 !IMPORTANT; }

a.new:link { color: #F25500 !IMPORTANT; }

a.new:visited { color: #3D69C4 !IMPORTANT; }

body { background-color: #001938; }

#globalWrapper { background-color: #001938; }

#catlinks { background-color: #FFFFFF; }

#p-navigation { background-color: #006EC3; }

#p-navigation .pBody { background-color: #D8EBFF; }

#p-search { background-color: #006EC3; }

#p-search .pBody { background-color: #D8EBFF; }

#p-tb { background-color: #006EC3; }

#p-tb .pBody { background-color: #D8EBFF; }

#content { background-color: #D8EBFF; }

#footer { background-color: #FFFFFF!important; }

#pt-notifications-alert .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read, #pt-notifications-notice .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read {
    opacity: 1;
    filter: invert(1);
}