Benutzer:Lol/common.css
Zur Navigation springen
Zur Suche springen
Hinweis: Leere nach dem Speichern den Browser-Cache, um die Änderungen sehen zu können.
- Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
- Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
- Internet Explorer: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
- Opera: Gehe zu Menü → Einstellungen (Opera → Einstellungen auf dem Mac) und dann auf Datenschutz & Sicherheit → Browserdaten löschen → Gespeicherte Bilder und Dateien.
/* Search bar styling */ div#simpleSearch #searchInput { font-family: 'Comic Sans MS', sans-serif; } /* Sprite Editor */ .spriteedit-toolbar { background-color: #309930; border-bottom-color: #2c6c2c; background-image: url(/media/a/aa/Green-Background.png); } #content, #content table #p-cactions ul li a { background: #fcfffc; } .usermessage { background: #00E400; border: 1.1px dashed #060; } pre { border: 1px dashed #060; } #catlinks { border: 1px dotted #272; background-color: #fdfffd; padding: 4px; } #siteNotice { display: none; } select { border: 1px solid #2f6f2f; } input { background-color: #fdfffd; } textarea { font-family: Courier; font-size: 14px; } /**************** * Custom Fonts * ****************/ body { font-family: Franklin Gothic Medium; } a { color: #080; text-decoration: none; } a:visited { color: #050; } a:active { color: #111; } #p-personal a.new { color: #b00; } #p-personal a.new:visited { color:#800; } #bodyContent a.external { color: #0a0; } #bodyContent a.extiw:active { color: #020; } /* Change watch tab's icon to that of a minecraft book */ #ca-watch.icon a, #ca-watch.icon a:hover, #ca-watch.icon a:focus, #ca-watch.icon a.loading, #ca-unwatch.icon a, #ca-unwatch.icon a:hover, #ca-unwatch.icon a:focus, #ca-unwatch.icon a.loading { background-image: url("//d1u5p3l4wpay3k.cloudfront.net/minecraft_gamepedia/2/28/Book-watch-icons.png"); -webkit-background-clip: content-box; background-clip: content-box; text-indent: 40px; height: 16px; width: 16px; padding: 14px 7px 6px 12px; image-rendering: pixelated; } #ca-watch.icon a { background-position: 12px 15px !important; } #ca-unwatch.icon a { background-position: -4px 15px !important; } #ca-watch.icon a:hover, #ca-watch.icon a:focus { background-position: 12px -1px !important; } #ca-unwatch.icon a:hover, #ca-unwatch.icon a:focus { background-position: -4px -1px !important; } #ca-watch.icon a.loading, #ca-unwatch.icon a.loading { background-position: -20px 15px !important; -webkit-animation: none; -moz-animation: none; -o-animation: none; } /* Hide the Gamepedia Pro user banner, its a little intrusive */ .gamepedia_pro_user::before { display: none; } /* But color the username orange so I can still tell they are a pro user */ a.gamepedia_pro_user, a:visited.gamepedia_pro_user { color: #D60; } /** Fixes **/ /* Hide junk stuff */ table.mw-changeslist-log-newusers, #p-socialProfiles, #p-sharing, #p-sitePromos, .live-on-twitch { display: none !important; } /* Stop the visited links in [[Special:ListUsers]] and similar pages from seeming like red links */ .curse_account .a, a:visited { color: #0b0080; } /* Re-style the "You have new messages" text while my user talk page is edited */ #pt-mytalk a.mw-echo-alert { color:#FF00FF; font-family:Times New Roman; font-size:13px; } /* Remove the ugly "BLOCKED" text in red while I view curse-profile pages of blocked users, it is terrible and blocks some text */ .curseprofile .blocked { display: none !important; } /* Re-style MediaWiki's "Echo" extension */ .mw-echo-ui-notificationBadgeButtonPopupWidget > .oo-ui-popupWidget > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-head > .oo-ui-labelElement-label { font-family: Verdana; font-size: inherit; } /** Courtesy of [[User:Goandgoo/common.css]] **/ /* Label anonymous userlinks (IPs) differently from others */ .mw-anonuserlink { background-color: #CCC; font-family: "Courier"; } /** Courtesy of [[User:Majr/hydra.css]] **/ /* Make the "changed since your last visit" on page history have a cyan background and darker cyan outline Basically a cyan version of the "You have new messages" box */ .updatedmarker { background: #00FFFF; border: 1px solid #00BEFF; padding: 1px; } /* Hide diff markers, the colours make it obvious */ td.diff-marker { visibility: hidden; } table.diff col.diff-marker { width: 0; } table.diff col.diff-content { width: 50%; } /* Stop pre (often used for code blocks) from breaking out the page */ pre { overflow-x: auto; } /* Make redirect links purple while reading a page, to easily see links who are redirects */ body.action-view .mw-redirect, body.action-view .mw-redirect:link, body.action-view .mw-redirect:visited { color: #800080; } /* Prism syntax highlighting */ /** * prism.js default theme for JavaScript, CSS and HTML * Based on dabblet (http://dabblet.com) * @author Lea Verou */ pre, code, tt, kbd, samp, .mw-code { font-family: Courier, monospace; } code[class*="language-"], pre[class*="language-"], pre[class*="mw-code"] { color: black; direction: ltr; text-align: left; white-space: pre; word-spacing: normal; -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4; -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; } .token.comment { color: #45A946; font-style: normal; } .token.prolog, .token.doctype, .token.cdata { color: slategray; font-style: normal; } .token.punctuation { color: #999; } .namespace { opacity: .7; } .token.property, .token.tag, .token.boolean { color: #905; } .token.selector, .token.attr-name, .token.string, .token.regex { color: #1E66B1; } .token.operator, .token.entity, .token.url { color: #a67f59; } .token.atrule, .token.attr-value, .token.keyword { color: #DD0058; } .token.number, .token.important { color: #e90; } .token.important { font-weight: bold; } .token.entity { cursor: help; } /* Make links in code keep their syntax highlighting colours * but add an underline so it's still obvious they're clickable */ .mw-code a:not(:hover) { color: inherit; text-decoration: underline; } /* Remove the <code> tag borders */ pre code { border-style: none; padding: 0; } /** Testing stuff **/