MediaWiki:Vector.less/rcsidebar.less

This is the current revision of this page, as edited by Alex (talk | contribs) at 00:11, 17 October 2024 (Created page with "→‎=================== Recent changes widget ===================: #p-Recent_changes { display: block; .vector-menu-content { display: none; } .vector-menu-heading:after { // Green "live" dot content: ''; position: relative; left: .5em; display: inline-block; background-color: saturate(@la-palma, 4%); width: 6px; height: 6px; border-radius: @border-radius-circle; } .rc-sidebar-item { position: relative; font-size: 0.75em; m..."). The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

/* ===================

  Recent changes widget
  =================== */
  1. p-Recent_changes {

display: block;

.vector-menu-content { display: none; }

.vector-menu-heading:after { // Green "live" dot content: ; position: relative; left: .5em;

display: inline-block; background-color: saturate(@la-palma, 4%); width: 6px; height: 6px; border-radius: @border-radius-circle; }

.rc-sidebar-item { position: relative; font-size: 0.75em; margin: .5em .25em 0 .66em; /* what is this for &::before { position: absolute; left: -0.75em; top: .5em;

background-color: #327ba7; width: 4px; height: 4px; border-radius: 100%; }

       */

}

.rc-sidebar-page { display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; max-width: max-content;

&, &:active, &:visited { color: var(--background-link-color); } }

.rc-sidebar-user { color: var(--byline-color); margin: 0; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;

a { color: inherit; } }

.rc-sidebar-more { text-align: left;

.rc-sidebar-page { display: inline-block; } } }