Idiot questions parts 21

Posted 9 years, 4 months ago (Edited 5 years, 5 months ago) by Mallicat

HOW DO I MAKE THE 9 GO AWAY AFTER THE WORD GALLERY--

7971665e89.png

am1cabl3

Mallicat im assuming you know how to change font n stuff normally you just don't know what selector to use? if not lemme know;; 

editing the top bar stuff is all under #header so just change stuff in that

for profile & recent images change the properties of .character-text-title and .character-recent-images-title 

for view more i think just changing .button should do it????

ummm the thin lines yes, for that .character-fields-title, .character-text-title, .character-recent-images-title { border-bottom: #ddd solid 1px; } just change the hex to w/e you want for the color, if you want it hidden just change it to 0px

for stat box use .character-stat-row

to hide the icon use the magic display: none; property sooo.... .display-user-tiny img {display:none;} ???? i think lmao...

and for sidebar .display-character img {display:none;}

 

lemme know if this stuff works for you i'm just giving it off the top of my head without testing!!

Mallicat

.

am1cabl3

Mallicat my username's not in allcaps, that's just the forum's text formatting. also i'm premium as well (see the little star by my name?) so i don't need any invitation codes, thanks for the offer though! i'm just doing this because i wanna help people with their css.

i made a mistake with the button for view more, you want to change .button.secondary

i leave the header alone as well to make my page intergrate more into the overall site layout so i haven't messed with it at all, what do you want to do specifically? o h o

Mallicat

.

Arplin

Mallicat

Changing the CSS for the table to width:auto should fix it.

But if that doesn't work, changing the columns to a % width will fix it - if you have three items of data, then width 33%, if you have 4 then 25%, etc.

If you need further detail, let me know and I'll give you exact code if you want?

Mallicat

.

Mallicat

 

mrpuppychow

Mallicat I don't think there's a way to get rid of that part. There aren't enough HTML pointers to make the appropriate rule acceptable by TH's evil filter. You can try the following rule, but I'm pretty sure that the :last-child psuedo-selector is unallowed.

.character-stats .character-stat-row:last-child {display: none;}

Again, that's essentially the only code for it. If it doesn't work, there isn't a way to get rid of it, I guess.

Mallicat

 

Pinky

add in:

#main {background:none !important;}

should clear it up (o o)d

Mallicat

 

Mallicat

 

Pinky

I'm a little confused on what you want- from what i can tell, all you have to do is click to open the box. If you are worried people won't realize to click, you can title it "click for spoilers" or something like that

if you want to give it a more button like appearance, you could set it so that the title div displays differently, or make it so that it's text content has it's own bg. the ".spoiler-title" is the css is what controls the appearance of the title bar- right now it is set to 100% width, you can always make it less wide and round the edges