⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 04c.htm

📁 javascript94个网页特效下载
💻 HTM
📖 第 1 页 / 共 4 页
字号:
<html>
<head>
<title>调色板一</title>
<meta http-equiv="目录类型" content="文本/html; 字符集=gb2312">
<style type="text/css">
<!--
a{font-style:normal;text-decoration:none;color:white}
a:hover {BACKGROUND:red;font-style:normal;text-decoration:none;color:yellow}
a:active {font-style:normal;text-decoration:none;color:yellow;}
.white {  color: #FFFFFF}
table {  font-size: 9pt}
-->
</style>
<link rel="stylesheet" href="style.css">
</head>

<body bgcolor="#009900" topmargin="0" leftmargin="0">
<form name="form">
  <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr bgcolor="#009900"> 
      <td colspan="3" height="18">&nbsp; </td>
    </tr>
    <tr> 
      <td bgcolor="#009900" width="18"></td>
      <td align="center" bgcolor="#FFFFFF" valign="top"> <br>
        <table width="56%" border="0" cellspacing="0" cellpadding="0" height="355">
          <tr> 
            <td rowspan="2" width="16" valign="top"> 
              <table width="100%" border="0" cellspacing="0" cellpadding="0" class="white" style="FONT-SIZE: 11pt;">
                <tr bgcolor="#336699" bordercolor="#336699"> 
                  <td style="BORDER-RIGHT: double; BORDER-TOP: double;  BORDER-LEFT: double; BORDER-BOTTOM: double;" height="70"><strong><a href="04.htm">演<br>
                    <br>
                    示</a></strong></td>
                </tr>
                <tr bordercolor="#009900" bgcolor="#009900"> 
                  <td style="BORDER-RIGHT: double; BORDER-TOP: double; BORDER-LEFT: double; BORDER-BOTTOM: double" height="70"><strong><a href="04c.htm">源<br>
                    代<br>
                    码</a></strong></td>
                </tr>
              </table>
            </td>
            <td rowspan="2" width="8" bgcolor="#009900">&nbsp;</td>
            <td align="center" style="BORDER-RIGHT: double; BORDER-TOP: double; FONT-SIZE: 12pt; BORDER-LEFT: double; BORDER-BOTTOM: double" bordercolor="#009900" valign="top"> 
              <br>
              <b>调色板一</b> 
              <hr width="92%" size="1" align="center">
              <table  cellspacing="0" cellpadding="0" width="81%">
                <tr> 
                  <td colspan="2" height="25">注释:放在&lt;head&gt;与&lt;/head&gt;之间</td>
                </tr>
                <tr> 
                  <td colspan="2"> 
                    <p> 
                      <textarea name="23" onFocus="this.select()" onMouseOver="this.focus()" cols="50" style="BACKGROUND-COLOR: #009900;" wrap="VIRTUAL" rows="7" class="pt9">&lt;script language=&quot;JavaScript&quot;&gt;
function ChangeColor(form, ColorName)
    { var ColorValue = &quot; &quot;;
      if (ColorName == 'aliceblue')       ColorValue = &quot;#F0F8FF&quot;;
      if (ColorName == 'antiquewhite')  ColorValue = &quot;#FAEBD7&quot;;
      if (ColorName == 'aqua')       ColorValue = &quot;#00FFFF&quot;;
      if (ColorName == 'aquamarine')  ColorValue = &quot;#7FFFD4&quot;;
      if (ColorName == 'azure')  ColorValue = &quot;#F0FFFF&quot;;
      if (ColorName == 'beige')  ColorValue = &quot;#F5F5DC&quot;;
      if (ColorName == 'bisque')  ColorValue = &quot;#FFE4C4&quot;;
      if (ColorName == 'black')  ColorValue = &quot;#000000&quot;;
      if (ColorName == 'blanchedalmond')  ColorValue = &quot;#FFEBCD&quot;;
      if (ColorName == 'blue')  ColorValue = &quot;#0000FF&quot;;
      if (ColorName == 'blueviolet')  ColorValue = &quot;#8A2BE2&quot;;
      if (ColorName == 'brown')  ColorValue = &quot;#A52A2A&quot;;
      if (ColorName == 'burlywood')  ColorValue = &quot;#DEB887&quot;;
      if (ColorName == 'cadetblue')  ColorValue = &quot;#5F9EA0&quot;;
      if (ColorName == 'chartreuse')  ColorValue = &quot;#7FFF00&quot;;
      if (ColorName == 'chocolate')  ColorValue = &quot;#D2691E&quot;;
      if (ColorName == 'coral')  ColorValue = &quot;#FF7F50&quot;;
      if (ColorName == 'cornflowerblue')  ColorValue = &quot;#6495ED&quot;;
      if (ColorName == 'cornsilk')  ColorValue = &quot;#FFF8DC&quot;;
      if (ColorName == 'crimson')  ColorValue = &quot;#DC143C&quot;;
      if (ColorName == 'cyan')  ColorValue = &quot;#00FFFF&quot;;
      if (ColorName == 'darkblue')  ColorValue = &quot;#00008B&quot;;
      if (ColorName == 'darkcyan')  ColorValue = &quot;#008B8B&quot;;
      if (ColorName == 'darkgoldenrod')  ColorValue = &quot;#B8860B&quot;;
      if (ColorName == 'darkgray')  ColorValue = &quot;#A9A9A9&quot;;
      if (ColorName == 'darkgreen')  ColorValue = &quot;#006400&quot;;
      if (ColorName == 'darkkhaki')  ColorValue = &quot;#BDB76B&quot;;
      if (ColorName == 'darkmagenta')  ColorValue = &quot;#8B008B&quot;;
      if (ColorName == 'darkolivegreen')  ColorValue = &quot;#556B2F&quot;;
      if (ColorName == 'darkorange')  ColorValue = &quot;#FF8C00&quot;;
      if (ColorName == 'darkorchid')  ColorValue = &quot;#9932CC&quot;;
      if (ColorName == 'darkred')  ColorValue = &quot;#8B0000&quot;;
      if (ColorName == 'darksalmon')  ColorValue = &quot;#E9967A&quot;;
      if (ColorName == 'darkseagreen')  ColorValue = &quot;#8FBC8F&quot;;
      if (ColorName == 'darkslateblue')  ColorValue = &quot;#483D8B&quot;;
      if (ColorName == 'darkslategray')  ColorValue = &quot;#2F4F4F&quot;;
      if (ColorName == 'darkturquoise')  ColorValue = &quot;#00CED1&quot;;
      if (ColorName == 'darkviolet')  ColorValue = &quot;#9400D3&quot;;
      if (ColorName == 'deeppink')  ColorValue = &quot;#FF1493&quot;;
      if (ColorName == 'deepskyblue')  ColorValue = &quot;#00BFFF&quot;;
      if (ColorName == 'dimgray')  ColorValue = &quot;#696969&quot;;
      if (ColorName == 'dodgerblue')  ColorValue = &quot;#1E90FF&quot;;
      if (ColorName == 'firebrick')  ColorValue = &quot;#B22222&quot;;
      if (ColorName == 'floralwhite')  ColorValue = &quot;#FFFAF0&quot;;
      if (ColorName == 'forestgreen')  ColorValue = &quot;#228B22&quot;;
      if (ColorName == 'fuchsia')  ColorValue = &quot;#FF00FF&quot;;
      if (ColorName == 'gainsboro')  ColorValue = &quot;#DCDCDC&quot;;
      if (ColorName == 'ghostwhite')  ColorValue = &quot;#F8F8FF&quot;;
      if (ColorName == 'gold')  ColorValue = &quot;#FFD700&quot;;
      if (ColorName == 'goldenrod')  ColorValue = &quot;#DAA520&quot;;
      if (ColorName == 'gray')  ColorValue = &quot;#808080&quot;;
      if (ColorName == 'green')  ColorValue = &quot;#008000&quot;;
      if (ColorName == 'greenyellow')  ColorValue = &quot;#ADFF2F&quot;;
      if (ColorName == 'honeydew')  ColorValue = &quot;#F0FFF0&quot;;
      if (ColorName == 'hotpink')  ColorValue = &quot;#FF69B4&quot;;
      if (ColorName == 'indianred')  ColorValue = &quot;#CD5C5C&quot;;
      if (ColorName == 'indigo')  ColorValue = &quot;#4B0082&quot;;
      if (ColorName == 'ivory')  ColorValue = &quot;#FFFFF0&quot;;
      if (ColorName == 'khaki')  ColorValue = &quot;#F0E68C&quot;;
      if (ColorName == 'lavender')  ColorValue = &quot;#E6E6FA&quot;;
      if (ColorName == 'lavenderblush')  ColorValue = &quot;#FFF0F5&quot;;
      if (ColorName == 'lawngreen')  ColorValue = &quot;#7CFC00&quot;;
      if (ColorName == 'lemonchiffon')  ColorValue = &quot;#FFFACD&quot;;
      if (ColorName == 'lightblue')  ColorValue = &quot;#ADD8E6&quot;;
      if (ColorName == 'lightcoral')  ColorValue = &quot;#F08080&quot;;
      if (ColorName == 'lightcyan')  ColorValue = &quot;#E0FFFF&quot;;
      if (ColorName == 'lightgoldenrodyellow')  ColorValue = &quot;#FAFAD2&quot;;
      if (ColorName == 'lightgreen')  ColorValue = &quot;#90EE90&quot;;
      if (ColorName == 'lightgrey')  ColorValue = &quot;#D3D3D3&quot;;
      if (ColorName == 'lightpink')  ColorValue = &quot;#FFB6C1&quot;;
      if (ColorName == 'lightsalmon')  ColorValue = &quot;#FFA07A&quot;;
      if (ColorName == 'lightseagreen')  ColorValue = &quot;#20B2AA&quot;;
      if (ColorName == 'lightskyblue')  ColorValue = &quot;#87CEFA&quot;;
      if (ColorName == 'lightslategray')  ColorValue = &quot;#778899&quot;;
      if (ColorName == 'lightsteelblue')  ColorValue = &quot;#B0C4DE&quot;;
      if (ColorName == 'lightyellow')  ColorValue = &quot;#FFFFE0&quot;;
      if (ColorName == 'lime')  ColorValue = &quot;#00FF00&quot;;
      if (ColorName == 'limegreen')  ColorValue = &quot;#32CD32&quot;;
      if (ColorName == 'linen')  ColorValue = &quot;#FAF0E6&quot;;
      if (ColorName == 'magenta')  ColorValue = &quot;#FF00FF&quot;;
      if (ColorName == 'maroon')  ColorValue = &quot;#800000&quot;;
      if (ColorName == 'mediumaquamarine')  ColorValue = &quot;#66CDAA&quot;;
      if (ColorName == 'mediumblue')  ColorValue = &quot;#0000CD&quot;;
      if (ColorName == 'mediumorchid')  ColorValue = &quot;#BA55D3&quot;;
      if (ColorName == 'mediumpurple')  ColorValue = &quot;#9370DB&quot;;
      if (ColorName == 'mediumseagreen')  ColorValue = &quot;#3CB371&quot;;
      if (ColorName == 'mediumslateblue')  ColorValue = &quot;#7B68EE&quot;;
      if (ColorName == 'mediumspringgreen')  ColorValue = &quot;#00FA9A&quot;;
      if (ColorName == 'mediumturquoise')  ColorValue = &quot;#48D1CC&quot;;
      if (ColorName == 'mediumvioletred')  ColorValue = &quot;#C71585&quot;;
      if (ColorName == 'midnightblue')  ColorValue = &quot;#191970&quot;;
      if (ColorName == 'mintcream')  ColorValue = &quot;#F5FFFA&quot;;
      if (ColorName == 'mistyrose')  ColorValue = &quot;#FFE4E1&quot;;
      if (ColorName == 'moccasin')  ColorValue = &quot;#FFE4B5&quot;;
      if (ColorName == 'navajowhite')  ColorValue = &quot;#FFDEAD&quot;;
      if (ColorName == 'navy')  ColorValue = &quot;#000080&quot;;
      if (ColorName == 'oldlace')  ColorValue = &quot;#FDF5E6&quot;;
      if (ColorName == 'olive')  ColorValue = &quot;#808000&quot;;
      if (ColorName == 'olivedrab')  ColorValue = &quot;#6B8E23&quot;;
      if (ColorName == 'orange')  ColorValue = &quot;#FFA500&quot;;
      if (ColorName == 'orangered')  ColorValue = &quot;#FF4500&quot;;
      if (ColorName == 'orchid')  ColorValue = &quot;#DA70D6&quot;;
      if (ColorName == 'palegoldenrod')  ColorValue = &quot;#EEE8AA&quot;;
      if (ColorName == 'palegreen')  ColorValue = &quot;#98FB98&quot;;
      if (ColorName == 'paleturquoise')  ColorValue = &quot;#AFEEEE&quot;;
      if (ColorName == 'palevioletred')  ColorValue = &quot;#DB7093&quot;;
      if (ColorName == 'papayawhip')  ColorValue = &quot;#FFEFD5&quot;;
      if (ColorName == 'peachpuff')  ColorValue = &quot;#FFDAB9&quot;;
      if (ColorName == 'peru')  ColorValue = &quot;#CD853F&quot;;
      if (ColorName == 'pink')  ColorValue = &quot;#FFC0CB&quot;;
      if (ColorName == 'plum')  ColorValue = &quot;#DDA0DD&quot;;
      if (ColorName == 'powderblue')  ColorValue = &quot;#B0E0E6&quot;;
      if (ColorName == 'purple')  ColorValue = &quot;#800080&quot;;
      if (ColorName == 'red')  ColorValue = &quot;#FF0000&quot;;
      if (ColorName == 'rosybrown')  ColorValue = &quot;#BC8F8F&quot;;
      if (ColorName == 'royalblue')  ColorValue = &quot;#4169E1&quot;;
      if (ColorName == 'saddlebrown')  ColorValue = &quot;#8B4513&quot;;
      if (ColorName == 'salmon')  ColorValue = &quot;#FA8072&quot;;
      if (ColorName == 'sandybrown')  ColorValue = &quot;#F4A460&quot;;
      if (ColorName == 'seagreen')  ColorValue = &quot;#2E8B57&quot;;
      if (ColorName == 'seashell')  ColorValue = &quot;#FFF5EE&quot;;
      if (ColorName == 'sienna')  ColorValue = &quot;#A0522D&quot;;
      if (ColorName == 'silver')  ColorValue = &quot;#C0C0C0&quot;;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -