minimal no-fuss pastebin service clone in golang
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
binnit/html/header.html

37 lines
1.1 KiB

<html>
<head>
<title>binit</title>
<style type="text/css">
body {
margin-top: 10px;
line-height:1.6;
font-size:20px;
}
div.title {border-bottom: 2px solid #444444; border-left: 4px
solid #444444; margin: 3px; padding-left: 5px;}
div.raw_title {border-top: 2px solid #444444; border-left: 4px
solid #444444; margin: 3px; padding-left: 5px;}
div.date {border-bottom: 2px solid #444444; border-left: 4px
solid #444444; margin: 3px; padding-left: 5px; }
div.content {margin-left: 30px; border: solid 3px #444444; padding:
5px; width: 90%;}
textarea.raw_content {margin-left: 30px; border: solid 3px
#999999; width: 91%; height: 200px; padding: 5px;}
table, tr, td {border: 0px; margin: 0px; padding: 0px; border-collapse:
collapse; }
td.lineno {background-color: #cccccc; text-align: right;
vertical-align: middle; padding-right: 3px;}
td.line {margin-left: 5px; padding-left: 5px; border-left: solid
3px #666666;}
</style>
</head>