HOME | DD

Published: 2012-03-06 21:19:26 +0000 UTC; Views: 5842; Favourites: 65; Downloads: 367
Redirect to original
Description
A nice little text file with easy (in my opinion) to follow instructions, with colours in the CSS that help indicate what is what, and most importantly: the parts that you need to change to get what you wantIf you need help with the CSS, ask
For all the available boxes & their colours, please took at ziinyu 's profile
---
CSS coding for galleries:
CSS coding for galleriesCSS coding for gallery folders (see my gallery folders for examples)
---
body {background-color: #000000;
background-image: url("https://background_image_here.jpg");
background-attachment: fixed;
background-position: right bottom;
font-family: "Times new roman";
font-size: 16px;
color: #FF0000;
}
div.folderview-top h2 {
text-align: center;
color: #600000;
font-family: "Times new roman";
font-size: 40px;
border: 3px double #600000;
background-color: #000000;
padding: 9px 9px 9px 9px;
opacity:0.75;
}
div.description {color: #FF0000; border: 3px double #600000;
text-align: center;
padding: 9px 9px 9px 9px;
background-color: #000000;
opacity:0.75;
}
div.folderview-top a {
color: #000000;
}
div.folderview-top a:hover {
color:#600000;
text-decoration: none;
}
div.folderview-art img {
background: #000000;
padding: 3px;
border: 3px double #000000;
}
div.folderview-art img:hover {
background: #000000;
padding: 3px;
border: 3px double #600000;
}
div.folderview-art a {
color:#FF0000;
Related content
Comments: 40
Damien-Shade [2015-12-04 18:53:07 +0000 UTC]
Is it possible to have custom cursers set up for widgets, and not just journals and galleries?
π: 0 β©: 1
Shimaira In reply to Damien-Shade [2015-12-30 21:16:08 +0000 UTC]
Not to my knowledge, sorry
π: 0 β©: 1
Damien-Shade In reply to Shimaira [2015-12-31 06:11:09 +0000 UTC]
Aww that's ok. I tried everything hahahaa but nothing worked.Β
Thanks for answering me back, though
π: 0 β©: 0
WingedSonar [2014-10-12 03:10:03 +0000 UTC]
Thank you! I always wanted to try out that widget but never fully understood CSS enough to bother with it. Grabbing and forwarding!
π: 0 β©: 1
LucyNickBakura [2014-02-16 14:13:34 +0000 UTC]
Interesting! I knew there must be a way to code default widgets! Thanks!
π: 0 β©: 1
LucyNickBakura In reply to Shimaira [2014-02-17 19:43:02 +0000 UTC]
Keep posting if you find something interesting!
π: 0 β©: 0
p-l-u-m-b-u-m [2013-03-04 05:33:37 +0000 UTC]
is there any for donation pools? It covers up the meter and the 'donate' button :/
π: 0 β©: 1
Shimaira In reply to p-l-u-m-b-u-m [2013-03-04 13:52:50 +0000 UTC]
Oh dear, good question o__o I've never tried it on that...
π: 0 β©: 1
Shimaira In reply to p-l-u-m-b-u-m [2013-03-05 21:06:51 +0000 UTC]
I just played around a bit, you can use the code for "custom widgets", however the background will go over the bar, if you want to avoid this, change the 2x "< br>" in the first lines of the CSS to 8x and that should make the background start lower.
The most "beautiful" solution would me to make a custom background in the PNG format and make the part where the bar will appear transparent... But that's something that will probably take a lot of time and I don't know how skilful you are with this
Hope this helps
π: 0 β©: 1
p-l-u-m-b-u-m In reply to Shimaira [2013-03-06 00:42:01 +0000 UTC]
Thanks! I tried, works!
About the transparency thing, I'll do that for a try as well! THANK YOU SO MUCH!!
π: 0 β©: 1
Shimaira In reply to p-l-u-m-b-u-m [2013-03-06 18:20:43 +0000 UTC]
Awesome
Also, I just looked at your page and I want to give you a little tip: I have big screen and the background you're using doesn't fully cover the widgets for me. Perhaps you can try to place 3 images next to each other? (just copy the background image code), and I'm saying 3 as then it will still look the same for you, but to people with bigger screens the "blank" sides will also be coloured
π: 0 β©: 1
p-l-u-m-b-u-m In reply to Shimaira [2013-03-07 02:55:26 +0000 UTC]
I never knew that could happen XD
Again, thank you so much for the amazing tips!
You're a life saver!!
π: 0 β©: 1
Shimaira In reply to p-l-u-m-b-u-m [2013-03-07 23:15:28 +0000 UTC]
My pleasure hun <3 I like to get tips myself so giving them when I can is just natural If you've got any questions feel free to ask more
I'll try to help
π: 0 β©: 0
Shimaira In reply to Colby-Justus [2013-01-21 21:50:01 +0000 UTC]
ehm It's like a special computer language used to code stuff, like HTML or javascript...
Could you perhaps be more specific?
π: 0 β©: 1
Colby-Justus In reply to Shimaira [2013-01-22 23:13:12 +0000 UTC]
thats just it i keep hearing the turm CSS code and idk what it is or what it stands for
π: 0 β©: 1
Shimaira In reply to Colby-Justus [2013-01-23 15:36:56 +0000 UTC]
Well if you REALLY want to know what it is... [link]
π: 0 β©: 0
lincart [2012-11-04 01:35:48 +0000 UTC]
Hi! I was wondering if you knew the answer to my question and could help me! I want to make my custom widget longer than it is and change the text colour, but I can't find out how and where to do that. Thanks so much!
π: 0 β©: 1
Shimaira In reply to lincart [2012-12-27 13:03:01 +0000 UTC]
Making it longer can be done easily, though it depends on the codes you're using. As for text colour, you can't freely change that last time I checked You could make it for example blue with a certain code though... (Sorry for the very late reply)
π: 0 β©: 0
DemiKaiVisions [2012-08-05 08:27:08 +0000 UTC]
Sorry to ask a stupid a stupid question, but i'm confused. I have tried to read the code. I don't understand it. I'm trying to make a "to do list" and I'm trying to make a box where my text can be seen over my dark background. I have no clue how to do that nor if it is possible to just change the text color. Do you think you could help me?
π: 0 β©: 1
Shimaira In reply to DemiKaiVisions [2012-09-03 18:33:32 +0000 UTC]
Sorry for the late reply, personal issues...
---
Hello there, it's not possible to change the text colour sadly (or dA has changed that during by absence)
Which code did you use? (you should try editing this one: "Custum widgets - Background + 1x text")
If you're still stuck poke me again (and I'll try to answer sooner
π: 0 β©: 1
DemiKaiVisions In reply to Shimaira [2012-09-03 22:49:32 +0000 UTC]
I just changed the background, but thanks for helping me
π: 0 β©: 0
RuddersCreations [2012-07-20 03:18:28 +0000 UTC]
I read the txt file I tried many different things.. but NOTHING is just letting me change my background to a simple blackish grey... It always sticks the bg image infront of everything else.. I just want the coding to have a simple plain background in my widget boxes -.-;
π: 0 β©: 1
Shimaira In reply to RuddersCreations [2012-07-23 18:19:19 +0000 UTC]
Could you send me the code via note and I'll see if I can fix it
π: 0 β©: 0
SenshirouGiou [2012-04-24 11:32:40 +0000 UTC]
i am a new to this, so can you tell me how to increase the size of custom widget box ?
π: 0 β©: 1
Shimaira In reply to SenshirouGiou [2012-04-24 19:05:56 +0000 UTC]
You can edit the height with adding "
" however most auto-size to the content
π: 0 β©: 1
SenshirouGiou In reply to Shimaira [2012-04-25 11:13:16 +0000 UTC]
i dont understand what i have to do.but thanks for replying.
π: 0 β©: 1
Shimaira In reply to SenshirouGiou [2012-04-25 19:31:25 +0000 UTC]
Okay, could you please tell me what you're trying to do, which code you're trying to use and what you want to create with it? That way I can pinpoint the problem better
π: 0 β©: 1
SenshirouGiou In reply to Shimaira [2012-04-26 08:28:50 +0000 UTC]
um sorry i am really bad at html, i am trying to make the custom widget box bigger so that it can include images one after another.
π: 0 β©: 1
Shimaira In reply to SenshirouGiou [2012-04-29 15:09:31 +0000 UTC]
The box will fit to the contents, so if you have 2 or even 10 pictures underneath each other it should get bigger automatically
π: 0 β©: 1
SenshirouGiou In reply to Shimaira [2012-04-29 16:44:11 +0000 UTC]
thats the problem it's not happening. thank you for your help.
π: 0 β©: 1
Shimaira In reply to SenshirouGiou [2012-05-03 21:23:51 +0000 UTC]
Could you send me a note or stash the code you're using so I can fix it?
π: 0 β©: 0
LadyFenris [2012-03-12 13:31:28 +0000 UTC]
I'd love my page to look similar to yours; where do I add the code bits to the editing to do that? I do have a premium acct.
π: 0 β©: 1
Shimaira In reply to LadyFenris [2012-03-12 20:09:37 +0000 UTC]
Did you download the text file and read that?
Because if you did you need to clarify your question a bit more, because I thought I explained that bit (also, do you mean what in the code you need to edit, or where to put the edited code on your profile?)
π: 0 β©: 1
LadyFenris In reply to Shimaira [2012-03-13 04:06:08 +0000 UTC]
I sent you a note on it. I feel like a bit of a neophyte with this, because I don't know where to look to make the changes
π: 0 β©: 1
Shimaira In reply to LadyFenris [2012-03-13 20:50:29 +0000 UTC]
Note replied <3 and no worries We all have to start somewhere
π: 0 β©: 0