Page 8 of 10

Re: Incan's Free Stuff [o.p.e.n] - HOLD THE REQUESTS

Posted: April 3rd, 2012, 4:29:34 am
by Incandescence
Lex wrote:It's nice, I like the header, but can you change the background to blue/grey? Purple just isn't my color.. :lol: <3
Spoiler

Code: Select all

    body {
         background-attachment: fixed ! important;
         background-color: black;
         background-image: url(http://silviahartmann.com/background-tile-art/images/rosy-sky-watercolor.jpg);
         background-repeat: repeat ! important;
         color: black ! important;
    }

    #wrap {
         background-color: transparent;
         border-radius: 15px 15px 15px 15px;
         border: medium none ! important;
         padding: 2px;
    }

    #page-body {
         background-color: transparent ! important;
    }

    #page-header .navbar {
         background-color: rgba(51, 51, 102, 0.3);
         background-image: none ! important;
         border-radius: 5px 5px 5px 5px;
         border: 2px groove #6666CC ! important;
         padding: 0px;
    }

    #page-footer .navbar {
         background-color: rgba(51, 51, 102, 0.3);
         background-image: none ! important;
         border-radius: 5px 5px 5px 5px;
         border: 2px groove #6666CC ! important;
         padding: 0px;
    }

    .headerbar {
         background-color: transparent ! important;
         background-image: url(http://i.imgur.com/nG861.png) ! important;
         background-repeat: no-repeat ! important;
         border-radius: 5px 5px 5px 5px;
         border: 2px groove #6666CC ! important;
         padding: 0px;
    }

    .bg2, .bg1 {
         background-color: rgba(51, 51, 102, 0.3);
         background-image: none ! important;
         border-radius: 5px 5px 5px 5px;
         border: 2px groove #6666CC ! important;
         padding: 0px;
    }

    a:link, a:active {
         color: #CCCCFF ! important;
    }

    a:visited {
         color: #9999FF ! important;
    }

    a:hover {
         background-color: transparent ! important;
         color: #6666FF ! important;
    }

    a.fontsize {
         display: none ! important;
    }

    a.button2:hover, input.button2:hover {
         color: #869899 ! important;
    }

    input.button2 {
         background-color: rgba(51, 51, 102, 0.3);
         background-image: none ! important;
         border-color: #CC0000 ! important;
         border-radius: 5px 5px 5px 5px;
         padding: 0px;
    }

    span {
         background-image: none ! important;
    }

    h2 {
         margin-left: 20px;
    }

    h3 {
         background-image: none ! important;
         background-position: right center;
         background-repeat: no-repeat;
         border-bottom-color: black;
         color: black;
         font-size: 1.5em;
    }

    ul.navlinks, .custom_css_rank {
         border-bottom-color: black;
    }

    .icon-ucp, .icon-logout, .leftside icon-home, .icon-home {
         background-image: none ! important;
    }

    .custom_css_location, .custom_css_age, .custom_css_Gender, .custom_css_joined, .custom_css_lastvisit, .custom_css_totalposts, .custom_css_interests, .content, .custom_css_occupation, dd {
         color: #103f96 ! important;
    }

    .spoiler .inner {
         background-color: rgba(51, 51, 102, 0.3);
         background-image: none ! important;
         border-radius: 5px 5px 5px 5px;
         border: 2px groove #596666 ! important;
         padding: 0px;
    }

    input.button2 {
         background-color: rgba(51, 51, 102, 0.1);
         border: 2px groove #6666CC ! important;
    }

    .codebox {
         border-radius: 3px 3px 3px 3px;
         margin-left: -7px ! important;
    }

    #f {
         border-radius: 5px 5px 5px 5px;
    }

    .copyright {
         color: #6666FF ! important;
         font-size: 90% ! important;
    }

    .border-right, .border-left, .border-top, .border-top-left, .border-top-right {
         background-color: transparent ! important;
         background-image: none ! important;
    }

    .border-bottom {
         display: none ! important;
    }

    * {
         color: #103f96 ! important;
    }

Re: Incan's Free Stuff [o.p.e.n] - HOLD THE REQUESTS

Posted: April 3rd, 2012, 7:56:12 am
by Lex
Incandescence wrote:
Lex wrote:It's nice, I like the header, but can you change the background to blue/grey? Purple just isn't my color.. :lol: <3
Spoiler

