{Link Collection}- Art, Design & Coding

Unplugged's picture



CSS Codes | Free CSS | Fonts etc. | CSS Commissions & Requests




CSS Codes










Verycrazygirl's picture

Yes please!

Yes please!

Custard's picture

This layout is lovely and

This layout is lovely and really organised. Thank you!
I'll add some things if I find anything.
Unplugged's picture

Thanks VCG and Custard!

Thanks VCG and Custard! ♥
I hope this can be somewhat useful to someone.
Seele's picture

I saw you working on this on

I saw you working on this on your blog and then it was already usefull to me <3...

;3; Ahhhh how lovely

;3; Ahhhh how lovely <33
gffffff all these resources <333333

-lovespasm-
Unplugged's picture

Seele-- So you saw my failed

Seele-- So you saw my failed attempts on creating an extra comment-box too! D: I'll have to hide my stuff better pfft.
And thanks FishBiscuit!

I got lots of stuff from Design-Blogs myself, but I don't know if I should post links to those too. Most of them are off-topic, but some articles contain nice information.
Munkel's picture

Thank you so much, very

Thank you so much, very helpful :3

Thank you Unplugged!

Thank you Unplugged!
Flyra's picture

This is just amazing and so

This is just amazing and so helpful! <33 thank you so much! Laughing out loud

A tiny thing I noticed: The "{CSS} Organize your CSS by Ikaron" link leads to Zebbie's blog as well.
f l y r a b l o g avatar by tinkee, sig by Quamar

Awesome! Thanks Up!

Awesome! Thanks Up!

Unplugged's picture

Aahhh I always mess up

Aahhh I always mess up node-links. Thanks for telling me Flyra! Fixed that now.

And thanks everyone for tracking. Smiling

*goes link-hunting*
OokamiAzura's picture

Holy crap, yesssss &hearts !

Holy crap, yesssss &hearts !
Unplugged's picture

Update mon, sep 27. Found a

Update mon, sep 27. Found a goldmine, six new Pattern pages for you!
[e:] and a seventh one while we're at it. These are especially beautiful.

Is there anything you'd like to see more of?
Seele's picture

These patterns will be so

These patterns will be so much fun to play with! <333
Also, that box was rather awesome o-o But it didn't work out? It seemed hard to me XDD Oh and, I'm not sure if you could place it or if it's usefull at all, but I always found This site very usefull for textures. Not so much anything with CSS though, maybe for artist's resources? Ohwell thought I'd mention it!

Oh dear, thank you soooo much

Oh dear, thank you soooo much for this, I've been having trouble finding sites with nice looking patterns. <3
Unplugged's picture

Patterns are probably my most

Patterns are probably my most favourite toys, in case it's not evident enough yet. 8D

CGTextures is awesome. Though I am not sure about putting up links to texture-pages yet as it is more artist-related (granted, I still put up anatomy stuff), but if I did that would make a HUGE list. Sticking out tongue
Also, if I would add textures, it would also make sense to put up links to PS-Brushes, which would make up another huge box. And if I did that, I could probably also add a category for general Design-Blogs.
Maybe I should just split this into "Blog Design" and "Artists". Ooh

[e]: Aaand Declan, glad this comes in handy! ♥ I tried only to pick sites with decent looking patterns.
OokamiAzura's picture

I've been using this for the

I've been using this for the colour codes I have...

Dunno if you wanted to stick it up there or not, I was just throwing it out there, hahaha.
Unplugged's picture

I've been looking for a

I've been looking for a decent Colour-Picker/Hex Code tool but couldn't find exactly what I was looking for. This one seems really neat. Thanks for sharing, I added it to the blog. Laughing out loud
OokamiAzura's picture

You're welcome (:

You're welcome (:
EternalWanderer's picture

...I'm tracking this per

...I'm tracking this per sure.

Colours~ http://www.colorpicker.com/

Can CSS guides be out of community? Because then there's this wonderful thing~ http://www.quackit.com/css/properties/

[€]: Ohh, and~ http://www.fallingpixel.com/deer-skeleton-3d-model/5514
Hahah I know it's not supposed to be used for that, but it just helped me so much with my first deers :'D
I'd put it up there as a perspective reference.
Unplugged's picture

Just what I've been looking

Just what I've been looking for for the colours! Thanks!

And of course they can be out of the Comm! I plan on adding a few outside-CSS-pages as well later.
Added both~

[e]: And that ref too. Thanks a lot!
Flyra's picture

Unplugged wrote:Aahhh I

Unplugged wrote:
Aahhh I always mess up node-links. Thanks for telling me Flyra! Fixed that now.


Not a problem. <3 You're not the only one there Laughing out loud

