6thirty: (yoseob mask)
[personal profile] 6thirty2016-08-26 08:50 pm
Entry tags:

Line-Through Entry-Poster/Comment-Poster

Hi everyone. I'm Syx, and I'm trying to get rid of the line-through when you hover over the entry-poster and comment-poster. I checked the code, but I can't seem to find the reason why it's the only piece of code that won't convert to just underline.

Here is the code:


Could you please help me figure it out?

mergatrude: a skein, a ball and a swatch of home spun and dyed blue yarn (Default)
[personal profile] mergatrude2014-07-17 12:31 pm

[SOLVED] Column width in Practicality

Hi there!

Confession: I lurk around this community and pinch bits of CSS from other posts, tinkering with them to achieve the look I want. This means I don't really know what I'm doing.

I'm currently in the process of setting up [community profile] mcu_onyourleft using Practicality and a 800x200 banner.

I've stolen this bit of code and adapted it, but am not sure what adjustment to make in order to get the left side of the second column lined up with the left side of the banner. Does anyone have some advice?

html body {
padding-top: 0;
}
#header {
display: none;
}
#content {
background: url(http://ic.pics.livejournal.com/mergatrude/1028676/114853/114853_original.png) no-repeat 8px 0;
padding: 205px 0 0;
width: 808px;
}

Header/Text

Hi.

Is there anyway to make the text on the header not visible? I'm using practicality for [community profile] mood_music and I'd like to get rid of the journal title and page title so that just the image displays. How would I do that?

Thanks.
sharpiefan: Coffee beans, coffee grinder and coffee pot, text 'Coffee' (Coffee)
[personal profile] sharpiefan2012-01-05 08:35 pm

Increasing header height

(Ironic, I know, given the previous post!!)

I'm using Practicality for my personal journal, and have inserted a header banner using this code:

#canvas {
background-image: url(http://i26.photobucket.com/albums/c139/Sharpiefan/Sharpebanner1.jpg);
background-repeat: no-repeat;
background-position: top center;
padding-top: 250px;
}

I want to introduce a small margin (of about 10px) at the top and bottom of my banner, to give a bit of space between the banner and the nav bar, at the top, and the header box (or whatever it's called) underneath.

How can I do this? Or can't I?

Trying to increase the padding number to 270 just moves the header box down, without shifting the banner itself down as well.
yndigot: (Default)
[personal profile] yndigot2011-09-02 07:40 pm

Hating the caps...

Small caps. I'm over them. I want them to go away. They're all over EVERYTHING in Practicality (or ... just all over headers -- I guess everything is an exaggeration).

So. Can I get rid of them and have it use regularly capitalized text? For god's sake, how? My CSS knowledge is better than non-existent, but not by much, so talk like I'm stupid.

Practicality navigation strip

I'm using Practicality for a comm I created, [community profile] fannish_library_fest, and I'd like the navbar to be the site default of light or dark grey instead of matching the comm's colors. I found the code related to the navbar (I think), but I don't know what I need to do to change it back to the default options. Can anyone help?

Practicality navbar code )