User:Rjt/timeless.css: Difference between revisions

From Game Making Tools Wiki
m (blockquote tweaks for credit)
m (moved to theme's css)
Tags: Blanking Manual revert
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
/*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;
}

Latest revision as of 16:02, 12 October 2021