Jump to content
Wikimedia Meta-Wiki

User:Novem Linguae/global.css

From Meta, a Wikimedia project coordination wiki

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
 /* Make visited links more purple. Easier to differentiate. */
 a:link,
 .mw-parser-outputa.extiw,
 .mw-parser-outputa.external,
 .vector-menu-portal.vector-menu-contentlia{
 color:rgb(0,0,238);
 }
 a:visited,
 .mw-parser-outputa.extiw:visited,
 .mw-parser-outputa.external:visited,
 .vector-menu-portal.vector-menu-contentlia:visited{
 color:#8002ad;
 }

 /* Give this higher specificity, so that uncreated pages show up as red instead of blue. */
 a.new{
 color:#ba0000;
 }

 /* Sorry "beta" link, you're not as important as Watchlist and Contributions. */
 #pt-betafeatures{
 display:none;
 }

 /* Copy paste from User:Novem Linguae/Scripts/OldDiffColors.js. Putting it here avoids a flash of unstyled content. */

 .diff-deletedline{
 border-color:#FFE49C;
 }
 .diff-addedline{
 border-color:#A3D3FF;
 }
 .diff-deletedline.diffchange,
 .mw-diff-inline-deleteddel,.mw-diff-inline-changeddel,.mw-diff-inline-moveddel{
 background:#FEEEC8;
 }
 .diff-addedline.diffchange,
 .mw-diff-inline-addedins,.mw-diff-inline-changedins,.mw-diff-inline-movedins{
 background:#D8ECFF;
 }

 /* fix black dot bug */
 a.mw-diff-movedpara-left,
 a.mw-diff-movedpara-right{
 color:transparent;
 }

 .ext-discussiontools-init-targetcomment{
 background-color:#eaf3ff;
 }
 .ext-discussiontools-init-publishedcomment{
 background-color:#eaf3ff;/* not #d5fdf4 */
 }

 /* [/End copy paste from OldDiffColors.js] */

AltStyle によって変換されたページ (->オリジナル) /