MediaWiki:Common.css

Bemærk: Efter at have gemt er du måske nødt til at tømme din browsers cache for at kunne se ændringerne.

  • Firefox / Safari: Hold Shift nede og klik på Reload, eller tryk enten Ctrl-F5 eller Ctrl-R (⌘-R på en Mac).
  • Google Chrome: Tryk Ctrl-Shift-R (⌘-Shift-R på en Mac).
  • Internet Explorer: Hold Ctrl nede og klik på Refresh, eller tryk på Ctrl-F5.
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files
/* Fælles CSS for alle udseender */

/* Diskussion fjernet */
#ca-talk { 
display:none!important;
}


/* standard link colors */
.mw-body-content a:link { color: #337890; } /* normal unvisited links */
.mw-body-content a:link:visited { color: #337890; } /* visited links */
.mw-body-content a:link:active { color: #FF0000; } /* active links */
.mw-body-content a:link.new { color: #FF0000; } /* new links */
.mw-body-content a:link.extiw { color: #3366BB; } /* interwiki links */
.mw-body-content a:link.external { color: #3366BB; } /* external links */
.mw-body-content a:link.stub { color: #772233; } /* hovered links */

.mw-body-content a:link {color: #337890}
.mw-body-content a:visited {color: #337890}
.mw-body-content a:hover {color: #2e89a1; text-decoration: underline; }
.mw-body-content a:active {color: #0000FF}