。 (
ex_kakkoi994) wrote in
style_system2013-02-23 06:23 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
halp: adding banner & cbox?
Hey!
Hopefully I haven't screwed this up too much. This is my first time posting here and my first time editing anything on dreamwidth.
Here is my community. I was wondering how could I get an image banner over top of the "recent entries", "friends' entries", etc. bar at the top. I can't get it to work no matter what I attempt to do.
Second question is: would it be possible to add a cbox to the layout?
It would be a cbox hosted by cbox.ws. I would like it to be on the side, preferably underneath the description. I'm generally really good at working out css since I do a lot of forum design but dreamwidth is a totally new beast to tame.
Thanks for all the help, guys.
Hopefully I haven't screwed this up too much. This is my first time posting here and my first time editing anything on dreamwidth.
Here is my community. I was wondering how could I get an image banner over top of the "recent entries", "friends' entries", etc. bar at the top. I can't get it to work no matter what I attempt to do.
Second question is: would it be possible to add a cbox to the layout?
It would be a cbox hosted by cbox.ws. I would like it to be on the side, preferably underneath the description. I'm generally really good at working out css since I do a lot of forum design but dreamwidth is a totally new beast to tame.
Thanks for all the help, guys.
no subject
#canvas {
margin-top: 10px;
background-image: url(URL OF YOUR BANNER HERE);
background-repeat: no-repeat;
background-position: top center;
padding-top: 260px;
}
Replace the numbers of px with the padding you want (where I have 10px) and the height of your banner (where mine's 260px.) I also added 10 px to the banner height to give a margin below it - the actual banner on mine is 250px.
And I don't think it's possible to have an interactive cbox embedded in a DW journal; I tried for a community for my own RPG. DW has disabled Flash, as a security risk (or at least, they did have it disabled at one point, and I don't know that they've re-enacbled it)
The best I can suggest is that you have a link to your cbox so your RP members can have it open in another tab if they want to?
no subject
As for the css code ... didn't work. No matter what I do, no image will show up. I even inspected the element on your page, copied the code verbatim, and it still didn't work.
no subject
no subject
no subject