1 Star 0 Fork 0

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

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
my_tour.css 2.90 KB
一键复制 编辑 原始数据 按行查看 历史
body {
background-color: #FFF5EE;
font-family: Georgia,"Time New Roman", Times, serif;
font-size: small; /*通常指12px*/
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;
}
#honor {
display: table-cell;
background-color: #efe5d0;
width: 20%;
padding: 15px;
vertical-align: top;
}
#main {
display: table-cell;
background: #efe5d0 url(images/background.gif) top left;
font-size: 105%;
padding: 15px;
vertical-align: top;
}
aside {
display: table-cell;
background: #efe5d0 url(images/background.gif) bottom right;
font-size: 105%;
padding: 15px;
vertical-align: top;
}
form {
display: table;
/*padding: ; */
border: thin dotted #7e7e7e;
background-color: #e1ceb8;
}
form textarea {
height: 80px;
}
div.formRow {
/*display:table-row; */
}
div.formRow p {
/*display:table-cell; */
vertical-align:top;
padding: 3px;
}
div.formRow p:first-child {
text-align:left;
}
p.heading {
font-weight: bold;
}
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;
text-align: center;
}
.face {
color: #954b4b;
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;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/lkqmuyun/myself.git
git@gitee.com:lkqmuyun/myself.git
lkqmuyun
myself
林克清_课程设计
master

搜索帮助