1
0
www.mikescher.com/www/data/css/styles_blogview_euler.scss

179 lines
4.0 KiB
SCSS

@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;
}
.bce_pagination {
display:flex;
.bce_pag20 {
display:flex;
align-self: center;
}
.bce_pag10 {
display:flex;
}
.bce_pag05 {
display:flex;
margin: 4px 0;
}
.bce_pagbtn {
display: block;
color: $BUTTON_PAGINATION_FG;
text-decoration: none;
min-width: 1.8em;
padding: 0 5px;
margin: 0 4px;
border-radius: 2px;
border: $BUTTON_PAGINATION_BORDER;
background: $BUTTON_PAGINATION_BG;
text-align: center;
}
.bce_pagbtn_disabled {
color: #888;
background: #BBB;
}
.bce_pagbtn_active {
color: $BUTTON_PAGINATION_DISABLED_FG;
background: $BUTTON_PAGINATION_DISABLED_BG;
border: $BUTTON_PAGINATION_DISABLED_BORDER;
}
}
@include rdmedia(0)
{
.bce_pagination { flex-direction: column; }
.bce_pag20 { flex-direction: column; }
.bce_pag10 { flex-direction: column; }
.bce_pag05 { flex-direction: row; }
}
@include rdmedia(1)
{
.bce_pagination { flex-direction: column; }
.bce_pag20 { flex-direction: column; }
.bce_pag10 { flex-direction: row; }
.bce_pag05 { flex-direction: row; }
}
@include rdmedia(2)
{
.bce_pagination { flex-direction: column; }
.bce_pag20 { flex-direction: column; }
.bce_pag10 { flex-direction: row; }
.bce_pag05 { flex-direction: row; }
}
@include rdmedia(3)
{
.bce_pagination { flex-direction: column; }
.bce_pag20 { flex-direction: column; }
.bce_pag10 { flex-direction: row; }
.bce_pag05 { flex-direction: row; }
}
@include rdmedia(4)
{
.bce_pagination { flex-direction: column; }
.bce_pag20 { flex-direction: row; }
.bce_pag10 { flex-direction: row; }
.bce_pag05 { flex-direction: row; }
}