/* MODULO MARCADOR ESTADOS*/ /* marcador */ .infoDate { font-family:@baseFontFamily; height:40px; line-height:20px; #gradient .vertical-three-colors( darken(@bg,15%) , @bg, 50%, @bg); .level { color: @bg_type; display:inline; margin-left:10px; font-size:11px; border-bottom:1px dotted @bg_type; } .date { color: @bg_dest_type; font-weight: bold; text-transform: uppercase; margin-left:10px; line-height:19px; font-size: 14px; span{ /*border-bottom:1px solid @bg_dest_type;*/ display:inline-block; } } } /* estados por default */ .infoDate{ .sb-level{ display:none;} .sb-status{ display:none;} .sb-time{ display: none;} .sb-aditionalTime{ display: none;} .sb-date{ display: none;} .sb-hour{ display: none;} } .status-notStarted { .infoDate{ .sb-level{ display: inline-block;} .sb-status{ display:none;} .sb-time{ display: none;} .sb-aditionalTime{ display: none;} .sb-date{ display: inline-block;} .sb-hour{ display: inline-block;} } } .status-finished { .infoDate{ .sb-level{ display: inline-block;} .sb-status{ display: inline-block;} .sb-time{ display: none;} .sb-aditionalTime{ display: inline-block;} .sb-date{ display: inline-block;} .sb-hour{ display: none;} } } .status-half { .infoDate{ .sb-level{ display: inline-block;} .sb-status{ display: inline-block;} .sb-time{ display: none;} .sb-aditionalTime{ display: none;} .sb-date{ display: none;} .sb-hour{ display: none;} } } .status-playing { .infoDate{ .sb-level{ display: inline-block;} .sb-status{ display: inline-block;} .sb-time{ display: inline-block;} .sb-aditionalTime{ display: inline-block;} .sb-date{ display: none;} .sb-hour{ display: none;} } } .infoScoreBoard { font-family:@baseFontFamily; #gradient .vertical(mix(@color01,@bg,15%),@bg); div.home, div.away { background:url('../images/degradeV_25-0.png') repeat-x top left; width:50%; padding:0; float:left; height:45px; line-height:45px; overflow:hidden; } div.name { line-height:45px; float: left; font-size: 15px; font-weight: bold; text-transform: uppercase; color: @bg_type; } div.away div.name{ float:right; text-align:right; width:auto; } div.score { font-weight: bold; padding:0 10px; .goals{ color: @bg_dest_type; font-size: 34px; font-family:@type_Special; float:right; } } div.home .score{border-right: 1px solid lighten(@bg,15%);} div.away div.score{ float:left; border-left-width: 1px; } div.shield { width:34px; height:100%; float:left; background-repeat:no-repeat; background-position:center center; } div.away div.shield{float:right;} .penalties{ background-color:@bg_type; color:@bg; display:block; height:18px; width:18px; line-height:18px; font-size:11px; text-align:center; float:left; .border-radius(50%); margin:10px 6px 0; position:relative; display:none; } .penalties:after{ content:""; top:0; left:1px; position:absolute; height:3px; width:16px; .border-radius(50%); .box-shadow(0px 22px 2px 0px darken(@bg,20%)); } div.away .penalties{ float:right; } } .maxSize-479 { div.infoScoreBoard{ div.home { width:100%; border-bottom-width: 1px !important; border-right:0; } div.away { width:100%; border-top: 1px solid lighten(@bg,15%) !important; .name{ float:left; text-align:left; } .score{ float:right !important; border-left:0; } .shield{float:left;} .penalties{float:left;} } } } /* Fin Marcador */