This page is something I find very useful as well. Could go into the 'colors' section. Only if you think it fits, of course. :3
f l y r a b l o g avatar by tinkee, sig by Quamar
Unplugged's picture

Sweet, I didn't even think of

Sweet, I didn't even think of that one. xD Will add.

I'm so glad everyone's contributing so much, this is great. ♥
The Colour-Section finally looks decent, yay!
EternalWanderer's picture

Nuh, thanks for serving the

Nuh, thanks for serving the entire community so well with all these useful threads (I just spam and mess around)

Brushes!~ http://getbrushes.com/
Reyy's picture

Mmm.

Mmm.

And this awesome place has

<~twack~>

And this awesome place has nice background patterns ^-^

=D

=D
Narina's picture

Woah, this is very

Woah, this is very helpful!

Thank you for this, I'll definitely find some use for these links. Shocked

Wooow awesome-track- How did

Wooow awesome-track- Laughing out loud
How did you do those boxes? I was thinking of something like this for a bio, can you show me how? Thank you<3
-Kono

Harakka's picture

Thank you! 8D &hearts;

Thank you! 8D
Unplugged's picture

Been collecting a few links

Been collecting a few links but I've been too lazy to update yet.

Konoha-- It's a very simple code really. What I did was making a table with three cells and put a div in each cell. Smiling

<table style="border:hidden">
  <tr>
    <td>
<div>first box</div>
    </td>
    <td>
<div>second box</div>
    </td>
    <td>
<div>third box</div>
    </td>
  </tr>
</table>

Simple indeed! Oh yes what is

Simple indeed! Oh yes what is the code to move things to the right or left? Thank you so much Smiling
-Kono

Unplugged's picture

One possibility is this

One possibility is this code:
[ float=left ]stuff here[ /float ]

and the other one is adding a style-code to whatever you want to be on the left/right:
<div style="float:right">this box will float right</div>
<img style="float:left" src="url">this image will float left</div>
Starling's picture

:)

:)

Awsome thanks

Awsome thanks<3
-Kono

One more thing before I

One more thing before I forget, haha im sooo sorry to bother you:
How do you change the sidebar words and links to different colors(you know the menu, blog catagories, etc found on the side)?
Smiling Thank you, and Ill be sure to link you in my new character's biography for your great help!
-Kono-

Unplugged's picture

I have posted the code for

I have posted the code for that in my CSS Help ("Code for sidebar links"). Also if you have any more CSS questions please ask them there, I don't want this to get off topic. Sticking out tongue

Okay thanks, and okay sorry

Okay thanks, and okay sorry Sticking out tongue

Unplugged's picture

Update thu, sep 30. Bigger

Update thu, sep 30. Bigger update.
Linked deviantart because you can find almost anything there. Added semi-related category for Web-Design Blog-Freebies. Added a few Brush- and Texture-pages.
(it's much harder to find actual sites rather than blogs with resource-compilations)
Solaya's picture

Thank you very much C:

Thank you very much C:

Avatar by Awentia, signature by Wildflowerdeer
Apparanza's picture

Omg yes &hearts;

Omg yes ♥

By Leuvr
Unplugged's picture

Update mon, nov 1. - +5

Update mon, nov 1.
- +5 Artist's Textures
- +4 Artist's Brushes
- +2 WebDesign Blogs
- +1 Artist's References
- Made seperate categories for Brushes and Textures due to size.

It would be great to expand this. If anyone has ideas for more categories please tell me!
Tally's picture

Wow, this is so useful. Must

Wow, this is so useful. Must be tracked. <3
Unplugged's picture

Update sun, nov 7. - Added

Update sun, nov 7.
- Added "Online Drawing Programs" section with 4 links.

Tracking. Thank you so much

Tracking. Thank you so much for doing this, it is really helpful <3
Unplugged's picture

- Changed the title from

- Changed the title from "{Link Collection}- Blog-Design & Coding" to "{Link Collection}- Art, Design & Coding" due to expanding content.

((why yes i need to write down everything))
EternalWanderer's picture

I found this good site to get

I found this good site to get free gif. animations; most are a little wonky but some are themed and great to use as labels and such.
Unplugged's picture

Thanks EternalWanderer. I am

Thanks EternalWanderer. Smiling I am not sure about listing gif-sites though because of the reason you stated and because there isn't much use for them on TEF in general.
EternalWanderer's picture

...Did you know I only

...Did you know I only noticed your reply today? -headdesks- oh well, I meant something like what I'm doing in Lilly's bio, the bubbles in the sidebars. Smiling
Sad thing the color is too painful to be kept as background.
Unplugged's picture

Update mon, nov 22. - +4 new

Update mon, nov 22.
- +4 new links on CSS and coding, all TEF-Related.