News:

Create A Forum Installed

Author Topic: Post-bit Style Help  (Read 888 times)

0 Members and 1 Guest are viewing this topic.

Offline CreateAForum

  • Administrator
  • *****
  • Posts: 7191
  • Karma: 328
    • View Profile

Badges: (View All)
Avatar Linux User Tenth year Anniversary
Re: Post-bit Style Help
« on: December 07, 2017, 01:49:18 pm »
You have it right there the css class poster
Just don't use the photobucket link
Code: [Select]
}
.poster
{
 float:
left;
 width: 15em;
}
To
Code: [Select]
.poster
{
 float: left;
 width: 12em;
 background: #ffffff url(http://i148.photobucket.com/albums/s20/smfstyles/imbg.png)repeat-x left bottom;
 border: 1px solid #D7D7D7;
 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
 -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
 box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
 margin-left:10px;
 padding: 4px;
 position: relative;
 z-index: 49;
}
Like Create A Forum? Support me at https://www.patreon.com/vbgamer45/

 

Related Topics

  Subject / Started by Replies Last post
10 Replies
1720 Views
Last post August 19, 2010, 04:18:56 am
by simply sibyl
10 Replies
3698 Views
Last post January 15, 2012, 12:43:35 am
by CB
7 Replies
4121 Views
Last post March 17, 2013, 03:21:16 pm
by JEV
2 Replies
1757 Views
Last post August 05, 2013, 10:25:50 pm
by loralei
0 Replies
745 Views
Last post February 27, 2016, 02:18:39 pm
by Bohord