MediaWiki:Mobile.css: Difference between revisions

Added fonts and Nclm's Zero effect.
 
Added .poem and .inconsolata from existing Vector customization.
Line 51: Line 51:
     background-image: url(/~donald/zero/images/e/e7/ZeroLink_Fog.png);
     background-image: url(/~donald/zero/images/e/e7/ZeroLink_Fog.png);
   }
   }
}
/*********************/
/* Custom tag styles */
/*********************/
.poem {
  width: 95%;
  border: 2px solid #d6d2c5;
  background-color: #f9f4e6;
  padding: 1em;
  font-family: monospace;
  font-size: 1.15em;
}
.inconsolata {
  font-family: 'Inconsolata', monospace;
}
}