HOME | DD | Gallery | Favourites | RSS

| eCSSited

eCSSited [7384589] [2008-05-20 10:23:07 +0000 UTC] "a place for all your CSS needs"

# Statistics

Watchers: 2406; Pageviews: 217734

# Group admins

# About me

eCSSited is a group dedicated to the world of deviant CSS (and HTML). Its main purpose is to help deviants customize their journals and galleries. The group aims to be your first choice CSS resource, collecting useful tutorials and guides.


# Comments

Comments: 1362

Immerot In reply to ??? [2014-05-16 00:12:43 +0000 UTC]

Well, this area belongs to "jorunal-footer", so I guess it shoud be affected by journal CSS. The span with date even has it's own class: "date". So it should be something like that I guess:
.journal-footer>.date { color: #94a98f !important; } (if you want it to be the same color as links)

πŸ‘: 0 ⏩: 2

NightsongWS In reply to Immerot [2014-05-16 19:53:33 +0000 UTC]

No dice. Β  I tried both that and the gruze equivalent (the journal css is written with gruze structure) and it didn't have an effect upon the area at all.Β  Bleah.Β  I knew I had to break something!

πŸ‘: 0 ⏩: 1

Immerot In reply to NightsongWS [2014-05-16 21:14:49 +0000 UTC]

Well, are you sure then that this area is affected by custom CSS? I supposed that since it belongs to "journal-footer", but I could be wrong. If it doesn't, then any changes you trying to do are blocking by scripts.

πŸ‘: 0 ⏩: 0

Immerot In reply to Immerot [2014-05-16 00:12:59 +0000 UTC]

*journal-footer

πŸ‘: 0 ⏩: 0

GinkgoWerkstatt In reply to ??? [2014-05-14 14:07:52 +0000 UTC]

Sorry for the late reply, but I have added your request to our helping corner now.

πŸ‘: 0 ⏩: 1

NightsongWS In reply to GinkgoWerkstatt [2014-05-15 01:40:05 +0000 UTC]

Thank you!!!

πŸ‘: 0 ⏩: 0

Mrs-Durden In reply to ??? [2014-05-05 16:12:23 +0000 UTC]

Hello! I'm looking for someone who has expertise in creating journal skins here on DA. This would be for a group, and we could possibly pay in points if necessary. Does anyone know of a deviant who would have time, and would be willing to help? (Would be for GetWatchers )

πŸ‘: 0 ⏩: 2

Immerot In reply to Mrs-Durden [2014-05-05 21:32:28 +0000 UTC]

I think I could help.

πŸ‘: 0 ⏩: 1

Mrs-Durden In reply to Immerot [2014-05-06 17:08:41 +0000 UTC]

Really? Perhaps you could send me a note with some of the journals you've done or more details on how you could help?

πŸ‘: 0 ⏩: 0

GinkgoWerkstatt In reply to Mrs-Durden [2014-05-05 19:40:26 +0000 UTC]

Added your request to the helping corner.
Please let me know when you have found someone.

πŸ‘: 0 ⏩: 1

Mrs-Durden In reply to GinkgoWerkstatt [2014-05-06 17:08:07 +0000 UTC]

Thank you very much

πŸ‘: 0 ⏩: 0

Ryreha-san In reply to ??? [2014-05-05 09:24:01 +0000 UTC]

Hi.
I am new at making Css, i have just started to be honest.

What I am wondering on is how to move the "Devious entry" text and the time/date to another position (f.eks into a bar/button in the middle of the header) and how to change it color?

πŸ‘: 0 ⏩: 1

GinkgoWerkstatt In reply to Ryreha-san [2014-05-05 19:42:36 +0000 UTC]

You can address the title (Devious entry) via .gr-top h2 a and the time stamp via .timestamp OR .gr-top span. Working with text-align can help you, as well as float.
To change the color of those elements, just add the color you want to those classes.

πŸ‘: 0 ⏩: 1

Ryreha-san In reply to GinkgoWerkstatt [2014-05-05 19:58:09 +0000 UTC]

Thanks for your help ^^

πŸ‘: 0 ⏩: 0

Sapphire-X-Dreams In reply to ??? [2014-04-28 17:37:05 +0000 UTC]

Hello there,

I'm currently working on coding a journal skin but I'm stuck in two areas:Β 

Firstly, I'm unable to center my timestamp. The title of the journal is centered, but my timestamp stays to the left no matter how much I try to fix it. >_<

Secondly, my journal skin has a built-in scrollbox design. I only want the body of the journal (as in, the journal content/what the entry's about) to be in the scrollbox, and I want the 'Comments | Previous Links' to be out of the scrollbar. I'm not sure how to do this, though. >_>

I'm really sorry if I sound confusing, but I'd appreciate any help~! Thank you! c:

πŸ‘: 0 ⏩: 1

GinkgoWerkstatt In reply to Sapphire-X-Dreams [2014-05-01 10:55:04 +0000 UTC]

Please send my your HTML and CSS code via note, so that i can take a look at it. Or link me to a live preview.

πŸ‘: 0 ⏩: 0

TheMaidenInBlack In reply to ??? [2014-03-10 18:04:47 +0000 UTC]

Hi there! I was wondering if you could answer this doubt I have. I'm coding a profile page design thing for my Group, and of course, while coding it in Chrome everything was superperfect, in Firefox it's sort of silly. Padding, margins and even the size of some text is slightly different.

The profile page is very basic, really. I know I could use the if thing, but in dA I don't think I can, is that right? If not, can I use something like this in deviantART:

- moz-document url-prefix() { h1 { color: red; } }

Thanks in advance!
( ._.) now my font is fucked up, too.

πŸ‘: 0 ⏩: 2

GinkgoWerkstatt In reply to TheMaidenInBlack [2014-03-16 09:05:20 +0000 UTC]

I know that someone had a similar issue a while ago. But that was more image related. Can't remember what the reason was though. Only that Chrome does parse things a bit different which is causing the problems.

No, i don't think you can use that. -moz works for CSS though (when setting up specific rules).

πŸ‘: 0 ⏩: 1

TheMaidenInBlack In reply to GinkgoWerkstatt [2014-03-22 18:29:20 +0000 UTC]

Thank you for replying (and sorry for my lateness!).

I tried and no, it's not possible to use it. Since mine was a positioning problem (a slight difference between firefox and chrome), and the difference was small enough, it was sufficient to tweak a little bit here and there to even the differences out.

πŸ‘: 0 ⏩: 1

GinkgoWerkstatt In reply to TheMaidenInBlack [2014-03-23 09:59:44 +0000 UTC]

Ah ok, that's good.

πŸ‘: 0 ⏩: 0

TheMaidenInBlack In reply to TheMaidenInBlack [2014-03-10 18:05:31 +0000 UTC]

Oh also, I apologise for my VERY technical use of the term "if thing". my English just isn't the best sometimes.

πŸ‘: 0 ⏩: 0

KwehCat In reply to ??? [2014-02-27 07:57:49 +0000 UTC]

And another issue with the boxes. On my page (RoseThornStables ), the ones at the top) the words wrap just fine, but when they are put in the group, the words run right off the page! I've tried a few width codes, but none of them so far seem to work. It looks fine on Opera and Chrome, but it's Firefox that is being tricky. The group is HorseArt-RPG

πŸ‘: 0 ⏩: 2

Immerot In reply to KwehCat [2014-03-01 13:37:17 +0000 UTC]

Actually, didn't get what's the problem is.

πŸ‘: 0 ⏩: 1

KwehCat In reply to Immerot [2014-03-01 16:27:29 +0000 UTC]

Β 
In Firefox the box runs right out of the allotted space. I need to limit the width or find a way to make it have a more decent wordwrap.

πŸ‘: 0 ⏩: 1

Immerot In reply to KwehCat [2014-03-01 19:03:55 +0000 UTC]

It seems like the zoom consequence: if you press the Ctrl (Cmd I guess in Mac) and scroll, the zoom would change and you'll see the full boxes (like if they'd have some fixed width, but it's much bigger then needed). You could solve this by actually specifiing the width (with the "width" property itself or "max-width" of the .cctextarea).

πŸ‘: 0 ⏩: 0

GinkgoWerkstatt In reply to KwehCat [2014-03-01 10:20:50 +0000 UTC]

Can't help you much with that, as i am not into this custom box thing, but i added it to the Helping Corner.

πŸ‘: 0 ⏩: 1

KwehCat In reply to GinkgoWerkstatt [2014-03-01 16:27:45 +0000 UTC]

Thank you!

πŸ‘: 0 ⏩: 0

KwehCat In reply to ??? [2014-02-27 07:38:23 +0000 UTC]

Once again those darn custom boxes are giving me issues! What should have been a simple fix has turned into a headache. I can't seem to change the color of the links in my custom boxes, and since I've got a blue background, the blue links just blend in too much. What link color code works in the custom boxes?

πŸ‘: 0 ⏩: 1

Immerot In reply to KwehCat [2014-03-01 13:38:38 +0000 UTC]

What code are you trying?

πŸ‘: 0 ⏩: 0

01309 In reply to ??? [2014-01-30 16:50:39 +0000 UTC]

So something changed with the gruze for a journal I coded.Β  .tri is set to display none, yet the triangle is showing: giveallamagetallama.deviantart…

Any suggestions to fix this?

πŸ‘: 0 ⏩: 1

GinkgoWerkstatt In reply to 01309 [2014-01-30 16:54:27 +0000 UTC]

When i add .tri{display: none;} via Firebug it disappears just like it should. Maybe the code got removed by accident?

πŸ‘: 0 ⏩: 1

01309 In reply to GinkgoWerkstatt [2014-01-30 18:55:04 +0000 UTC]

Problem fixed, it appears someone tried to edit the skin and messed up by adding something after a } which cancelled the .tri snippet X3

