[WB] Foton


Recommended Posts

Based the whole theme on light, the whole idea in the concept of ?How can you see??, the word foton comes from ancient greek, meaning light particle, all the mixes of colors generate white, therefore why the theme is mostly white, and the black comes from absence of light.

FotonThumbnail.png

it consists in a beautiful white and black style with futuristic look and small pixel usage in your screen, perfect for designers and such, everything was done and worked pixel by pixel and some slight gradients were applied to it to help it create a solid and very attractive theme.

Download @ DeviantART

Edited by koopey
Link to comment
Share on other sites

Another great one koopey, thank you.  I have two issues with Firefox though.  First, the fonts are extra large and second, there is no text in any of the menus.

585523695[/snapback]

Thats the way windowblinds handles system fonts :angry: !@#$% to fix as DrDrrae stated in marina wb you need to:

Add the following code into your userChrome.css file. (Learn more about that file here)

and add:

menubar, menubutton, menulist, menu, menuitem, textbox,  toolbar, tab, tree, tooltip
{
   font-family: Verdana !important;
   font-size: 10x !important;
} 

Or change px and Verdana to whatever size and font you want

Link to comment
Share on other sites

I have the same problem with firefox and the userChrome.css fix isn't working. :s

EDIT

You missed one p after 10, should be 10px instead of 10x and add

, statusbar

after tooltip

And THX, great theme

Edited by karma_police
Link to comment
Share on other sites

Thats the way windowblinds handles system fonts  :angry: !@#$% to fix as DrDrrae stated in marina wb you need to...

585523723[/snapback]

Actually, this would work better.

* {
    font-family: "kroeger 05_55" !important;
    font-size: "12px" !important;
    color: "#000000" !important;
} 

You can replace "kroeger 05_55" (this is the default font for the WB) with whatever font you would like.

Edit: Changed the code.

Edited by DrDrrae
Link to comment
Share on other sites

Actually, this would work better.

* {
    font-family: "kroeger 05_55" !important;
    font-size: "12px" !important;
    color: "#000000" !important;
} 

You can replace "kroeger 05_55" (this is the default font for the WB) with whatever font you would like.

Edit: Changed the code.

585524109[/snapback]

THX it's better

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.