/*
Theme Name: 90s Template
Theme URI: http://example.com/90s-template
Author: Your Name
Author URI: http://example.com
Description: 一个90年代风格的网页模板，转换自静态页面。
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 90s, retro, vintage, static
Text Domain: ninety-template
*/

/* 原始 CSS 样式 */
body {
    background-color: #f0f8ff;
    font-family: "Courier New", Courier, monospace;
    margin: 0;
    padding: 0;
  }
  /* 页头 */
  #header {
    background-color: #ffcc00;
    padding: 20px;
    text-align: center;
  }
  /* 导航栏 */
  #nav {
    background-color: #0066cc;
    padding: 10px;
    text-align: center;
  }
  #nav a {
    color: white;
    text-decoration: none;
    margin: 0 10px;
    font-weight: bold;
  }
  /* 内容区与侧边栏 */
  #content {
    padding: 20px;
  }
  #sidebar {
    background-color: #e6e6e6;
    padding: 20px;
  }
  /* 页脚 */
  #footer {
    background-color: #cccccc;
    padding: 10px;
    text-align: center;
    font-size: 12px;
  }
  /* 90年代特效 */
  .marquee {
    color: red;
    font-weight: bold;
  }
  