Jump to content

User:Mattflaschen-WMF/MediaWiki:Gadget-WatchlistGreenIndicators.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
history line needs to work (only) on action-history
add note
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:
* Imported as of 27 may 2015 from [[User:Edokter/vector.css]], [[MediaWiki:Common.css]] and [[MediaWiki:Vector.css]]
* Imported as of 27 may 2015 from [[User:Edokter/vector.css]], [[MediaWiki:Common.css]] and [[MediaWiki:Vector.css]]
* Display green collapsible arrows and green bullets for changed pages in Watchlist, history and recent changes
* Display green collapsible arrows and green bullets for changed pages in Watchlist, history and recent changes
*
* Please prefix selectors with .mw-rcfilters-disabled unless they are tested with and intended to work with the new ChangesList UI (RCFilters / WLFilters / Structured Change Filters)
*/
*/


Line 19: Line 21:
}
}
.mw-rcfilters-disabled li.mw-changeslist-line-watched,
.mw-rcfilters-disabled li.mw-changeslist-line-watched,
.action-history li.mw-history-line-updated {
li.mw-history-line-updated {
list-style-image: url(/upwiki/wikipedia/commons/1/19/ChangedBulletVector.svg);
list-style-image: url(/upwiki/wikipedia/commons/1/19/ChangedBulletVector.svg);
list-style-image: url(/upwiki/wikipedia/commons/c/c2/ChangedBulletVector.png)\9;
list-style-image: url(/upwiki/wikipedia/commons/c/c2/ChangedBulletVector.png)\9;

Latest revision as of 23:40, 11 September 2017

/*  _____________________________________________________________________________
 * |                                                                             |
 * |                    === WARNING: GLOBAL GADGET FILE ===                      |
 * |                  Changes to this page affect many users.                    |
 * | Please discuss changes on the talk page or on [[WT:Gadget]] before editing. |
 * |_____________________________________________________________________________|
 *
 * Imported as of 27 may 2015 from [[User:Edokter/vector.css]], [[MediaWiki:Common.css]] and [[MediaWiki:Vector.css]]
 * Display green collapsible arrows and green bullets for changed pages in Watchlist, history and recent changes
 *
 * Please prefix selectors with .mw-rcfilters-disabled unless they are tested with and intended to work with the new ChangesList UI (RCFilters / WLFilters / Structured Change Filters)
 */

/* Standard watchlist, history and recent changes */
.mw-rcfilters-disabled #mw-wlheader-showupdated,
.mw-rcfilters-disabled #mw-wlheader-green {
    display: inline;
}
.mw-rcfilters-disabled #mw-watchlist-resetbutton {
    display: block;
}
.mw-rcfilters-disabled li.mw-changeslist-line-watched,
li.mw-history-line-updated {
    list-style-image: url(/upwiki/wikipedia/commons/1/19/ChangedBulletVector.svg);
    list-style-image: url(/upwiki/wikipedia/commons/c/c2/ChangedBulletVector.png)\9;
}

