@mithray/mnd
Version:
A Generic CSS Stylesheet that encourages conformity to standardized HTML, ARIA and Schema practices thereby creating improved Usability/Accessibility for a greater number of people. The Japanese word "和" which can be translated as "teamwork" or "harmony"
62 lines (53 loc) • 1.02 kB
CSS
/********************************
* Foundations - Pre Theme
********************************/
/********************************
* Theme
********************************/
/********************************
* Derived - Post Theme
********************************/
/*
* Theme
*/
/*
* Typography
*/
/*
* Sharpness
*/
/*
* Typography
*/
h1, h2, h3, h4, h5, h6 {
text-align: center;
font-family: "Raleway", sans-serif; }
body {
font-size: calc( 7pt + .8vw);
font-family: "Open Sans", serif; }
.page {
width: 62%;
max-width: 1200px;
margin: 0 auto; }
img {
max-width: 100%; }
@media (max-width: 599px) {
.page {
width: 96%; } }
@media (max-width: 1199px) {
.page {
width: calc(516px + 14%); } }
/*
* Color
*/
/***************************************
* Color 1.1: Background-Font Contrast
***************************************/
body {
background: rgba(20, 40, 60, 0.9);
color: rgba(245, 245, 245, 0.7); }
img {
max-width: 100%;
opacity: .7; }
a {
color: #824646; }