Files
Support_website/style.css

82 lines
1.0 KiB
CSS
Raw Normal View History

2025-04-07 21:35:39 -04:00
body{
background-image:url('blue034.gif');
#background-image:url('http://i.imgur.com/uDuPEZd.jpg');
letter-spacing:1px;
text-align:justify;
font-size:13px;
line-height:20px;
font-family: 'Georgia', serif;
margin:0 auto;
border-top:6px solid #dac33b;
}
p{
text-indent:26px;
}
h1{
font-family: 'Lustria', serif;
margin-bottom:4px;
text-align:right;
font-weight:normal;
letter-spacing:2px;
border-left:16px #dac33b solid;
}
h2{
font-family: 'Lustria', serif;
border-top:1px gray dotted;
margin-top:4px;
font-weight:normal;
letter-spacing:2px;
font-size:11px;
}
a{
color:#000;
text-decoration:none;
}
a:hover{
color:#fff;
background:#dac33b;
}
#linkboxbox a{
margin-bottom:4px;
display:block;
padding:2px;
}
#linkboxbox a:hover{
text-align:right;
}
.post{
width:572px;
padding:16px;
margin-bottom:60px;
background-color:#fff;
}
#linkboxbox{
width:196px;
float:left;
position:fixed;
left:26px;
top:32px;
padding:16px;
background-color:#fff;
}
#linkbox{
padding:11px;
border:1px gray dotted;
}
#box1{
position:relative;
width:642px;
margin-left:296px;
top:26px;
}