User:Mathglot/common.css

/* Turn the "Save page" button green when logged in ('INPUT' is overqualified here)*/
INPUT#wpSave {
    background-color:#66cc66;
}
/* Suppress annoying floating arrows generated by [[Template:skip to top and bottom]] */
#skip-to-top-button, #skip-to-bottom-button {display: none;}

/* Block 'Your edit has been saved!' popup:
.postedit {display:none;}

/* display Citation Style 1 maintenance messages, per Help:CS1 errors#Controlling_error_message_display */
.mw-parser-output span.cs1-maint {display: inline;} 

/* Per 'Category:CS1 maint: PMC format', to display CS1 and CS2 maintenance messages ('span' is overqualified here) */
.mw-parser-output span.cs1-maint {display: inline;} /* display Citation Style 1 maintenance messages */
.mw-parser-output span.cs1-hidden-error {display: inline;} /* display hidden CS1 error messages */

/* Use box class to adjust size, display, or position of Expand language template; 
   inspired by Tfd at:  Wikipedia:Templates for discussion/Log/2021 April 16#Expand language */
/* Note: articles with multiple templates with 'section=yes' will be stacked (overlaid) so that only 
   the last one will be visible at the bottom of the page; and with no indication what section it was from. 
   This can probably be fixed by adding param {{{class}}} to Expand language, and adding 
   'class=box-Expand_language-section' to the {{ambox}} invocation when param 'section' ='yes', and then
   adjusting the css. (Maybe just 'box-Expand-language-article' when 'no'; then only article box gets moved.) */
.box-Expand_language-article {position: absolute; font-size:90%; width: 75%; bottom: -50px;} /* Move to bottom */
.box-Expand_language-show {display:none !important} /* Briefer text reduces box height (at most window widths) */
/* .box-Expand_language {display:none} /* Don't display it at all */

/* Test for example at Template_talk:Interlanguage_link#Thought */
/* To make [xx] link bigger, use: span.ill_links{font-size:150%}   To make it disappear, do this: */
span.ill_links {display:none}

/* Test for nowrap hatnote links – see Template talk:Further#Adding nowrap */
.hatnote a {white-space: nowrap;}
.unreliable-source {background-color:pink} /* trial: see WT:MED#User script to detect unreliable sources */

/* Target the 120 char-wide 'Description' column in the table at Special:Tags and narrow it to 50%: */
/* body class=page-Special_Tags (and 19 others); table class=mw-tags-table */
.mw-tags-table {table-layout:fixed; width:100%}
.page-Special_Tags .mw-tags-table th:nth-child(1) {width:6.5em} /* Tag name */
.page-Special_Tags .mw-tags-table th:nth-child(2) {width:7.5em} /* Appearance... */
.page-Special_Tags .mw-tags-table th:nth-child(3) {width:20em} /* Description header */
.page-Special_Tags .mw-tags-table th:nth-child(4) {width:6em} /* Source */
.page-Special_Tags .mw-tags-table th:nth-child(5) {width:2em} /* Active? header */
.page-Special_Tags .mw-tags-table th:nth-child(6) {width:4em} /* Tagged changes */
.page-Special_Tags .mw-tags-table td:nth-child(3) {width:20em; color:blue;overflow-x:auto} /* Description data  */
/* .tmbox {display:block !important} /* workaround for T257394 */
/* .talkheader {display:block !important} /* above didn't work; try this. */
#talkheader {display:block !important} /* works in User, User talk, not in Talk space */
.ns1 #talkheader {display:block !important} /* try targeting the name space specifically */

.mw-parser-output span.cs1-hidden-error {display: inline;} /* display hidden Citation Style 1 error messages */

/* Suppress popup, per [[Wikipedia:Village pump (technical)/Archive 199#Can "Your edit was published" be disabled?]] */
.postedit{display: none;}

/* Tag errors from Module:Footnotes, to distinguish them from HarvErrors script errors if both are enabled: */
.harv-error::before{content: "Mod:FN "} /* Add prefix tag */
/* display Module:Footnotes errors per User talk:ActivelyDisinterested#Sfn whitelisting question */
/* might need to remove User:Trappist_the_monk/HarvErrors.js from common.js */
/* .harv-error {display: inline !important;}  /* not anymore; the  script is more robust now */

