Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
current freeadultscript templates
27-11-2011, 03:17 PM (This post was last modified: 27-11-2011 05:52 PM by Punktured.)
Post: #1
current freeadultscript templates
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.

Custom HTML/CSS/PHP
http://theorderofindividualacceptance.co...p.php?id=1
Find all posts by this user
Quote this message in a reply
27-11-2011, 11:54 PM
Post: #2
RE: current freeadultscript templates
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.
Find all posts by this user
Quote this message in a reply
28-11-2011, 05:10 AM
Post: #3
RE: current freeadultscript templates
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.

Custom HTML/CSS/PHP
http://theorderofindividualacceptance.co...p.php?id=1
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: