summaryrefslogtreecommitdiff
path: root/index.cgi
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2010-10-04 20:27:22 +0200
committerYorhel <git@yorhel.nl>2010-10-04 20:27:22 +0200
commit4e7e7ba89b30f36b0e660c8b5e58a20f9bd361d1 (patch)
treef8cf27147154f8304682b2389cea879ae0e78d38 /index.cgi
parentbabaec57fbcfdd575f2ab0b6ee547caee0f89090 (diff)
Splitting css into separate file
Diffstat (limited to 'index.cgi')
-rwxr-xr-xindex.cgi39
1 files changed, 1 insertions, 38 deletions
diff --git a/index.cgi b/index.cgi
index 6911196..7022edc 100755
--- a/index.cgi
+++ b/index.cgi
@@ -223,44 +223,7 @@ sub html {
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Blicky.net nopaste</title>
- <style type="text/css">
- * { margin: 0; padding: 0; z-index: 2 }
- body, td { color: #555 }
- table { border-collapse: collapse; width: 100%% }
- a { color: #888; text-decoration: none }
- a:hover { text-decoration: underline }
- i, label, li { font-size: 12px; font-style: normal }
- textarea, input { background: #fcfcfc; color: #000; border: 1px solid #999 }
- textarea:focus, input:focus { background: #fff }
- #leftdiv { position: absolute; z-index: -1; left: 0; top: 0; bottom: 0; width: 40px; background: #eee; border-right: 1px solid #999; }
- .numbers, .ff { padding-left: 10px; padding-right: 5px; width: 25px; min-width: 25px; text-align: right; background: #eee; border-right: 1px solid #999 }
-
- .header { background: #eee; padding: 5px 40px }
- .header h1 { display: inline; font-size: 16px; color: #555 }
- #toplinks { position: absolute; top: 5px; right: 20px }
- #toplinks a { font-size: 14px; padding: 2px 0 0 15px }
-
- textarea { width: 95%%; height: 400px }
- #u { float: right; margin-right: 5%; margin-left: 5px }
- #submit { clear: right; float: right; margin-right: 5%; width: 200px; }
- .syntax { font-size: 11px; padding-top: 15px; font-weight: normal }
- ul { padding-top: 30px; padding-left: 3px; list-style-type: circle }
-
- .code { padding-left: 3px; border-top: 1px solid #999; color: #000 }
- .allowwrap { white-space: pre-wrap; word-wrap: break-word; max-width: 700px }
-
- /* syntax highlighting */
- .synComment { color: #0000FF }
- .synConstant { color: #FF00FF }
- .synIdentifier { color: #008B8B }
- .synStatement { color: #A52A2A ; font-weight: bold }
- .synPreProc { color: #A020F0 }
- .synType { color: #2E8B57 ; font-weight: bold }
- .synSpecial { color: #6A5ACD }
- .synUnderlined { color: #000000 ; text-decoration: underline }
- .synError { color: #FFFFFF ; background: #FF0000 none }
- .synTodo { color: #0000FF ; background: #FFFF00 none }
- </style>
+ <link rel="stylesheet" type="text/css" href="/style.css" />
<script type="text/javascript">
function setsyn(w) {
document.getElementById('s').value = w.textContent;