home *** CD-ROM | disk | FTP | other *** search
- /*
- === Weather 4.41 ===
-
- By Neo101
- Previous versions by crino, Arkim, mdlist, seidenj and Tara
- Created for Maxthon Webbrowser
-
-
- === Green 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:#2B4638;
- }
-
- a:hover {
- color:#48775F;
- }
-
- .navbar a:hover {color:#ABC6B8;}
-
- /* 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,.obsInfo,.hbody,.select {
- color: #2B4638;
- }
-
- /* High temp in future */
-
- .highT {
- color: #15231C;
- }
-
- /* Low temp + precip+wind in future */
-
- .lowT {
- color: #2B4638;
- }
-
- /* Buttons in Configuration */
-
- .button{
- color: #406954;
- }
-
- /* === Background Colors === */
-
- body {
- background-color:#ABC6B8;
- }
-
- /* TR with the day+ expand/collapse icon, The city+country name */
-
- .title, .citynamecss {
- background-color: #558C70;
- }
-
- /* Navigation Bar, The content table (with all the data in it), the data, Buttons in Configuration*/
-
- .navbar,.content,.obsInfo ,.button{
- background-color: #EFF4F1;
- }
-
- /*=== Borders === */
-
- .navbar,.content,.box,.button {
- border:1px solid #558C70;
- }
-
- /* The city+country name */
-
- .citynamecss {
- border-bottom:1px solid #558C70;
- }
-
- /* The text input (search for city) in configuration, The search results in config */
-
- .textinput {
- border: 1px dotted #558C70;
- }
-
- /*Results for city search in config */
-
- .resultshow {
- border-top: 1px dotted #558C70;
- }
-
- select {
- border:black;
- }