I was freaking out thinking something similar to the internal/external happened. @_@

πŸ‘: 0 ⏩: 1

GinkgoWerkstatt In reply to 01309 [2014-01-30 18:58:43 +0000 UTC]

awww

But i totally understand. I act the same when suddenly something doesn't work right anymore

πŸ‘: 0 ⏩: 0

glaceon-master-18 In reply to ??? [2014-01-16 17:21:22 +0000 UTC]

Hi,

I need some help with something...I want to know if anyone here might be willing to code or show me how to code a journal skin I wanna use...I know it's probably something super simple and I prolly sound stupid fur asking but...yea...
Thanks

πŸ‘: 0 ⏩: 0

YunSpirit In reply to ??? [2014-01-09 15:19:37 +0000 UTC]

Hello .

I need helpΒ  .
Β  What is the code when you need to use an icon as a link? e.g.. like people use icons of their characters, which you can click and get to their ref-sheet sideΒ ^^ .

Thanks in advance .

πŸ‘: 0 ⏩: 4

Wisp-Night In reply to YunSpirit [2014-01-10 03:08:45 +0000 UTC]

If you're asking what I think you're asking, in general, you add the tag before your tags [but this is deviantART, so I'm not too sure if that's exactly right]. This would look something like: <.a href="url">. (remove the periods).

