1 2 |
|
---|---|
Posted by | LF: css/html help |
m.πΊ | G4 x4 hibiscus ferus (#196896) Punk View Forum Posts Posted on 2020-03-18 18:43:02 |
could someone help me with css/html? most of my page is fine for my den. the top bars, achievements, and chat are all correctly colored. for some reason, there is css in place for the bars that go above your profile info, lion, and the remaining lower bars, but they're still default colors and i don't know why. here is the link to the css. it's embedded in a short amt of html on my page, but looking through it, i don't think any of that contributes to it not showing up. just in case, here is the link to the html that's in the box on my page, too. 0 players like this post! Like? |
Xar π I.R.I.S. (#18770)
Divine View Forum Posts Posted on 2020-03-18 20:20:35 |
m.πΊ | G4 x4 hibiscus ferus (#196896) Punk View Forum Posts Posted on 2020-03-18 20:29:25 |
Xar π I.R.I.S. (#18770)
Divine View Forum Posts Posted on 2020-03-18 20:45:37 |
.table .top, .table th, .table .bottom {background: rgba(###);border: 1px solid #hex;} .table .right, td, .table .right_odd {background: rgba(###);border: 1px solid rrgba(###);color: #hex;} .inner-table .right {background: rgba(###);border: 1px solid rgba(###);color: #hex;} .inner-table .left, .table .left {background: rgba(###);border: 1px solid rgba(###);color: #hex;} Above is the format that I use for all my codes and it works. I had a CSS that was having trouble updating its format unless I physically hit 'Save' in my den info each time I changed something. 0 players like this post! Like? |
m.πΊ | G4 x4 hibiscus ferus (#196896) Punk View Forum Posts Posted on 2020-03-18 21:09:47 |
still no ): i know it's usually always one tiny thing but idk what it is 0 players like this post! Like? |
Xar π I.R.I.S. (#18770)
Divine View Forum Posts Posted on 2020-03-18 21:22:52 |
Damn. What is it we are missing? CSS has been all wonky today. Your coding is straight. Lemme look at it as a whole again . 0 players like this post! Like? |
Xar π I.R.I.S. (#18770)
Divine View Forum Posts Posted on 2020-03-18 21:23:49 |
m.πΊ | G4 x4 hibiscus ferus (#196896) Punk View Forum Posts Posted on 2020-03-18 21:24:21 |
https://www.dropbox.com/s/gjsaha795xdqjqr/stylesheet%209.css?dl=0 here you go! 0 players like this post! Like? |
Xar π I.R.I.S. (#18770)
Divine View Forum Posts Posted on 2020-03-18 21:26:40 |
link Dropbox is showing your errors with the red boxes, so try closing your .chat_dark and removing the semicolon in front of !important 0 players like this post! Like? |
m.πΊ | G4 x4 hibiscus ferus (#196896) Punk View Forum Posts Posted on 2020-03-18 21:38:14 |
oh my god thank you sooooooo much. just one more thing. do you know how to move the boxes up on my page? for some reason they default pretty low on the page. upsizing the height doesn't help. 0 players like this post! Like? |
Xar π I.R.I.S. (#18770)
Divine View Forum Posts Posted on 2020-03-18 21:43:23 |
Yeah, just remove your breaks ^_^ or the space between the two. It shows here as br lines 0 players like this post! Like? |
m.πΊ | G4 x4 hibiscus ferus (#196896) Punk View Forum Posts Posted on 2020-03-18 22:03:49 |
thank you SO much for all of your help! i didn't see you using it on your page, but do you happen to know the code for changing the profile pic of your lion king into your own custom image? 0 players like this post! Like? |
Xar π I.R.I.S. (#18770)
Divine View Forum Posts Posted on 2020-03-18 23:15:55 |
Absolutely ^_^ #lion_image { content: url('URL');border: #px solid #hex;} 0 players like this post! Like? |
m.πΊ | G4 x4 hibiscus ferus (#196896) Punk View Forum Posts Posted on 2020-03-18 23:25:08 |
ok just oOOONEEE more question i swear! you've been so so so helpful! do you know the target for the lioden logo to change that image? i've seen some ppl have that! 0 players like this post! Like? |
Xar π I.R.I.S. (#18770)
Divine View Forum Posts Posted on 2020-03-18 23:54:09 |
It's honestly no problem. You're welcome to ask as many as you wish or even send a random PM if you find another one later on. I don't mind spreading the knowledge ^_^ .navbar-header > a > img { content: url('URL');} 0 players like this post! Like? |
m.πΊ | G4 x4 hibiscus ferus (#196896) Punk View Forum Posts Posted on 2020-03-19 00:16:02 |
O: only if you insist! this has worked splendidly so far! i'm sure the cave/pride/beetle icons all have a target too, right? do you know what that would be? 0 players like this post! Like? |
1 2 |
---|