You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

74 lines
1.4 KiB
CSS

2 months ago
<!--
.liuyan_btn a{
float:left;
position:relative;
font-size:12px;
padding:3px 5px;
margin:2px;
text-decoration: none;
background-color:#09C;
color:#FFF
}
.liuyan_btn a:hover{
background-color:#06C;
color:#FFF
}
.guestbook{
float:left;
position:relative;
width:740;
font-size:12px;}
.guestbook_top{
float:left;
position:relative;
border: 1px solid #6493c8;
width:730px;
padding:5px;
font-size:12px;
color:#6493c8
}
.guestbook_title{
float:left;
position:relative;
width:730px;
padding:3px 10px;
font-size:12px;
color:#069;
font-weight:bold;
background-color:#efefef;
border-top-width: 1px;
border-right-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-left-style: solid;
border-top-color: #6493c8;
border-right-color: #6493c8;
border-left-color: #6493c8;
overflow:hidden;
}
.guestbook_txt{
float:left;
position:relative;
width:730px;
padding:5px 10px;
font-size:12px;
color:#6493c8;
margin-bottom:3px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-right-color: #6493c8;
border-bottom-color: #6493c8;
border-left-color: #6493c8;
}
.guestbook_time{
float:right;
position:relative;
text-align:right;
font-size:10px;
font-family:Verdana, Geneva, sans-serif;}
-->