User:Rjt/timeless.css: Difference between revisions

From Game Making Tools Wiki
m (tweak)
m (Removed all blockquote stuff that's not credits... mostly repeating defaults)
Line 7: Line 7:
   width:auto;
   width:auto;
*/
*/
blockquote {
  margin:1em 0 1em 1em;
  padding:1em;
  font-style:italic;
}


blockquote span.credit {
blockquote span.credit {

Revision as of 09:56, 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 span.credit {
  font-style:normal;
}

p.nb {
  background:#f8f9fa;
  border:solid 1px #fff200;
  margin:1em 0;
  padding:1em;
  width:auto;
}