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' );
    }

  • 相关阅读:
    Luogu3227 HNOI2013切糕
    Luogu1646 happiness
    Luogu5038 SCOI2012奇怪的游戏
    Luogu3324 星际战争
    Luogu2472 SCOI2007蜥蜴
    NOI Online#3 解题报告
    Luogu6478 游戏
    1,[VS入门教程] 使用Visual Studio写c语言 入门与技巧精品文~~~~下载安装篇
    Windows开机自动登陆 开/关:登录需按Ctrl+Alt+del的功能
    官方入门教程和文档 | Visual Studio
  • 原文地址:https://www.cnblogs.com/sufei/p/1411694.html
Copyright © 2011-2022 走看看