3 Star 8 Fork 1

卿哥的管理铺 / AnyRSS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
style.css 2.15 KB
一键复制 编辑 原始数据 按行查看 历史
卿哥的管理铺 提交于 2014-11-10 13:27 . CSS样式表
/*
=== IT3848.com StyleSheet File ====================================
Version: 1.3
Author: lianghanqing@gmail.com
==============================================================
*/
/****** General Styles ******/
html{height:100%;}
body{
height:100%;
overflow:auto;
font-size:10pt;
font-family:"微软雅黑";
background-color: #ffffff;
/*background-image: url("images/page-bg.jpg");*/
background-position: top left;
background-repeat: repeat-x;
margin: 0px;
/*padding: 0px;*/
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
}
table {
font-size:10pt;
font-family:"微软雅黑";
color: #000000;
}
td {
font-size:10pt;
font-family:"微软雅黑";
}
A:link {
font-size:10pt;
font-family:"微软雅黑";
COLOR: #666666;
TEXT-DECORATION: none;
}
a:visited {
font-size:10pt;
font-family:"微软雅黑";
text-decoration: none;
color: #666666;
}
A:active {
font-size:10pt;
font-family:"微软雅黑";
COLOR: #666666;
TEXT-DECORATION: underline;
}
a:hover {
font-size:10pt;
font-family:"微软雅黑";
text-decoration: underline;
color:#009900;
}
img{
vertical-align: middle;
border: 0px none;
}
/****** Form Controls Styles ******/
form {
display: inline;
font-size:10pt;
font-family:"微软雅黑";
}
input {
font-family:"微软雅黑";
font-size:10pt;
}
textarea {
font-size:10pt;
font-family:"微软雅黑";
color: #000000;
/*border: 1px solid #CCCCCC;
background-color: #FFFFFF;*/
}
select {
font-size:10pt;
font-family:"微软雅黑";
color: #000000;
background-color: #FFFFFF;
}
/*兼容性的渐变背景效果*/
.gradient{
width:100%;
height:100%;
/*IE*/
FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ddeeff', endColorStr='#FFFFFF', gradientType='1')
/* 一些不支持背景渐变的浏览器 */
background:#ddeeff;
/*FireFox从左至右全屏渐变*/
background:-moz-linear-gradient(left, #ddeeff, rgba(255, 255, 255, 0.5));
/*Safari/Chorme*/
background:-webkit-gradient(linear, 0 0, 90 0, from(#ddeeff), to(rgba(255, 255, 255, 0)));
/*Opera*/
background:-o-linear-gradient(left, #ddeeff, rgba(255, 255, 255, 0.1));
}
ASP
1
https://gitee.com/any/AnyRSS.git
git@gitee.com:any/AnyRSS.git
any
AnyRSS
AnyRSS
master

搜索帮助