onefuckingmin

NURSE

May 26th, 2014
1,905
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 13.36 KB | None | 0 0
  1. <html lang="en">
  2. <head>
  3.  
  4. <!-- THEME BY ENVY --->
  5.  
  6. <!-- DON’T REMOVE THE CREDIT --->  
  7.  
  8. <!-- DON’T JUST TAKE THE UPDATE CODE FROM THEME --->  
  9.  
  10. <meta name="image:Background" content=""/>
  11. <meta name="image:Sidebar Img" content=""/>
  12. <meta name="image:Background Sidebar" content=""/>
  13. <meta name="color:Background" content="#FFFFFF"/>
  14. <meta name="color:Background Sidebar" content="#FFFFFF"/>
  15. <meta name="color:Cont BG" content="#FFFFFF"/>
  16. <meta name="color:Scrollbar" content="#ccc8c8" />
  17. <meta name="color:Border" content="#f5f5f5"/>
  18. <meta name="color:Border Description" content="#ffe2f9"/>
  19. <meta name="color:Border Search" content="#ffe2f9"/>
  20. <meta name="color:Background Search" content="#ffffff"/>
  21. <meta name="color:Text Search" content="#000000"/>
  22. <meta name="color:Title" content="#bbbbbb"/>
  23. <meta name="color:Blog Title" content="#ffacce"/>
  24. <meta name="color:Link" content="#ffacce"/>
  25. <meta name="color:Text" content="#000000"/>
  26. <meta name="text:Link1 URL" content=""/>
  27. <meta name="text:Link1 Title" content="link"/>
  28. <meta name="text:Link2 URL" content=""/>
  29. <meta name="text:Link2 Title" content="link"/>
  30. <meta name="text:Link3 URL" content=""/>
  31. <meta name="text:Link3 Title" content="link"/>
  32. <meta name="text:Sidebar Img Left" content="-10"/>
  33. <meta name="text:Sidebar Img Bottom" content="2"/>
  34.  
  35. <title>{Title}</title>
  36.  
  37. <link rel="shortcut icon" href="{Favicon}">
  38.  
  39. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>  
  40.  
  41. <style type="text/css">
  42.  
  43. #s-m-t-tooltip {  
  44.     padding: 3px;  
  45.     height:auto;
  46.     display: none;
  47.     font-family: consolas;
  48.     font-size: 8px;
  49.     text-transform:uppercase;
  50.     text-align: center;
  51.     letter-spacing:1px;
  52.     margin-top:10px;
  53.     margin-left: 15px;
  54.     line-height: 8px;
  55.     z-index: 999999999999;
  56.     border-radius:3px;
  57.     border: 1px solid #f5f5f5;
  58.     background:#ffffff;
  59.     color: #888;}
  60.    
  61. body{
  62.     cursor:crosshair;
  63.     margin:0px;
  64.     background-color: {color:Background};
  65.     background-image:url({image:Background});
  66.     background-attachment:fixed;
  67.     background-size:cover;
  68.     background-position:bottom-right;
  69.     font-family: trebuchet ms;
  70.     font-size:8px;
  71.     letter-spacing:1px;
  72.     text-transform:uppercase;
  73.     text-align:left;
  74.     line-height:100%;
  75.     overflow: hidden;
  76.     color: {color:Text};}
  77.  
  78. a:link, a:active, a:visited{
  79.     text-decoration: none;
  80.     color: {color:Link};
  81.     cursor: help;}
  82.  
  83. a:hover {
  84.     color:{color:Link};
  85.     text-decoration:none;}
  86.    
  87. #entries{
  88.     width: 270px;
  89.     padding: 30px;
  90.     padding-bottom: 0px;
  91.     height: 400px;
  92.     margin-left: 100px;
  93.     margin-top: 100px;
  94.     overflow-y:scroll;
  95.     overflow-x:hidden;
  96.     background:{color:Cont BG};
  97.     border:1px solid {color:border};
  98.     {block:PermalinkPage}
  99.     width:270px;
  100.     {/block:PermalinkPage}}
  101.    
  102. ::-webkit-scrollbar {
  103.     height: 10px;
  104.     width: 5px;
  105.     background: white;}
  106.            
  107. ::-webkit-scrollbar-thumb:vertical {
  108.     background: {color:Scrollbar};}
  109.    
  110. #post{
  111.     text-align:left;
  112.     margin:10px;
  113.     background:#ffffff;
  114.     max-width: 100%;
  115.     display:block;
  116.     overflow:hidden;
  117.     width:500px;
  118. {block:PermalinkPage}
  119.     width:500px;
  120. {/block:PermalinkPage}}
  121.  
  122. #post img{
  123.     max-width:100%;}
  124.  
  125. .permalink{
  126.     text-align:left;}
  127.  
  128. .permalink a{
  129.     line-height:15px;
  130.     text-transform:uppercase;}
  131.    
  132. .permalink a:hover{
  133.     color:rgba(255,255,255,0.0);}
  134.  
  135. .posttitle{
  136.     font-size:10px;
  137.     text-align:center;
  138.     color:{color:Link};}
  139.    
  140. .posttitle a{
  141.     color:{color:Link};}
  142.    
  143. .quote{
  144.     margin-right: 5px;}
  145.    
  146. .source{
  147.     padding-top:5px;
  148.     display:block;
  149.     text-align:right;}
  150.    
  151. .ask{
  152.     padding:4px;
  153.     background:#f9f9f9;}
  154. .asker{
  155.     color:{color:Link};}
  156. .answer{
  157.     margin-top:10px;}
  158.  
  159.  
  160.  
  161. .audio{
  162.     {block:IndexPage}width:250px;{/block:IndexPage}
  163.     {block:PermalinkPage}width:239px;{/block:PermalinkPage};}
  164. .info{
  165.     padding:2px 0px 1px 57px;}
  166. .i {
  167.     text-transform:uppercase;
  168.     letter-spacing:1px;
  169.     font-size:8px;}
  170. .pl b,strong{
  171.     text-transform:lowercase;
  172.     font-size:9px;}
  173. .player{
  174.     position:absolute;
  175.     overflow:hidden;
  176.     margin-top:0px;
  177.     margin-left:15px;
  178.     background:#ffffff;
  179.     width:24px;
  180.     height:23px;}
  181.    
  182. .video-container {
  183.         position:relative;
  184.         padding-bottom:56.25%;
  185.         padding-top: 30px;
  186.         height:0;
  187.         overflow:hidden;}
  188.  
  189. .video-container iframe,  
  190. .video-container object,  
  191. .video-container embed {
  192.         position: absolute;
  193.         top: 0;
  194.         left: 0;
  195.         width: 100%;
  196.         height: 100%;}
  197.        
  198. .chat{
  199.     line-height:12px;
  200.     list-style:none;}
  201. .chat ul{
  202.     list-style:none;
  203.     padding:0px 5px;
  204.     line-height:15px;}
  205. .label{
  206.     color:{color:Link};}
  207.  
  208. #sidebar{
  209.     background-color: {color:Background Sidebar};
  210.     background-image:url({image:Background Sidebar});
  211.     border:1px {color:border} solid;
  212.     margin-left:-184px;
  213.     margin-top:-31px;
  214.     width:150px;
  215.     height:430px;
  216.     position:fixed;
  217.     text-align:center;}
  218.    
  219. .blogtitle{
  220.     padding:5px;
  221.     padding-bottom:0px;
  222.     margin-top:80px;
  223.     text-align:right;
  224.     font-size:11px;}
  225.    
  226. .blogtitle a{
  227.     color:{color:Blog Title};}
  228.    
  229. .blogtitle a:hover{
  230.     color:rgba(255,255,255,0.0);}    
  231.    
  232. .description{
  233.     padding:10px;
  234.     margin-top:4px;
  235.     background:#fff;
  236.     width:130px;
  237.     border-top:1px solid {color:Border Description};
  238.     border-bottom:1px solid {color:Border Description};
  239. }
  240.    
  241. .links{
  242.     margin-left:-10px;
  243.     padding:1px 11px 6px 11px;
  244.     margin-top:4px;
  245.     font-size:9px;
  246.     text-align:left;}
  247.    
  248. .links a{
  249.     margin-left:95px;}
  250.  
  251. .links a:hover{
  252.     color:rgba(255,255,255,0.0);}
  253.    
  254.  
  255.  
  256. i, em{
  257.     color:{color:Link};}
  258. b, strong{
  259.     font-weight:normal;
  260.     text-transform:uppercase;
  261.     color:{color:Link};}
  262. ul,ol{
  263.     margin:0px;
  264.     margin-left:-5px;}
  265. p{
  266.     padding:0px;
  267.     margin:2px;}
  268. u{
  269.     text-decoration:none;
  270.     color:{color:Title};}
  271.    
  272. blockquote {
  273.     margin:0px;
  274.     padding:4px;
  275.     background:#f7f7f7;}
  276.    
  277. #scroll{
  278.     bottom:-20px;
  279.     position: absolute;
  280.     left: 50%;
  281.     width:10px;
  282.     height:5px;
  283.     overflow:hidden;
  284.     margin-bottom:80px;}
  285.    
  286.  
  287. .credit img {
  288.     padding-left: 2px;
  289.     padding-top: 6.5px;
  290.     opacity: 0;
  291.     width:25px;
  292.     height: 25px;
  293.     -webkit-transition: 0.5s ease;transition: 0.5s ease;
  294.     -o-transition: 0.5s ease;-moz-transition: 0.5s ease;}
  295.  
  296. .credit {
  297.     z-index: 99999;
  298.     overflow: hidden;
  299.     position:fixed;
  300.     right:7px;
  301.     bottom:7px;
  302.     background-color: rgba(0,0,0,0.2);
  303.     width: 35px;
  304.     height: 30px;}
  305.  
  306. .credit img:hover {  opacity: 1;}
  307.  
  308. #musiccc {
  309.     position:fixed;
  310.     text-align:center;
  311.     font-size: 10px;
  312.     right:0px;
  313.     opacity: 1;
  314.     background-color:#fff;
  315.     width:65px;
  316.     height:auto;
  317.     margin-top: 300px;
  318.     padding:5px;
  319.     border:1px {color:border} solid;
  320.     right:200px;
  321.     font-size:8px;
  322.     font-family:consolas;
  323.     text-transform:uppercase;
  324.     line-height:9px;
  325.     letter-spacing:1px;
  326.     overflow:hidden;
  327.     z-index:999;}
  328.  
  329. .sfm input {
  330.     background-color: {color:Background Search};
  331.     font-size: 8px;
  332.     border: 0px;
  333.     text-transform: uppercase;
  334.     margin-top: 0px;
  335.     color: {color:Text Search};
  336.     letter-spacing: 1px;
  337.     padding: 4px 8px;
  338.     font-family: calibri, helvetica, arial;
  339.     border:1px {color:Border Search} solid;}
  340.    
  341. #sb {
  342.     height: 10px; vertical-align: top;}
  343.    
  344. #pagination {
  345.     font-size:20px;
  346.     letter-spacing:5px;
  347.     text-align:center;
  348.     z-index:9;
  349.     margin-top:15px;
  350.     margin-bottom:-230px;}
  351.  
  352. </style>
  353.  
  354. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  355. </head>
  356.  
  357. <body>
  358.  
  359.  
  360. <center>
  361.  
  362.  
  363. <div id="musiccc">
  364.  
  365.  
  366. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://dl.dropboxusercontent.com/s/1yhjasidm5rtdx9/Miss%20Jackson-%20Panic%21%20At%20The%20Disco%20LYRICS.mp3?dl=1&token_hash=AAEhtZnp6WIw_kXAB4Ndw29QSV-fz8DePLURGg-OULN6Rg&expiry=1401096513&t0=&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
  367.  
  368. </div> </div>
  369.  
  370. <div id="entries">
  371.  
  372.  
  373.  
  374. <div id="sidebar">
  375. <div class="blogtitle"><a href="/">{Title}</a></div>
  376. <p><div class="description">{Description}</div></p>
  377. <div class="links">
  378.    <p><a href="/ask">+ask</a></p>
  379.    <p><a href="{text:Link1 URL}"> +{text:Link1 Title}</a></p>
  380.    <p><a href="{text:Link2 URL}"> +{text:Link2 Title}</a></p>
  381.    <p><a href="{text:Link3 URL}"> +{text:Link3 Title}</a></p>
  382. <br>
  383.  
  384. </div>
  385. <form action="/search" method="get" class="sfm">
  386.     <input type="text" name="q" value="{SearchQuery}" id="sf"/>
  387.     <input type="image" value="Search" src="http://static.tumblr.com/f1skqpy/Oxbn13qun/search_icon.png" id="sb"/>
  388. </form>
  389. <div id="pagination">
  390. {block:PreviousPage}<a href="{PreviousPage}" title="back"></a>{/block:PreviousPage}
  391. {block:NextPage}<a href="{NextPage}" title="next"></a>{/block:NextPage}</div>    
  392. </div>
  393.  
  394.  
  395. <div = "autopagerize_page_element">
  396. {block:Posts}
  397.  
  398.  
  399.  
  400. {block:ContentSource}
  401. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  402. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  403. {/block:SourceLogo}
  404. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  405. {/block:ContentSource}
  406.  
  407. <div id="post">
  408.  
  409.  
  410.  
  411. {block:Text}
  412. <div class="text">
  413. <div class="posttitle">{block:Title}{Title}{/block:Title}</div>
  414. {Body}{block:IndexPage}<div class="permalink"><a href="{ReblogURL}">reblog</a>//<a href="{Permalink}">{NoteCount}</a> NOTES
  415. </div>{/block:IndexPage}</div>
  416. {/block:Text}
  417.  
  418.  
  419. {block:Link}
  420. <a href="{URL}"><div class="posttitle">{Name}</div></a>
  421. {block:Description}{Description}{/block:Description}
  422. {block:IndexPage}<div class="permalink"><a href="{ReblogURL}">reblog</a>//<a href="{Permalink}">{NoteCount}</a> NOTES
  423. </div>{/block:IndexPage}
  424. {/block:Link}
  425.  
  426.  
  427. {block:Photo}
  428. {block:IndexPage}
  429. <img src="{PhotoURL-250}" alt="{PhotoAlt}" width="250px"/>{/block:IndexPage}<div class="permalink"><a href="{ReblogURL}">reblog</a>//<a href="{Permalink}">{NoteCount}</a> NOTES
  430. </div>{block:PermalinkPage}<img src="{PhotoURL-250}" alt="{PhotoAlt}" />{/block:PermalinkPage}</a>
  431. {/block:Photo}
  432.  
  433.  
  434.  
  435. {block:Photoset}
  436. {block:IndexPage}{block:Photos}<a href="{Permalink}"><img src="{PhotoURL-500}" /></a>{/block:Photos}<div class="permalink"><a href="{ReblogURL}">reblog</a>//<a href="{Permalink}">{NoteCount}</a> NOTES
  437. </div>{/block:IndexPage}
  438. {block:PermalinkPage}{Photoset-250}{/block:PermalinkPage}
  439. {/block:Photoset}
  440.  
  441.  
  442. {block:Quote}
  443. {Quote}{block:Source}
  444. <div class="source">{Source}</div>{/block:Source}
  445. {block:IndexPage}
  446. <div class="permalink"><a href="{ReblogURL}">reblog</a>//<a href="{Permalink}">{NoteCount}</a> NOTES{/block:IndexPage}</div>
  447. {/block:Quote}
  448.  
  449.  
  450.  
  451. {block:Answer}
  452. <div class="ask"><span class="asker"><img src='https://31.media.tumblr.com/da6ec800b306286814b56c85c065973c/tumblr_inline_n2aigp3RjV1r7v6wt.png'</a> {Asker}:</span> {Question}</div>
  453. <div class="answer">{Answer}</div>
  454. {block:IndexPage}
  455. <div class="permalink"><a href="{ReblogURL}">reblog</a>//<a href="{Permalink}">{NoteCount}</a> NOTES</div>{/block:IndexPage}
  456. {/block:Answer}
  457.  
  458.  
  459.  
  460. {block:Chat}
  461. {block:Title}<div class="posttitle">{Title}</div>{/block:Title}
  462. <div class="chat"><ul>{block:Lines}
  463. <li class="person{UserNumber}">{block:Label}
  464. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>{block:IndexPage}<div class="permalink"><a href="{ReblogURL}">reblog</a>//<a href="{Permalink}">{NoteCount}</a> NOTES</div>
  465. {/block:IndexPage}
  466. {/block:Chat}
  467.  
  468.  
  469.  
  470. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  471. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  472. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  473. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  474. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  475.  
  476.  
  477.  
  478. {block:Video}
  479. {block:IndexPage}<div class="video-container">{Video-250}</div>
  480. <div class="permalink"><a href="{ReblogURL}">reblog</a>//<a href="{Permalink}">{NoteCount}</a> NOTES</div>{/block:IndexPage}
  481. {block:PermalinkPage}{Video-250}{/block:PermalinkPage}
  482. {/block:Video}
  483.  
  484.  
  485.  
  486. {block:PermalinkPage}
  487. {block:Caption}{Caption}{/block:Caption}
  488. <p>{block:Date} {Month} {DayofMonthWithSuffix}, {Year}{/block:Date}  {block:NoteCount}, {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom} , (via <a href="{ReblogParentURL}">{ReblogParentName}</a>){/block:RebloggedFrom}
  489. <div class="permapage">
  490. <div style="margin-top:10px; margin-left:-10px;">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
  491.  
  492.  
  493. </div>{/block:Posts}
  494. </div>
  495. </div>
  496. </div>
  497.  
  498.  
  499. <div class="credit">
  500. <a href="http://onefuckingmin.tumblr.com/">
  501. <img src="http://img1.wikia.nocookie.net/__cb20110821112147/adventuretimewithfinnandjake/images/thumb/c/c6/Main_icon_M.png/35px-Main_icon_M.png">
  502. </a>
  503. </div>
  504.  
  505.  
  506.  
  507.  
  508.  
  509. </center>
  510. <div style="position:fixed; bottom:{text:Sidebar Img Bottom}px; margin-left:{text:Sidebar Img Left}px; z-index:-10; "><img src='{image:Sidebar Img}'></div>
  511. </body>
  512.  
  513. </html>
Add Comment
Please, Sign In to add comment