hallo
wenn man die bewerbungsseite aufruft zum eintragen sieht man bei mir leider keine schrift überall ist die schrift zu sehen nur da nicht sieht aus wie auf dem anhang
wo kann ich dieses ändern
die custom css sieht so aus, wo kann ich es ändern
vielen dank für die hilfe
Code
- @charset "utf-8";
- body { background-image: url("https://www.blitzradio.club/sendeplan/back/background.gif"); }
- div#content {background: transparent;
- }
- .panel {
- background-color:transparent;
- border: 3px solid #e61212;
- border-radius:8px;
- }
- .panel-default > .panel-heading {
- color: #ffffff;
- background-color:transparent;
- }
- .art-title {
- color: #ffffff;
- font-style: italic;
- font-size: 20px;
- font-weight: 700;
- }
- b, strong {
- font-weight: 700;
- font-style: italic;
- font-size: 15px;
- }
- .table {
- color: #ff3030;
- font-style:italic;
- font-family:comic sans ms, "lucida console", sans-serif;}
- body#onair_body { background: transparent; }
- body#onair_body { font-family: Arial; font-size: 15px; color: #ff4500; text-align: center }
- div#onair_grussboxbutton a { font-family: Arial; font-size: 1px; color: transparent; text-align: center }
- body#onair_body
- {
- background-image: url("https://www.blitzradio.club/sendeplan/back/background.gif");
- overflow: hidden;
- -webkit-transform: scale(0.8); /*Webkit: Scale down image to 0.8x original size*/
- -moz-transform: scale(0.8); /*Mozilla scale version*/
- -o-transform: scale(0.8); /*Opera scale version*/
- -ms-transform: scale(0.8); /*Internet Explorer*/
- -webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
- -moz-transition-duration: 0.5s; /*Mozilla duration version*/
- -o-transition-duration: 0.5s; /*Opera duration version*/
- -ms-transition-duration: 0.5s; /*Internet Explorer*/
- transition-duration: 0.5s;
- margin: 0 -6px; /*margin between images*/
- text-shadow: 3px 3px 7px white;
- }