πŸ‘: 0 ⏩: 1

YunSpirit In reply to Wisp-Night [2014-01-11 00:37:30 +0000 UTC]

Thanks , but I got help earlier^^

πŸ‘: 0 ⏩: 1

Wisp-Night In reply to YunSpirit [2014-01-11 01:02:58 +0000 UTC]

Sorry about that , I only noticed the other replies after I wrote and sent my own. Did any of them work?

πŸ‘: 0 ⏩: 1

YunSpirit In reply to Wisp-Night [2014-01-11 03:02:41 +0000 UTC]

Do not worry .
Yes it succeed! so now I will make my profile a little nicer!
Thanks so much to all of you for your help!

πŸ‘: 0 ⏩: 0

wolfstarfoxx In reply to YunSpirit [2014-01-10 00:40:43 +0000 UTC]

What you need to use is , but if I'm wrong, please ask the CSS Fairy or the Helper.


Hope this helps.

πŸ‘: 0 ⏩: 1

YunSpirit In reply to wolfstarfoxx [2014-01-10 02:44:44 +0000 UTC]

Thank you! ;hug:

πŸ‘: 0 ⏩: 1

wolfstarfoxx In reply to YunSpirit [2014-01-10 20:42:58 +0000 UTC]

You are welcome!

πŸ‘: 0 ⏩: 0

VSConcepts In reply to YunSpirit [2014-01-09 18:47:17 +0000 UTC]

:thumb000000:

πŸ‘: 0 ⏩: 0

GinkgoWerkstatt In reply to YunSpirit [2014-01-09 18:28:58 +0000 UTC]



For the IMAGE URL add the direct path to the image and for URL add the path to the reference sheet.

πŸ‘: 0 ⏩: 1

YunSpirit In reply to GinkgoWerkstatt [2014-01-09 19:24:47 +0000 UTC]

Thank you so much! Β I can not thank you enough .

πŸ‘: 0 ⏩: 0

KwehCat In reply to ??? [2013-12-20 08:18:20 +0000 UTC]

I am in need of some serious help >.<
I'm trying to do a custom box background. I know there are usually different results on different browsers, but I've never had such a huge difference!
In Photoshop, my dimensions are 1477 X 4404
Since I was using Opera, I tweaked sizes to make it look good there, but then I switched to Firefox and suddenly it is huge!
Here is what it looks like in Photoshop, Opera, Chrome, Safari, and Firefox:

How can I make it so it looks good in all browsers?

Account is =RoseThornStables if you want to see it live.

πŸ‘: 0 ⏩: 1

huina In reply to KwehCat [2013-12-20 09:59:58 +0000 UTC]

hmmm I went to take a look and I might assume that you didn't set a width to your background.which would fix it it for firefox and safari but would make it bug on chrome.Β 


The little explanation here is that chrome (and prolly opera too) are tweaking the background size to fit the window while Firefox and safari are putting it into a 100% fullview of the size. 1477px is way wider than an average column. The average column size on deviantart is 600px or so for average screens. You should aim around these values then.


I hope this helped you.

πŸ‘: 0 ⏩: 2

KwehCat In reply to huina [2013-12-20 20:53:00 +0000 UTC]

Ahhh, changing the size worked! Thank you very much!
And messing up with something so stupid is a good reason not to be coding at 3AM!

πŸ‘: 0 ⏩: 1

PlatinaCreari In reply to KwehCat [2014-01-22 05:14:25 +0000 UTC]

Hello, I was just dropping by the group's page and saw your comment! A friend of mine taught me a special trick for custom box bg images so that they are the same no matter what screen resolution/browser you use- especially useful for me because I use my full-resolution art as backgrounds on my main account PlatinaSi ;v; If you use (without the space between the " and the / at the end) for your background image source code, it'll automatically resize your bg image to fit the screen it is currently being viewed on without any cropping off and such. :3

Your bg image is really pretty, by the way~<3

πŸ‘: 0 ⏩: 0

RoseThornStables In reply to huina [2013-12-20 17:03:24 +0000 UTC]

I'll try that, thank you!

πŸ‘: 0 ⏩: 0


<= Prev | | Next =>