@charset "UTF-8";

.wall_post_info {
  animation:letterspacing;
  animation-duration:3s;
  animation-iteration-count:infinite;
  margin-left:100px;
}

.wall_post_info a {
  text-decoration:none;
}

@keyframes letterspacing {
  0% {
    margin-left:100px;
    letter-spacing:3px;
  }

  50% {
    margin-left:0;
    letter-spacing:10px;
  }

  100% {
    margin-left:100px;
    letter-spacing:3px;
  }
}

#five_things_value {
  font-size:20px;
  animation:fivespin 5s 1;
  animation-iteration-count:infinite;
}

@keyframes fivespin {
  0% {
    transform:rotate(0deg);
  }

  25% {
    transform:rotate(20deg);
  }

  50% {
    transform:rotate(0deg);
  }

  55% {
    transform:rotate(0deg);
  }

  70% {
    transform:rotate(0deg);
    background:#1ec7e6;
  }

  100% {
    transform:rotate(-360deg);
  }
}

#profile_avatar {
  animation-name:avatar3d;
  animation-duration:3s;
  animation-iteration-count:infinite;
  animation-timing-function:linear;
}

@keyframes avatar3d {
  from {
    transform:perspective(400px) rotateY(0deg);
  }

  to {
    transform:perspective(400px) rotateY(360deg);
  }
}

#admire {
  font-size:70px;
  font-family:comic sans ms;
  text-decoration:none;
}

#admire:before {
  content:url('https://img.mfcimg.com/chat_images/u/25/25613c93.gif');
}

#admire:after {
  content:url('https://img.mfcimg.com/chat_images/u/25/25613c93.gif');
}

#admirers_value:before {
  content:"123612";
}

span#rating_value_bar img[alt="1"] {
  width:80px;
  height:80px;
  animation-name:drehen;
  animation-duration:1s;
  animation-iteration-count:infinite;
  animation-timing-function:linear;
}

span#rating_value_bar img[alt="2"] {
  display:none;
}

span#rating_value_bar img[alt="3"] {
  display:none;
}

span#rating_value_bar img[alt="4"] {
  display:none;
}

span#rating_value_bar img[alt="5"] {
  display:none;
}

a:link,a:active,a:hover {
  color:#;
}

a:visited {
  color:#;
}

body {
  background-color:#000000;
  color:#666666;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

#header_bar {
  display:none;
}

.profile_section_content {
  color:#666666;
  border:px #;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_background {
  background-color:transparent;
  background-color:#FFFFFF;
  filter:alpha(opacity=100);
  opacity:1;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#BCEC76;
  color:#000000;
  font-family:'Verdana';
  font-weight:bold;
  font-style:normal;
  font-size:14px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  -webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
  transform:rotate(1deg);
}

.profile_section_content .heading:nth-of-type(1) {
  transform:rotate(-.7deg);
}

.content {
  padding:5px;
}

.my_mfc_news_feed {
  width:100%;
  height:330px;
}

#new_comment_inputs {
  width:80%;
}

#user_comment_comment {
  width:100%;
  height:100px;
  animation-name:schunkeln;
  animation-duration:10s;
  animation-iteration-count:infinite;
  animation-timing-function:linear;
  border:2px solid black;
  border-radius:5px;
  font-family:comic sans ms;
  font-size:28px;
}

@keyframes drehen {
  0% {
    transform:rotate(0deg);
  }

  100% {
    transform:rotate(360deg);
  }
}

@keyframes schunkeln {
  0% {
    transform:rotate(0deg);
  }

  20% {
    transform:rotate(6deg);
  }

  25% {
    transform:rotate(8deg);
  }

  50% {
    transform:rotate(0deg);
  }

  70% {
    transform:rotate(-6deg);
  }

  75% {
    transform:rotate(-8deg);
  }

  100% {
    transform:rotate(0deg);
  }
}

.wall_post_avatar .img_radius_shadow {
  animation-name:zerren;
  animation-duration:400ms;
  animation-iteration-count:infinite;
  animation-timing-function:linear;
}

@keyframes zerren {
  0% {
    transform:skewX(0deg);
  }

  25% {
    transform:skewX(5deg);
  }

  50% {
    transform:skewX(0deg);
  }

  75% {
    transform:skewX(-5deg);
  }

  100% {
    transform:skewX(0deg);
  }
}

.wall_post_body {
  animation-name:jump;
  animation-duration:4s;
  animation-iteration-count:infinite;
  animation-timing-function:linear;
}

@keyframes jump {
  0% {
    transform:translateY(0px);
  }

  10% {
    transform:translateY(10px);
  }

  25% {
    transform:translateY(20px);
  }

  50% {
    transform:translateY(30px);
  }

  60% {
    transform:translateY(27px);
  }

  100% {
    transform:translateY(0px);
  }
}

.wall_post_body img {
  animation-name:zoom;
  animation-duration:500ms;
  animation-iteration-count:infinite;
  animation-timing-function:ease-in-out;
}

@keyframes zoom {
  0% {
    transform:scale(1);
    opacity:1;
  }

  50% {
    transform:scale(.5);
    opacity:.5;
  }

  100% {
    transform:scale(1);
    opacity:1;
  }
}

.post_comment_btn {
  width:300px;
  height:100px;
}

@keyframes fontpoop {
  0% {
    font-size:15px;
    background-color:#ff0000;
  }

  50% {
    font-size:40px;
    background-color:#0000ff;
  }

  0% {
    font-size:15px;
    background-color:#ff0000;
  }
}

.post_comment_btn:hover {
  animation-name:fontpoop;
  animation-duration:500ms;
  animation-iteration-count:infinite;
}