JaqueRabbit

[raeblog] old

Feb 18th, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 11.38 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- theme 04 by stonequeenthemes. do not remove the credit. --->
  9.  
  10. <meta name="color:Background" content="#ffffff"/>
  11. <meta name="color:Blog title" content="#ffffff"/>
  12. <meta name="color:Subtitle" content="#afafaf"/>
  13. <meta name="color:Text" content="#838282"/>
  14. <meta name="color:Link" content="#b8b8b8"/>
  15. <meta name="color:Bold" content="#b8b8b8"/>
  16. <meta name="color:Italic" content="#b8b8b8"/>
  17. <meta name="color:Border" content=g"#2d2d2d"/>
  18. <meta name="color:Hover" content="#fbfbfb"/>
  19. <meta name="color:Sidebar Background" content="#2d2d2d"/>
  20. <meta name="color:Side Border" content="#4b4b4b"/>
  21. <meta name="color:Side link" content="#fbfbfb"/>
  22. <meta name="color:Side Hover" content="#4b4b4b"/>
  23. <meta name="color:Sidebar Text" content="#969595"/>
  24.  
  25. <!---Text--->
  26.  
  27. <meta name="text:Subtitle" content="" />
  28.  
  29. <!---Images--->
  30.  
  31. <meta name="image:Sidebar BG" content=""/>
  32. <meta name="image:Sidebar Left" content=""/>
  33. <meta name="image:CornerImage" content="" />
  34.  
  35. <!---Links--->
  36.  
  37. <meta name="if:Show Subtitle" content="1">
  38. <meta name="text:Link 1" content="/" />
  39. <meta name="text:Link 1 Title" content="Link" />
  40. <meta name="text:Link 2" content="/" />
  41. <meta name="text:Link 2 Title" content="Link" />
  42. <meta name="text:Link 3" content="/" />
  43. <meta name="text:Link 3 Title" content="Link" />
  44. <meta name="text:Link 4" content="/" />
  45. <meta name="text:Link 4 Title" content="Link" />
  46.  
  47. <meta name="if:Show Link 1" content="1" />
  48. <meta name="if:Show Link 2" content="1" />
  49. <meta name="if:Show Link 3" content="1" />
  50. <meta name="if:Show Link 4" content="1" />
  51.  
  52.  
  53. <style type="text/css">
  54.  
  55. body {
  56.     background:{color:background};
  57.     margin:0px;
  58.     color:{color:text};
  59.     font-family:Calibri;
  60.     font-size:16px;
  61.     line-height:100%;}
  62.  
  63. a {
  64.     text-decoration:none;
  65.     outline:none;
  66.     -moz-outline-style:none;
  67.     color:{color:link};}
  68.    
  69. a:hover {
  70.     color:{color:hover};}
  71.    
  72. b, strong {color:{color:bold}}
  73. i, em {color:{color:italic}}
  74.  
  75. img {
  76.     border:none;}
  77.  
  78. blockquote {
  79.     padding-left:5px;
  80.     border-left:2px solid;}
  81.  
  82. blockquote img {
  83.     max-width: 100%;}
  84.    
  85. blockquote blockquote {
  86.     padding-left:5px;
  87.     border-left:2px solid;}
  88.  
  89. h1 {
  90.     font-size:19px;
  91.     font-family:'calibri';
  92.     font-weight:normal;
  93.     letter-spacing:3px;
  94.     font-style:strong;
  95.     text-align:center;
  96.     color:{color:Subtitle};
  97.     margin-top:-5px;
  98.     margin-bottom:-2px;}
  99.    
  100. h2 {
  101.     font-size:12px;
  102.     font-family:'calibri';
  103.     font-weight:normal;
  104.     letter-spacing:2px;
  105.     font-style:strong;
  106.     text-align:center;
  107.     color:{color:Subtitle};
  108.     margin-top:-5px;
  109.     margin-bottom:-2px;}
  110.  
  111. #entries {
  112.     padding:10px;
  113.     width:500px;
  114.     margin-left:540px;
  115.     margin-top:40px;}
  116.  
  117. #post {
  118.     width:500px;
  119.     padding-bottom:20px;
  120.     background-color:transparent;
  121.     padding:15px;
  122.     margin-bottom:30px;
  123.     margin-left:-150px;
  124.     border:1px solid {color:border}}
  125.  
  126. #background {
  127.     width:100px;
  128.     height:2000px;
  129.     position:fixed;
  130.     margin-left:0px;
  131.     margin-top:-40px;
  132.     background-image:url('{image:Sidebar Left}');
  133.     background-repeat:repeat;}
  134.  
  135. #sidebar {
  136.     z-index:999;
  137.     width:450x;
  138.     height:1000%;
  139.     position:fixed;
  140.     margin-left:100px;
  141.     margin-top:0px;
  142.     padding-top:0px;
  143.     padding-bottom:10px;
  144.     padding-left:10px;
  145.     padding-right:10px;
  146.     border-top:2px solid {color:border};
  147.     border-bottom:2px solid {color:border};
  148.     border-right:2px solid {color:border};
  149.     border-left:2px solid {color:border};
  150.     background:{color:sidebar background};
  151.     background-image:url('{image:Sidebar BG}');
  152.     background-repeat:no-repeat;}
  153.    
  154. #title {
  155.     font-size:12px;
  156.     letter-spacing:1px;
  157.     margin-left:auto;
  158.     margin-right:auto;
  159.     text-align:center;
  160.     margin-top:320px;
  161.     margin-bottom:2px;
  162.     font-family: 'cambria';
  163.     font-style:none;
  164.     font-weight:bold;
  165.     text-transform:uppercase;
  166.     color:{color:blog title};}
  167.  
  168. .links {
  169.     width:270px;
  170.     text-align:center;
  171.     border-top:0.2 solid {color:side border};    
  172.     font-size:10px;
  173.     z-index:-1;
  174.     letter-spacing:20px;
  175.     background-color: #161211;
  176.     margin-left:-10px;
  177.     margin-right:-10px;
  178.     margin-top:0px;
  179.     margin-bottom:-2px;}
  180.  
  181. .links a {
  182.     display:block;
  183.     padding:5px;
  184.     margin-bottom:3px;
  185.     color:{color:side link};
  186.     border-top: 1px solid {color:side border};
  187.     border-bottom:1px solid {color:side border};
  188.     border-right:2px solid {color:side border};
  189.     border-left:2px solid {color:side border};
  190.     letter-spacing:3px;
  191.     margin-right:-2px;
  192.     margin-left: -2px;
  193.     text-transform:uppercase;
  194.     text-decoration:none;}
  195.  
  196. .links a:hover {
  197.     color:{color:hover};
  198.     border-bottom:2px solid {color:side hover};
  199.     border-right:2px solid {color:side hover};}
  200.    
  201. .navigate a{
  202.     background-color: transp;
  203.     color: {color:side link};
  204.     font-family: 'calibri';
  205.     font-size: 14px;
  206.     width: 35px;
  207.     height: 35px;
  208.     line-height: 15px;
  209.     padding: px;
  210.     text-align: center;
  211.     margin: 1px;}
  212.    
  213. .navigate a:hover {
  214.     color:{color:hover};}
  215.    
  216. #description {
  217.     width:225px;
  218.     padding:10px;
  219.     margin-top:0px;
  220.     text-align:justify;
  221.     margin-left:auto;
  222.     margin-right:auto;
  223.     font-size:13px;
  224.     font-family:'calibri';
  225.     color:{color:sidebar text};}
  226.  
  227. #pagination {
  228.     font-family:cambria;
  229.     font-size:9px;
  230.     text-align:center;
  231.     margin-top:auto;
  232.     margin-left:auto;
  233.     padding:0px;
  234.     width: 100px;
  235.     letter-spacing:2px;
  236.     text-transform:uppercase;
  237.     font-weight:bolder;}    
  238.  
  239. #pagination a {
  240.     color:{color:link};}
  241.    
  242. #pagination a:hover {
  243.     color:{color:linkhovercolor};}
  244.  
  245. #info {
  246.     text-align:center;
  247.     margin-top:10px;
  248.     padding:4px 0;
  249.     border-top:1px solid {color:border};
  250.     border-bottom:1px solid {color:border};}
  251.  
  252. #asks {
  253.     text-align:justify;
  254.     padding:8px;
  255.     background-color:transparent;
  256.      border-top:1px solid {color:border};
  257.     border-bottom:1px solid {color:border};
  258.     min-height:44px;
  259.     padding-left:65px}
  260.    
  261. .asker {
  262.     margin-bottom:-8px;
  263.     font-size:11px;
  264.     letter-spacing:1px;
  265.     font-style:italic}
  266.    
  267. #answers {
  268.     margin-top:8px}
  269.  
  270. #audioplayer {
  271.     z-index:1;
  272.     height:100px;
  273.     width:100px;
  274.     margin-top:11px;
  275.     margin-left:10px;
  276.     display:block;
  277.     overflow:hidden;
  278.     position:absolute;
  279.     background-color:#000000;
  280.     opacity: 0.5;filter:alpha(opacity=60);
  281.     -webkit-transition: all 0.7s ease;
  282.     -moz-transition: all 0.7s ease;
  283.     -o-transition: all 0.7s ease;}
  284.  
  285. #audioplayer:hover {
  286.     opacity: 0.5; filter:alpha(opacity=60);}
  287.  
  288. #audioplayerz {
  289.     width:25px;
  290.     height:25px;
  291.     margin-top:35px;
  292.     margin-left:35px;
  293.     overflow:hidden;
  294.     padding:3px;}
  295.  
  296. #albumart {
  297.     margin-top:0px;
  298.     margin-left:10px;
  299.     margin-right:10px;
  300.     z-index:0;
  301.     float:left;}
  302.  
  303. #audioshit {
  304.     font-family:'Cambria';
  305.     color:{color:text};
  306.     text-transform:none;
  307.     float:left;
  308.     text-align:center;
  309.     padding:8px;
  310.     letter-spacing:1;
  311.     font-size:10px;
  312.     margin-top:15px;
  313.     margin-bottom:10px;
  314.     margin-left:110px;
  315.     position:absolute;}
  316.  
  317. {CustomCSS}</style></head><body>
  318.  
  319. <div id="background">
  320. <div id="sidebar">
  321.  
  322. <img style="position:fixed; opacity: 1.0; width: 70px; height: 113px; TOP:509px; LEFT:120px; z-index: 1;" src="https://i.ibb.co/CwV0CVC/rae-pixel.png">
  323.  
  324.  
  325.  
  326. <div id="title">{Title}</div>
  327. <div id="subtitle">{block:IfShowSubtitle}<h2>{text:Subtitle}</h2>{/block:IfShowSubtitle}</div>
  328. <center>
  329. <br>
  330. <div class="navigate">
  331. <a href="/">HOME</a>
  332. <a href="/ask">ASK</a>
  333. <a href="/submit">SUBMIT</a>
  334. <a href="/archive">ARCHIVE</a>
  335. <a href="https://stonequeenthemes.tumblr.com" target="_blank">THEME</a>
  336.  
  337. </div>
  338. </center>
  339. <div id="description">{Description}</div>
  340.  
  341. <div class="links">
  342.  
  343.  
  344. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Title}</a>{/block:IfShowLink1}
  345. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Title}</a>{/block:IfShowLink2}
  346. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Title}</a>{/block:IfShowLink3}
  347. {block:IfShowLink4}<a href="{text:Link 4}">{text:Link 4 Title}</a>{/block:IfShowLink4}
  348. </div>
  349.  
  350. <div id="pagination">
  351. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«BACK</a>{/block:PreviousPage}
  352. {block:NextPage}<a href="{NextPage}">Next»</a>{/block:NextPage}{/block:Pagination}    
  353. </div>
  354.  
  355. <div>
  356.  
  357. <img src="{image:cornerimage}" style="position:fixed;
  358. max-height: 100%;
  359. max-width: 500px;
  360. right:-20px;
  361. bottom:-5px;
  362. z-index:-9;
  363. ">  
  364.    
  365. </div>
  366.  
  367.  
  368. </div>
  369. </div>
  370.  
  371. <div id="entries">{block:Posts}<div id="post">{block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}</span>{/block:Text}
  372.  
  373. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  374.  
  375. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  376.  
  377. {block:Quote}<div id="quote">"{Quote}"</div>{block:Source} <Br><div id="source">—{Source}</div>{/block:Source}{/block:Quote}  
  378.  
  379. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  380.  
  381. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  382.  
  383. {block:Audio}
  384. <div id="audioplayer"><div id="audioplayerz">{AudioPlayerBlack}</div></div><br>
  385.  
  386. <div id="albumart">
  387. {block:AlbumArt}<img src="{AlbumArtURL}" width="100" height="100">{/block:AlbumArt} </div>
  388.  
  389. <div id="audioshit">
  390. {block:TrackName}
  391. {TrackName}<br>
  392. {/block:TrackName}
  393.  
  394. {block:Artist}{Artist}<br>
  395.  
  396. {/block:Artist}
  397. {block:Album}{Album}<br>
  398. {/block:Album}
  399.  
  400. {PlayCountWithLabel}</div><br><br><br><br><br><br><br><br><br><br>
  401. {block:caption}{Caption}{/block:caption}
  402. {/block:Audio}
  403.  
  404. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  405.  
  406. {block:Answer}
  407. <img src="{AskerPortraitURL-64}" style="height:50px; width:50px; float:left; margin:6px 0 0 6px;">
  408. <div id="asks"><div class="asker">{Asker} inquired:</div>
  409. <br>{Question}</div>
  410. <div id="answers">{Answer}</div>
  411. {/block:Answer}
  412.  
  413. <div id="info">
  414. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  415. {NoteCountWithLabel}</a>{block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"
  416. title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}<br> {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  417.  
  418. </div>
  419. {block:PostNotes}{PostNotes}{/block:PostNotes}
  420. {/block:Posts}</div>
  421.  
  422. </body></html>
  423.  
  424. ------
  425.  
  426. background: #141414
  427. blog title: #5708be
  428. subtitle: #8357e6
  429. text: #2d4a94
  430. link: #3286e5
  431. bold: #dc1212
  432. italic:#7f3cd7
  433. border:#101b5f
  434. hover:#0095ff
  435. sidebar bg: #161211
  436. side border:#240c5f
  437. side link:#7870d5
  438. side hover:#090331
  439. side text:#252646
Advertisement
Add Comment
Please, Sign In to add comment