/* See script User:Trappist the monk/HarvErrors#Style customization */
body .ttm_harv_err {color:#003300; font-weight:7; border:thin solid gray; background-color:cornsilk}
/* Dynamic ill test */
/* .ill-group {display:none} */ /* because I want to see them. */
.ill-fr !important {display:inline; color:darkseagreen; font-weight:7}
.ill-es !important, .ill .ill-de !important, .ill .ill-nl !important, .ill .ill-pt !important, .ill .ill-it !important, .ill .ill-ca !important {display:inline; color:darkseagreen; font-weight:7}
body .ttai_pwb !important {background-color:yellowgreen; color:#AA00AA; border:thin solid gray;} /* test */

/* Accompaniment to Anomie linkclassifier.js, to tag Redirects with possibilities */
body a.redirect-with-possibilities::after{content: "  ⷬ"} /* Add tag */

/* WORKING: body .refideas {display:none} /* Turn off {{Refideas editnotice}} in the body*/

/* [[User:Vanderwaalforces/checkTranslationAttribution.js]] – guesses attribution status of possibly translated articles */
/* Adjust these classes for different color and other style: */
/* - cTA_info_talk   – default color is green  #008000; e.g., [[Maurice Agulhon]])           */
/* - cTA_info_talk1  – default color is green  #008000; e.g., [[Decline of Spain]]           */
/* - cTA_warn_unattr – default color is red    #FF0000; e.g., [[Francisco Campos (jurist)]]  */
/* - cTA_info_date   – default color is green  #008000; e.g., [[Sergey Bozhenov]]            */
/* - cTA_warn_date   – default color is orange #FFA500; e.g., [[Brazilian criminal justice]] */
/* - cTA_link_ctl    – default color is white  #FFFFFF; e.g., [[Tilo Kummer]]                */

/* cTA_box       – common style for all (hopefully for a future, second class for all messages) */
body .cTA_info_talk,  /* borrowed/merged from User:Vanderwaalforces/common.css */
body .cTA_info_talk1,
body .cTA_warn_unattr,
body .cTA_info_date,
body .cTA_warn_date {
    width:85%;
    margin:0.8em auto 0 auto; 
    padding:0.1em 42px; 0.1em 0.4em;
    border:thin solid LightSteelBlue;
    color: black;   
    font-size: 100%;
    font-weight: 400;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
body .cTA_links_scut,
body .cTA_link_tplt,
body .cTA_link_ctl    {
    color: #4365CC;   
    font-size: 100%;
    font-weight: 400;
    text-decoration: none;
}

/* cTA_info_talk – (green) Notice: correctly attributed. Consider adding template to Talk. (not the actual message) */
body .cTA_info_talk   {background-color:#97ffb2}  /* slightly bluer hue than talk1, same saturation */

/* cTA_info_talk1 – (green) Notice: correctly attributed. */
body .cTA_info_talk1  {background-color:#97ff97}  /* pale-green */

/* cTA_warn_unattr – (red) Warning: likely unattributed translation; consider adding template to Talk. */
body .cTA_warn_unattr {background-color:#fbd4d4}  /* pinkish */

/* cTA_info_date – (green) Notice: proper attribution given, despite access dates before creation. */
body .cTA_info_date   {background-color:#b7ffcc}  /* pale teal */ 

/* cTA_warn_date – (orange) Warning: may be copy-pasted because citations have access dates before creation. */
body .cTA_warn_date   {background-color:#ffd588 } /* light orange/beige */

body .cTA_docLink     {color:black; font-size:115%; padding:0 3px 1px 3px;}
body .cTA_dismiss     {color:black;}

/* Test, per [[Template talk:Interlanguage link#Misleading tooltip; logo]] : use class to alter wikidata link */
.ill-wd-link          {display:none}
.ill-wd-rplc::before  {content: "myWD"}

/* special host navigation box to the Teahouse pages, from host nav button at [[Wikipedia:Teahouse/Host landing]] pop-up */
#teahouseNavbar {display: block !important;} /* Adds the hidden host navbox to your Teahouse pages */

/* Adjust icon sizes for [[User:Polygnotus/Scripts/SectionLinks]] */
body .sect-link, body .sect-link-perm, body .sect-link-oldid {
	font-size:10px;
	vertical-align:top;
	padding-right:3px;
	padding-left:6px; /* in case icons are on the right */
}

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.