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
-
-
- === LightBlue 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:hover,.head,.hbody,.button{
- color:#003399;
- }
-
- .navbar a:hover {
- color:red;
- }
-
- /* TR with the day+ expand/collapse icon, The city+country name*/
-
- .title,.citynamecss {
- color: white;
- }
-
- /* links, The future day, main data, config body,Low temp + precip+wind in future*/
-
- a:link, a:visited,.futureD,.obsInfo,.select,.lowT {
- color: #333367;
- }
-
- /* High temp in future */
-
- .highT {
- color: #FF3232;
- }
-
-
- /* === Background Colors === */
-
- /* body, Buttons in Configuration */
-
- body, .button {
- background-color:#E0E8F0;
- }
-
- /* Navigation Bar ,The content table (with all the data in it), the data*/
-
- .navbar,.content,.obsInfo {
- background-color: #EEF5FD;
- }
-
- /* TR with the day+ expand/collapse icon, The city+country name */
-
- .title, .citynamecss {
- background-color: #6699CC;
- }
-
-
- /*=== Borders === */
-
- .navbar,.content,.box,.button {
- border:1px solid #6699CC;
- }
-
- /* The city+country name */
-
- .citynamecss {
- border-bottom:1px solid #6699CC;
- }
-
- /* The text input (search for city) in configuration, The search results in config */
-
- .textinput {
- border: 1px dotted #6699CC;
- }
-
- /*Results for city search in config */
-
- .resultshow {
- border-top: 1px dotted #6699CC;
- }
-
- select {
- border:black;
- }
-