2012-06-12, 08:26 PM
http://i.imgur.com/ojLYk.png
http://i.imgur.com/FqRpu.png
Add New My Code >
Title: Images in The Thread
Description: Add a border and a little 'shadow to the images in threads
Regular Expression: \[img\](.*?)\[/img\]
Replacement: <img ='$1';" src="$1" id="borderimage">
Go to global.css and add:
http://i.imgur.com/FqRpu.png
Add New My Code >
Title: Images in The Thread
Description: Add a border and a little 'shadow to the images in threads
Regular Expression: \[img\](.*?)\[/img\]
Replacement: <img ='$1';" src="$1" id="borderimage">
Go to global.css and add:
#borderimage {
border: 6px solid #e4e4e4;
-webkit-border-radius: 2px;
border-radius: 2px;
-moz-border-radius: 2px;
-moz-box-shadow: -3px 3px 3px #B8B8B8;
-webkit-box-shadow: -3px 3px 3px #B8B8B8;
box-shadow: -3px 3px 3px #B8B8B8;
}