zoukankan      html  css  js  c++  java
  • 一个很经典的form里的样式

    阅读全文:http://www.cckan.net/forum.php?mod=viewthread&tid=46

    /*forum.css
    *编写时间:2009年2月16日
    *编写人: 苏    飞
    */
    A:visited
    {
    color: "#003366";
    text-decoration: none;
    }
    A:active
    {
    color: "#00ff00";
    text-decoration: none;
    }
    A:hover
    {
    color: "#ff0000";
    text-decoration: underline;
    }
    A:link
    {
    color: "#003399";
    text-decoration: none;
    }
    .T
    {
    line-height: 1.4;
    }
    body
    {
    margin-top: 0;
    margin-left: 10;
    font-family: 宋体;
    font-size: 9pt;
    scrollbar-base-color: #E0F0F0;
    scrollbar-face-color: #E8E8E8;
    scrollbar-darkshadow-color: #C0C0C0;
    }
    td
    {
    font-family: 宋体;
    font-size: 9pt;
    }
    DIV
    {
    font-family: 宋体;
    font-size: 9pt;
    }
    form
    {
    font-family: 宋体;
    font-size: 9pt;
    }
    OPTION
    {
    font-family: 宋体;
    font-size: 9pt;
    }
    P
    {
    font-family: 宋体;
    font-size: 9pt;
    }
    td
    {
    font-family: 宋体;
    font-size: 9pt;
    }
    BR
    {
    font-family: 宋体;
    font-size: 9pt;
    }
    input
    {
    border-right: #7b9ebd 1px solid;
    padding-right: 5px;
    padding-top: 2px;
    border-top: #7b9ebd 1px solid;
    padding-left: 5px;
    font-size: 10pt;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,   StartColorStr=#ffffff,   EndColorStr=#cecfde);
    border-left: #7b9ebd 1px solid;
    cursor: hand;
    border-bottom: #7b9ebd 1px solid;
    }
    textarea
    {
    border- 1;
    border-color: #000000;
    background-color: #efefef;
    font-family: 宋体;
    font-size: 9pt;
    font-style: bold;
    }
    select
    {
    border- 1;
    border-color: #000000;
    background-color: #efefef;
    font-family: 宋体;
    font-size: 9pt;
    font-style: bold;
    }
    UL
    {
    font-size: 14px;
    cursor: default;
    font-family: 宋体;
    }
    LI
    {
    font-size: 14px;
    cursor: default;
    font-family: 宋体;
    }
    P
    {
    font-size: 12px;
    cursor: default;
    font-family: 宋体;
    }
    .bk
    {
    border-right: #d3d3d3 1px solid;
    border-top: #808080 1px solid;
    padding-left: 0.2em;
    font-size: 100%;
    margin-left: -0.2em;
    border-left: #808080 1px solid;
    color: #707070;
    border-bottom: #d3d3d3 1px solid;
    }
    .Tips_bo
    {
    border-right: #d3d3d3 1px solid;
    border-top: #808080 1px solid;
    padding-left: 0.2em;
    font-size: 100%;
    margin-left: -0.2em;
    border-left: #808080 1px solid;
    cursor: hand;
    color: #707070;
    border-bottom: #d3d3d3 1px solid;
    font-family: "宋体";
    background-color: #e8e8e8;
    text-decoration: none;
    }
    .a1
    {
    background-image: url(../image/titlebg.gif);
    color: #000000;
    }
    .a2
    {
    background-color: #a4b6d7;
    }
    .a3
    {
    background-color: #f2f8ff;
    }
    .a4
    {
    background-color: #ecf5ff;
    }
    .CNavi1
    {
    filter: progid:DXImagetransform.Microsoft.Gradient(startColorStr=    '#6699ff' , endColorStr= '#ffffff' , gradientType= '1' );
    }
    .CT1
    {
    filter: progid:DXImagetransform.Microsoft.Gradient(startColorStr=    '#6699ff' , endColorStr= '#d4e3ff' , gradientType= '1' );
    }
    .CT2
    {
    filter: progid:DXImagetransform.Microsoft.Gradient(startColorStr=    '#d4e3ff' , endColorStr= '#6699ff' , gradientType= '1' );
    }
    .CTB
    {
    filter: progid:DXImagetransform.Microsoft.Gradient(startColorStr=    '#1091F4' , endColorStr= '#eff8fe' , gradientType= '1' );
    }

  • 相关阅读:
    Siege 3.0 正式版发布,压力测试工具
    Pomm 1.1.2 发布,专为 PG 设计的 ORM 框架
    Whonix 0.5.6 发布,匿名通用操作系统
    国内开源 java cms,Jspxcms 2.0 发布
    EZNamespaceExtensions.Net v2013增加对上下文菜单、缩略图、图标、属性表的支持
    GNU Guile 2.0.9 发布,Scheme 实现
    jdao 1.0.4 发布 轻量级的orm工具包
    OpenSearchServer 1.4 RC4 发布
    Percona Server for MySQL 5.5.3030.2
    Samba 4.0.5 发布
  • 原文地址:https://www.cnblogs.com/sufei/p/1411694.html
Copyright © 2011-2022 走看看