Phantom
Description:
this is a modification of Squark's modern black theme that uses :hover to create cool effects
Known Problems:
- Internet Explorer: top-bar sub menus dont display
- Internet Explorer 7 and below main content dosent obey the opacity rules
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/phantom
Code
Notes
Similar themes |
Browse themes by tag
artimonier
beige
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
light
minimalist
modern
monobook
nature
no-sidebar
no-topbar
orange
outline
paper
pink
professional
rainbow
red
series
sidebar
simple
topbar
white
wide
wiki
yellow
|

Ohhh, ahhh! Pretty!
Should the background repeat or something? Perhpas if it did not scroll and the content does?
ahh yes, good idea
EDIT: okay now look at it
Perfect! Rate it up!
I like it…! Weird but effective. One thing is that Wikidot footer, which does not play the same game as the rest of the text.
Portfolio
Looking at that image, what's missing for me are some heads-up readouts, and guidelines that tell me I'm looking at this scene from inside my marauder class battleship control room. OK, too much sci-fi… :-)
Portfolio
hmm, a hud… that would be cool…
EDIT: the footer now gets to have fun too ;-)
can you change the background?
#top-bar li ul {
display:block;
margin:0;
text-align:center;
text-decoration:none;
border:none;
background:#222;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
}
body {
background-color:black;
background-image:url(http://rhombusproductions.wdfiles.com/local--files/start/stellar-nebula-cone-nebula-stars-wallpaper.jpg);
background-repeat: repeat;
background-position:center top;
background-attachment: fixed;
background-repeat:no-repeat;
color:black;
}
Replace that link with another image link and it should work!
-Achiox
yep, thats all you have to do :D
edit: as Achiox said, you might need to change your positioning, although,as it is right now, it should work just fine
I love this theme.. but is there a way to not have the rollover effects? just mildly transparent infoboxes instead?
Yes, you can remove the <something>:hover{ code } parts