hallo wie heisst der code für die wünschbox button
Code
- margin: 0;
- padding: 0;
- font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-size: 14px;
- color: #000;
- //background: url(../../images/BG_Test03_dunkler.jpg) no-repeat fixed;
- }
- body#onair_body { font-family: Arial; font-size: 16px; color: white; text-align: center; background: transparent;}
- div#content {
- min-height: 250px;
- padding: 10px;
- background: transparent;
- }
- table.content tr:nth-child(even) {
- background: transparent;
- }
- table.content tr:nth-child(odd) {
- background: transparent;
- }
- media="all"
- body {
- margin: 0;
- padding: 0;
- font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-size: 12px;
- color: red;
- background: transparent;
- }
- img#onair_bildIMG {
- width: 100px;
- height: 100px;
- border-radius: 110px;
- border: 3px solid #fff;
- box-shadow: 2px 2px 5px black;
- }
- 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: 3px solid #fff;
- box-shadow: 2px 2px 5px black;
- }