Code: Select all

    body {
         background-attachment: fixed ! important;
         background-color: black;
         background-image: url(http://silviahartmann.com/background-tile-art/images/rosy-sky-watercolor.jpg);
         background-repeat: repeat ! important;
         color: black ! important;
    }

    #wrap {
         background-color: transparent;
         border-radius: 15px 15px 15px 15px;
         border: medium none ! important;
         padding: 2px;
    }

    #page-body {
         background-color: transparent ! important;
    }

    #page-header .navbar {
         background-color: rgba(51, 51, 102, 0.3);
         background-image: none ! important;
         border-radius: 5px 5px 5px 5px;
         border: 2px groove #6666CC ! important;
         padding: 0px;
    }

    #page-footer .navbar {
         background-color: rgba(51, 51, 102, 0.3);
         background-image: none ! important;
         border-radius: 5px 5px 5px 5px;
         border: 2px groove #6666CC ! important;
         padding: 0px;
    }

    .headerbar {
         background-color: transparent ! important;
         background-image: url(http://i.imgur.com/nG861.png) ! important;
         background-repeat: no-repeat ! important;
         border-radius: 5px 5px 5px 5px;
         border: 2px groove #6666CC ! important;
         padding: 0px;
    }

    .bg2, .bg1 {
         background-color: rgba(51, 51, 102, 0.3);
         background-image: none ! important;
         border-radius: 5px 5px 5px 5px;
         border: 2px groove #6666CC ! important;
         padding: 0px;
    }

    a:link, a:active {
         color: #CCCCFF ! important;
    }

    a:visited {
         color: #9999FF ! important;
    }

    a:hover {
         background-color: transparent ! important;
         color: #6666FF ! important;
    }

    a.fontsize {
         display: none ! important;
    }

    a.button2:hover, input.button2:hover {
         color: #869899 ! important;
    }

    input.button2 {
         background-color: rgba(51, 51, 102, 0.3);
         background-image: none ! important;
         border-color: #CC0000 ! important;
         border-radius: 5px 5px 5px 5px;
         padding: 0px;
    }

    span {
         background-image: none ! important;
    }

    h2 {
         margin-left: 20px;
    }

    h3 {
         background-image: none ! important;
         background-position: right center;
         background-repeat: no-repeat;
         border-bottom-color: black;
         color: black;
         font-size: 1.5em;
    }

    ul.navlinks, .custom_css_rank {
         border-bottom-color: black;
    }

    .icon-ucp, .icon-logout, .leftside icon-home, .icon-home {
         background-image: none ! important;
    }

    .custom_css_location, .custom_css_age, .custom_css_Gender, .custom_css_joined, .custom_css_lastvisit, .custom_css_totalposts, .custom_css_interests, .content, .custom_css_occupation, dd {
         color: #103f96 ! important;
    }

    .spoiler .inner {
         background-color: rgba(51, 51, 102, 0.3);
         background-image: none ! important;
         border-radius: 5px 5px 5px 5px;
         border: 2px groove #596666 ! important;
         padding: 0px;
    }

    input.button2 {
         background-color: rgba(51, 51, 102, 0.1);
         border: 2px groove #6666CC ! important;
    }

    .codebox {
         border-radius: 3px 3px 3px 3px;
         margin-left: -7px ! important;
    }

    #f {
         border-radius: 5px 5px 5px 5px;
    }

    .copyright {
         color: #6666FF ! important;
         font-size: 90% ! important;
    }

    .border-right, .border-left, .border-top, .border-top-left, .border-top-right {
         background-color: transparent ! important;
         background-image: none ! important;
    }

    .border-bottom {
         display: none ! important;
    }

    * {
         color: #103f96 ! important;
    }
....
Did you just troll Lexi..? :lol: The image in the background doesn't work. :u

Re: Incan's Free Stuff [o.p.e.n] - HOLD THE REQUESTS

Posted: April 3rd, 2012, 8:48:06 am
by Incandescence
Lex wrote:
Incandescence wrote:
Lex wrote:It's nice, I like the header, but can you change the background to blue/grey? Purple just isn't my color.. :lol: <3
Spoiler

Code: Select all

body {
     background-attachment: fixed ! important;
     background-color: black;
     background-image: url(http://us.123rf.com/400wm/400/400/weknow/weknow1001/weknow100100001/6159820-seamless-texture-of-vibrant-color-rounds-on-a-misty-grey-background.jpg);
     background-repeat: repeat ! important;
     color: black ! important;
}

#wrap {
     background-color: transparent;
     border-radius: 15px 15px 15px 15px;
     border: medium none ! important;
     padding: 2px;
}

#page-body {
     background-color: transparent ! important;
}

#page-header .navbar {
     background-color: rgba(51, 51, 102, 0.3);
     background-image: none ! important;
     border-radius: 5px 5px 5px 5px;
     border: 2px groove #6666CC ! important;
     padding: 0px;
}

#page-footer .navbar {
     background-color: rgba(51, 51, 102, 0.3);
     background-image: none ! important;
     border-radius: 5px 5px 5px 5px;
     border: 2px groove #6666CC ! important;
     padding: 0px;
}

