1 Star 0 Fork 0

姚曦/website

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Vayne.css 2.64 KB
一键复制 编辑 原始数据 按行查看 历史
unknown 提交于 2014-09-16 16:31 +08:00 . website base file
body{
font-family: 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,'Hiragino Sans GB',sans-serif;
background-image: url("bg.jpg");
}
a{
color: gray;
text-decoration: none;
}
.clear{
clear: both;
}
#head{
width: 960px;
margin: auto;
color: white;
border-bottom: dashed 1px white;
margin-bottom: 10px;
}
#wrapper{
margin: auto;
width: 960px;
margin-top: 20px;
}
.main{
width: 640px;
background-color: white;
float: left;
margin-right: 20px;
border-radius: 8px;
padding: 20px;
}
.side{
width: 240px;
background-color: white;
float: right;
border-radius: 8px;
padding: 10px;
padding-top: 20px;
padding-bottom: 20px;
}
#footer{
width: 960px;
margin: auto;
border-top: dashed 1px white;
margin-top: 20px;
padding: 10px;
}
.logo_title{
float: left;
}
.logo_title h1{
font-size: 30px;
}
.logo_title h2{
font-size: 20px;
}
.navi{
float: right;
}
.navi ul{
list-style: none;
margin-top: 30px;
}
.navi ul li{
display: inline-block;
margin-right: 20px;
}
.navi ul li a{
color: white;
border: solid 1px white;
padding: 2px;
padding-left: 10px;
padding-right: 10px;
border-radius: 6px;
}
.item{
border-bottom: dashed 1px #ccc;
padding-bottom: 10px;
margin: 14px;
}
.item_img{
float: left;
width: 100px;
padding-top: 10px;
}
.item_img img{
width: 80px;
}
.item_content{
padding-left: 100px;
}
.item_content h3{
font-size: 16px;
color: #a5612d;
margin:0;
}
.item_info{
font-size: 12px;
font-style: italic;
margin: 0;
color:#999;
}
.item_desc{
font-size: 14px;
margin: 0;
color: gray;
margin-top: 10px;
border-left: solid 1px #ccc;
padding-left: 10px;
}
.author_img{
width: 120px;
margin: auto;
margin-top: 20px;
}
.author_img img{
width: 120px;
border:solid 1px #ccc;
border-radius: 6px;
}
.author_desc{
text-align: center;
border: solid 1px #ccc;
border-radius: 8px;
background-color: #ddd;
padding-top: 10px;
padding-bottom: 10px;
margin-top: 10px;
}
.author_desc h4{
margin: 0;
margin-bottom: 10px;
}
.author_desc p{
margin: 0;
font-size: 14px;
}
.top_article h3{
font-size: 20px;
font-style: italic;
border-bottom: dashed 1px #ccc;
color: black;
}
.top_article ul{
list-style: none;
margin-left: 0px;
padding-left: 10px;
}
.top_article ul li{
margin-top: 10px;
color: gray;
}
.site_info{
margin-top: 30px;
border-radius: solid 1px #ccc;
}
.site_info p{
font-size: 14px;
color: red;
padding-left: 60px;
margin: 0px;
margin-top: 10px;
}
.site_about{
float: left;
color: white;
padding-left: 30px;
}
.site_link{
float: right;
}
.site_link ul{
list-style: none;
margin: 0px;
}
.site_link ul li{
display: inline-block;
margin: 8px;
color: white;
padding-right: 10px;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/vayne/website.git
git@gitee.com:vayne/website.git
vayne
website
website
master

搜索帮助