Confused on Stylesheet

christophera's Avatar

christophera

04 Dec, 2013 07:11 AM

I'm trying to make a stylesheet where blockquotes have gray backgrounds.

I can add

blockquote = {
backgroundColor = BBBBBB; };

to the plain.style, but that only puts the background on the text pane, I want it on the output pane. I've tried adding

blockquote { backgroundColor: BBBBBB;}

or

blockquote { backgroundColor = BBBBBB;}

to the css section, but they don't work. I must be missing something.

I don't see any of your examples that style blockquotes, so I'm looking for a good example.

-- Christopher Allen

  1. 1 Posted by waf1waf on 04 Dec, 2013 11:00 AM

    waf1waf's Avatar

    Try:

    blockquote { background-color: BBBBBB; }

  2. Support Staff 2 Posted by Fletcher on 05 Dec, 2013 12:35 PM

    Fletcher's Avatar

    The preview pane is all styled by CSS, which is unrelated to the syntax used to style the editor pane. There are plenty of web sites devoted to teaching CSS and providing examples for just about anything you can imagine.

    You can also checkout the style sheets submitted by others (especially pretentious):

    http://support.multimarkdown.com/discussions/extras-style-sheets-etc

  3. Fletcher closed this discussion on 12 Dec, 2013 06:40 PM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac