Jump to content

User:David V./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.
/* ZMĚNA IKONY EXTERNÍHO ODKAZU */
.external
   {
   background-position: center right !important;
   background-repeat: no-repeat !important;
   background-image: url('https://upload.wikimedia.org/wikipedia/commons/f/fd/Icon_External_Link-2.png') !important;
   background-size: 13px !important;
   padding-right: 14px !important
   }
   
/* VÝJIMKY S POMOCÍ .class */
.plainlinks, .mw-message-box-warning .external, .mw-tag-marker-discussiontools-reply .external, .mw-tag-marker-discussiontools-newtopic .external
   {
   padding-right: 0 !important;
   background-image: none !important
   }

/* VÝJIMKY S POMOCÍ #id */
#editpage-copywarn a, #histlegend a, #mw-diff-ntitle1 a, #mw-diff-ntitle2 a, #mw-diff-ntitle3 a, #mw-diff-ntitle4 a, #mw-diff-ntitle5 a, #mw-diff-otitle1 a, #mw-diff-otitle2 a, #mw-diff-otitle3 a, #mw-diff-otitle4 a, #mw-diff-otitle5 a
   {
   padding: 0 !important;
   background-image: none !important
   }

/* VELIKOST VYHLEDÁVÁNÍ */
.mw-search-result-heading
   {
   font-size:96%
   }

.mw-search-nonefound
   {
   font-size:100% !important
   }
   
.mw-search-result-data
   {
   color:#008000;
   font-size:100%
   }


/* SKRYTÍ MOŽNOSTI VIZUÁLNÍHO ROZDÍLU */
.ve-init-mw-diffPage-diffMode
   {
   display: none
   }

/* SKRYTÍ MOŽNOSTI INLINE ROZDÍLU */
.mw-diffPage-inlineToggle-container
   {
   display: none
   }

/* SKRYTÍ EDITOR INFA */
.mw-contributions-editor-info
   {
   display: none
   }

/* SKRYTÍ ZKRÁCENÉHO URL */
#t-urlshortener
   {
   display: none
   }

/* SKRYTÍ NÁPOVĚDY */
#mw-indicator-mw-helplink
   {
   display: none
   }

/* FONT NADPISU STRÁNKY */
h1
   {
   font-family:"Georgia" !important
   }

/* SKRYTÍ EXPAND ALL */
.mw-list-item-js
   {
   display: none
   }

/* SKRYTÍ ODKAZU V ČASOVÉM RAZÍTKU KOMENTÁŘE */
.ext-discussiontools-init-timestamplink
   {
   pointer-events: none;
   cursor: default;
   text-decoration: none;
   color: black;
   display: inline-block
   }

a:visited.ext-discussiontools-init-timestamplink {
   color: black
}

/* SKRYTÍ ODKAZU NA QR KÓD */
#t-urlshortener-qrcode
   {
   display: none
   }