33C3 Wiki CSS Fix

From 33C3_Public_Wiki
Jump to: navigation, search

When the Wiki comes to you with the flipped character style, just copy and paste this Style into the Stylish plugin to fix the 33C3-Wiki-Style

   @namespace url(http://www.w3.org/1999/xhtml);
   
   @-moz-document domain("events.ccc.de") {
   
       body {
           font-weight: normal !important;
       }
       
       * {
           font-family: FontAwesome,Helvetica,Arial,sans-serif !important;
           text-transform: none !important;
       }
       
       *:hover {
           font-weight: normal !important;
       }
       
       .selected {
           border-style: solid !important;
           background-color: unset !important;
       }
   }