User:Rjt/timeless.css: Difference between revisions
From Game Making Tools Wiki
< User:Rjt
| m (blockquote tweaks for credit) | m (tweak) | ||
| Line 14: | Line 14: | ||
| } | } | ||
| blockquote  | blockquote span.credit { | ||
|    font-style:normal; |    font-style:normal; | ||
| } | } | ||
Revision as of 09:52, 3 March 2021
/*old blockquote style:
  background:#f8f9fa;
  border:solid 1px #fff200;
  margin:1em 0 1em 1em;
  padding:1em;
  text-align:left;
  width:auto;
*/
blockquote {
  margin:1em 0 1em 1em;
  padding:1em;
  font-style:italic;
}
blockquote span.credit {
  font-style:normal;
}
p.nb {
  background:#f8f9fa;
  border:solid 1px #fff200;
  margin:1em 0;
  padding:1em;
  width:auto;
}
