Description:
Wurve is a nice design that will give your wiki a clean professional look. It has a full width content area so you can write as much as you want in there and it won't get cluttered. The theme features rounded corners on the text area and a nice glow effect in the footer for the links. Internet Explorer users will not see the rounded corners however because it doesn't support the CSS3 code for it, so for them it will just be boxed. It's best view in FireFox, but is compatible with other major browsers. This theme is only designed to use the top bar. A side bar version may come out soon. This theme is also compatible with the Admin section (See notes).
Check out the full image preview here.
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/wurve
Code
Notes
Issues:
There is one issue with the theme, that has an easy fix. Because there is no License area in the Admin section, there is a see-through spot. You can fix this by creating another custom theme and inserting this code:
Afterwards Apply this theme to the Admin area only.
Images:
If you want the logo PSD. Download it here. If you want me to change the logo text for you, just ask me.
Similar themes
|
Browse themes by tag
2.0
3d
3d-buttons
610nm
and
and/or
ardeol
articles
band
base
beige
black
blog
bloo
blue
bmc
border
boring
brown
business
camo
cat
chocholate
christian
christmas
city
clan
claret
claus
clay
clean
coffe
coke
colorful
company
contest
contest-win
corperate
corporate
corporation
creative
crimson
cross
css3
css3-buttons
curved
d14
dark
dashed
deep
|
i love this theme! its very nice and clean. good job!
Glad you like it, cheers. :D
Also like the theme. Good job.
I wouldn't mind a variation that uses the sidebar however. That's the only reason I haven't replaced my blog's theme with this one.
~ Leiger - Wikidot Community Admin - Volunteer
Wikidot: Official Documentation | Wikidot Discord server | NEW: Wikiroo, made for Wikidot users (available early 2023)
Thanks for your response. I am planing a sidebar version as well a nice forum theme for this design.
Sidebar Done! : Go Here.
This theme still displays the sidebar when plugging in the url above
Try removing "nav:side" from the Appearance > Navigation Elements page.
~ Leiger - Wikidot Community Admin - Volunteer
Wikidot: Official Documentation | Wikidot Discord server | NEW: Wikiroo, made for Wikidot users (available early 2023)
I like this theme and am now using it. But out of the box, it displays a logo "Wurve Theme" instead of the name of the Wiki. I fixed it with this code:
#header h1
{
padding-top:15px;
height:48px;
}
#header h2
{
display: none;
}
#container-wrap-wrap {
background:none repeat scroll 0 0 #FFFFFF;
}
#header h1 a{
color: #FFFFFF;
text-shadow:2px 2px 3px #000000;
font-size:1.5em;
}
It still doesn't show the tagline but at least it shows the name of the Wiki.
Michael Barton
The tagline won't display because you've prevented it displaying with
So remove that and make sure you've added the tagline into your _admin page and it will display. But depending on it's original settings you might need to re-position it.
Rob Elliott - Strathpeffer, Scotland - Wikidot first line support & community admin team.
This is the way the theme comes. I had not yet changed that part.
I guessed that header h2 displayed the tagline but had not tested it yet. Do I just remove the entire header h2 block, the "none", or do I add something about font size?
Thanks
Michael
If you just remove the whole rule from your css it places the #header h2 tagline in a strange place related to the blue container background and the top bar. So I suggest you first of all add your tagline so you can see what the effect is as you change the different values, then set it to:
and adjust as necessary.
Rob Elliott - Strathpeffer, Scotland - Wikidot first line support & community admin team.
Thanks. I haven't had a chance to test yet, but will do so. Should these fixes be ported back into the theme available at Wikidot for others?
Normally that would be for the creator of the theme to do. Not least because it affects all sites already using the theme via the method above. But in this case removing the ability for users to have a tagline (without adding their own CSS changes) is a strange design choice. So I have added in the code for the tagline. I have also removed the image in the #header h1 which puts the "Wurve Theme" text in, as that is not good and no-one other than the theme creator will want it.
Rob Elliott - Strathpeffer, Scotland - Wikidot first line support & community admin team.
Thanks much. I wonder if this theme was ported from somewhere else and that was the problem.
I tested the stock h2 code you suggested. Unfortunately, it overwrites the main site name in h1. I don't need the tag line, but to use it, it looks like it will be necessary to raise the h1 (site name) section vertically somewhat.