Aggiornamenti di struttura; Agg. pagine minori

This commit is contained in:
2023-02-01 13:07:12 +01:00
parent b551beafcd
commit b37f7b2031
13 changed files with 50 additions and 21 deletions

View File

@@ -14,6 +14,15 @@
.DispBlock { Display: Block; }
.NoWrap { White-Space: NoWrap; }
.NoSelect {
User-Select: none;
-ms-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-webkit-touch-callout: none;
}
.i1em {
Max-Width: 1em;
Max-Height: 1em;

View File

@@ -145,7 +145,6 @@ Body {
*--------------------------------------------------------*/
/* No selection */
.NoSelect,
.TitleBarContent,
.TaskBar,
#Desktop,
@@ -309,4 +308,4 @@ Body {
}
/**** -------------------------------------------- ****/
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/

View File

@@ -255,8 +255,7 @@ IFrame {
Clear: Both;
Display: Table;
}
.MediaRow2 Img,
.MediaRow2 Video {
.MediaRow2 :Where(Img, Video) {
Float: Left;
Width: 50%;
Padding: 4px;
@@ -344,7 +343,6 @@ IFrame {
}
/* No selezione */
.NoSelect,
#LeftBox, #LeftBoxContainer,
#RightBox, #RightBoxContainer,
#BottomBoxCheck, #BottomBoxLabel {