[How To] different from the first post post 2 - post 3 and so on.
Heisenberg Offline
Junior Member
**
Posts: 4
Joined: Apr 2013
Post: #2
RE: [How To] different from the first post post 2 - post 3 and so on.
Use CSS. I think here ACP->Templates&Skins->Skins->Your_template->global.css

PHP Code:
1
2
3
4
5
6
7
.post_body {
	padding: 5px;
}

.post_content {
	padding: 5px 10px;
}

Play with it.
Like

Code:
1
2
3
4
5
6
7
8
-moz-border-radius: 36px;
-webkit-border-radius: 36px;
border-radius: 36px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 0px 0px 6px #000000;
-webkit-box-shadow: 0px 0px 6px #000000;
box-shadow: 0px 0px 6px #000000;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/

Found here.

04-24-2013 07:13 PM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
RE: [How To] different from the first post post 2 - post 3 and so on. - Heisenberg - 04-24-2013 07:13 PM

 Standard Tools
Forum Jump: