Files
wp-strava/css/wp-strava.css
T

35 lines
672 B
CSS
Raw Normal View History

2011-08-23 09:34:28 -05:00
@CHARSET "UTF-8";
.activity-item:before {
2011-08-23 09:34:28 -05:00
content: "";
width: 16px;
height: 16px;
float: left;
2012-06-12 17:36:49 -05:00
background: url('../images/fugue-sprite.png') no-repeat;
background-position: -224px -160px;
2011-08-23 09:34:28 -05:00
margin: 0 6px 2px 0;
}
.wp-strava-activity-container {
2011-08-23 09:34:28 -05:00
display: table;
margin: 0 auto;
}
#activity-details-table tr td {
2011-08-23 09:34:28 -05:00
padding: 5px;
}
#activity-details-table th {
2011-08-23 09:34:28 -05:00
padding: 5px;
text-align: center;
font-size: 0.8em;
}
#activity-details-table td {
2011-08-23 09:34:28 -05:00
text-align: center;
border: 1px solid #e7e7e7;
}
.activity-details-table-info {
2011-08-23 09:34:28 -05:00
font-size: 1.2em;
font-weight: bold;
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
}
.activity-details-table-units {
2011-08-23 09:34:28 -05:00
font-size: 0.8em;
}