style.css

来自「top-cms内容管理系统」· CSS 代码 · 共 140 行

CSS
140
字号
.navigate
 {  
 font-size: 12px; 
 word-spacing:-4px
 }
table
{  
word-break:break-all;border-collapse: collapse;
}
body 
{  
overflow-x:hidden;
overflow-y:scroll;
font-size: 12px; 
line-height: 18px; 
margin-top: 0px; 
margin-right: 0px; 
margin-bottom: 0px; 
margin-left: 0px; 
font-family: "Arial", "宋体"
}
td 
{  
font-size: 12px; 
line-height: 18px;
 font-family: "Arial", "宋体";
 }
.input 
{  
font-size: 12px; 
background-color: #F7F7F7;
 border: 1px #666666 solid;
  }
.button 
{ 
 height: 20px; 
 border-bottom: #665b8e 1px solid; 
 border-left: #ffffff 1px solid; 
 border-right: #665b8e 1px solid; 
 border-top: #ffffff 1px solid; color: #333333;
 padding-bottom: 1px; 
 padding-left: 2px; 
 padding-right: 2px; 
 padding-top: 2px;
 }
.tableline
 {  
 border-color: black black #F2F2F2 black ; 
 border-top-width: 0px; 
 border-right-width: 0px; 
 border-bottom-width: 1px; 
 border-left-width: 0px;
 }
.tableline2 
{  
border-color: black black black black ; 
border-top-width: 0px; 
border-right-width: 0px; 
border-bottom-width: 1px; 
border-left-width: 0px
}
.tablenoneline 
{  
border: black; 
border-top-width: 0px; 
border-right-width: 0px; 
border-bottom-width: 0px; 
border-left-width: 0px
}
a:active 
{ 
color: #000000; 
text-decoration: none
}
a:visited 
{  
color: #000000; 
text-decoration: none
}
a:hover 
{  
color: #FF0000; 
text-decoration: underline
}
a:link 
{ 
 color: #000000; 
 text-decoration: none
 }
.calendar 
{	
font:12px;
background-color:highlight;
color:highlighttext;
width:18px;
}
.smallfont 
{  
font-size: 10px; 
color: #666666
}
.bigfont 
{ 
 font-size: 16px;
 }
.mousedown
 { 
 border-color: black black #F2F2F2 black ; 
 border-top-width: 0px;
  border-right-width: 0px; 
  border-bottom-width: 1px; 
  border-left-width: 0px;
  background-color:highlight;
  color:highlighttext;
  cursor:default
  }
.mouseover
 { 
 border-color: black black #F2F2F2 black ; 
 border-top-width: 0px; 
 border-right-width: 0px; 
 border-bottom-width: 1px; 
 border-left-width: 0px;
 background-color:#EEEEEE; 
 cursor:default;
 }
.hidden
{
    DISPLAY: none
}

.table {border-collapse: collapse;border: 1px solid #000000;}

.net {  font-size: 12px; line-height: 20px; text-decoration: none; color: #6c8449}





⌨️ 快捷键说明

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