m
no edit summary
add background color styles
mNo edit summary
 
(36 intermediate revisions by the same user not shown)
Line 5: Line 5:
   font-family: ckai;
   font-family: ckai;
   src: url(//fonts.googleapis.com/earlyaccess/cwtexkai.css);
   src: url(//fonts.googleapis.com/earlyaccess/cwtexkai.css);
}
@font-face {
  font-family: HYhaeseo;
  src: url("/fonts/HYhaeseo.ttf") format('truetype');
}
}


Line 35: Line 40:
/*  background-color: #f9f9f9; */
/*  background-color: #f9f9f9; */
   background-color: #d7d7d7;
   background-color: #d7d7d7;
}
div.vertical-panel {
  font-family: HYhaeseo, 한양해서, ckai, serif;
  font-size: 2em;
  float: right;
  display: grid;
  width: 100%;
}
div.vertical {
  writing-mode: vertical-rl;
  overflow-x: auto;
  word-break: keep-all;
}
}


Line 202: Line 221:
}
}
*/
*/
.smallcaps {
    font-variant: small-caps;
    text-transform: lowercase;
}
.smallcaps:first-letter {
    text-transform: uppercase;
}