Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Theme Site Themes => Topic started by: KahneFan on February 09, 2009, 05:38:25 PM

Title: 2aces Poker Theme - (2 versions)
Post by: KahneFan on February 09, 2009, 05:38:25 PM
Link to the theme (http://custom.simplemachines.org/themes/index.php?lemma=1372)
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fcustom.simplemachines.org%2Fthemes%2Findex.php%2Faction%2Cdownload%2Flemma%2C1372%2Fimage%2Cthumb&hash=e36ce10837e035c649925b1cbe2a7cd015a29398)

CSS Note:
The "green" color is #339933, if you would prefer a different color, just replace any instance of #339933 with the color you prefer in /style.css


2aces Theme is a poker based theme with a "rail" wrapped around all the "tables" on the site. There are two versions of this theme:

2aces.zip - this is the regular SMF format index

2aces-boards.zip - this splits all the boards into a separate "table" to make it look like poker tables in a poker room.

CSS NOTE FOR JUSTBOARDS VERSION
The description area is adjustable in the CSS file. This is helpful if you see that your site has a lot of dead space, or needs more space in the description area. To adjust the size of the description cell go to ./justboards/style.css and look for...


.windowbgdesc
{
   color: #000000;
   background-color: #DDDDDD;
   height: 150px;
   vertical-align: top;
   border: thin solid #CCCCCC;
}


The line to adjust is the "height" from 150 to whatever looks best on your site. Also note, you will want to use the height of the LARGEST description you have. This will ensure that ALL boards stay in a nice neat row.
Title: Re: 2aces Poker Theme - (2 versions)
Post by: Apllicmz on February 09, 2009, 08:20:42 PM
Nice work
good themes

Title: Re: 2aces Poker Theme - (2 versions)
Post by: phpMyTony on February 10, 2009, 11:20:49 AM
Yeaahhhh!
Title: Re: 2aces Poker Theme - (2 versions)
Post by: KahneFan on February 10, 2009, 03:31:05 PM
Been waiting for a poker theme? :D
Title: Re: 2aces Poker Theme - (2 versions)
Post by: phpMyTony on February 10, 2009, 03:33:33 PM
I've been waiting for your poker theme :P Awesome work ;)
Title: Re: 2aces Poker Theme - (2 versions)
Post by: Amun on February 13, 2009, 08:58:21 AM
Nice lookin' theme good job!
Title: Re: 2aces Poker Theme - (2 versions)
Post by: Howwler on February 25, 2009, 03:11:08 PM
Looks like a great theme for my poker site.. but I downloaded the zipped file (2Aces.zip), tried to upload it into my SMF 1.1.8 with the following error: "The package you tried to upload either is not a valid package or has become corrupted."

I then deleted the original file, downloaded again and tried once again with the above error.  Any thoughts?

Thanks in advance.

Title: Re: 2aces Poker Theme - (2 versions)
Post by: KahneFan on February 25, 2009, 06:21:25 PM
It's only for SMF 2.0. While I won't be making it for 1.1.x, you are welcome to take it apart and try to make it work for your site. It's actually pretty easy to make the rails around the board.

At the top of where your board starts I have a table with 6 cells and then 3 more on the bottom.

<table>
<tr><td>top left corner</td><td>middle rail</td><td>top right corner</td></tr>
<tr><td>left rail</td><td>
*****start body content******

*****end body content******
</td><td>right rail</td></tr>
<tr><td>bottom left corner</td><td>middle rail</td><td>bottom right corner</td></tr>
</table>

And basically you use that to wrap ANY section or page of your forum that you want the rail around. I did not use [code ] above because I didn't add classes or anything so that you can build it as you like.
Title: Re: 2aces Poker Theme - (2 versions)
Post by: Howwler on February 25, 2009, 06:54:16 PM
My apologies KahneFan, I didn't realize the aces theme was designed for 2.0.  While I have very limited knowledge on code, I do have a co-admin who looks after that for me, fortunately!

However, I was just looking for a new poker theme for my forum and I've tried the only other in Themes but didn't like it too much, so.. when I seen yours, I had to have a look at it.  The demo is terrific.. keep up the good work!

Thanks for the prompt reply and the coding, much appreciated.