Pastebin
API
tools
faq
paste
Login
Sign up
Please fix the following errors:
New Paste
Syntax Highlighting
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <!-- PLEASE DO NOT REMOVE THIS. THE REMOVAL OF THIS PART WILL CONSIDER YOU A THIEF. IF YOU REMOVE CREDIT, MAKE SURE IT'S ON A CREDITS PAGE. THEME: #11 COSMOS jyuubi.org | manatopia.org --RULES-- 1) DO NOT REMOVE CREDIT. 2) DO NOT USE TO MAKE YOUR OWN THEME TO RESDISTRIBUTE. 3) DO NOT USE TO MAKE YOUR OWN THEME AND REMOVE CREDIT. 4) IF YOU USE ANYTHING FROM MY THEMES, ALWAYS CREDIT. 5) DO USE ANY GRAPHICS MADE FOR A PREVIEW. --> <meta name="color:BackgroundM" content="#ffffff"> <meta name="color:Sidebar 1 Background" content="#444444"> <meta name="color:Sidebar 1 Title" content="#E47964"> <meta name="color:Custom Link Background" content="#d4696e"> <meta name="color:Custom Link Background Hover" content="#ec9163"> <meta name="color:Custom Link Text" content="#863a3f"> <meta name="color:Custom Link Text Hover" content="#aa6543"> <meta name="color:Sidebar 2 Background" content="#444444"> <meta name="color:Sidebar 2 Title" content="#E47964"> <meta name="color:Description Text" content="#7a7a7a"> <meta name="color:Description Bold" content="#bd575c"> <meta name="color:Description Italic" content="#c7ad76"> <meta name="color:Description Link" content="#d46441"> <meta name="color:Arrows" content="#d4696e"> <meta name="color:Post Background" content="#444444"> <meta name="color:Post Title" content="#bd6151"> <meta name="color:Post Text" content="#7a7a7a"> <meta name="color:Post Bold" content="#bd575c"> <meta name="color:Post Italic" content="#c7ad76"> <meta name="color:Post Link" content="#d46441"> <meta name="color:Post Blockquote" content="#303030"> <meta name="color:Question Background" content="#303030"> <meta name="color:Stats Background" content="#303030"> <meta name="color:Stats Text" content="#bd575c"> <meta name="color:Stats Link" content="#c7ad76"> <meta name="color:Stats Tags" content="#d46441"> <meta name="image:BackgroundM" content="http://static.tumblr.com/pdgxkke/jfqm1o7gj/cosmos.png"> <meta name="image:Sidebar 1" content=""> <meta name="image:Sidebar 2" content=""> <meta name="if:Infinite Scrolling" content="0"> <meta name="if:Sidebar 1 Background" content="1"> <meta name="if:Sidebar 2 Background" content="1"> <meta name="if:Description Pixel Font" content="1"> <meta name="if:Number Pagination" content="0"> <meta name="if:Show Captions" content="0"> <meta name="if:Photo Fading" content="1"> <meta name="if:Stats Background" content="0"> <meta name="if:Reblog Link" content="1"> <meta name="if:Show Tags" content="1"> <meta name="text:Sidebar 1 Position" content="50"> <meta name="text:Sidebar 2 Position" content="300"> <meta name="text:Sidebar 1 Title" content=""> <meta name="text:Sidebar 2 Title" content=""> <meta name="text:Name 1" content=""> <meta name="text:URL 1" content=""> <meta name="text:Name 2" content=""> <meta name="text:URL 2" content=""> <meta name="text:Name 3" content=""> <meta name="text:URL 3" content=""> <meta name="text:Name 4" content=""> <meta name="text:URL 4" content=""> <meta name="text:Name 5" content=""> <meta name="text:URL 5" content=""> <meta name="text:Name 6" content=""> <meta name="text:URL 6" content=""> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>{Title}</title> <link rel="shortcut icon" href="{Favicon}"> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description} <link rel="alternate" type="application/rss+xml" href="{RSS}" /> <style type="text/css"> ::-webkit-scrollbar-thumb:vertical { background-color: {color:Post Bold}; height:25px; } ::-webkit-scrollbar { height:10px; width:5px; background-color: {color:Post Background}; } /* BODY */ body { background-image: url("{image:BackgroundM}"); background-attachment: fixed; background-color: {color:BackgroundM}; } #container { width: 860px; margin: auto; } @font-face { font-family: "haeccity"; src: url('http://static.tumblr.com/pdgxkke/CXSluiy2u/haeccity_dw.ttf'); } @font-face { font-family: "skinny"; src: url('http://static.tumblr.com/pdgxkke/HDRluiyic/skinny.ttf'); } /* SIDEBAR LEFT */ #sidebar1 { width: 160px; position: fixed; margin-top: {text:Sidebar 1 Position}px; } #sidebar1bg { {block:IfSidebar1Background}background-color: {color:Sidebar 1 Background};{/block:IfSidebar1Background} padding: 5px; } #sidebar1 h1 { font-family: consolas; font-size: 11px; color: {color:Sidebar 1 Title}; font-weight: normal; letter-spacing: 1px; text-align: left; margin-bottom: -3px; text-transform: uppercase; } #sidebar1 img { opacity: .8; margin-bottom: -5px; max-width: 150px; } #sidebar1 a.custom { background-color: {color:Custom Link Background}; display: block; width: 150px; height: 12px; line-height: 10px; font-family: lucida sans; font-size: 9px; color: {color:Custom Link Text}; text-transform: lowercase; text-decoration: none; letter-spacing: 2px; text-align: center; margin-top: 2px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; } #sidebar1 a.custom:hover { background-color: {color:Custom Link Background Hover}; color: {color:Custom Link Text Hover}; } /* SIDEBAR RIGHT */ #sidebar2 { width: 160px; margin-left: 700px; position: fixed; margin-top: {text:Sidebar 2 Position}px; } #sidebar2bg { {block:IfSidebar2Background}background-color: {color:Sidebar 2 Background};{/block:IfSidebar2Background} padding: 5px; {block:IfDescriptionPixelFont}font-family: haeccity; font-size: 10px;{/block:IfDescriptionPixelFont} {block:IfNotDescriptionPixelFont}font-family: lucida sans; font-size: 9px; letter-spacing: 1px;{/block:IfNotDescriptionPixelFont} color: {color:Description Text}; text-align: center; } #sidebar2bg b, strong { color: {color:Description Bold}; font-weight: normal; } #sidebar2bg i, em { color: {color:Description Italic}; } #sidebar2bg a { color: {color:Description Link}; text-decoration: none; } #sidebar2 h1 { font-family: {font:Sidebar Title}; font-size: 12px; color: {color:Sidebar 2 Title}; font-weight: normal; letter-spacing: 3px; text-align: right; margin-bottom: -3px; } #sidebar2 img { opacity: .8; margin-bottom: 2px; max-width: 150px; } #pages { font-family: georgia; font-size: 14px; text-align: center; color: {color:Description Text}; } #pages a { color: {color:Arrows}; text-decoration: none; } /* POSTS */ .entry { background-color: {color:Post Background}; width: 500px; padding: 5px; margin: auto; font-family: lucida sans; font-size: 11px; color: {color:Post Text}; letter-spacing: 1px; text-align: justify; } .entry b, strong { color: {color:Post Bold}; font-weight: bold; } .entry i, em { color: {color:Post Italic}; } .entry a { color: {color:Post Link}; text-decoration: none; } .entry h1 { font-family: consolas; font-size: 12px; color: {color:Post Title}; font-weight: normal; text-transform: uppercase; letter-spacing: 2px; text-align: center; margin: 0; } .entry h1 a { color: {color:Post Title}; text-decoration: none; } .entry blockquote { border-left: 3px solid {color:Post Blockquote}; padding-left: 5px; margin-left: 5px; } .entry img { margin-bottom: -3px; } {block:IfPhotoFading} .entry img { opacity: .8; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; } .entry img:hover { opacity: 1; } .photoset { opacity: .8; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; } .photoset:hover { opacity: 1; } {/block:IfPhotoFading} /* QUOTE ENTRY */ .entry h2 { font-family: consolas; font-size: 9px; color: {color:Post Title}; font-weight: normal; text-align: center; letter-spacing: 2px; text-transform: uppercase; margin: 0; } .quote { font-size: 24px; color: {color:Post Bold}; float: left; margin-top: -6px; } /* ANSWERS */ .ask { background-color: {color:Question Background}; padding: 1px; font-family: {font:Post Content}; font-size: 10px; text-align: center; } .ask h3 { font-family: {font:Post Title}; font-size: 12px; color: {color:Post Title}; text-transform: lowercase; font-weight: normal; } /* AUDIO */ .audio img { max-width: 40px; float: left; margin-right: 5px; opacity: 1; } .player { background-color: #000; height: 27px; width: 500px; } /* STATS */ .stats { {block:IfStatsBackground}background-color: {color:Stats Background}; padding-left: 5px; padding-right: 5px; padding-top: 0px;{/block:IfStatsBackground} font-family: consolas; font-size: 8px; color: {color:Stats Text}; text-align: center; text-transform: uppercase; line-height: 10px; width: 500px; letter-spacing: 2px; margin: auto; margin-bottom: 15px; } .stats a { color: {color:Stats Link}; text-decoration: none; } .stats a.tag { color: {color:Stats Tags}; } /* PERMALINK PAGE */ .permalink { font-family: {font:Post Content}; font-size: 10px; color: {color:Post Text}; text-transform: lowercase; text-align: center; width: 510px; margin: auto; } .permalink b { color: {color:Post Bold}; font-weight: normal; } #date { color: {color:Post Italic}; } .permalink a { color: {color:Post Link}; text-decoration: none; } ol.notes { padding: 0px; margin: 15px 0px; list-style-type: none; background: transparent; border: 0px; letter-spacing: 0px; } ol.notes li.note { text-align: left; letter-spacing: 0px; } /* FOLLOW CODE */ iframe#tumblr_controls { right:3px !important; position: fixed !important; -webkit-transition: opacity 0.7s linear; opacity: 0.2; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; transition: all 0.8s ease-out; } iframe#tumblr_controls:hover { -webkit-transition: opacity 0.7s linear; opacity: 1; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out; } {CustomCSS} </style> {block:IfInfiniteScrolling} <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script> {/block:IfInfiniteScrolling} </head> <body> <div id="container"> <div id="sidebar1"> <h1>{text:Sidebar 1 Title}</h1> <div id="sidebar1bg"> <img src="{image:Sidebar 1}"> {block:IfName1}<a class="custom" href="{text:URL 1}">{text:Name 1}</a>{/block:IfName1} {block:IfName2}<a class="custom" href="{text:URL 2}">{text:Name 2}</a>{/block:IfName2} {block:IfName3}<a class="custom" href="{text:URL 3}">{text:Name 3}</a>{/block:IfName3} {block:IfName4}<a class="custom" href="{text:URL 4}">{text:Name 4}</a>{/block:IfName4} {block:IfName5}<a class="custom" href="{text:URL 5}">{text:Name 5}</a>{/block:IfName5} {block:IfName6}<a class="custom" href="{text:URL 6}">{text:Name 6}</a>{/block:IfName6} <div style="margin-top: -6px; margin-bottom: -3px;"><form name="form"> <select style="font-family: skinny;color:{color:Custom Link Text};background:{color:Custom Link Background};width:150px;font-size:8px;letter-spacing:1px; height: 9px; border: 0px;" onChange="location.href=this.options[this.selectedIndex].value;"> <option value=''>NAVIGATE YOURSELF →</option> <option value="/"> → REFRESH</option> <option value="/archive"> → ARCHIVE</option> <option value="/random"> → RANDOM</option> <option value="/ask"> → MESSAGE</option> <option value="http://jyuubi.org"> → THEME</option> </select> </form></div> </div> </div> <div id="sidebar2"> <h1>{text:Sidebar 2 Title}</h1> <div id="sidebar2bg"> <img src="{image:Sidebar 2}"> {Description} </div> {block:IfNotInfiniteScrolling} <div id="pages"> {block:IfNotNumberPagination}{block:PreviousPage}<a href="{PreviousPage}">«</a> {block:PreviousPage}{block:NextPage}<a href="{NextPage}">»</a>{block:NextPage}{/block:IfNotNumberPagination} {block:IfNumberPagination}{block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage} {block:JumpPagination length="5"} {block:CurrentPage}<span class="current_page">{PageNumber}</span> {/block:CurrentPage} {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a> {/block:JumpPage} {/block:JumpPagination} {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:IfNumberPagination} </div> {/block:IfNotInfiniteScrolling} </div> <div class="autopagerize_page_element"> {block:Posts} <div class="entry"> {block:Text} <a href="{Permalink}"><h1>{Title}</h1></a> {Body} {/block:Text} {block:Photo} <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}</center> {block:HighRes}<a href="{PhotoURL-HighRes}">high resolution →</a>{/block:HighRes} {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions} {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption} {Caption} {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions} {/block:Photo} {block:Photoset} <div class="photoset">{Photoset-500}</div> {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions} {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption} {Caption} {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions} {/block:Photoset} {block:Quote} <div class="quote">❝</div> <h2>{Quote}</h2> {block:Source}<p align="right">{Source}</p>{/block:Source} {/block:Quote} {block:Link} <h1><a href="{URL}" target="{Target}">{Name}</a></h1> {block:Description}{Description}{/block:Description} {/block:Link} {block:Chat} {block:Title}<h1>{Title}</h1>{/block:Title} {block:Lines} {block:Label} <b>{Label}</b> {/block:Label} {Line}<br /> {/block:Lines} {/block:Chat} {block:Audio} {block:AlbumArt}<div class="audio"><img src="{AlbumArtURL}" alt=""></div>{/block:AlbumArt} <div class="player">{AudioPlayerBlack}</div> <b>{FormattedPlayCount}</b> plays{block:Artist} <b>|</b> by <i>{Artist}</i>{/block:Artist} {block:IfShowCaptions}{block:Caption}<br />{Caption}{/block:Caption}{/block:IfShowCaptions} {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}<br /> {Caption} {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions} {/block:Audio} {block:Video} {Video-500} <p><center><i>{FormattedPlayCount}</i> plays</center> {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions} {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption} {Caption} {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions} {/block:Video} {block:Answer} <div class="ask"> <h3>{Asker} whispered,</h3> <p>{Question}</p> </div> {Answer} {/block:Answer} </div> {block:IndexPage}<div class="stats"> {block:Date}posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount}, with {NoteCountWithLabel}{/block:NoteCount}{block:IfReblogLink} | <a href="{ReblogURL}" target="_blank">Reblog</a>{/block:IfReblogLink} {block:IfShowTags}{block:HasTags}<br />{block:Tags}<a class="tag" href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}{/block:IfShowTags} </div>{/block:IndexPage} {block:PermalinkPage} <div class="permalink"> <center><div id="date">{block:Date}{12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date}</div>{block:RebloggedFrom}<b>origin:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom} {block:HasTags}<b>tags »</b> {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</center> {block:PostNotes} {PostNotes} {/block:PostNotes} </div> {/block:PermalinkPage} {/block:Posts} </div> </div> </body> </html>
Optional Paste Settings
Category:
None
Cryptocurrency
Cybersecurity
Fixit
Food
Gaming
Haiku
Help
History
Housing
Jokes
Legal
Money
Movies
Music
Pets
Photo
Science
Software
Source Code
Spirit
Sports
Travel
TV
Writing
Tags:
Syntax Highlighting:
None
Bash
C
C#
C++
CSS
HTML
JSON
Java
JavaScript
Lua
Markdown (PRO members only)
Objective C
PHP
Perl
Python
Ruby
Swift
4CS
6502 ACME Cross Assembler
6502 Kick Assembler
6502 TASM/64TASS
ABAP
AIMMS
ALGOL 68
APT Sources
ARM
ASM (NASM)
ASP
ActionScript
ActionScript 3
Ada
Apache Log
AppleScript
Arduino
Asymptote
AutoIt
Autohotkey
Avisynth
Awk
BASCOM AVR
BNF
BOO
Bash
Basic4GL
Batch
BibTeX
Blitz Basic
Blitz3D
BlitzMax
BrainFuck
C
C (WinAPI)
C Intermediate Language
C for Macs
C#
C++
C++ (WinAPI)
C++ (with Qt extensions)
C: Loadrunner
CAD DCL
CAD Lisp
CFDG
CMake
COBOL
CSS
Ceylon
ChaiScript
Chapel
Clojure
Clone C
Clone C++
CoffeeScript
ColdFusion
Cuesheet
D
DCL
DCPU-16
DCS
DIV
DOT
Dart
Delphi
Delphi Prism (Oxygene)
Diff
E
ECMAScript
EPC
Easytrieve
Eiffel
Email
Erlang
Euphoria
F#
FO Language
Falcon
Filemaker
Formula One
Fortran
FreeBasic
FreeSWITCH
GAMBAS
GDB
GDScript
Game Maker
Genero
Genie
GetText
Go
Godot GLSL
Groovy
GwBasic
HQ9 Plus
HTML
HTML 5
Haskell
Haxe
HicEst
IDL
INI file
INTERCAL
IO
ISPF Panel Definition
Icon
Inno Script
J
JCL
JSON
Java
Java 5
JavaScript
Julia
KSP (Kontakt Script)
KiXtart
Kotlin
LDIF
LLVM
LOL Code
LScript
Latex
Liberty BASIC
Linden Scripting
Lisp
Loco Basic
Logtalk
Lotus Formulas
Lotus Script
Lua
M68000 Assembler
MIX Assembler
MK-61/52
MPASM
MXML
MagikSF
Make
MapBasic
Markdown (PRO members only)
MatLab
Mercury
MetaPost
Modula 2
Modula 3
Motorola 68000 HiSoft Dev
MySQL
Nagios
NetRexx
Nginx
Nim
NullSoft Installer
OCaml
OCaml Brief
Oberon 2
Objeck Programming Langua
Objective C
Octave
Open Object Rexx
OpenBSD PACKET FILTER
OpenGL Shading
Openoffice BASIC
Oracle 11
Oracle 8
Oz
PARI/GP
PCRE
PHP
PHP Brief
PL/I
PL/SQL
POV-Ray
ParaSail
Pascal
Pawn
Per
Perl
Perl 6
Phix
Pic 16
Pike
Pixel Bender
PostScript
PostgreSQL
PowerBuilder
PowerShell
ProFTPd
Progress
Prolog
Properties
ProvideX
Puppet
PureBasic
PyCon
Python
Python for S60
QBasic
QML
R
RBScript
REBOL
REG
RPM Spec
Racket
Rails
Rexx
Robots
Roff Manpage
Ruby
Ruby Gnuplot
Rust
SAS
SCL
SPARK
SPARQL
SQF
SQL
SSH Config
Scala
Scheme
Scilab
SdlBasic
Smalltalk
Smarty
StandardML
StoneScript
SuperCollider
Swift
SystemVerilog
T-SQL
TCL
TeXgraph
Tera Term
TypeScript
TypoScript
UPC
Unicon
UnrealScript
Urbi
VB.NET
VBScript
VHDL
VIM
Vala
Vedit
VeriLog
Visual Pro Log
VisualBasic
VisualFoxPro
WHOIS
WhiteSpace
Winbatch
XBasic
XML
XPP
Xojo
Xorg Config
YAML
YARA
Z80 Assembler
ZXBasic
autoconf
jQuery
mIRC
newLISP
q/kdb+
thinBasic
Paste Expiration:
Never
Burn after read
10 Minutes
1 Hour
1 Day
1 Week
2 Weeks
1 Month
6 Months
1 Year
Paste Exposure:
Public
Unlisted
Private
Folder:
(members only)
Password
NEW
Enabled
Disabled
Burn after read
NEW
Paste Name / Title:
Create New Paste
Hello
Guest
Sign Up
or
Login
Sign in with Facebook
Sign in with Twitter
Sign in with Google
You are currently not logged in, this means you can not edit or delete anything you paste.
Sign Up
or
Login
Public Pastes
Untitled
6 hours ago | 1.88 KB
Untitled
6 hours ago | 0.67 KB
Untitled
6 hours ago | 3.33 KB
Untitled
7 hours ago | 1.00 KB
Untitled
7 hours ago | 0.33 KB
Untitled
7 hours ago | 1.55 KB
my software
10 hours ago | 0.03 KB
disable countdown timer in cart for drop pric...
PHP | 14 hours ago | 0.23 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!