
@import url('https://fonts.googleapis.com/css?family=Roboto:700'); :root { background-color: #000 !important; } body { background-color: #000 } ::-webkit-scrollbar { width: 10px; } ::-webkit-scrollbar-thumb { background: #666; border-radius: 20px; } ::-webkit-scrollbar-track { background: #ddd; border-radius: 20px; } fa-forward-fast { font-size: 100em; padding: 15px 25px; color: rgb(235, 235, 235); border: none; background-color: red; } fa-forward-fast:hover { color: #fff; background-color: transparent; } button { background-color: rgba(255,255,255,0); background-repeat:no-repeat; border: none; cursor:pointer; overflow: hidden; outline:none; } #console, #console2 { font-family: courier, monospace; color: #fff; width:750px; margin-left:auto; margin-right:auto; margin-top:100px; font-size:14px; } #main { font-family: courier, monospace; color: #fff; width:750px; margin-left:auto; margin-right:auto; margin-top:100px; font-size:14px; } .rounded-corners { border-radius: 5px; } a { color: #0bc; text-decoration: none; } #a2 { color: #0bc; text-decoration: none; } #a { color: #0f0; } #c { color: #0bc; } #b { color: #9a3e30; } #k { animation: change 1s; } #op{ color: #888888; } .footer { margin-bottom: 100px; } @keyframes change { 0% { color: #0f0; } 50% { color: #0f0; } 99% { color: black; } }

/* ==== XP-STYLE DIALOG + TASKBAR BUTTON ==== */

#v2-xp-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 9998 !important;
}

#v2-xp-dialog {
  position: fixed;
  width: 380px;
  background: #E5E5E5;
  border: 2px solid #000;
  font-family: Tahoma, sans-serif;
  z-index: 10000 !important;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -25%);
}

#v2-xp-header {
  background: linear-gradient(to bottom, #3C7FB1, #2B6F9E);
  color: white;
  padding: 4px 8px;
  font-size: 13px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  cursor: move;
}
#v2-xp-controls span {
  cursor: pointer;
  padding: 0 6px;
  font-weight: bold;
}
#v2-xp-controls span:hover {
  background: rgba(255, 255, 255, 0.2);
}

#v2-xp-body {
  display: flex;
  padding: 10px;
  font-size: 13px;
}
#v2-xp-icon {
  width: 32px;
  margin-right: 10px;
}
#v2-xp-text {
  flex: 1;
}

#v2-xp-buttons {
  text-align: right;
  padding: 8px 12px 12px;
}
.v2-xp-btn {
  background: #E0DFDB;
  border-top: 2px solid #FFF;
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #7F7F7F;
  border-right: 2px solid #7F7F7F;
  padding: 4px 10px;
  font-size: 13px;
  margin-left: 6px;
  cursor: pointer;
}
.v2-xp-btn:active {
  border-top: 2px solid #7F7F7F;
  border-left: 2px solid #7F7F7F;
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
}

#v2-xp-taskbar {
  position: fixed;
  bottom: 8px;
  left: 8px;
  background: #E5E5E5;
  border: 2px solid #000;
  padding: 4px 8px;
  font-family: Tahoma, sans-serif;
  font-size: 13px;
  cursor: pointer;
  z-index: 10002 !important;
  display: none;
  align-items: center;
  gap: 6px;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
}
#v2-xp-taskbar:hover {
  background: #F0F0F0;
}
#v2-taskbar-icon {
  width: 18px;
  height: 18px;
}
