Help - Search - Members - Calendar
Full Version: Themes & styling images!
MSFN Forums > Member Contributed Projects > Windows Post-Install Wizard (WPI)

   
Google Internet Forums Unattended CD/DVD Guide
Kelsenellenelvian
Please post any custom themes and stayling images so we can add them to the site and WPI.
Kelsenellenelvian
Pretty major changes where made to the themes .html file in the last couple of versions!

Please for the love of god if you are using a custom theme and everything looks like crap or is off, zip the theme folder up and post it here.

I will update it.

If your using a "Standard" WPI theme simply download a new copy from the site, delete your old and replace with the new copy.
mritter
To change the Success/Failed colors in the installer:

In the theme folder, installer.css
CODE
.InstallSuccess
{
    font-family: arial;
    font-size: 9pt;
    color: green;
/*  background-color: Window;*/
}

.InstallFail
{
    font-family: arial;
    font-size: 9pt;
    color: red;
/*  background-color: Window;*/
}

mritter
I made a theme, Da Vinci, to show off some the newer features I built in to WPI in the last few versions.

  • How to automatically install font(s)
  • How to override options
  • Random background selector - Keep hitting F5
  • The font is supposed to be a replica of Da Vinci's handwriting. Yes it is hard to read; it's supposed to be.
  • Customize the installer a bit

Da Vinci

I don't expect anyone to actually use this theme with the hard to read font. It's for show.


Kelsenellenelvian
WOW!!!!

Want it placed on the themes page???

Its really good.
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.