Changeset 978575d in OpenWorkouts-current for ow/static/css/main.css


Ignore:
Timestamp:
Feb 6, 2019, 1:49:51 PM (5 years ago)
Author:
Segundo Fdez <segun.2@…>
Branches:
current, feature/docs, master
Children:
01674ff
Parents:
a3c3baa
Message:

update map on workout detail

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ow/static/css/main.css

    ra3c3baa r978575d  
    345345[hidden] {
    346346  display: none;
     347}
     348/* Leaflet-elevation openworkouts theme */
     349/* background color */
     350.openworkouts-theme.leaflet-control.elevation .background {
     351  background-color: transparent;
     352}
     353/* Axis x and y*/
     354.openworkouts-theme.leaflet-control.elevation .axis line,
     355.openworkouts-theme.leaflet-control.elevation .axis path {
     356  stroke: #959595;
     357}
     358/* selected drag area*/
     359.openworkouts-theme.leaflet-control.elevation .mouse-drag {
     360  fill: rgba(21, 21, 21, 0.1);
     361}
     362/* Icon to show when the chart is collapse */
     363/*
     364.openworkouts-theme.leaflet-control.elevation .elevation-toggle-icon {
     365    background: url(images/elevation-steelblue.png) no-repeat center center;
     366}
     367*/
     368/* Graph color area background */
     369.openworkouts-theme.leaflet-control.elevation .area {
     370  fill: #f8b5be;
     371  stroke: transparent;
     372}
     373/* vertical line to know where are you */
     374.openworkouts-theme.leaflet-control.elevation .mouse-focus-line {
     375  stroke: #151515;
     376}
     377/* graph color line area */
     378/*.leaflet-control.elevation .area {
     379    fill: #f8b5be;
     380}
     381*/
     382/* box with parameters */
     383.mouse-focus-label {
     384  opacity: 0.8;
     385}
     386.mouse-focus-label-text {
     387  font-size: 13px;
     388  font-size: 0.8125rem;
     389  font-family: 'Open Sans', sans-serif;
     390  font-weight: 100 !important;
     391}
     392/*.mouse-focus-label-y {}*/
     393/* Color line on map */
     394.leaflet-interactive {
     395  stroke: #151515;
     396  opacity: 0.6;
     397  stroke-width: 6px;
     398  stroke-linecap: round;
     399}
     400/* indicator on map line*/
     401.openworkouts-theme.height-focus.line {
     402  stroke: #151515;
     403  display: none;
     404  /*fill: #4682b4;*/
     405}
     406/* txt on map */
     407.openworkouts-theme.height-focus-label {
     408  display: none;
     409}
     410/* indicator on map circle */
     411.openworkouts-theme.height-focus.circle-lower {
     412  fill: #151515;
     413  stroke: #EE4056;
     414  stroke-width: 10px;
    347415}
    348416.hidden,
     
    794862  color: #959595;
    795863  margin-bottom: 0.25em;
     864  /* color for future features */
    796865}
    797866.workout-detail-info ul span.min,
     
    802871  padding: 0.5em 0.85em;
    803872  border-radius: 3px;
    804 }
    805 .workout-detail-info ul span.max {
    806   background-color: #EE4056;
    807 }
    808 .workout-detail-info ul span.min {
    809   background-color: #1395CA;
    810   margin-right: 0.5em;
    811 }
    812 .workout-detail-info ul span.avg {
    813   background-color: #17C898;
    814   margin-right: 0.5em;
     873  background-color: #e1e1e1;
     874  color: #959595;
    815875}
    816876.workout-detail-info li {
    817   margin-bottom: 2em;
     877  margin-bottom: 1em;
    818878  margin-right: 1em;
    819879  color: #959595;
Note: See TracChangeset for help on using the changeset viewer.