#I need help with my wiki's customization.

10 messages · Page 1 of 1 (latest)

keen shore
#

Hello there! I joined this server just to get help with managing my first wiki. I need help with getting rid of this white box with a teal strip on my wiki's page bottoms/footers (see image/attachment). I think that i do this through Common.CSS, but i am unsure, i got a friend to write the CSS that is used for common.CSS, which i have pasted right here.

    background: linear-gradient(to right, #800000, #ff0000, #800000) !important;
}

#mw-content-block, 
#content, 
.ts-inner,
#mw-content,
.mw-body {
    background-color: #000000 !important; 
    border: 2px solid #ff0000 !important;
    color: #ffffff !important;       
    padding: 1.5em !important;        
}

#mw-header-container, 
#mw-site-navigation .sidebar-chunk, 
#mw-related-navigation .sidebar-chunk {
    background-color: #1a1a1a !important;
    border: 1px solid #ff0000 !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #ff0000 !important;       
    border-bottom: 1px solid #444;
}

a { color: #ff3333 !important; }
a:visited { color: #cc0000 !important; }

input[type="text"], 
#searchInput {
    background-color: #222 !important;
    color: #fff !important;
    border: 1px solid #ff0000 !important;
}

.sidebar-chunk h2, 
#p-personal h2 {
    color: #ffffff !important;
    background: #800000 !important;  
}```
What do i have to do to make it blend in with my wiki's theme? And does the CSS need to be rewritten?
thank you so much in advance
warm bluff
#

Can you send a link to your wiki? (#verify to send links)

keen shore
#

sorry it tookk so long for me to get back to you.

fair moon
#

to make it fancy you can do like ```css

keen shore
#

okok

#

tysm btw

warm bluff
keen shore
#

I see, thank you so much.