MediaWiki: Common.css

From Trekipedia
Jump to: navigation, search
m (Blanked the page)
m
Line 1: Line 1:
 +
/* We use these to control various global styles */
 +
/* defaults:
 +
$body-bg: #fff !default;
 +
$body-font-color: #222 !default;
 +
$body-font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !default;
 +
$body-font-weight: normal !default;
 +
$body-font-style: normal !default;
 +
*/
  
 +
$body-bg: #222 !default;
 +
$body-font-color: #fff !default;
 +
$body-font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !default;
 +
$body-font-weight: normal !default;
 +
$body-font-style: normal !default;

Revision as of 05:10, 17 June 2015

/* We use these to control various global styles */
/* defaults:
$body-bg: #fff !default;
$body-font-color: #222 !default;
$body-font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !default;
$body-font-weight: normal !default;
$body-font-style: normal !default;
*/

$body-bg: #222 !default;
$body-font-color: #fff !default;
$body-font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !default;
$body-font-weight: normal !default;
$body-font-style: normal !default;