thaider / Tweeki

MediaWiki skin based on Twitter's Bootstrap
http://tweeki.kollabor.at
Other
128 stars 31 forks source link

How can i put border and background color on MAIN CONTENT? #221

Closed Alexnoj closed 2 years ago

Alexnoj commented 2 years ago

Thanks

Alexnoj commented 2 years ago

Also, my wiki is in hebrew language. its make the sidebar-right be in left left side. Can I make it be right side?

thaider commented 2 years ago

Hi. Please note this is a issue tracker for bugs and enhancement of the software and not a help forum. Please familiarize yourself with CSS stylings. One easy way to get border and background for the main content would be to put the following code in MediaWiki:Tweeki.css:

#content {
    border: 1px solid black;
    background: #f5f5f5;
}

As for the sidebars: this should be possible but I just found out I haven't used it for a while and it's currently broken. I'll open a new ticket for this...

Alexnoj commented 2 years ago

Im sorry. didnt know it. Thanks