最简化定义 CSS 文档 by Emerald

类别:软件工程 点击:0 评论:0 推荐:
绿色学院 - green institute - 不听人间乐 - 想得到 - 做得到 - xoops /****************************************************************\
* CSS Document design by Emerald
* 绿色学院 - Green Institute
* http://gi.2288.org:88
\****************************************************************/
/*************************************************************************************************************************/
/* General Label */
body{
background-color: #ffffff;
color: #000000;
font-size: 12px;
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
text-transform: capitalize;
text-decoration: none;
padding: 0px;
margin:0px;
overflow-x: hidden;
SCROLLBAR-ARROW-COLOR: ffffff;
SCROLLBAR-TRACK-COLOR: f38587;
SCROLLBAR-BASE-COLOR: f06567;
}
a, a:link, a:hover, a:active, a:visited {
text-decoration: none;
font-size: 12px;
}
a:link {
color: #000000;
}
a:hover {
color: #000000;
background-color: #f3f4f5;
}
a:active {
color: #000;
}
form, input{
margin:0px;
padding:0px;
text-align:left;
font-size: 12px;
overflow:hidden;
}
div, ul, li, dl, dt, dd, label, table, tr, td, p, font {
font-size: 12px;
text-align:left;
overflow: hidden;
text-decoration: none;
margin:0px;
padding:0px;
}
li {
list-style-type: square;
}
/*************************************************************************************************************************/
CSS Documents
/****************************************************************\ * CSS Document design by Emerald * 绿色学院 - Green Institute * http://gi.2288.org:88 \****************************************************************/ /*************************************************************************************************************************/ /* General Label */ body{ background-color: #ffffff; color: #000000; font-size: 12px; text-align: center; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; text-transform: capitalize; text-decoration: none; padding: 0px; margin:0px; overflow-x: hidden; SCROLLBAR-ARROW-COLOR: ffffff; SCROLLBAR-TRACK-COLOR: f38587; SCROLLBAR-BASE-COLOR: f06567; } a, a:link, a:hover, a:active, a:visited { text-decoration: none; font-size: 12px; } a:link { color: #000000; } a:hover { color: #000000; background-color: #f3f4f5; } a:active { color: #000; } form, input{ margin:0px; padding:0px; text-align:left; font-size: 12px; overflow:hidden; } div, ul, li, dl, dt, dd, label, table, tr, td, p, font { font-size: 12px; text-align:left; overflow: hidden; text-decoration: none; margin:0px; padding:0px; } li { list-style-type: square; } /*************************************************************************************************************************/

本文地址:http://com.8s8s.com/it/it32362.htm