home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2006 February
/
Gamestar_81_2006-02_dvd.iso
/
Programy
/
mcombo152.exe
/
Plugin
/
Weather
/
style
/
RedStyle.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2005-10-31
|
2KB
|
109 lines
/*
=== Weather 4.41 ===
By Neo101
Previous versions by crino, Arkim, mdlist, seidenj and Tara
Created for Maxthon Webbrowser
=== Red 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,.button {
color:black;
}
a:hover,.navbar a:hover {
color:#ae0009;
}
/* TR with the day+ expand/collapse icon, The city+country name*/
.title,.citynamecss {
color: white;
}
/* The future day, High temp in future, main data, config body*/
.futureD,.highT,.obsInfo,.hbody,.select {
color: black;
}
/* Low temp + precip+wind in future */
.lowT {
color: #404040;
}
/* === Background Colors === */
body {
background-color:#C6C1B4;
}
/* Buttons in Configuration */
.button {
background-color: #eeeeed;
}
/* Navigation Bar */
.navbar {
background-color: white;
}
/* TR with the day+ expand/collapse icon, The city+country name */
.title, .citynamecss {
background-color: #ae0009;
}
/* The content table (with all the data in it), the data*/
.content,.obsInfo,.radio {
background-color: white;
}
/* The about box */
.box {
background-color:#eeeeed;
}
/*=== Borders === */
.navbar,.content,.box,.button {
border:1px solid #545353;
}
/* The city+country name */
.citynamecss {
border-bottom:1px solid #545353;
}
/* The text input (search for city) in configuration, The search results in config */
.textinput {
border: 1px dotted #545353;
}
/*Results for city search in config */
.resultshow {
border-top: 1px dotted #545353;
}
select {
border:black;
}