Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@JanTvrdik
Created June 14, 2011 00:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JanTvrdik/1024089 to your computer and use it in GitHub Desktop.
Save JanTvrdik/1024089 to your computer and use it in GitHub Desktop.
Nette Framework Forum – User CSS
#punwrap {max-width: 1200px; width: auto !important;}
blockquote p {
margin: 5px 0 !important; padding: 0 !important;
font-family: Verdana !important;
font-size: 12px !important;
}
blockquote p:first-child {
margin-top: 0 !important;
}
blockquote p:last-child {
margin-bottom: 0 !important;
}
blockquote p:only-child {
margin: 0 !important; padding: 0 !important;
}
/*blockquote p:only-child:before {content: open-quote !important;}
blockquote p:only-child:after {content: close-quote !important;}*/
blockquote {
margin: 15px 0 0 0px !important;
padding: 3px !important;
padding-left: 5px !important;
border: none !important;
border-left: 3px /*#E1D8C1*/ #CCBD97 solid !important;
/*background-color: transparent !important;
border: none !important;*/
font-style: italic !important;
quotes: "\201E" "\201C" !important;
}
blockquote + p {
margin-top: 5px !important;
}
blockquote blockquote {
margin: 10px 0 10px 10px !important;
}
blockquote pre {
font-style: normal !important;
font-size: 12px !important;
border: none !important;
background-color: transparent !important;
}
pre {
font-size: 13px !important;
}
/* blockquote:before { content: open-quote !important;}
blockquote:after { content: close-quote !important;}*/
@dg
Copy link

dg commented Jun 15, 2011

Nepřišel jsem na to, co to dělá. Nemáš screenshot?

@JanTvrdik
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment