home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2006 February
/
Gamestar_81_2006-02_dvd.iso
/
Programy
/
mcombo152.exe
/
Plugin
/
Weather
/
style
/
GrayStyle.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2005-10-31
|
2KB
|
111 lines
/*
=== Weather 4.41 ===
By Neo101
Previous versions by crino, Arkim, mdlist, seidenj and Tara
Created for Maxthon Webbrowser
=== Gray Style ===
A part of the CSS is shared with common.css, that is used by all styles.
If you don't like settings in that file you can always overwrite them here!
Great, isn't it? ;)
*/
/* === Text Colors === */
/* main links, the explanation of the options in config, buttons in config */
a:link, a:visited,.head {
color:#36383A;
}
a:hover,.navbar a:hover,.button,.highT {
color:black;
}
/* TR with the day+ expand/collapse icon, The city+country name*/
.title,.citynamecss {
color: white;
}
/* High temp in future, main data, config body*/
.highT,.obsInfo,.hbody,.select {
color: #353536;
}
/* The future day */
.futureD {
color: #36383A;
}
/* Low temp + precip+wind in future */
.lowT {
color: #424243;
}
/* === Background Colors === */
body{
background-color:#F3F3F4;
}
/* Buttons in Configuration */
.button {
background-color: #E0E8F0;
}
/* TR with the day+ expand/collapse icon, The city+country name */
.title, .citynamecss {
background-color: #7A7E82;
}
/* The content table (with all the data in it), the data,Navigation Bar*/
.content,.obsInfo,.navbar,.radio {
background-color: #ECEEF1;
}
/* The text input (search for city) in configuration*/
.textinput {
background-color: #FEFEFE;
}
/*=== Borders === */
.navbar,.content,.box,.button {
border:1px solid #7A7E82;
}
/* The city+country name */
.citynamecss {
border-bottom:1px solid #7A7E82;
}
/* The text input (search for city) in configuration*/
.textinput {
border: 1px dotted #7A7E82;
}
/*Results for city search in config */
.resultshow {
border-top: 1px dotted #7A7E82;
}
select {
border:black;
}