Newer
Older
Guidance / for1st / basic.css
@HIROSE Yuuji HIROSE Yuuji on 9 Apr 2018 771 bytes Convert to UTF-8
/*
 * Basic presentation theme
 * Use this css file as an example.
 */
@import url("mop.css"); /* Do not remove this    この行は必須 */
body {
	background: url(sakura.jpg) seashell repeat;
}
h1 {
	padding: 0.2ex 1;  background: url(ocean.png);
	padding-left: 100px; padding-right: 100px;
}
h2 {
  border-left: 1.2em purple solid;
  color: darkgreen;
  border-top: 2px purple solid;	/* This will be negated in div.s0 by below */
}
div.s0 h2 {border-top: none;}
body.titlepage  {
	background-color: lemonchiffon;
}
div.s0 {
	color: black;
	/* background: #e5e490; */
}
div.framebox {
  margin: 1ex 10%; padding: 0 0.5ex;
  border: 1px solid black;
}
div.shout {
  margin: 1ex 15%; padding: 0 0.5ex; font-size: 150%;
}
*.c {text-align: center;}
span.see {color: red;}