/* ==========================================================
   gaya98.css  --  HAIYO edisi 1998
   Ditulis dengan NOTEPAD.EXE pada Windows 95. 800x600. 56k.
   ========================================================== */

body {
  margin: 0 0 34px 0;               /* ruang untuk bar status Netscape */
  padding: 0;
  font-family: "Comic Sans MS", "Courier New", cursive, monospace;
  font-size: 14px;
  color: #00ff00;
  background-color: #000000;
  /* tile grid hijau -- style GeoCities 1998 */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><rect width="32" height="32" fill="%23000000"/><path d="M0 0h32v1H0zM0 0h1v32H0z" fill="%23006600"/><rect x="16" y="16" width="2" height="2" fill="%23ff00ff"/></svg>');
  background-repeat: repeat;
  cursor: crosshair;
}

a:link    { color: #ffff00; font-weight: bold; }
a:visited { color: #ff00ff; }
a:active  { color: #ff0000; }
a:hover   { color: #ff0000; background-color: #ffff00; }

h1 { font-size: 40px; margin: 4px 0 0 0; color: #00ff00; }
h2 { font-size: 20px; color: #ff00ff; margin: 4px 0; }

font.kecil98, .kecil98 { font-size: 11px; color: #999999; }

/* -- teks jadi-jadian WordArt -- */
.pelangi98 {
  background: linear-gradient(90deg,#00ff00,#ffff00,#ff00ff,#00ffff,#00ff00);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: gelongsor98 5s linear infinite;
  text-shadow: 2px 2px 0 #003300;
}
@keyframes gelongsor98 { from { background-position: 0 0; } to { background-position: 200% 0; } }

/* -- BLINK. memang wajib tahun 1998 -- */
.blink { animation: blink98 1s steps(1,start) infinite; }
@keyframes blink98 { 50% { opacity: 0; } }

marquee {
  background: #000033;
  border: 2px inset #00ff00;
  padding: 3px 0;
  font-weight: bold;
  color: #ffff00;
}

/* -- jadual bevel 1998 -- */
.meja98 {
  border: 3px ridge #00ff00;
  background-color: #001100;
  margin: 10px auto;
  padding: 6px;
}
.meja98 td { padding: 5px 8px; vertical-align: top; }

.meja-tajuk98 {
  background-color: #ff00ff;
  color: #000000;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
}

/* -- baris hijau berulang (ganti GIF jalur) -- */
.jalur98 {
  height: 4px;
  border: 0;
  margin: 8px 0;
  background: repeating-linear-gradient(90deg,#00ff00 0 10px,#00ffff 10px 20px,#ff00ff 20px 30px);
}

/* -- butang Windows 95 -- */
.tombol98 {
  display: inline-block;
  padding: 4px 10px;
  margin: 3px;
  border: 2px outset #808080;
  background-color: #c0c0c0;
  color: #000080;
  font-family: "Comic Sans MS", cursive;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}
.tombol98:hover { border-style: inset; background-color: #ffff00; color: #ff0000; }

/* -- lencana 88x31 -- */
.lencana98 {
  display: inline-block;
  width: 88px;
  height: 31px;
  margin: 2px;
  border: 1px solid #00ff00;
  background: #000080;
  color: #ffff00;
  font-size: 8px;
  font-weight: bold;
  line-height: 11px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
.lencana98 span { display: block; padding-top: 4px; }

/* -- kaunter pelawat -- */
.kaunter98 {
  display: inline-block;
  background: #000000;
  border: 2px inset #00ff00;
  color: #00ff00;
  font-family: "Courier New", monospace;
  font-size: 24px;
  letter-spacing: 5px;
  padding: 2px 8px;
}

/* -- kira detik Y2K -- */
.y2k {
  font-family: "Courier New", monospace;
  font-size: 15px;
  color: #ffff00;
  background: #330000;
  border: 2px solid #ff0000;
  padding: 4px 8px;
}

/* -- kotak nota -- */
.nota98 {
  border: 2px dashed #ffff00;
  background: #001a00;
  padding: 8px;
  margin: 10px auto;
  max-width: 660px;
  text-align: left;
}

/* -- bar status Netscape palsu -- */
.bar-status98 {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  height: 26px;
  background: #c0c0c0;
  color: #000000;
  border-top: 2px outset #ffffff;
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 12px;
  line-height: 26px;
  padding: 0 8px;
  z-index: 9998;
  white-space: nowrap;
  overflow: hidden;
}
.bar-status98 .kiri98  { float: left; }
.bar-status98 .kanan98 { float: right; }

/* -- bar kemajuan palsu (ganti GIF) -- */
.bar-kemajuan98 {
  height: 14px;
  border: 2px inset #00ff00;
  background: #000;
  width: 220px;
  margin: 4px auto;
}
.bar-kemajuan98 div {
  height: 100%;
  width: 63%;
  background: repeating-linear-gradient(90deg,#00ff00 0 6px,#00cc00 6px 12px);
}

/* -- jejak tetikus -- */
.jejak98 {
  position: fixed;
  pointer-events: none;
  font-size: 13px;
  color: #00ff00;
  z-index: 9999;
  animation: pudar98 0.8s linear forwards;
}
@keyframes pudar98 { to { opacity: 0; transform: translateY(-12px) scale(1.5); } }

.tengah98 { text-align: center; }
.hijau98 { color: #00ff00; }
.kuning98 { color: #ffff00; }
.merah98 { color: #ff4444; }
.biru98 { color: #00ffff; }