/* Enhanced watchlist and recent changes */
.mw-rcfilters-disabled td.mw-enhanced-rc,
.mw-rcfilters-disabled .mw-enhanced-rc-time {
    font-family: monospace, monospace;
}
.mw-rcfilters-disabled .mw-enhanced-rc-nested {
    background-position: 0 3px;
}
.mw-rcfilters-disabled .mw-enhancedchanges-arrow-space {
    background-position: center top;
}
.mw-rcfilters-disabled .mw-enhanced-rc-nested,
.mw-rcfilters-disabled .mw-enhancedchanges-arrow-space {
    background-repeat: no-repeat;
    background-image: url(/enwiki/w/skins/Vector/images/bullet-icon.svg);
    background-image: -moz-linear-gradient(transparent,transparent), url(/enwiki/w/skins/Vector/images/bullet-icon.svg);
    background-image: -webkit-linear-gradient(transparent,transparent), url(/enwiki/w/skins/Vector/images/bullet-icon.svg);
    background-image: linear-gradient(transparent,transparent), url(/enwiki/w/skins/Vector/images/bullet-icon.svg);
}
.mw-rcfilters-disabled .mw-enhanced-watched .mw-enhanced-rc-nested,
.mw-rcfilters-disabled .mw-changeslist-line-watched .mw-enhancedchanges-arrow-space {
    background-image: url(/upwiki/wikipedia/commons/c/c2/ChangedBulletVector.png);
    background-image: -moz-linear-gradient(transparent,transparent), url(/upwiki/wikipedia/commons/1/19/ChangedBulletVector.svg);
    background-image: -webkit-linear-gradient(transparent,transparent), url(/upwiki/wikipedia/commons/1/19/ChangedBulletVector.svg);
    background-image: linear-gradient(transparent,transparent), url(/upwiki/wikipedia/commons/1/19/ChangedBulletVector.svg);
}
.mw-rcfilters-disabled .mw-changeslist-line-not-watched .mw-collapsible-arrow.mw-collapsible-toggle-collapsed {
    background-position: center top;
    background-image: url(/upwiki/wikipedia/commons/b/bc/Vector_right_arrow_link.png);
    background-image: -moz-linear-gradient(transparent,transparent), url(/upwiki/wikipedia/commons/3/39/Vector_right_arrow_link.svg);
    background-image: -webkit-linear-gradient(transparent,transparent), url(/upwiki/wikipedia/commons/3/39/Vector_right_arrow_link.svg);
    background-image: linear-gradient(transparent,transparent), url(/upwiki/wikipedia/commons/3/39/Vector_right_arrow_link.svg);
}
.mw-rcfilters-disabled .mw-changeslist-line-not-watched .mw-collapsible-arrow.mw-collapsible-toggle-expanded {
    background-position: center top;
    background-image: url(/upwiki/wikipedia/commons/2/27/Vector_down_arrow_link.png);
    background-image: -moz-linear-gradient(transparent,transparent), url(/upwiki/wikipedia/commons/d/db/Vector_down_arrow_link.svg);
    background-image: -webkit-linear-gradient(transparent,transparent), url(/upwiki/wikipedia/commons/d/db/Vector_down_arrow_link.svg);
    background-image: linear-gradient(transparent,transparent), url(/upwiki/wikipedia/commons/d/db/Vector_down_arrow_link.svg);
}
.mw-rcfilters-disabled .mw-changeslist-line-watched .mw-collapsible-arrow.mw-collapsible-toggle-collapsed {
    background-image: url(/upwiki/wikipedia/commons/a/af/Vector_right_arrow_changed.png);
    background-image: -moz-linear-gradient(transparent,transparent), url(/upwiki/wikipedia/commons/0/03/Vector_right_arrow_changed.svg);
    background-image: -webkit-linear-gradient(transparent,transparent), url(/upwiki/wikipedia/commons/0/03/Vector_right_arrow_changed.svg);
    background-image: linear-gradient(transparent,transparent), url(/upwiki/wikipedia/commons/0/03/Vector_right_arrow_changed.svg);
}
.mw-rcfilters-disabled .mw-changeslist-line-watched .mw-collapsible-arrow.mw-collapsible-toggle-expanded {
    background-image: url(/upwiki/wikipedia/commons/e/e5/Vector_down_arrow_changed.png);
    background-image: -moz-linear-gradient(transparent,transparent), url(/upwiki/wikipedia/commons/1/12/Vector_down_arrow_changed.svg);
    background-image: -webkit-linear-gradient(transparent,transparent), url(/upwiki/wikipedia/commons/1/12/Vector_down_arrow_changed.svg);
    background-image: linear-gradient(transparent,transparent), url(/upwiki/wikipedia/commons/1/12/Vector_down_arrow_changed.svg);
}