![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/gg.corals.io/wp-content/plugins/trx_addons/components/cpt/sport/ |
@import "../../../css/_mixins.scss"; @import "../../../css/_trx_addons.vars.scss"; .sc_matches .sc_item_slider.slider_outer_pagination_pos_bottom { padding-bottom: 0; } .sc_sport, .sc_matches, .sc_points { position: relative; } /* Style 'Default' */ .sc_sport_default .sc_sport_item { margin-bottom: 2em; text-align:left; padding-top:0.0001px; } .sc_sport_default.slider_swiper .sc_sport_item, .sc_sport_default .columns_padding_bottom .sc_sport_item { margin-bottom:0; } .sc_sport_default .post_featured { margin-bottom: 0; } .sc_sport_default .post_featured img { @include box(auto, 8em); max-width:100%; } .sc_sport_default .sc_sport_item_info { padding-top: 1.5em; } .sc_sport_default .sc_sport_item_title { margin: 0; } .sc_sport_default .sc_sport_item_title.with_score { position: relative; padding-right: 4em; } .sc_sport_default .sc_sport_item_title.with_score .sc_sport_item_score { @include abs-rt; } .sc_sport_default .sc_sport_item_subtitle { @include font(0.9286em, 1.5em, '', italic); margin-top: 0.1em; } .sc_sport_default .sc_sport_item_content { margin-top:0.8em; } .sc_sport_default .sc_sport_item_content p { margin:0; } .sc_sport_default .sc_sport_item_button { margin:1em 0 0; } /* Single page */ .sport_single .sport_page_featured { max-width: 30%; float: right; margin-left: 2em; margin-bottom:1em; } .sport_single .sport_page_header { padding-bottom: 0; } .sport_single .sport_page_title { margin: 0; } .sport_single .sport_page_meta { margin-top: 1em; } .sport_single .sport_page_meta_item_label { min-width: 7em; display:inline-block; line-height:inherit; vertical-align:top; } .sport_single .sport_page_meta_item_value { font-style:italic; vertical-align:top; } .sport_single .sport_page_content { margin-top: 2em; } /* List in the single page */ .sport_page_lists { overflow:hidden; clear:both; } .sport_page_list { list-style:none; padding: 0; border: 1px solid #f0f0f0; } .sport_page_list li+li { border-top: 1px solid #f0f0f0; } .sport_page_list li:nth-child(2n+1) { background-color: #f7f7f7; } .sport_page_list li:before { display:none; } .sport_page_list_wrap { width: 48%; float:left; } .sport_page_list_wrap+.sport_page_list_wrap { float:right; } .sport_page_list_wrap .sport_page_player_name { width: 58%; text-align:left; } .sport_page_list_wrap li span { display:inline-block; vertical-align: middle; line-height:inherit; padding:0.5em; text-align:center; width: 14%; @include border-box; } .sport_page_list_wrap span.sport_page_list_title { text-align: center; font-weight: bold; } .sport_page_list_wrap span.sport_page_list_delimiter { text-align: center; font-style: italic; width: 100%; } .sport_page_list_wrap .sport_page_round_time, .sport_page_list_wrap .sport_page_match_time { width: 16%; } .sport_page_list_wrap .sport_page_round_name, .sport_page_list_wrap .sport_page_match_name { width: 84%; text-align:center; } .sport_page_list_wrap .sport_page_round_name { font-style: italic; } .sport_page_list_wrap .sport_page_match_name1, .sport_page_list_wrap .sport_page_match_name2 { width: 35%; text-align:left; } .sport_page_list_wrap .sport_page_match_name1 { text-align:right; } .sport_page_list_wrap .sport_page_player_logo img { max-width: 2em; } /* Competition's page */ .competition_page_lists .sport_page_list_wrap .sport_page_round_time:before { content: '\e85a'; font-family: $trx_addons_icons; display:inline-block; @include square(1.5em); @include transition-all; } .competition_page_lists .sport_page_list_wrap .sport_page_round_time.closed:before { @include rotate(180deg); } /* Player's page */ .player_single .sport_page_list_wrap { width: 100%; float: none; } .player_single .sport_page_list_wrap .sport_page_match_round { width: 20%; } .player_single .sport_page_list_wrap .sport_page_match_date, .player_single .sport_page_list_wrap .sport_page_match_time, .player_single .sport_page_list_wrap .sport_page_match_score { width: 14%; } .player_single .sport_page_list_wrap .sport_page_match_name { width: 52%; } .player_single .sport_page_list_wrap .sport_page_match_name1, .player_single .sport_page_list_wrap .sport_page_match_name2 { width: 19%; } /* Shortcode Matches ---------------------------------- */ .sc_matches_item_pair { margin: 0 auto 3em; max-width: 80%; text-align:center; } .sc_matches_item_pair > div { display:inline-block; vertical-align:top; text-align:center; } .sc_matches_item_pair .sc_matches_item_player { width: 38%; } .sc_matches_item_pair .sc_matches_item_score { width: 24%; margin-top: 3em; padding: 0 1em; @include border-box; } .sc_matches_item_pair .sc_matches_item_score_value { display:block; @include font(6em, 1.2em); } .sc_matches_item_pair .sc_matches_item_review_link { margin-top: 3em; } .sc_matches_item_pair .sc_matches_item_player_name { margin: 0; } .sc_matches_item_pair .sc_matches_item_meta { margin-top: 0.3em; font-style:italic; } .sc_matches_item_pair .sc_matches_item_player .post_featured > img { @include box(auto, 15em); } .sc_matches_main { padding-bottom: 1em; } .sc_matches_main .swiper-pagination { bottom: 0; } .sc_matches_main .swiper-pagination .swiper-pagination-bullet { border-color: #f0f0f0; } .sc_matches_main .sc_matches_item_score a { color: #000; } .sc_matches_main + .sc_matches_other { margin-top: 1em; } .sc_matches_other { @include flex; @include flex-wrap(wrap); margin-right: -0.5em; } .sc_matches_other .sc_matches_item { display: inline-block; vertical-align:top; width: 50%; padding: 0 0.5em 0.5em 0; @include border-box; } .sc_matches_other .sc_matches_item_link { background-color: #f7f7f7; color: #000; overflow:hidden; letter-spacing:0; position:relative; display: inline-flex; @include flex-align-items(center); @include box(100%, 100%, 1.5em); } .sc_matches_other .sc_matches_item_link span { display:inline-block; vertical-align: middle; @include border-box; } .sc_matches_other .sc_matches_item_date { width: 15%; @include abs-pos(0, auto, 0, 0); @include transition-colors; } .sc_matches_other .sc_matches_item_date_wrap { @include abs-lc; width:100%; padding:0.5em; text-align: center; } .sc_matches_other .sc_matches_item_info { width: 85%; margin-left:15%; padding: 1em 0; } .sc_matches_other .sc_matches_item_logo1, .sc_matches_other .sc_matches_item_logo2 { width: 14%; padding: 6px 8px; } .sc_matches_other .sc_matches_item_name1, .sc_matches_other .sc_matches_item_name2 { width: 27%; overflow:hidden; } .sc_matches_other .sc_matches_item_score { width: 18%; padding: 0 8px; } .sc_matches_other .sc_matches_item_day, .sc_matches_other .sc_matches_item_time { display:block; font-weight:400; text-align:center; width: 100%; } .sc_matches_other .sc_matches_item_day { font-size:1.25em; } .sc_matches_other .sc_matches_item_name2 { text-align:right; } .sc_matches_other .sc_matches_item_title, .sc_matches_other .sc_matches_item_club { display: block; } .sc_matches_other .sc_matches_item_club { font-size: 0.9333em; font-style:italic; } .sc_matches_other .sc_matches_item_score { font-size: 2em; text-align:center; @include transition-color; } /* Other matches left or right */ .sc_matches_side { display:inline-block; vertical-align:top; text-align:left; width:60%; padding-right:3em; @include border-box; } .sc_matches_side + .sc_matches_side { width: 40%; padding-right: 0; } .sc_matches_position_right { overflow:hidden; } .sc_matches_position_right .sc_matches_side { float:right; padding-left: 3em; padding-right: 0; } .sc_matches_position_right .sc_matches_side + .sc_matches_side { padding-left: 0; } .sc_matches_side .sc_matches_item_pair { max-width: none; } .sc_matches_side .sc_matches_other .sc_matches_item { width: 100%; } .sc_matches_side .sc_matches_other .sc_matches_item_link { display:block; } .sc_matches_side .sc_matches_other .sc_matches_item_date, .sc_matches_side .sc_matches_other .sc_matches_item_date_wrap { display:block; text-align:left; position: static; top: 0; left: 0; bottom: auto; width: 100%; @include transform-none; } .sc_matches_side .sc_matches_other .sc_matches_item_day, .sc_matches_side .sc_matches_other .sc_matches_item_time { display:inline-block; vertical-align:baseline; text-align:left; width: auto; font-size:1em; } .sc_matches_side .sc_matches_other .sc_matches_item_time { margin-left: 0.3em; } .sc_matches_side .sc_matches_other .sc_matches_item_info { width: 100%; margin-left:0; } .sc_matches_side .sc_matches_other .sc_matches_item_club { display:none; } /* Shortcode Points ---------------------------------- */ .sc_points_table td { padding:0; } .sc_points_table td a { display: block; color: #333; padding:1em; text-align: center; } .sc_points_table tr:hover a, .sc_points_table td a:hover { color: #efa758; } .sc_points_table tr.sc_points_table_accented_top td { background-color: #efa758; } .sc_points_table tr.sc_points_table_accented_bottom td { background-color: #f0f0f0; } .sc_points_table td.sc_points_table_name a { text-align: left; position:relative; } .sc_points_table .sc_points_table_player { display:block; margin-left:3em; } .sc_points_table .sc_points_table_logo { display:block; width: 2em; @include abs-lc(0.75em, 0); }