HOME | DD | Gallery | Favourites | RSS
| deviantCSS
# Statistics
Watchers: 3081; Pageviews: 292740
# Group admins
# About me
deviantCSS is a full CSS and HTML resource/guide regarding available places on deviantART that you can use codes into it (e.g. Devious Journal, Custom Module, Artist's Comment, News Article, dAmn Chat, etc)
# Comments
Comments: 1587
aohoshi2008 In reply to deviartART [2010-05-03 07:17:41 +0000 UTC]
These journal skins,I cant just have a few things in front of me,I need every single detail in order.
Who are you,& why are you responding?
👍: 0 ⏩: 3
BaB-Jane In reply to aohoshi2008 [2010-05-11 12:35:17 +0000 UTC]
What do you mean "every single detail in order"?
You mean that you need to have all the explanations to make a journal skin step by step?
👍: 0 ⏩: 1
aohoshi2008 In reply to BaB-Jane [2010-05-11 17:48:11 +0000 UTC]
Of course! I always want to know every detail of things.
👍: 0 ⏩: 1
BaB-Jane In reply to aohoshi2008 [2010-05-11 19:14:54 +0000 UTC]
Well you can first check the tutorial gallery from this group, it would help you a lot. And there's also this tutorial [link] that is not into our gallery but if you are new to CSS and want to know the basics step by step, it will be very useful.
👍: 0 ⏩: 0
deviartART In reply to aohoshi2008 [2010-05-10 12:41:43 +0000 UTC]
I'm just one of this community!
👍: 0 ⏩: 0
dot-Silver In reply to aohoshi2008 [2010-05-05 17:17:37 +0000 UTC]
deviartART is a part of our CSSMakers. As am I. He obviously didn't understand your request and wanted more information.
To answer your question. This groups journal holds everything that you can use for journals html wise. Our gallery consists of free journal skins you can install to use.
But if you had taken a look at our gallery, you will have noticed we have a gallery folder called "Tutorials - Guides" which have tutorials and guides on making css journals.
Take a look at the folder -> [link]
I hope that helps
👍: 0 ⏩: 0
Tabitha-Habitat In reply to ??? [2010-04-29 06:28:04 +0000 UTC]
how do you change images and things in journals you download?? Is that a css thing or is it something completely different.
👍: 0 ⏩: 1
BaB-Jane In reply to Tabitha-Habitat [2010-04-29 08:26:19 +0000 UTC]
It depends, but most of the time the links of the images are located into the CSS code. If you want to change the header image, check the .journaltop part in the CSS and you should see the link to the image (also depending on how the code is made, but you should still find the link in the CSS).
But if you change the images on a CSS you doawload, keep in mind that you must not remove the credits of the original CSS maker.
👍: 0 ⏩: 1
Tabitha-Habitat In reply to BaB-Jane [2010-04-29 22:59:40 +0000 UTC]
thanks so much for your help
👍: 0 ⏩: 1
MindlessDreams In reply to ??? [2010-04-27 20:36:25 +0000 UTC]
How can I center the text in my deviant id box? If that's possible.. please help ^^
👍: 0 ⏩: 2
dot-Silver In reply to MindlessDreams [2010-04-28 00:42:31 +0000 UTC]
you need to be a subscriber to use any form of css.
👍: 0 ⏩: 1
dot-Silver In reply to MindlessDreams [2010-04-28 17:09:25 +0000 UTC]
Yea, here are some FAQs regarding to subscribers.
FAQ #28: What are the benefits of becoming a subscriber?
FAQ #148: What methods of payment are accepted for purchasing deviantART Subscription Packages?
and for regarding css:
FAQ #62: How do I use Journal skins?
FAQ #66: As a premium member, what extra journal features will I have access to?
I hope this clears things up for you.
👍: 0 ⏩: 1
MindlessDreams In reply to dot-Silver [2010-04-28 19:14:23 +0000 UTC]
Ohh! I see now, thank you!
👍: 0 ⏩: 0
Luffy-Kun In reply to ??? [2010-04-26 07:09:49 +0000 UTC]
I'm looking for the ones you use in your Gallery. Where are those?
👍: 0 ⏩: 1
dot-Silver In reply to Luffy-Kun [2010-04-28 00:44:15 +0000 UTC]
If you mean gallery css. Then you can find it here: [link]
It's by `AimanStudio
👍: 0 ⏩: 0
Keezuw In reply to ??? [2010-04-25 19:54:43 +0000 UTC]
Thank you for accepting! ^-^
This group is indeed very helpful~ <3
👍: 0 ⏩: 0
PASOV In reply to ??? [2010-04-16 23:23:17 +0000 UTC]
Hello
I face a little problem that could be easily fixed but i can't as I'm very begginer in CSS
My problem is that My journal contains links, which are also "acronym'd"
The links work, the problem isn't there
My problem is that those links are underlined, twice
Underlined once gray solid line and one dashed white (link + acronym I guess)
How can I make those links be simple, I mean just text (maybe if its possible, to make it turn black when pointed with mouse please)
link to that journal [link]
Thank you very much
BTW, I join the group now
I really need help with css codes
👍: 0 ⏩: 2
SilverPixiGirl In reply to PASOV [2010-04-18 21:36:18 +0000 UTC]
I don't see the abbr underline so maybe it's the browser you are using
I'm using firefox
👍: 0 ⏩: 1
SilverPixiGirl In reply to PASOV [2010-04-19 13:55:31 +0000 UTC]
the only thing i would change in your nav menu is the font size it's kind of small other than that good job!
👍: 0 ⏩: 1
dot-Silver In reply to PASOV [2010-04-17 12:22:48 +0000 UTC]
To make it just text, so there is no underline at all, you need to add the following into the css code.
.abbr {
text-decoration: none;
}
a {
text-decoration: none;
}
to make the links turn black when hovered over with a mouse. Add this.
a:hover {
color: #000000;
}
Hope that helps.
👍: 0 ⏩: 1
PASOV In reply to dot-Silver [2010-04-18 12:16:07 +0000 UTC]
the link underlines disappeared that's a good thing but the abbr ones didnt :/
[link]
👍: 0 ⏩: 1
dot-Silver In reply to PASOV [2010-04-19 02:34:24 +0000 UTC]
Just tried it out on my own journal. You can not get rid of the underline for the abbr. Your best bet is to take off the abbr tag and just have them as links.
👍: 0 ⏩: 1
PASOV In reply to dot-Silver [2010-04-19 12:54:32 +0000 UTC]
ok thanks a lot anyway I'll keep those abbr (will it disappear if I make those abbr as acronyms ? same fonction I think)
👍: 0 ⏩: 0
Roses-to-Ashes In reply to ??? [2010-04-12 22:50:28 +0000 UTC]
Hello!!
seems like everyone asks questions here.. so maybe I'll give it a shot. (sorry if I'm wrong)
Anywho.. I've seen a lot of people do this.. they change the background on widgets they place on their main page.. like #TheFlowerGroup But I can not find anywhere a tutorial with codes on how to do so... is there somewhere I can find a link on this? It would be very appreciated
Thanks!
~Adrienne
👍: 0 ⏩: 0
KhaosKreative In reply to ??? [2010-04-12 04:11:06 +0000 UTC]
whats the code for a scrollbox?
👍: 0 ⏩: 1
SilverPixiGirl In reply to KhaosKreative [2010-04-12 12:47:27 +0000 UTC]
well you can simply add
overflow:auto;
to any div or you can use
.journalbox .scrolltext {
font-size:12px;
float:right;
padding:5px;
overflow: auto;
width:240px;
height: 350px;
letter-spacing: 2px;
text-align: left;
clear:both;
}
so that you can make many scroll boxes
Hope that helped
👍: 0 ⏩: 1
KhaosKreative In reply to SilverPixiGirl [2010-04-12 22:32:18 +0000 UTC]
cool but how do i make them work in the journal like for example to make a blockquote you can put the code in the css but then you have to but
👍: 0 ⏩: 1
SilverPixiGirl In reply to KhaosKreative [2010-04-12 22:54:11 +0000 UTC]
in your journal content area
you would put the corresponding html
with the
.journalbox .scrolltext {
font-size:12px;
float:right;
padding:5px;
overflow: auto;
width:240px;
height: 350px;
letter-spacing: 2px;
text-align: left;
clear:both;
}
in your CSS
👍: 0 ⏩: 1
KhaosKreative In reply to SilverPixiGirl [2010-04-13 04:20:58 +0000 UTC]
k thanks very much
👍: 0 ⏩: 0
roovel In reply to ??? [2010-04-05 16:57:18 +0000 UTC]
Is there any way to remove the mood under the journal submissions through CSS ? It s becoming annoying.
👍: 0 ⏩: 2
BaB-Jane In reply to roovel [2010-04-07 09:55:10 +0000 UTC]
Well I don't know how is your code composed, but when I code my CSS, I use "list" for the mood. So if it's the same for you, you can try:
.list
{
display: none;
}
👍: 0 ⏩: 1
roovel In reply to BaB-Jane [2010-04-07 10:00:51 +0000 UTC]
fixed it thanks. and that is the appropriate code indeed since i use ui.list
👍: 0 ⏩: 1
BaB-Jane In reply to roovel [2010-04-07 18:42:25 +0000 UTC]
OK, well then it works the same way, no matter what you are using.
👍: 0 ⏩: 1
roovel In reply to BaB-Jane [2010-04-25 18:11:09 +0000 UTC]
another question ::
see my profile page i even set the journal title to display none but then i still have "Journal entry:" in display.
knowing i even want to take that display out.
other : the ""comments count and link"" i want them out too.. if you figure out a way would be seriously pleased.
thank you.
👍: 0 ⏩: 1
BaB-Jane In reply to roovel [2010-04-25 19:37:51 +0000 UTC]
Try to settle a 0px font for the "journal entry" thing. It's not really part of the journal title, depending on how you coded your journal, it's journaltop or journalspan. So put a 0px font (be careful not to mix with the journal title though) and it should be invisible.
For the comment and links, I'm not sure you can remove them, I've never done it myself. You can replace them by an image instead, that I'm sure of, but remove them completelly, I don't know. I guess that if you can, you should try the "display: none;" thingy into the correct div in your CSS, or try the 0px font as well, although I'm not sure about that here.
👍: 0 ⏩: 1
roovel In reply to BaB-Jane [2010-04-25 19:44:29 +0000 UTC]
i've previously tried display none and 0px under span and h2 doesn't work.
doesn't care much about the journal title in any case
i don't exactly know regarding the comments class, maybe i should code under the same class name 'commentslink' since :
< a class="commentslink" href="/journal/31734278/#comments">12 Comments
👍: 0 ⏩: 0
AimanStudio In reply to roovel [2010-04-05 19:08:15 +0000 UTC]
sure, just add in you CSS box--> ul.list{display:none}
👍: 0 ⏩: 1
PatrickRuegheimer In reply to ??? [2010-03-30 09:09:57 +0000 UTC]
The Submit a Question button code for sending a note doesn't work anylonger in the new dA Version. D:
👍: 0 ⏩: 1
AimanStudio In reply to PatrickRuegheimer [2010-03-30 13:01:44 +0000 UTC]
yeah, I knew this bug, and thank you very much.
👍: 0 ⏩: 1
<= Prev | | Next =>