Customs

div.box{ -webkit-border-radius: 11px; -moz-border-radius: 11px; border-radius: 11px; -webkit-box-shadow: 0px 0px 0px #D3D3D3; -moz-box-shadow: 0px 0px 0px #D3D3D3; box-shadow: 0px 0px 0px #D3D3D3; border: 0px solid #C0C0C0; background: #0395a7; padding: 15px; font-family: Verdana, Geneva, sans-serif; font-size: 10pt; color: #0395a7; text-align: center; } .container { position: relative; text-align: center; color: white; } .centered { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; } .mytext { /*color: red;*/ font-size: 33px; } @media only screen and (max-width: 500px){ .mytext { font-size: smaller !important; } } (function() { $("body").text("jQuery works"); }()); (function() { if (Galleria) { $("body").text('Galleria works') } }());