User:Danhash/common.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
![]() | The accompanying .js page for this skin is at User:Danhash/common.js. |
/*hide the annoying Template:Wikipedia_ads*/
.qxz-ads { display: none !important; }
/* display my signature in a different color to myself (Wikipedia:Signatures#Appearance_and_color) */
#bodyContent a[title="User:Danhash"] { background-color: #ff7700; color: #ffffff; }
/* apparently this page isn't used by Wiktionary, which still displayed siteNotices, so I added the following line to meta:User:Danhash/global.css, which successfully hid siteNotices from Wiktionary */
#siteNotice, #watchlist-message, .geonotice{ display: none !important; }
body a[href="/wiki/File:Bursitis_Elbow_WC.JPG"] {display: none;}
body a[href="/wiki/File:Goatse_Security_Logo.png"] {display: none;}
body a[href="/wiki/File:Hotbottlerash.JPG"] {display: none;}
body a[href="/wiki/File:Erythema_ab_igne.jpg"] {display: none;}
img[src*=".jpg"]:hover, img[src*=".jpeg"]:hover, img[src*=".JPG"]:hover, img[src*=".JPEG"]:hover { border: 1px solid red !important; }
body.page-User_Danhash_sandbox table.ombox, body.page-User_Danhash_sandbox2 table.ombox {display:none;} /* hide the sandbox notice */