Free Adult Tube-Video Script Forum

Full Version: current freeadultscript templates
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i know some templates which are included in the install are created by users on this forum.

i am adding some new css class's which will need to be added into each template for version 3.

if you are a template creator and you do not mind if i do the changes, can you reply to this thread with your template name please.

if you do not wish for me to do the changes and you want to do them yourselves, that is also fine. just send me the css files via PM please.

this is how the changes currently appear in the main.css file for version 3, but i want them to be removed from this file and put into each template.

also, there may be more added before the release of version 3.
any templates that i dont get an answer for, i will not edit their codes.

Code:
//* this is for the black mini background behind the videos on the homepage etc *//
div.video  {
    width: 162px;
    height: 138px;
    background: url(images/video.jpg) no-repeat;
    padding: 2px 0 0 2px;
    font-size: 11px;
    line-height: 11px;
}
//* this is for the table that is used to display the share options *//
table.share {
    //*width: 162px;*//
    //*height: 138px;*//
    background: #dddddd;
    border: 1px solid #000000;
    padding: 2px 0 0 2px;
    font-size: 11px;
    line-height: 11px;
}
//* this is for the textareas that are used to display the share codes *//
textarea.share {
    height: 1em;
    width: 100%;
    background: #ffffff;
    border: 1px solid #000000;
    padding: 2px 0 0 2px;
    font-size: 11px;
    line-height: 11px;
}

if you have any suggestions regarding these codes, feel free to let me know.
what is this code? i use fire template. which is from other user template.
i have to send you some css to PM?

(27-11-2011 03:17 PM)Punktured Wrote: [ -> ]i know some templates which are included in the install are created by users on this forum.

i am adding some new css class's which will need to be added into each template for version 3.

if you are a template creator and you do not mind if i do the changes, can you reply to this thread with your template name please.

if you do not wish for me to do the changes and you want to do them yourselves, that is also fine. just send me the css files via PM please.

this is how the changes currently appear in the main.css file for version 3, but i want them to be removed from this file and put into each template.

also, there may be more added before the release of version 3.
any templates that i dont get an answer for, i will not edit their codes.

Code:
//* this is for the black mini background behind the videos on the homepage etc *//
div.video  {
    width: 162px;
    height: 138px;
    background: url(images/video.jpg) no-repeat;
    padding: 2px 0 0 2px;
    font-size: 11px;
    line-height: 11px;
}
//* this is for the table that is used to display the share options *//
table.share {
    //*width: 162px;*//
    //*height: 138px;*//
    background: #dddddd;
    border: 1px solid #000000;
    padding: 2px 0 0 2px;
    font-size: 11px;
    line-height: 11px;
}
//* this is for the textareas that are used to display the share codes *//
textarea.share {
    height: 1em;
    width: 100%;
    background: #ffffff;
    border: 1px solid #000000;
    padding: 2px 0 0 2px;
    font-size: 11px;
    line-height: 11px;
}

if you have any suggestions regarding these codes, feel free to let me know.
no,
this is new css which is going to be needed for version 3.
you dont have to add this to anything if you did not create a template.
Reference URL's