Reply to topic  [ 30 posts ]  Go to page Previous  1, 2, 3  Next
JeF's BLACK Theme 
Author Message
Star

Joined: Sat Sep 05, 2009 6:06 pm
Posts: 430
Location: Meppel, The Netherlands
Post Re: JeF Script (BLACK)
Tip; take a nice gray/black play button for this theme and put all picturs in your indianblack map, so it can be customized at will, you will benefit from this too :)


Tue Feb 09, 2010 11:36 pm
Profile
Star

Joined: Sat Sep 05, 2009 6:06 pm
Posts: 430
Location: Meppel, The Netherlands
Post Re: JeF Script (BLACK)
can be set in your code part, is currently 19 pix, can be about 11.


Tue Feb 09, 2010 11:45 pm
Profile
Star

Joined: Sat Sep 05, 2009 6:06 pm
Posts: 430
Location: Meppel, The Netherlands
Post Re: JeF Script (BLACK)
Do you know who did the scroll skin/theme ? this is also a very, very nie theme, too bad that this one is not ready too, personnally I prefer that one for viewing purpuses, the colors are much more pleasant to watch and it reads very serene and gives a good and clear screen.

I am kissing up you notice ? :mrgreen: hope you would complete this one also, I looooovvvveeee it


Tue Feb 09, 2010 11:48 pm
Profile
Star

Joined: Sat Sep 05, 2009 6:06 pm
Posts: 430
Location: Meppel, The Netherlands
Post Re: JeF Script (BLACK)
<body background = "img/parchmentlight.jpg"

<div id="Movie_Thumb" style="background-image:url(img/parchmentlight.jpg);">

<!--#moviethumb --><!--#checkmode --><!--#title -->
<small><!--#year --><!--#rate -->
<br>
<!--#genrefulltxtbr -->
<!--#directorsfulltxtbr -->
<!--#actorsfulltxtbr -->
</small>

</div>


this is what I used to get rid of the white line in the scroll theme, just replace the body background = img with body bgcolor tag and set it to 000000 that should do the trick


Wed Feb 10, 2010 12:34 am
Profile
Black Belt Squirrel
User avatar

Joined: Fri Feb 20, 2009 3:34 pm
Posts: 1093
Location: France
Post Re: JeF Script (BLACK)
estate wrote:
take a nice gray/black play button for this theme
Why not...
Quote:
and put all picturs in your indianblack map, so it can be customized at will
Would make much duplicates and Themes pack would become heavy.
Quote:
can be set in your code part, is currently 19 pix, can be about 11.
My choice was finally 15 (but you can customize...)
Quote:
Do you know who did the scroll skin/theme ?
As all other themes, i started from free templates design and have modified them more or less (i'd say heavy more for scroll and scroll2) to fit movienizer. Scroll theme comes from a joomla free template (nemesis).
Quote:
too bad that this one is not ready too
This will come, just a little more patience...
;)
JeF

PS: the latest version of Thumb_Movie.html
Code:
<table id="Movie_Thumb" style="font-size:15px;color:#CCCCCC;background-color:#000000;" width="100%">   
   <style type="text/css">
      a:link, a:visited {text-decoration:none;color:#1869D1;}
      a:hover, a:active {text-decoration:underline;}
   </style>
   <tr><td rowspan="4" width="5%" style="vertical-align:top;"><!--#moviethumb --></td>
      <td width="95%"><!--#checkmode -->
         <span style="font-size:21px;"><!--#title --></span>
         &nbsp;<!--#year --><!--#rate -->
      </td>
   </tr>
   <tr><td><!--#genrefulltxt --></td></tr>
   <tr><td><!--#directorsfulltxt --></td></tr>
   <tr><td><!--#actorsfulltxt --></td></tr>

</table>


Wed Feb 10, 2010 12:43 am
Profile
Star

Joined: Sat Sep 05, 2009 6:06 pm
Posts: 430
Location: Meppel, The Netherlands
Post Re: JeF Script (BLACK)
Just changed some color in the scroll left panel and must say looks better now.

I suppose your last bit of code was for the black theme ?


Wed Feb 10, 2010 12:47 am
Profile
Star

Joined: Sat Sep 05, 2009 6:06 pm
Posts: 430
Location: Meppel, The Netherlands
Post Re: JeF Script (BLACK)
adapted to remove white line;

Code:
<body bgcolor = "#000000">
<table id="Movie_Thumb" style="font-size:11px;color:#CCCCCC;background-color:#000000;" width="100%">   
   <style type="text/css">
      a:link, a:visited {text-decoration:none;color:#1869D1;}
      a:hover, a:active {text-decoration:underline;}
   </style>
   <tr><td rowspan="4" width="5%" style="vertical-align:top;"><!--#moviethumb --></td>
      <td width="95%"><!--#checkmode -->
         <span style="font-size:21px;"><!--#title --></span>
         &nbsp;<!--#year --><!--#rate -->
      </td>
   </tr>
   <tr><td><!--#genrefulltxt --></td></tr>
   <tr><td><!--#directorsfulltxt --></td></tr>


Wed Feb 10, 2010 1:13 am
Profile
Star

Joined: Sat Sep 05, 2009 6:06 pm
Posts: 430
Location: Meppel, The Netherlands
Post Re: JeF Script (BLACK)
For the scroll theme I thought of a temporary solution (until the borders are fitted in the left panel, now you get a parchment background and brown/black txt, reads nicely and is pleasent for your eyes also.


Code:
<body background = "img/parchmentlight.jpg" text="#000000" link="#640909" vlink="#aaaaaa">

<div id="Movie_Thumb" style="background-image:url(img/parchmentlight.jpg);">   

   <!--#moviethumb --><!--#checkmode --><!--#title -->
   <small><!--#year --><!--#rate -->
   <br>
   <!--#genrefulltxtbr -->
   <!--#directorsfulltxtbr -->
   <!--#actorsfulltxtbr -->
   </small>

</div>


Wed Feb 10, 2010 2:16 am
Profile
Star

Joined: Sat Sep 05, 2009 6:06 pm
Posts: 430
Location: Meppel, The Netherlands
Post Re: JeF Script (BLACK)
Hi, just a small question about the buttons and other graphics for the black and the scroll templates, where can I find the code that tells me where to find the buttons etc.

I'd like to try and change some button and graphics to adapt the scroll theme a little bit more and play with the design a little bit if I may get your permission to do so.

I'm not going to publish it but mail it to you for you to see what you want with it, I got no interesses in coding whatever but like to see if this is just like some themes i designed for YaBB (christmas and other themes)


Wed Feb 10, 2010 2:25 am
Profile
Star

Joined: Sat Sep 05, 2009 6:06 pm
Posts: 430
Location: Meppel, The Netherlands
Post Re: JeF Script (BLACK)
In the scroll template I am missing the playing time data for the movie in the shortlist beneath the cover

duration string 147: duration (is in the english.lng file)


Wed Feb 10, 2010 2:31 am
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 30 posts ]  Go to page Previous  1, 2, 3  Next

Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by STSoftware.