[personal profile] refno619012 posting in [community profile] style_system
Hi all!

I just joined DW a few days ago, and I've managed to get my layout basically to how I want it to look. There are a few things I need help with, though:
  • I'd like to add a tiny one-pixel-wide border around my header, entries, modules, and entry comments, but am not sure what code to use.
  • I'd also like to put the titles of my entries and the headers of my modules in lower-case letters. I tried looking through the customization options, but there doesn't seem to be one for capitalization. :\
  • And lastly! I've noticed that the width of my header and layout are dynamic and change as I shrink the browser window. Is there any way to change both so that they are static?
I'd appreciate any help that anyone could offer me. :)

Date: 2013-01-09 06:09 pm (UTC)
syntheid: [Elementary] Watson drinking tea looking contemplative (Default)
From: [personal profile] syntheid
#header, #footer {
	width: 700px;
}
#header, .entry, .comment {
	border: 1px solid #7c52ab;
	border-top: 10px solid #7c52ab;
}
.module-header {
	text-transform: lowercase;
}


So if you add that to your custom css that should do what you want? You'll have to change the size of the header/footer from 700px to your desired size.
Edited Date: 2013-01-09 06:09 pm (UTC)

Date: 2013-01-11 05:58 am (UTC)
syntheid: [Elementary] Watson drinking tea looking contemplative (Default)
From: [personal profile] syntheid
#content {
     width: 622px;
}


Should fix the width of the entries the way I think you're asking? I'm not sure about the navigation. If you mean the "previous 50" links at the top to be as wide as the header block, you can do something like this:

#content {
     margin: 65px 0 0;
}
.topnav {
     position: relative;
     margin: -50px 0 13px -297px;
     left: 84px;
     width: 1010px;
}


Will more or less do it, if you can live with it sometimes being a couple pixels off to one side or the other?

Also if you want whatever font it was listed in, not uppercase or lowercase, it's just
text-transform: none;

Date: 2013-01-10 02:33 am (UTC)
tropicsbear: Tadashi carrying Ainosuke bridal style (Default)
From: [personal profile] tropicsbear
For the lowercase letters you can try inserting text-transform: lowercase; in the area where you modify the respective elements.

Date: 2013-01-11 02:47 pm (UTC)
dancing_serpent: (Default)
From: [personal profile] dancing_serpent
I think you mean something like this?

#canvas * {
font-variant: normal;
}

Date: 2013-01-11 05:53 am (UTC)
tropicsbear: Tadashi carrying Ainosuke bridal style (Default)
From: [personal profile] tropicsbear
In that case, there should be something along the lines of text-transform: uppercase; in the section for the title entry. Delete that line and it should be fine.

Profile

Dreamwidth style system discussion

October 2025

S M T W T F S
   1 234
567891011
12131415161718
19202122232425
262728293031 

Style Credit

Expand Cut Tags

No cut tags
Page generated Jan. 9th, 2026 02:37 am
Powered by Dreamwidth Studios