MIB: Brauche Hilfe beim Download einer Datei!

Beitrag lesen

/*style.css*/
body {
  scrollbar-face-color: #121865;
  scrollbar-shadow-color: #121865;
  scrollbar-highlight-color: #121865;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-darkshadow-color: #121865;
  scrollbar-track-color: #000000;
  scrollbar-arrow-color: #FFFFFF;
  scrollbar-face-color: #121865;
  background:#121865;
  color:#BCC0F3;
  cursor:default;
  font-family:Arial;
  font-size:12px;
}
.color_text {
  color:#C0C0FF;
}
.mini_text {
  color:#8080FF;
  font-size:10px;
}
.info_layer {
  background-color:#714900;
  border:1px solid #264A27;
  font-size:12px;
  font-weight:normal;
  text-decoration:none;
}
.info_layer a {
  display:block;
  font-size:12px;
  font-weight:normal;
  text-decoration:none;
  color:white;
  font-family:Arial;
  cursor:hand;
  width:100%;
  text-vertical-align:middle;
  height:16px;
  border:1px solid white;
}
.info_layer a:hover {
  display:block;
  font-size:12px;
  font-weight:normal;
  text-decoration:overline underline;
  color:#FF6A6A;
  font-family:Arial;
  cursor:hand;
}
div.menue {
  width:119px;
}
div.menue a {
  margin-bottom:3px;
  color:black;
  width:119px;
  display:block;
  width:100%;
  border:1px solid red;
  background:yellow;
  font-size:12px;
  font-family:Arial;
  text-decoration:none;
  cursor:hand;
  padding:2px;
  padding-left:5px;
}
div.menue a:hover {
  border:1px solid red;
  background:gold;
}
a {
  color:white;
  cursor:hand;
  font-size:12px;
  text-decoration:none;
}

Hoffe, dass hilft Dir weiter.

Gruss,
Michi