MediaWiki:Common.css

From Mark Benecke Forensic Wiki
Revision as of 21:21, 12 October 2011 by WikiSysop (talk | contribs)
Jump to navigation Jump to search

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* CSS placed here will be applied to all skins */
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */
a:link { color:#ccc9c7; text-decoration:none; letter-spacing: 0.1em; }
a:visited { color:#ccc9c7; text-decoration:none }
a:hover { text-decoration:none; padding: 0; background-color: grey;}
a:active { color:#ccc9c7; text-decoration:none }
a:focus { color:#e55a00; text-decoration:none }
a.stub { color: #e55a00; }


.editsection {
        float: right;
        margin-left: 5px;
}
#column-content { margin: 0 0 .6em 0; }
#content { margin: 2.8em 0 0 0; }
#p-logo, .generated-sidebar, #p-lang, #p-tb, #p-search { display:none; }
#p-cactions { left: .1em; }


#ca-watch { display: none !important; }
#ca-talk { display: none !important; }
/* #ca-move { display: none !important; } */
/* #ca-edit { display: none !important; } */
#ca-addsection { display: none !important; }
/* #p-cactions { display: none !important; } */
#p-personal { display: none !important!; }
#pt-userpage { display: none !important; }
#pt-anonuserpage { display: none !important; }
#pt-mytalk { display: none !important; }
#pt-preferences { display: none !important; }
#pt-watchlist { display: none !important; }
#pt-mycontris { display: none !important; }
#pt-anonlogin { display: none !important; }
#pt-anontalk { display: none !important; }
#pt-login { display: none !important; }