Orange Fresh
Description:
Orange Fresh Theme for blogging or a small company site.
How to install
- go to: your wiki admin panel » appearance » themes
- choose External CSS theme
- supply the following URL as the CSS location
http://themes.wdfiles.com/local--code/orange-fresh
Code
Notes
The theme move search bar into the sidebar, though the theme works best with sidebar.
However you may have some luck with no sidebar.
Similar themes
|
Browse themes by tag
ardeol
black
blog
blue
bmc
brown
business
clean
colorful
company
corperate
corporate
css3
curved
dark
dashed
developer
education
educational
flexible
floral
flower
freshly-squeezed
glass
green
grey
grunge
hello
minimalist
modern
nature
navy
no-sidebar
no-topbar
orange
outline
professional
purple
rainbow
red
responsive
series
sidebar
simple
smartphone
super
topbar
white
wiki
yellow
|
"Green Fresh" and "Orange Fresh" are clean and elegant. Any suggestions for how to convert these to other colors? If you point me to how you convert the images, maybe I could expand the color range and post more options here.
S.
Good work, Gabrys! Looks really nice. Something I've been looking for.
Now can you explain for an idiot, how to get bit more width to this theme?
You need to change
It means that your site will be min. 600px wide and max 65% or your browser window, if you will make the window bigger. Change these values to fit your needs, e.g. to 800px and 80% or so.
Thank you. I liked in this theme in first sight, now it's pure love :D Definately my choice for my blog.http://e-k-v.wikidot.com/
E.K.Virtanen
OK, trying this question again. Squark, could you please explain to us mortals how you "change" this theme? You don't need to explain every click, but some general instructions would be very useful. If this is explained somewhere, a link would be great.
Since the question of customizing external themes comes up often, it would in fact be useful to have this documented clearly on this site.
You can assume that anyone reading such documentation knows CSS and knows how to create custom themes "the old way", i.e. using the site manager and inheriting from Base.
Thanks.
Portfolio
I doubt that there is an instruction how to extend themes from themes.wikidot.com as they are designed to be delivered as is, but here is the instruction how to build your own theme. After reading it, it should be easy for you to understand how CSS works and how to do all the magic :)
In this particular case, if you want to extend this theme, you need to create new theme in your Site Manager, copying the CSS code from THIS theme (above: show the code) and altering the parameters you need to change, e.g. widths or colors.
Note that in the first line of this theme you have @import url, which imports other CSS (from Green Fresh theme), so you need to change this path to absolute (from /local--code/green-fresh to http://themes.wdfiles.com/local--code/green-fresh).
Edit: Also images are linked relatively, so you need to change urls in the same way as above, adding full path http://themes.wdfiles.com/local--files/orange-fresh/.
Hi Squark,
I think that this useful post should be rewritten elsewhere in this site.
I didn't play that much with Custom internal themes and I realize that extending external themes is a little more complicated … if not explained in a visible place.