HOME | DD

GinkgoWerkstatt β€” Code Basics: Absolute Mood

Published: 2010-09-13 17:51:39 +0000 UTC; Views: 4240; Favourites: 70; Downloads: 254
Redirect to original
Description


You need to have a Premium Account or to be a staff member/volunteer to use this


Every now and then it happens that i get asked how to code certain features for journals and similar to that i often see journals where someone struggles with coding from scratch or doesn't exactly know how to do what.
That's why i figured out that it might be helpful to have several very(!) basic code snippets, people can use to get started.

All these code snippets are rather plain code, mostly without any fancy images and much colors. They should just show the start. The possibilities of what can be done with that code are endless.
Also these snippets do not affect the journal in general, they will just add that featured "journal element" and nothing more.

I hope that this will be helpful for some people. To use the code snippets just click install. Everything can be found in the Skin Header or Footer and in the CSS form area.
No additional content code is needed!


Keep in mind that all these code snippets will refer to the gruze-structure, in case special journal classes will be affected by the code.







This code has additional information in the CSS code with explanations.
Usually the mood list is below the bottom links.


Have suggestions for more basic codes? Just leave a comment or note me!


Code Basics:
Scrollbox
Topmenu
Sidebar (floating)
Sidebar (absolute)
Mood-List (absolute Position, without any background)
Topmenu (absolute Position)


Planned:
Credit (absolute Position)



Depending on my time, motivation and how useful this will be for people i might add more advanced code snippets later as well.

Related content
Comments: 17

CuppieGoku [2015-02-01 09:11:52 +0000 UTC]

Thank you for making this! i plan on using this now that i know how to use css coding more!
it took me a bit till i had to edit out some things in my code now it shows up!

Thank you for thisΒ  Β 

πŸ‘: 0 ⏩: 1

GinkgoWerkstatt In reply to CuppieGoku [2015-02-01 09:18:23 +0000 UTC]

DA often changes its code structure, so it can happen that things don't work 100% right anymore after some time. And as this is already 4 years old, I am sure it needs some fixes to work right again.
But good to hear that you figured it out

My pleasure

πŸ‘: 0 ⏩: 0

L-A-B-R-A-D-O-R [2013-01-26 12:23:43 +0000 UTC]

We need to give credit if we edit the code a lot?

πŸ‘: 0 ⏩: 1

GinkgoWerkstatt In reply to L-A-B-R-A-D-O-R [2013-01-26 13:58:42 +0000 UTC]

No, credit is not needed for these.

πŸ‘: 0 ⏩: 1

L-A-B-R-A-D-O-R In reply to GinkgoWerkstatt [2013-01-26 17:23:48 +0000 UTC]

Okay! Thanks

πŸ‘: 0 ⏩: 0

letrainfalldown [2012-10-09 08:05:16 +0000 UTC]

This isn't working for me. X.x
No matter what I'm using, the mood box refuses to show up. X.x

Here . Help, please? D;

πŸ‘: 0 ⏩: 1

GinkgoWerkstatt In reply to letrainfalldown [2012-10-09 15:44:53 +0000 UTC]

It's not working because the mood was removed for this skin. If you want it to show up, then you have to remove "ul(display: none" in your CSS.

And btw i saw that you are working on a skin for someone else using code of the "Blue Dunes" journal. I hope you do not plan to use my free skin for commissions because that will be against my skin rules.
It's fine to combine the code basics for that, but not code of free skins.

πŸ‘: 0 ⏩: 1

letrainfalldown In reply to GinkgoWerkstatt [2012-10-09 17:17:33 +0000 UTC]

Ah, okay. .... X.x of course it was something like that, haha.

At what point would the code not be considered yours? I used the old journal css (like old vs. gruze) like yours, and it shares a similar link box style with yours, but beyond that, it's pretty much completely different... Like almost nothing is the same beyond that. :/
There's only so many ways to code something in HTML/CSS. D;

πŸ‘: 0 ⏩: 1

GinkgoWerkstatt In reply to letrainfalldown [2012-10-09 18:11:42 +0000 UTC]

If it is written from scratch, doesn't use major parts or exact copies of my(or other peoples) journal templates of if made with the help of tutorials.

"There's only so many ways to code something in HTML/CSS. D;"
Of course, but when i looked at that skin the code for the link box you have used was a bit too similar (same properties, same values, same order, same class name) like the code that i did for the "Blue Dunes" skin. That doesn't really happen in a regular case. It's ok to be inspired or to look up how others coded something, but you should still be able to do it on your own. Otherwise it's always just a modifying and you will hardly improve your CSS skills.
I don't want to blame you, but even with code you can have kind of a signature so it's easy to spot "your" code and it will avoid trouble.

Just want to mention it in case you will offer more commissions in the future. And in case there is code you want to use, but couldn't work out on your own just ask the skin creator. Most of them will give permissions for the re-use.

πŸ‘: 0 ⏩: 1

letrainfalldown In reply to GinkgoWerkstatt [2012-10-09 19:46:09 +0000 UTC]

I'll change the link box. XD

Besides the link box, is there anything else I should change? I could theoretically do it all on my own but just rewriting it based off of your code is easier since it means I don't forget any element. Hope that's okay?

And okay. XD

πŸ‘: 0 ⏩: 1

GinkgoWerkstatt In reply to letrainfalldown [2012-10-10 15:32:25 +0000 UTC]

Re-writing alone won't help you much to understand and improve CSS though. If you make your own mistakes you will remember things later more easily and are able to spot buggy code on your own.

πŸ‘: 0 ⏩: 1

letrainfalldown In reply to GinkgoWerkstatt [2012-10-10 17:51:25 +0000 UTC]

LOL, I can spot buggy code on my own. I've coded whole web layouts before.
Even if I rewrote the whole thing it'd look pretty similar to what I have now. Only thing might be that the parameters might be in different places.

πŸ‘: 0 ⏩: 0

jFar920 [2011-07-22 20:18:21 +0000 UTC]

Cool, I used your top menu on my journal, but what's even cooler Linkin Park is what you were listening to!

πŸ‘: 0 ⏩: 1

GinkgoWerkstatt In reply to jFar920 [2011-07-23 06:30:33 +0000 UTC]



They do make some good music

πŸ‘: 0 ⏩: 0

alesfuck [2010-09-13 17:57:04 +0000 UTC]

It's cool, but i don't have premium membership T.T

πŸ‘: 0 ⏩: 1

GinkgoWerkstatt In reply to alesfuck [2010-09-13 19:34:11 +0000 UTC]

Maybe one day

πŸ‘: 0 ⏩: 1

alesfuck In reply to GinkgoWerkstatt [2010-09-13 19:41:05 +0000 UTC]

yes *o* one day!

πŸ‘: 0 ⏩: 0