1 Star 0 Fork 0

慕云_慕云/林克清_课程设计

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
my_idol.css 2.80 KB
一键复制 编辑 原始数据 按行查看 历史
body {
background-color: #FFF5EE;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: small;
margin: 0px;
}
#header {
padding:0px;
}
/*博客标题*/
#blogTitle{
color:#666;
margin: 10px 10px 0px 10px;
}
/*主标题*/
.title {
margin-top: 10px;
height: 100px;
line-height: 100px;
font-size: 48px;
padding-left: 5px;
font-family: Vladimir Script;
font-weight: bold;
background: url('http://images.cnblogs.com/cnblogs_com/wuguanglin/969799/o_o_o_light2.png') no-repeat right;
}
/*子标题*/
.subtitle {
padding-left:240px;
font-size:36px;
line-height:36px;
color:#999;
font-weight:normal;
margin:10px 0;
font-weight:bold;
font-family: Vladimir Script;
}
#tableContainer {
display: table;
border-spacing: 10px;
}
#tableRow {
display: table-row;
}
#main {
background: #efe5d0 url(images/background.jpg) top left;
font-size: 105%;
padding: 15px;
margin: 0px 10px 10px 10px;
line-height: 1.8em;
margin-right: 330px; /* 通过计算siderbar的盒子模型的宽度, 15+10+280+10+15*/
/*
float: left;
width: 420px; */
}
#sidebar {
background: #efe5d0 url(images/background.jpg) right;
font-size: 105%;
padding-top: 15px;
padding-right: 15px;
padding-left: 15px;
padding-bottom: 15px;
margin: 0px 10px 10px 10px;
float: right;
width: 280px; /*运用float一定要指定宽度,不然会充满浏览器*/
}
#footer{
background-color: #675c47;
color: #efe5d0;
text-align: center;
padding: 15px;
margin: 0px 10px 10px 10px;
font-size: 90%;
}
h1 {
font-size: 120%;
color: #954b4b;
}
h2 {
font-size: 110%;
}
.slogan { color: #954b4b; }
.touch {
text-align: center;
line-height: 1.8em;
}
a:link {
color: #b76666;
text-decoration: none;
border-bottom: thin dotted #b76666;
}
a:visited {
color: #675c47;
text-decoration: none;
border-bottom: thin dotted #675c47;
}
nav {
background-color: #FFDEAD;
margin: 10px 10px 0px 10px;
padding: ;
}
nav ul {
margin-top: 30px;
margin-right: 30px;
margin-left: 30px;
list-style-type: none;
padding-top: 10px;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 10px;
}
nav ul li {
display:inline;
padding: 10px 20px;
}
nav ul li a:link,nav ul li a:visited {
color: rgba(11,40,53,0.74);
border-bottom: none;
font-weight: bold;
font-size: 15px;
}
nav ul li.selected {
background-color: #c8b99c;
}
#allcontent {
width: 1000px;
padding-top: 5px;
padding-bottom: 5px;
background-color: #675c47;
margin-left: auto;
margin-right: auto;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/lkqmuyun/myself.git
git@gitee.com:lkqmuyun/myself.git
lkqmuyun
myself
林克清_课程设计
master

搜索帮助