MediaWiki:Common.css: Difference between revisions

From Linux Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


.col2-responsive td {
.embedvideo iframe {
     width: 50%;
    width: 75% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
}
 
table.responsive-three-cols td.col {
     width: 33% !important;
    }
 
 
.tabel3 {
with:100%;
display: block;
}
.celula3 {
width:33%;
display: block;
}
}


//.embedvideo {
@media screen and (max-width: 720px) {
//    width: 100%;
//    margin: 0 auto; /* centrează pe desktop */
//}


.embedvideo iframe {
.embedvideo iframe {
Line 14: Line 27:
     height: auto !important;
     height: auto !important;
     aspect-ratio: 16 / 9;
     aspect-ratio: 16 / 9;
 
}
@media screen and (max-width: 720px) {
    .col2-responsive td {
table.responsive-three-cols td.col {
         display: block !important;
         display: block;
         width: 100% !important;
         width: 100% !important;
        padding-right: 0 !important;
        box-sizing: border-box !important;
     }
     }


//.embedvideo iframe {
.celula3 {
//    width: 100% !important;
width:100%;
//    height: auto !important;
display: block;
//    aspect-ratio: 16 / 9;
}
//}
 
 
 
}

Latest revision as of 18:28, 26 July 2026

/* CSS placed here will be applied to all skins */

.embedvideo iframe {
    width: 75% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
	}

table.responsive-three-cols td.col {
    width: 33% !important;
    }


.tabel3 {
with:100%;
display: block;
}
.celula3 {
width:33%;
display: block;
}

@media screen and (max-width: 720px) {

.embedvideo iframe {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
}
	
table.responsive-three-cols td.col {
        display: block;
        width: 100% !important;
    }

.celula3 {
width:100%;
display: block;
}



}