Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mykle1 committed Jun 24, 2017
1 parent 640d2d8 commit cd56874
Show file tree
Hide file tree
Showing 5 changed files with 308 additions and 246 deletions.
47 changes: 34 additions & 13 deletions MMM-Earthquake.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,43 @@
* Pick your color, copy and paste the HEX number. Example - #62FF00 = bright green.
*/

.MMM-Earthquake .xsmall.bright.light {
color: white; /* Header color. Default is white. */
text-align: left; /* Align header text. (left, center, right) */
.MMM-Earthquake .header {
color: white; /* Header color. Default is white. */
text-align: left; /* Align header text. (left, center, right) */
}

.MMM-Earthquake .xsmall.bright.place {
color: #62FF00; /* Location color. Default is bright green. */
text-align: left; /* Align location text. (left, center, right) */
}

.MMM-Earthquake .xsmall.bright.lat {
color: white; /* Latitude color. Default is white. */
text-align: left; /* Align Latitude text. (left, center, right) */
}

.MMM-Earthquake .small.bright {
color: white; /* Color the Earthquake ID. Default is white. */
text-align: left; /* Align the Earthquake ID. (left, center, right) */
.MMM-Earthquake .xsmall.bright.lng {
color: white; /* Longitude color. Default is white. */
text-align: left; /* Align Longitude text. (left, center, right) */
}

.MMM-Earthquake .xsmall.bright {
color: white; /* Color the information. Default is white. */
text-align: left; /* Align the information. (left, center, right) */
.MMM-Earthquake .xsmall.bright.radius {
color: white; /* Radius color. Default is white. */
text-align: left; /* Align Radius text. (left, center, right) */
}

.MMM-Earthquake .xsmall.bright.days {
color: white; /* Days color. Default is white. */
text-align: left; /* Align days text. (left, center, right) */
}

.MMM-Earthquake .xsmall.bright.mag {
color: white; /* Magnitude color. Default is white. */
text-align: left; /* Align Magnitude text. (left, center, right) */
}

.MMM-Earthquake .small.bright.prob {
color: #62FF00; /* Probability color. Default is bright green. */
text-align: left; /* Align the Probability. (left, center, right) */
}

.MMM-Earthquake .photo {
width: 50%; /* Color the information. Default is white. */
height: 50%; /* Align the information. (left, center, right) */
}
Loading

0 comments on commit cd56874

Please sign in to comment.