Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Templates and Themes (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=26)
-   -   CSS Requests (http://www.mysidiaadoptables.com/forum/showthread.php?t=2470)

ChibiMaestro 10-25-2011 05:59 AM

Chibi's CSS Requests
 
CSS Requests - Request CSS from ChibiKawaii

Want a CSS for your Mysidia site but don't know or understand CSS? Why not post here to request a CSS!

To make everything neat and tidy, request by this form:

HTML Code:

[u]Username:[/u]
[u]Site URL:[/u]
[u]CSS description/ref. image:[/u]
[u]Pay:[/u]
[u]Will I credit the CSS creator in the footer/elsewhere?[/u]
[b]Please PM me for more information![/b]

Username:
-Obvious. It is your username.
Site URL:
-The site link to which the CSS would be placed on. This is so I will be able to see if I've been credited. You can either post the link to the site, OR state "Please PM" so the site link would not be public.
CSS description/ref. image:
-A description of how you would like the CSS, e.g. I would like a green background with white text...... etc.
-A ref. image displaying the template of the CSS you would like, e.g. http://img695.imageshack.us/img695/3849/templatered.png This is just a rough ref. Please make it like shown, curved edges! And because it was rough, please make the header, menu and sidebar all lined together (unlike the image showing the menu more to the right). I don't mind the colours etc.
Pay:
-Not necessary but could persuade more people to help.


Quote:

The request would look something like this
Username: Username
Site URL: Please PM
CSS description/ref. image: http://img695.imageshack.us/img695/3849/templatered.png
Complete CSS or Template/Layout CSS: Template please. Just use random colours so I can distinguish what is what (because otherwise, if everything is white, it'll be hard to find things).
Pay: Nothing.
Will I credit the CSS creator in the footer/elsewhere? Yes if she wants me to.
Please PM me for more information!
RULES
  1. You must keep the "Powered by Mysidia Adoptables" intact in the footer with a link back to Mysidia.
  2. You must keep credits intact in the CSS/HTML file unless I say so.

Asix 10-25-2011 04:13 PM

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!!

ChibiMaestro 10-25-2011 04:38 PM

>.< Sorry, I don't do templates for sites other than Mys or MA.

Aasixx 08-14-2012 06:04 PM

Do you still take requests, Chibi? :3

henley421 04-01-2013 09:26 PM

Username: Henley
Site URL: http://mysticania.x10.mx/index
CSS description/ref. image: I would like a golden themed one, possibly with minimal sparkles.
Pay: None. :/ Sorry.
Will I credit the CSS creator in the footer/elsewhere? I will be making a credits page and the artists name and website(if applicable) will be listed.
Please PM me for more information! Yes, please do.:usedusedused:

AlexC 04-02-2013 07:06 AM

This thread hasn't been active in almost two years, I don't imagine that Chibi's still doing layouts.


All times are GMT -5. The time now is 03:17 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.