Comments: 314
GinkgoWerkstatt In reply to ??? [2015-11-16 06:34:37 +0000 UTC]
Gruze is the basic code of DA these days, with the old code still working.
When you start with a blank journal you have the gruze code, as soon as you add .journaltext, .journaltop etc the code will get switched to the old classes, as you can't combine them. Means you have to decide which code you want to use before you add any classes.
Those gr-classes create a 1px border and their edges .
👍: 0 ⏩: 0
RetSamys [2013-02-17 16:49:04 +0000 UTC]
Höh? Was ist denn der Unterschied zwischen dem alten Journal und Gruze? Lässt sich das (außer für .text) nicht 1 zu 1 übernehmen?
👍: 0 ⏩: 1
GinkgoWerkstatt In reply to RetSamys [2013-02-17 17:18:09 +0000 UTC]
Gruze hat wesentlich mehr Klassen, als die alte Version. Der Grundaufbau ist natürlich gleich, aber die Art wie es verschachtelt wurde hat sich ebenfalls teilweise geändert.
Gleichwertig zwecks übernehmen sind die folgenden:
.journaltop = .gr-top
.journalbottom = .bottom
.journalbox = .gr-box
.journaltext = .gr-body oder .text
Der hauptsächliche Unterschied liegt in den Details und wie sich die Elemente zueinander verhalten. Bei einfachen Layouts spielt das sicherlich keine Rolle, wenn es komplexer wird allerdings schon.
👍: 0 ⏩: 0
ClearFog [2012-08-22 03:32:07 +0000 UTC]
Awesome!
👍: 0 ⏩: 1
GinkgoWerkstatt In reply to MoonyArsaraidh [2012-08-12 17:07:37 +0000 UTC]
Hey,
ne die Sachen gibt es alle nur in englisch. Konnte mich nie dazu durchringen auch ne deutsche Version zu machen. Generell würde ich aber empfehlen mit gruze zu arbeiten. Ist zwar am Anfang etwas komplizierter aber arbeitet sich, meiner Meinung nach, wesentlich besser damit.
👍: 0 ⏩: 1
3K-more [2012-07-10 19:40:25 +0000 UTC]
Habs getestet - bei dem .text ul lässt sich nichts mehr machen damit - jedenfalls bekomm ich es nicht hin <.<
👍: 0 ⏩: 1
GinkgoWerkstatt In reply to 3K-more [2012-07-11 18:15:19 +0000 UTC]
Das geht mit .list {display: none;} oder .f{display: none;} weg.
.text ul wäre für den Inhaltsbereich. Das Mood-Ding gehört aber nicht mehr zu .text dazu.
👍: 0 ⏩: 1
JuliaGraceArts [2012-05-10 03:43:50 +0000 UTC]
Thank you so much, I have been looking for this info!!!
👍: 0 ⏩: 1
JuliaGraceArts In reply to GinkgoWerkstatt [2012-05-17 00:27:41 +0000 UTC]
Hey.... here's another one of those "can't figure it out" questions. I have made my .text div scroll, however, no matter what I try I cannot get the scrolling area to a height greater than 480px. From what I can see... it's because there's a div within(?) .text that has a set height that I cannot find the hook for. It holds .textarea, which I can change.
If that at all makes sense to you..... do you have any suggestions?
👍: 0 ⏩: 1
GinkgoWerkstatt In reply to JuliaGraceArts [2012-05-17 10:01:11 +0000 UTC]
You mean like this [link] ?
It works without problems for me D:
I just used this code
.text{
margin: 20px;
height: 700px;
overflow: auto;
border: 1px solid;}
👍: 0 ⏩: 1
JuliaGraceArts In reply to GinkgoWerkstatt [2012-05-17 14:05:42 +0000 UTC]
Oh my gosh... wow. Apparently the text input box when you are editing the journal/skin does not reflect the same changes as .text (and can look down right wonky!) 0_o .... Once I started using preview I realized it was working like yours. /headdesk
OH MY GOSH!!! Again.... this solves the Justify issue too. The text input box reflects left, right, and center, but not Justify. Once you preview it or publish, it's justified. How strange is that.
Well, I'll remember to always check the preview now. Thanks so much for letting me know there were gremlins afoot and I wasn't crazy!!
👍: 0 ⏩: 1
CloverWing [2012-04-26 14:27:06 +0000 UTC]
lol one of the reactions was fear >w<
Thanks for all the tutorials!
Would you happen to know how to make a fluid table with images for borders (for the custom boxes, not journal)?
Kind of like a 9x9 table but with 'set sized' borders and repeating image backgrounds....
Let me know if you have an idea ;w; thanks!
👍: 0 ⏩: 1
GinkgoWerkstatt In reply to CloverWing [2012-04-26 19:53:04 +0000 UTC]
For the custom boxes you can only use default dA code, because using CSS/HTML there is a bug. You won't be able to add extra classes etc to modify it to your own liking.
👍: 0 ⏩: 0
GinkgoWerkstatt In reply to light-usagi [2012-01-17 14:48:31 +0000 UTC]
Hm, isn't there any skin looking similar to that? D:
👍: 0 ⏩: 1
rice-chex [2012-01-02 23:05:23 +0000 UTC]
thanks so much for this! how would I go about making the comments link disappear?
👍: 0 ⏩: 1
GinkgoWerkstatt In reply to rice-chex [2012-01-03 09:07:50 +0000 UTC]
.commentslink{display: none;} or .bottom{display:none;} if the whole footer area should be deleted.
👍: 0 ⏩: 1
CheezyWEAPON [2011-12-19 05:28:04 +0000 UTC]
I've been looking for sometihng exactly like this.
Wish they put it in the faq at least so I don't have to magically guess the selectors/classes. :/
Thank you for pointing out the pieces of the template too. ^^
👍: 0 ⏩: 1
| Next =>