落伍者站长论坛's Archiver

wimusic 发表于 2008-5-19 15:57

我这个CSS杂不变黑白

/*公用tag*/
body {
        margin: 0px;
        font-size: 12px;
        color: #333333;
        background-color: #FFFFFF;
        text-align: center;

}

div {
        font-family: "Verdana";
        font-size: 12px;
        color: #444444;
        line-height: 20px;
        margin: 0px;
        padding: 0px;
        border: 0px;
}

table {
        margin: 0px;
        padding: 0px;
        border: 0px;
}

img {
        margin: 0px;
        padding: 0px;
        border: 0px;
}

ul {
        margin:0px;
        padding:0px;
        line-height: 20px;
        list-style-type: none;
}

ol
{
        line-height: 20px;
}

li
{
        behavior: url(include/li.htc);
}

td {
        font-family: "Verdana";
        font-size: 12px;
        color: #444444;
        line-height: 20px;
}


a {
        color: #333333;
        text-decoration: underline;
}

a:hover {
        color: #FF6600;
}

form
{
        margin: 0px;
        padding: 0px;

}

input,textarea
{
        font-family: Verdana;
        font-size:12px;
}

hr
{
        width: 100%;
        height: 1px;
        padding:0px;
        color:#CCCCCC;
        clear:both;
}

h1
{
        font-size:22px;
        font-weight:bord;
        margin:10px 0px;
}

h2
{
        font-size:16px;
        color:#FF6600;
        font-weight:bord;
        margin:0px;
}

h3
{
        font-size:14px;
        color:#FF6600;
        font-weight:bord;
        margin:0px;
}

h5
{
        font-size: 12px;
        font-weight: border;
        margin: 0px;
}

h6
{
        font-size: 11px;
        font-weight: normal;
        margin: 0px;
}

p{
margin:0px 0px 10px 0px;
}

/*登录文本框以线装显示*/
.textline
{
        height:14px;
        width:80px;
        font-family: Verdana;
        border-top: 0px;
        border-left: 0px;
        border-right: 0px;
        border-bottom: 1px #333333 solid;
        line-height: 14px;
}

/*xml图标*/
.xml{
        color:#FFFFFF;
        font-family:verdana,Arial,Tahoma;
        text-decoration: none;
        font-weight: normal;
        font-size:10px;
        line-height:10px;
        padding: 0px 2px;
        background-color: #FF6600;
        border-right: 1px #993300 solid;
        border-bottom: 1px #993300 solid;
}

.xml:hover
{
        background-color: #FF9900;
        color:#FFFFFF;
}

/*公用的最醒目的文字*/
.fontStriking{
font-weight: bold;  text-decoration: none; color: #FF3300;
}

/*公用红色文字*/
.fontRed{
color: #FF3300;
}

/*排行用的序号的样式*/
.order_box
{
        background-color: #FFAA00;
        color: #FFFFFF;
        border-right:1px solid #AA5500;
        border-bottom:1px solid #AA5500;
        width:20px;
        height:14px;
        line-height: 12px;
        font-size:10px;
        font-weight: bold;
        text-align:center;
}



.linetow {

        border-width: 1px;
        border-style: solid;
        border-color: #62a929;
}

.linegray {
        border-width: 2px;
        border-style: solid;
        border-color: #D3D4D2;
}

.linegray1 {
        border-width: 1px;
        border-style: solid;
        border-color: #D3D4D2;
}


.line {
        border-width: 2px;
        border-style: solid;
        border-color: #62a929;
}

.linegrayTB {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #D5D5D5;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #D5D5D5;
       
}

.whiteFont {
        font-size: 14px;
        font-style: normal;
        line-height: 25px;
        color: #FFFFFF;
        text-decoration: none;
        font-weight: bold;

}

.12fontwhite {
        font-size: 12px;
        font-weight: bold;
        color: #ffffff;
}

.font14yellow {
        font-size: 14px;
        font-weight: bold;
        color: #FE7A04;
}
.font14green {
        font-size: 14px;
        font-weight: bold;
        color: #448213;
}
.fontBIG {
        font-family: "Arial", "Helvetica", "sans-serif";
        font-size: 14px;
        font-weight: bold;
        color: #FF6600;
        text-decoration: none;
}

.listBox {
        border-top-width: 0px;
        border-right-width: 2px;
        border-bottom-width: 2px;
        border-left-width: 2px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #62a929;
        border-right-color: #62a929;
        border-bottom-color: #62a929;
        border-left-color: #62a929;
}

/*导航文字*/
.fontNav {
        font-size: 14px;
        font-weight: bold;
        color: #ffffff;
}

.fontNavOffice {
        font-size: 12px;
        font-weight: bold;
        color: #FF6600;
}


#letter_content
{
font-size:14px;
line-height:25px;
}
.fontWhite {
        color: #CCCCCC;
}
.fontYellowBold {
        font-weight: bold;
        color: #FFFF00;
}
.textbox {
        border: 1px solid #666666;
        overflow: auto;

}
.fontTitle {
        font-weight: bold;
        color: #000000;
}
th {
        font-size: 12px;
        font-weight: bold;
        color: #000000;

}
.imgButton {
        border: 0px;
        cursor: hand;
}


网站是ASP的

hnxmw 发表于 2008-5-19 16:46

一样的,可能是CSs不是国际标准,用另外的一个就可以了

[url]http://www.im286.com/thread-2594832-1-1.html[/url]

wimusic 发表于 2008-5-19 17:28

3Q

csf 发表于 2008-5-19 23:30

[quote]原帖由 [i]hnxmw[/i] 于 2008-5-19 16:46 发表 [url=http://www.im286.com/redirect.php?goto=findpost&pid=26299355&ptid=2594724][img]http://www.im286.com/images/common/back.gif[/img][/url]
一样的,可能是CSs不是国际标准,用另外的一个就可以了

[url]http://www.im286.com/thread-2594832-1-1.html[/url] [/quote]
很热心,谢谢!

页: [1]

Powered by Discuz! Archiver 6.1.0  © 2001-2007 Comsenz Inc.