General

Site

Basilmarket CSS For FF

lel someone beat me to it.
Anyways, this is for Firefox, install the Stylish addon, create 2 new blank styles and just copy and paste. Yes, you can use both at the same time, that's how I intended it. Of course, you can also just use one and ignore the other.

http://pastebin.com/UQ5mMcYh (updated 10/11)
http://pastebin.com/natLKVkR (updated 10/11)

The first one is general modifications to the layout. The second one affects the colors of the site. If you notice, the one for colors has CSS variables, so if you don't like my choice of colors, you can easily change it if you want. I haven't finished getting everything in the CSS for colors so you may have trouble using some pages. The CSS for general layout stuff should be fine for now, but can screw some things up if MrB continues to make changes to the current site. Go ahead and let me know if you see anything that looks messed up or if I missed anything, or if you have any suggestions/criticisms.

http://i.imgur.com/KC5ywgO.png
http://i.imgur.com/SGIkaxK.png

https://userstyles.org/styles/119588/basilmarket-v10-dark-theme

October 10, 2015

8 Comments • Newest first

AngelTaylor

Works perfectly now!

Reply October 12, 2015
Pavchka

Thank you for all the hard work.

Reply October 11, 2015
otamegane

Updated the one on userstyles so colors and transitions should work on Chrome. Keep in mind I will give priority to updating the pastebins, so the one on userstyles may go without updates sometimes. If you're using Firefox, copy and paste from the pastebins instead if possible.

Update: Oh god, I should have checked if it worked myself. I wasn't supposed to add the quotes for colors like "/*[[color]]*/"
If you updated from userstyles and the colors still didn't change, please update again. It SHOULD work this time.

Reply October 11, 2015 - edited
AngelTaylor

@otamegane the colors didn't change but the rest of your edits went through. the color change is really aesthetically pleasing, but even just the edits without the color change are a huge improvement. thanks

Reply October 10, 2015 - edited
otamegane

@gerbilsquid: I uploaded it on userstyles.org (link in OP), try installing from that site, I think it will automatically convert it so it's usable on Chrome but tell me if the colors aren't changing or the animations/transitions aren't working.

And yeah, external links aren't working on basil right now, you'll have to copy and paste them manually into the address bar.

Reply October 10, 2015 - edited
AngelTaylor

So, will this work on Stylish for Chrome, too? Or just FF?

Reply October 10, 2015 - edited
otamegane

@dulcet: Didn't occur to me to remove the widescreen, you can do it by just setting a max width like this

#main {
max-width: 1200px !important;
}

I updated the pastebin with this line, or you can just copy and paste the above line into the basil-general css.

Reply October 10, 2015 - edited
Dulcet

you should collaborate with this guy! http://www.basilmarket.com/BasilMarket-Desktop-Site-Fix-Workaround-Thread-b5Bzr

I love how he fixed the site from being wide screen, but I also like how you made the site dark and how if you hover over things it changes.

Reply October 10, 2015 - edited