style.css

来自「网络商城SxShop3.0版」· CSS 代码 · 共 72 行

CSS
72
字号
body { background:#D6DFF7; font-size: 12px; margin-top:0px}
td {  font-size: 12px}
input, textarea {  font-size: 12px; border-width:1px}
select {  font-size: 12px; border-width:1px}
span {  font-size: 12px; position: static }

a:link {  color: #000000;text-decoration:none}
a:visited {  color: #000000;text-decoration:none}
a:hover {  color: #003399}

a.highlight:link { color:red; text-decoration:none }
a.highlight:visited { color:red; text-decoration:none }
a.highlight:hover { color:red; }

a.thisclass:link { font-weight:bold; text-decoration:none }
a.thisclass:visited { font-weight:bold; text-decoration:none }
a.thisclass:hover { font-weight:bold; }

a.navlink:link {color: #000000; text-decoration:none}
a.navlink:visited {color: #000000; text-decoration:none }
a.navlink:hover {color: #003399; text-decoration:none }

.twidth { width: 760px }
.content { font-size: 14px;font-family:Tahoma,宋体; line-height:140%; margin:5px 20px }
.aTitle { font-size: 15px;font-weight:bold; }
td.forumHeaderBackgroundAlternate
{
    background-image: url(images/admin_top_bg.gif);
    background-color: #799AE1;
	color:#000000
}
#TableTitleLink A:link, #TableTitleLink A:visited, #TableTitleLink A:active {
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
}
#TableTitleLink A:hover {
	COLOR: #FFFFFF;
	TEXT-DECORATION: underline;}
td.forumRow
{
background:#F7FBFF; padding:3px 
}
td.tablebody1
{
background:#F7FBFF; padding:3px 
}
td.forumRowHighlight
{
 background: #F3F3f3; padding:3px 
}
.tableBorder
{
    border: 0px #6595D6 solid; 
    background-color: #FFFFFF;
}
th
{
    background-image: url(images/admin_title_bg_head.gif);
    background-color: #4455aa;
    color: white;
    font-size: 12px;
    font-weight:bold;
}
.TitleLink{
	FONT-SIZE: 10px; COLOR: #333333; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-ALIGN: left; line-height:2;
}
.TitleLink A {
	COLOR: #333333; TEXT-DECORATION: none
}
.TitleLink A:hover {
	COLOR: black; TEXT-DECORATION: underline
}

⌨️ 快捷键说明

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