User:PartTimeGnome/common-local.css

/*
 * About this page: This page contains my CSS settings that are specific to the English
 * Wikipedia (any skin). This is kept separate from common.css, because ANY styles in
 * common.css break @import statements in skin-specific CSS files.
 *
 * To use it, use the following CSS code in the main common.css file:
 *   @import url("//en.wikipedia.org/w/index.php?title=User:PartTimeGnome/common-local.css&action=raw&ctype=text/css");
 */

/*
== asof template ==
Show URLs for 'asof' tags
*/
.asof-tag { display: inline; }
.asof-tag.ref { display: inline; }
.asof-tag.update { display: inline; }

/*
== coord template ==
Use decimal format for all coordinates.
*/
.geo-default { display: inline }
.geo-nondefault { display: inline }
.geo-dec { display: inline }
.geo-dms { display: none }

/*
== Show broken ref errors on all pages (inc. talk) ==
*/
.mw-parser-output span.brokenref { display: inline; }
.citation-comment { display: inline !important; color: red; }

/*
== Edit interface ==
*/
/* Another fix for admin vandalism - some mad admin hid the edittools! */
#editpage-specialchars { display: block; }

/*
== Tab titles ==
Call mainspace articles "Article", since "Page" is rather generic.
Note: The "en" translation of MediaWiki already says "Article". I don't know why
"en-gb" is different.
*/
#ca-nstab-main a { content: "Article"; }

/*
== Sysop messages ==
Wikipedia has hidden "admin-only" messages. In the spirit of transparency and admin
accountability, I want to see these too.
*/
.sysop-show { background-color: #ffcccc; }
.sysop-show:before {
  content: "(sysops) ";
  font-style: italic;
}
div.sysop-show, p.sysop-show { display: block !important; }
span.sysop-show, small.sysop-show { display: inline !important; }
table.sysop-show { display: table !important; }
li.sysop-show { display: list-item !important; }

/*
== User pages ==
Some user pages use a horrible hack for collapsing content, which requires JavaScript.
The JavaScript in question should be for collapsing navigation toolboxes. These are
always expanded with JS disabled, but the abuse of this on user pages causes the
content to be permanently hidden. The below fixes this to always show the content.
*/
div.NavContent { display: block !important; }

/*
== jQuery madness ==
The English Wikipedia uses jQuery buttons in wiki code. They are partially styled by
CSS, but look like crap without additional styles added by JavaScript. The below
eliminates the partial styling, so they look like plain wiki links.
*/
.ui-button, .ui-button-text { background-color: inherit !important; }

Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.