Tweaks for cineplexbd.com
Star Cineplex Bangladesh by qstar-inc
Details
Authorqstar-inc
LicenseNo License
Categorycineplexbd.com
Created
Updated
Size625 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Star Cineplex Bangladesh
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Star Cineplex Bangladesh
@author qstar.inc
==/UserStyle== */
@-moz-document domain("cineplexbd.com") {
/* Make the left cards larger */
.col-md-8 {
width: 100%;
}
/* Bring the theater wall to the center */
.projection-wall {
margin: auto;
}
.screen_name {
margin: auto;
}
/* Change resolution for larger screen*/
@media (min-width: 1900px) {
.container {
width: 1800px;
}
}
}