THE WUW IS OPEN FOR BUSINESS
(even if you aren't vegan)

Difference between revisions of "WUW:Blockquotes/Code"

From Wiki User Wiki
Jump to: navigation, search
(Created page with "blockquote.barrybird { background: #000; color: white; padding: 5px; font-family: arial; width: 500px; } blockquote.barrybird div { background: #000; mar...")
(No difference)

Revision as of 16:31, 9 September 2016

blockquote.barrybird {

  background: #000;
  color: white;
  padding: 5px;
  font-family: arial;
  width: 500px;

}

blockquote.barrybird div {

  background: #000;
  margin: 0;
  padding: 5px;
  border-bottom: 1px dashed gold;

}

blockquote.robstar {

  background: #000000;
  color: blue;
  padding: 5px;
  font-family: courier new;
  width: 500px;

}

blockquote.robstar div {

  background: #808080;
  margin: 0;
  padding: 4px;
  border-bottom: 1px solid #FFFFFF;

}