Thread: CSS Requests
View Single Post
  #2  
Old 10-25-2011, 04:13 PM
Asix Asix is offline
Member
 
Join Date: Oct 2011
Posts: 1
Gender: Female
Credits: 30
Asix is on a distinguished road
Default

Username: Asix
Site URL: It's an off-site site, but I love your themes. :3
CSS description/ref. image: http://i56.tinypic.com/2iidibs.png
Complete CSS or Template/Layout CSS: I'd just like the code to it.. It's for an EasyRPG website.
Pay: Would you like real money?
Will I credit the CSS creator in the footer/elsewhere? Of course... You made it!
Please PM me for more information!

Here's an example of their coding for CSS:

PHP Code:
body
{
    
font-familyVerdana;
    
font-size8pt;
    
background-color#cef3a7;
    
background-imageurl(/images/layout/black-and-red/bg.png);
    
background-repeatrepeat;
    
margin-top50px;
    
margin-bottom50px;
}

p
{
    
text-alignjustify;
    
font-familyVerdana;
    
font-size8pt;
}

hr
{
    
border1px solid #990000;
}

/* Tabled: Layout Table (Full Div/CSS layout work too) */

table
{
    
text-alignjustify;
    
font-familyVerdana;
    
font-size8pt;
}

table.container
{
    
border4px solid #FFFFFF;
    
background-imageurl(/images/layout/black-and-red/header.png);
    
background-repeatrepeat-x;
    -
moz-border-radius-topleft20px;
    -
moz-border-radius-topright20px;
    -
webkit-border-top-left-radius20px;
    -
webkit-border-top-right-radius20px;
}

td.header
{
    
font-size30px;
    
text-shadow0px 1px 3px #FFFFFF;
    
text-aligncenter;
    
height100px;
    
min-height100px;
    
max-height100px;
    
padding-left15px;
    
padding-right15px;
}

td.footer
{
    
background-imageurl(/images/layout/black-and-red/footer.png);
    
background-repeatrepeat-x;
    
color#FFFFFF;
    
text-shadow0px 1px 3px #6A6A6A;
    
text-aligncenter;
    
height50px;
    
min-height50px;
    
max-height50px;
}

td.content
{
    
background-color#FFFFFF;
    
padding15px;
}

td.bar
{
    
background-imageurl(/images/layout/black-and-red/bar.png);
    
background-repeatrepeat-x;
    
height50px;
    
min-height50px;
    
max-height50px;
    
padding-left15px;
    
padding-right15px;
    
color#FFFFFF;
}

td.barfooter
{
    
background-imageurl(/images/layout/black-and-red/bar_footer.png);
    
background-repeatrepeat-x;
    
height50px;
    
min-height50px;
    
max-height50px;
    
padding12px;
    
color#FFFFFF;
}

td.navigate
{
    
background-color#898989;
    
border-left4px solid #575757;
    
border-right4px solid #575757;
    
padding15px;
}

/* Styled form elements */

button
{
    
border1px solid #990000;
    
background-imageurl(/images/layout/black-and-red/button.png);
    
background-repeat0 0 repeat-x;
    
height25px;
    
max-height25px;
    
min-height25px;
    
color#FFFFFF;
    
-moz-border-radius5px;
    -
webkit-border-radius5px;
}

button:hover
{
    
background-imageurl(/images/layout/black-and-red/button_hover.png);
}

button.bbcode
{
    
border1px solid #CCCC66;
    
background-color#E1E1A8;
    
background-imagenone;
    
color#009933;
    
height18px;
    
max-height18px;
    
min-height18px;
    -
moz-border-radius0px;
    -
webkit-border-radius0px;
}

button.bbcode:hover
{
    
background-color#EDEDCB;
    
background-imagenone;
}

input[type=text],input[type=password],textarea,select
{
    
border2px solid #3B3B3B;
    
background-color#787878;
    
color#FFFFFF;
    
-moz-border-radius5px;
    -
webkit-border-radius5px;
}

input[type=text]:hover,input[type=password]:hover,textarea:hover,select:hover
{
    
background-color#DFEAF4;
    
color#000000;
}

input[type=text]:focus,input[type=password]:focus,textarea:focus,select:focus
{
    
border2px solid #CC0000;
    
background-color#FFCAD5;
    
color#000000;
}

/* Styled Divs and Spans */

div.gelbar
{
    
background-imageurl(/images/layout/black-and-red/mini_bar.png);
    
color#ffffff;
    
font-familyTrebuchet MS;
    
font-size12pt;
    
font-weightnormal;
    
height24px;
    
text-aligncenter;
    
vertical-alignmiddle;
    
border1px solid #990000;
    
text-shadow0px 1px 3px #000000;
    
margin-bottom5px;
    -
moz-border-radius9px;
    -
webkit-border-radius9px;
}

div.error
{
    
padding10px;
    
border2px solid #CC0000;
    
background-color#FF5353;
    
color#FFFFFF;
    
font-weightbold;
    -
moz-border-radius9px;
    -
webkit-border-radius9px;
}

div.success
{
    
padding10px;
    
border2px solid #009933;
    
background-color#99CC66;
    
color#FFFFFF;
    
font-weightbold;
    -
moz-border-radius9px;
    -
webkit-border-radius9px;
}

div.rounded /* Used around the Embed/Paste Codes and inboxes */
{
    
padding15px;
    
border0px;
    
background-color#585858;
    
color#000000;
    
-moz-border-radius9px;
    -
webkit-border-radius9px;
}

div.rounded_custom /* Used around the Embed/Paste Codes customize options and inboxes. */
{
    
padding15px;
    
border0px;
    
background-color#818181;
    
color#FFFFFF;
    
-moz-border-radius9px;
    -
webkit-border-radius9px;
}

span.captcha
{
    
letter-spacing5px;
    
color#FFFFFF;
    
border2px solid #CC0000;
    
background-color#FF0000;
    
font-weightbold;
    
padding3px;
    -
moz-border-radius5px;
    -
webkit-border-radius5px;
}

span.pagelist
{
    
background-color#868686;
    
border2px solid #3C3C3C;
    
padding7px;
    -
moz-border-radius7px;
    -
webkit-border-radius7px;
}

/* Styled Linkages! */

a:link,a:active,a:visited
{
    
color#FF0000;
    
text-decorationnone;
    
font-weightbold;
    
text-shadow0px 1px 3px #FF7D7D;
}

a:hover
{
    
color#CC0000;
}

a.currentpage
{
    
border1px solid #3C3C3C;
    
background-color#C0C0C0;
    
padding3px;
    -
moz-border-radius5px;
    -
webkit-border-radius5px;

Thank you!!
Reply With Quote