@import 'styles_config'; #PEB_tableProblems { .PEB_tablerowProblems { } .PEB_tablerowProblems:hover { background-color: $LAYER2_TABLE_ROW_HOVER; } .PEB_tablecellProblems { } .PEB_TC_Value { font-family: $FONT_CODE; } .PEB_TC_Value:not(:hover) { color: transparent; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s; } .PEB_TC_Value:hover { color: $LAYER2_FG; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s; } .PEB_TC_Time { border-radius: 1px; display: inline-block; padding: 1px 6px; min-width: 60px; } .PEB_TC_Timelevel_0 { background-color: $COL_EULER_TIME_0_SAT !important; } .PEB_TC_Timelevel_1 { background-color: $COL_EULER_TIME_1_SAT !important; } .PEB_TC_Timelevel_2 { background-color: $COL_EULER_TIME_2_SAT !important; } .PEB_TC_Timelevel_3 { background-color: $COL_EULER_TIME_3_SAT !important; } .PEB_TC_Timelevel_4 { background-color: $COL_EULER_TIME_4_SAT !important; } .PEB_TC_Size { font-family: $FONT_CODE; } .PEB_TC_Size_93, .PEB_TC_Size_98 { min-width: 7ch; } .PEB_TC_Size_93 { float: right; font-family: $FONT_DEFAULT; border-radius: 1px; background-color: #0A0; display: inline-block; padding: 1px 6px; } .PEB_TC_Size_98 { float: right; font-family: $FONT_DEFAULT; border-radius: 1px; background-color: #FF0; display: inline-block; padding: 1px 6px; } a { color: $LAYER2_FG; display: block; text-decoration: none; } .PEB_TC_Title a { text-decoration: underline; } } @include rdmedia_range(0,3) { #PEB_tableProblems tr td:nth-child(1), #PEB_tableProblems tr th:nth-child(1) { display: none; } } @include rdmedia(0) { #PEB_tableProblems tr td:nth-child(1), #PEB_tableProblems tr th:nth-child(1) { display: none; } #PEB_tableProblems tr td:nth-child(3), #PEB_tableProblems tr th:nth-child(3) { display: none; } #PEB_tableProblems tr td:nth-child(4), #PEB_tableProblems tr th:nth-child(4) { display: none; } } .bce_description, .bce_explanation { background: $LAYER2_TXTBLOCK_BG; color: $LAYER2_TXTBLOCK_FG; border: $LAYER2_TXTBLOCK_BORDER; padding: 0 5px; }