Downloads containing stylei.css

Downloads
Name Author Game Mode Rating
JJ2 1.23 vanilla: Half-Jazz: Amen 1.0 capn_obvious Single player 3.3 Download file

File preview

/* pospi's Stylesheet */
/* all it does is set background and font properties */

body {
  background-color: #000000;
  font-family: verdana, arial, helvetica, sans-serif; 
  font-size: 10px;
  scrollbar-arrow-color: "#EEEEEE";
  scrollbar-track-color: "#000000";
  scrollbar-face-color: "#222222";
  scrollbar-highlight-color: "#225666";
  scrollbar-3dlight-color: "#111111";
  scrollbar-darkshadow-color: "#000000";
  scrollbar-shadow-color: "#050505";
  background: url(readme_back.jpg) no-repeat fixed; 
}


p {
  color: "#990000";
}

td {
  color: "#880000";
  font-size: 10px;
}

li {
  color: "#999999";
}

h1 {
  color: "#999999";
}

h2 {
  color: "#999999";
}

h3 {
  color: "#999999";
}

  a:active {color: #880000}
  a:visited {color: #990000}
  a:link {color: #FF0000}
  a:hover {color: #BB0000}