home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2006 February
/
Gamestar_81_2006-02_dvd.iso
/
Programy
/
mcombo152.exe
/
Plugin
/
Weather
/
style
/
BlackStyle.css
next >
Wrap
Cascading Style Sheet File
|
2005-10-31
|
1KB
|
70 lines
/*
=== Weather 4.41 ===
By Neo101
Previous versions by crino, Arkim, mdlist, seidenj and Tara
Created for Maxthon Webbrowser
=== Black 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 === */
a:link,a:visited,.head,.button,a:hover,.navbar a:hover,.futureD,.highT,.obsInfo,.hbody,.select{
color:black;
}
/* TR with the day+ expand/collapse icon, The city+country name*/
.title,.citynamecss {
color: white;
}
.lowT{
color:#404040;
}
/* === Background Colors === */
body,.button,.navbar ,.content,.obsInfo,.radio{
background-color:white;
}
/* TR with the day+ expand/collapse icon, The city+country name */
.title, .citynamecss {
background-color: black;
}
/*=== Borders === */
.navbar,.content,.box,.button {
border:1px solid black;
}
/* The city+country name */
.citynamecss {
border-bottom:1px solid black;
}
/* The text input (search for city) in configuration, The search results in config */
.textinput {
border: 1px dotted black;
}
/*Results for city search in config */
.resultshow {
border-top: 1px dotted black;
}
select {
border:black;
}