верх:
Код:
<style type="text/css">.post-content {font-size: 16; font-family: Comic Sans Ms;}
#pun * {
font-size: 13px;
font-family: Comic Sans Ms;
}
</style>
<style type="text/css"> #pun-main .post-content {
font-size: 16pt;
}
</style>
<style>
#pun-title table {
background-image: url(http://savepic.net/615293.jpg);
height : 222px;
background-repeat : no-repeat;
background-position: bottom center;
}
</style>
<style type="text/css">
HTML, BODY {background-image: url("http://www.goodfon.ru/image/65010-1280x1024.jpg")!important; background-attachment: fixed;}
</style>
<style type="text/css">
#pun {background-image: url("http://lenagold.ru/fon/tum/geze/gezetum15.jpg"); background-repeat: repeat;}
</style>
<style type="text/css">
.punbb div.icon {
float: left;
display: block;
border-style: none none none none;
height: 33px;
width: 28px;
}
.punbb td div.tclcon {
margin-left: 50px;
}
Div.icon {
background-image : url(https://upforme.ru/uploads/000e/02/ef/2445-1.png);
background-repeat: no-repeat;
}
TR.inew Div.icon {
background-image : url(https://upforme.ru/uploads/000e/02/ef/2443-2.png);
background-repeat: no-repeat;
}
TR.isticky Div.icon {
background-image : url(https://upforme.ru/uploads/000e/02/ef/2443-2.png);
background-repeat: no-repeat;
}
TR.iclosed Div.icon {
background-image : url(https://upforme.ru/uploads/000e/02/ef/2445-1.png);
background-repeat: no-repeat;
}
TR.iredirect Div.icon {
background-image : url(https://upforme.ru/uploads/000e/02/ef/2445-1.png);
background-repeat: no-repeat;
}
</style>
<style type="text/css">
#pun-main .pagelink {color: yellow;}
</style>
<style type="text/css">
#pun-main .postlink {color: #FFFF33;}
</style>
<style type="text/css">#pun-main .subscribelink {color: yellow;}</style>
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html><head><title>календарь</title>
<meta content="text/html; charset=windows-1251" http-equiv=content-type>
<meta content="microsoft frontpage 5.0" name=generator></head>
<body>
<script language=javascript>
calendar = new date();
day = calendar.getday();
document.write("<font face=arial><center><table width=100 border=1><td><center><font size=2>")
if (day == 0) {
document.write("воскресенье")
}
if (day == 1) {
document.write("понедельник")
}
if (day == 2) {
document.write("вторник")
}
if (day == 3) {
document.write("среда")
}
if (day == 4) {
document.write("четверг")
}
if (day == 5) {
document.write("пятница")
}
if (day == 6) {
document.write("суббота")
}
if (day == 7) {
document.write("воскресенье")
}
document.write("</font></center></td><tr><td><center><font size=2>")
month = calendar.getmonth();
if (month == 0) {
document.write("январь")
}
if (month == 1) {
document.write("февраль")
}
if (month == 2) {
document.write("март")
}
if (month == 3) {
document.write("апрель")
}
if (month == 4) {
document.write("май")
}
if (month == 5) {
document.write("июнь")
}
if (month == 6) {
document.write("июль")
}
if (month == 7) {
document.write("август")
}
if (month == 8) {
document.write("сентябрь")
}
if (month == 9) {
document.write("октябрь")
}
if (month == 10) {
document.write("ноябрь")
}
if (month == 11) {
document.write("декабрь")
}
document.write("</font></center></td><tr><td><center><font size=7>")
date = calendar.getdate();
document.write(date)
document.write("</font></center></td><tr><td><center><font size=2>")
year = calendar.getyear();
if (year < 100) {
document.write("19" + year + "")
}
else if (year > 1999) {
document.write(year)
}
document.write("</font></center></td></table>")
</script>
</body></html>