Dear people
How can I make round corners on the quote tag like as here
Greets Terr0r
Round corners for the quote tag like as here
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
Round corners for the quote tag like as here
open: styles\prosilver\theme\colours.css
Find:
Tip: This may be a partial find and not the whole line.
Add after:
Screenshot:

Find:
Tip: This may be a partial find and not the whole line.
Code: Select all
/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
background-color: #EBEADD;
background-image: url("{T_THEME_PATH}/images/quote.gif");
border-color:#808080;
Code: Select all
border-radius:9px;
-moz-border-radius:9px;
-webkit-border-radius:9px;
/* Rounded border */
