Making a Theme (Early 2.15 Betas)
Mafia_Penguin Mon, 12/22/2008 - 17:39
Obsolete
Making a theme:
- The background picture must be one word (no spaces!)
- The back button must also be one word (still no spaces!)
The "@name" is the style's name.
The "@author" is your username, or whatever you want the author to be.
The "background-image" is the name of the background picture (with extension!)
The "background-repeat" is whether or not the background picture will be repeated (Possible values: Repeat and No).
The "background-color" is the Hex color code for the color, or transparent.
The second "background-image" is the name of the Back arrow (with extension!)
The "margin:" is the pixels in between the two thumbnails.
(not sure what the ".title img" is).
Here's an example of a finished Style.css file:
/**
* @name Vista Aero
* @author Mafia_Penguin
**/
body {
background-image: url(vista.jpg);
background-repeat: repeat;
background-color: transparent;
}
.back {
background-image: url(back.png);
}
#grid, .thumbnail {
margin: 2;
}
.title img {
display: none;
visibility: hidden;
}
.thumbnail {
background-color: transparent;
border: 1px solid transparent;
opacity: 1.0;
}
.title {
visibility: hidden;
color: transparent;
background-color: transparent;
border-top: 1px solid transparent;
}
div.thumbnail:hover, .hover {
background-color: transparent;
border: 1px solid transparent;
margin: 0;
opacity: 1;
}
div.thumbnail:hover .title, .hover .title {
color: transparent;
background-color:
transparent;
border-top: 1px solid transparent;
}
Re: Making a Theme
Submitted by gumanov on Mon, 12/22/2008 - 21:36ok thats good.
but we should not start releasing any themes until v2.15 is released.
that way we will know the exact theme structure, and can create themes from within FD.
Re: Making a Theme
Submitted by sjdvda on Thu, 12/25/2008 - 14:49@MP
not sure what the ".title img" is
.title img is the favicon
(I deducted that from chiaroscuro's post here.)
sjdvda
Re: Making a Theme
Submitted by chiaroscuro on Thu, 12/25/2008 - 15:24@sjdvda
.title img is the favicon
(I deducted that from chiaroscuro's post here.)
well spotted !
Re: Making a Theme
Submitted by sjdvda on Fri, 12/26/2008 - 02:54Thanks MP
I've made a theme with my Google Chrome colors.
There's only one problem with your explanation, the colors have to be in Hex Color Code, not RGB.
sjdvda
Re: Making a Theme
Submitted by Mafia_Penguin on Fri, 12/26/2008 - 03:09Thanks for the catch!
---------
Please exchange this coupon for one (1) free internet.
Trouble using transparent Logos? Click
here for help!
Re: Making a Theme
Submitted by macleod.mac on Fri, 12/26/2008 - 13:58Here's the theme for my Minimalistic World Fast Dial:
Download
Sorry about the link.
Please give feedback on whether this works.
Thanks.
--
Re: Making a Theme
Submitted by chiaroscuro on Fri, 12/26/2008 - 16:07@mafi0z
i think there should be a way of creating a theme within FD, from current settings..
no messing with .zips .css..
just customize, save, and share.
Please see here
How to back up and restore your appearance settings in Fast Dial 2.15 beta 12d
Pages