mirror of
https://github.com/weewx/weewx.git
synced 2026-04-18 00:26:57 -04:00
53 lines
594 B
CSS
53 lines
594 B
CSS
/*
|
|
* $Revision$
|
|
* $Date$
|
|
*/
|
|
|
|
/* weewx mobile CSS settings */
|
|
|
|
/* Global */
|
|
|
|
body {
|
|
background-color: #75a1d0;
|
|
font-family: helvetica, arial;
|
|
text-align: center;
|
|
width: 305px;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
color: black;
|
|
}
|
|
|
|
table.readings {
|
|
font-size: 13px;
|
|
width: 100%;
|
|
border: 2px solid black;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
tr.alt {
|
|
background-color: #9bc4e2;
|
|
}
|
|
|
|
td {
|
|
text-align: right;
|
|
font-weight: 600;
|
|
border: 1px solid black;
|
|
width: 50%;
|
|
padding: 2px;
|
|
}
|
|
|
|
td.data {
|
|
text-align: left;
|
|
color: #990000;
|
|
}
|
|
|
|
div.radar {
|
|
}
|
|
|
|
img {
|
|
width: 301px;
|
|
border: 2px solid black;
|
|
}
|