Teamliste custom
habe mal etwas an der css rumgebatelt also der custom
und wenn ich folgenden code eingebe dann ist auf der teamliste der banner wie auf dem bild zu sehen in ordnung
Code:
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: #ffffff; text-align: center }
- div#onair_grussboxbutton a { font-family: Arial; font-size: 20px; color: #66ce00; text-align: center }
- body#onair_body
- {
- 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: 2px 2px 5px black;
- }
- body#onair_body:hover
- {
- transform: scale(1.0);
- -webkit-transform: scale(1.0); /*Webkit: Scale up image to 1.2x original size*/
- -moz-transform: scale(1.0); /*Mozilla scale version*/
- -o-transform: scale(1.0); /*Opera scale version*/
- -ms-transform: scale(1.0); /*Internet Explorer*/
- opacity: 1;
- }
wenn ich aber den folgenden code eingeben wird er verkleinert
es geht um die letzten drei zeilen
Code:
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: #ffffff; text-align: center }
- div#onair_grussboxbutton a { font-family: Arial; font-size: 20px; color: #66ce00; text-align: center }
- body#onair_body
- {
- 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: 2px 2px 5px black;
- }
- body#onair_body:hover
- {
- transform: scale(1.0);
- -webkit-transform: scale(1.0); /*Webkit: Scale up image to 1.2x original size*/
- -moz-transform: scale(1.0); /*Mozilla scale version*/
- -o-transform: scale(1.0); /*Opera scale version*/
- -ms-transform: scale(1.0); /*Internet Explorer*/
- opacity: 1;
- }
- img { width: 100px; height: 120px; border-radius: 110px; border:0; border-radius: 8px; box-shadow: 0px 0px 10px rgb(238, 0, 119);'/>
- box-shadow: 2px 2px 5px black;
- }
wo habe ich denn da einen Fehler drinnen
ich danke schon mal im voraus für eure Hilfe