.headerbar {
     background-color: transparent ! important;
     background-image: url(http://i.imgur.com/nG861.png) ! important;
     background-repeat: no-repeat ! important;
     border-radius: 5px 5px 5px 5px;
     border: 2px groove #6666CC ! important;
     padding: 0px;
}

.bg2, .bg1 {
     background-color: rgba(51, 51, 102, 0.3);
     background-image: none ! important;
     border-radius: 5px 5px 5px 5px;
     border: 2px groove #6666CC ! important;
     padding: 0px;
}

a:link, a:active {
     color: #CCCCFF ! important;
}

a:visited {
     color: #9999FF ! important;
}

a:hover {
     background-color: transparent ! important;
     color: #6666FF ! important;
}

a.fontsize {
     display: none ! important;
}

a.button2:hover, input.button2:hover {
     color: #869899 ! important;
}

input.button2 {
     background-color: rgba(51, 51, 102, 0.3);
     background-image: none ! important;
     border-color: #CC0000 ! important;
     border-radius: 5px 5px 5px 5px;
     padding: 0px;
}

span {
     background-image: none ! important;
}

h2 {
     margin-left: 20px;
}

h3 {
     background-image: none ! important;
     background-position: right center;
     background-repeat: no-repeat;
     border-bottom-color: black;
     color: black;
     font-size: 1.5em;
}

ul.navlinks, .custom_css_rank {
     border-bottom-color: black;
}

.icon-ucp, .icon-logout, .leftside icon-home, .icon-home {
     background-image: none ! important;
}

.custom_css_location, .custom_css_age, .custom_css_Gender, .custom_css_joined, .custom_css_lastvisit, .custom_css_totalposts, .custom_css_interests, .content, .custom_css_occupation, dd {
     color: #103F96 ! important;
}

.spoiler .inner {
     background-color: rgba(51, 51, 102, 0.3);
     background-image: none ! important;
     border-radius: 5px 5px 5px 5px;
     border: 2px groove #596666 ! important;
     padding: 0px;
}

input.button2 {
     background-color: rgba(51, 51, 102, 0.1);
     border: 2px groove #6666CC ! important;
}

.codebox {
     border-radius: 3px 3px 3px 3px;
     margin-left: -7px ! important;
}

#f {
     border-radius: 5px 5px 5px 5px;
}

.copyright {
     color: #6666FF ! important;
     font-size: 90% ! important;
}

.border-right, .border-left, .border-top, .border-top-left, .border-top-right {
     background-color: transparent ! important;
     background-image: none ! important;
}

.border-bottom {
     display: none ! important;
}

* {
     color: #103F96 ! important;
}
....
Did you just troll Lexi..? :lol: The image in the background doesn't work. :u
Fix'd.

Re: Incan's Free Stuff [o.p.e.n] - HOLD THE REQUESTS

Posted: April 3rd, 2012, 4:51:29 pm
by TwilightFox
Incandescence wrote:
Edit 2: TwilightFox:
Image

Code: Select all

[img]http://i.imgur.com/w4XIC.png[/img]
Don't use if you're not her or me, blahblahblah.

/working arse and eyes off[/size]
OMGZ!!!!!! Thanks Incan, me licks it :lick: !!! Hehe....meant likes...... :lick:

Re: Incan's Free Stuff [o.p.e.n] - HOLD THE REQUESTS

Posted: May 15th, 2012, 3:16:48 pm
by BrownWolf
Hi, I wanted to ask if you still take requests or should I wait some time...?

Re: Incan's Free Stuff [o.p.e.n] - HOLD THE REQUESTS

Posted: May 16th, 2012, 4:54:49 am
by MediaDragon
Oh my lovely signature sets, avatars, everything!! :yey:
Mind if i request some? <3

Re: Incan's Free Stuff [o.p.e.n] - HOLD THE REQUESTS

Posted: May 16th, 2012, 8:48:54 am
by Incandescence
BrownWolf wrote:Hi, I wanted to ask if you still take requests or should I wait some time...?
...well, I could take a few more at this time. ^^;
MediaDragon wrote:Oh my lovely signature sets, avatars, everything!! :yey:
Mind if i request some? <3
Yeah, sure. Like I said above :3

/is lazy

Re: Incan's Free Stuff [o.p.e.n] - HOLD THE REQUESTS

Posted: May 16th, 2012, 9:00:36 am
by BrownWolf
So, could you make for me a Sohbek signature set please? ^.^

Re: Incan's Free Stuff [o.p.e.n] - HOLD THE REQUESTS

Posted: May 16th, 2012, 9:11:32 am
by MediaDragon
Oh can you make me a Jaktus dragon signature set please? <3

Re: Incan's Free Stuff [o.p.e.n] - HOLD THE REQUESTS

Posted: May 18th, 2012, 1:48:03 am
by Incandescence
MediaDragon wrote:Oh can you make me a Jaktus dragon signature set please? <3
BrownWolf wrote:So, could you make for me a Sohbek signature set please? ^.^
Sure, guys! :wave: Just give me until tomorrow.