Advertisement
joshdevines

#21

Nov 12th, 2013
1,473
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.11 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2.  
  3. <head>
  4.  
  5. <meta name="google-site-verification" content="KoPSd-L8n2FeH34PwaV_cophymCp4308fpcIr3O0iFA" />
  6.  
  7. <!-- #21/Joshdevines -->
  8.  
  9. <!-- DEFAULT VARIABLES -->
  10. <meta name="color:background" content="#FFFFF" />
  11. <meta name="color:text" content="#B8B8B8" />
  12. <meta name="color:entry" content="#FFFFFF" />
  13. <meta name="color:sidebar" content="#FFFFFF" />
  14. <meta name="color:linkcolor" content="#E9E7E6" />
  15. <meta name="color:scrollbar" content="#F3F2F1" />
  16. <meta name="color:scrollbg" content="#FFFFFF" />
  17.  
  18. <meta name="image:sidebar" content=""/>
  19. <meta name="image:background" content="" />
  20.  
  21. <!-- LINKS -->
  22. <meta name="text:link1" content="link1" />
  23. <meta name="text:link 1 url" content="/" />
  24. <meta name="text:link2" content="link2" />
  25. <meta name="text:link 2 url" content="/" />
  26. <meta name="text:link3" content="link3" />
  27. <meta name="text:link 3 url" content="/" />
  28. <!-- IF SHOWS -->
  29. <meta name="if:Show Link1" content="1"/>
  30. <meta name="if:Show Link2" content="1"/>
  31. <meta name="if:Show Link3" content="1"/>
  32.  
  33. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  34. <title>{Title}</title>
  35. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  36. <link rel="shortcut icon" href="{Favicon}" />
  37. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  38.  
  39. <style type="text/css">
  40.  
  41. ::-webkit-scrollbar {width: 10px; height:auto; background:{color:scrollbg}}
  42. ::-webkit-scrollbar-corner {background:{color:scrollbg}}
  43. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:scrollbar}}
  44. ::-webkit-scrollbar-button:horizontal {width: 7px; height: 4px; display: block; background:{color:scrollbar}}
  45. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 1px solid {color:scrollbg}; border-bottom: 1px solid {color:scrollbg}}
  46. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:scrollbg}}
  47. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-top: 0pt solid {color:scrollbg}; border-bottom: 0pt solid {color:scrollbg}}
  48. ::-webkit-scrollbar-thumb:hover {background: {color:scrollbar}; cursor:url(http://i53.tinypic.com/zycxmw.png), auto}
  49. ::-webkit-scrollbar-track-piece {background: {color:scrollbg}; border-top: 1pt solid {color:scrollbg}; border-bottom: 1pt solid {color:scrollbg}; width:4px}
  50.  
  51. body {color:{color:text}; background-color:white; background-attachment:fixed; font-family:calibri; font-size:10px; line-height:100%; text-align:justify; font-style:normal}
  52.  
  53. a:link, a:active, a:visited {color:{color:linkcolor}; text-decoration:none;}
  54. a:hover {color:#000000;}
  55.  
  56. small{font-size:10px;}
  57. big{font-size:14px;}
  58. b, strong{color:{color:linkcolor}}
  59. i, em {}
  60. p{margin-top:5px; margin-bottom:5px}
  61. blockquote {margin:5px; background:#fbfbfb; padding-left:13px; padding-right:13px; padding-top:5px; padding-bottom:5px; }
  62.  
  63. img a{border:none; width:100%}
  64.  
  65. h1{color:{color:text}; font-family:calibri; font-size:12px; line-height:12px; letter-spacing:0px; font-weight:bold; text-transform:uppercase; margin:0px; padding:0px; text-align:left}
  66. h2{color:{color:title}; font-family:{font:title}; font-size:12px; line-height:12px; letter-spacing:0px; font-weight:normal; text-transform:none; margin:0px; padding:0px; margin-bottom:-0px; text-align:left}
  67.  
  68. #sizer {width: 534px; height:670px; text-align: center; margin: -20px auto 10px 360px}
  69. #entries {margin-left:160px; margin-top:100px; text-align: justify; width:560px; padding:20px;}
  70. #entry {background:transparent; width: 500px; text-align: justify; opacity:1; margin-bottom:60px; margin-top:55px;}
  71. #entries :hover #rebloggy {opacity:1; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  72.  
  73. #sidebar {margin-top:79px; margin-left:-715px; width:327px; padding-left:500px; position:fixed; background:transparent;}
  74.  
  75. .links {text-transform:none; text-align:center; font-family:calibri; word-spacing:px; margin-top:4px; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; padding:5px; font-size:11px; word-spacing:9px; }
  76. .links a {-webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; font-size:10px; color:{color:linkcolor}; margin-bottom:3px; }
  77. .links a:hover {;-webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; color:{color:linkcolor};}
  78.  
  79. .pagination {opacity:.9; font-size:10px; font-style:none; text-align:center}
  80. .pagination a{color:{color:link}; margin-bottom:3px; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  81. .pagination a:hover {opacity:0; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; }
  82.  
  83. #textytitle {text-align:left; font-size:16px; padding-bottom:3px; font-style:italic;}
  84.  
  85. #about {background:transparent; width:263px; margin-top:-4px; line-height:110%; text-align:right; margin-left:92px; font-family:calibri; line-height:120%;}
  86. #about a {color:{color:linkcolor};}
  87. #about a:hover {-webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; opacity:1}
  88. #about img {width:245px; text-align:center; margin-bottom:6px; padding:8px; border:1px solid #fafafa; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  89. #about img:hover {opacity:0; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  90.  
  91. .texty {width:223px; padding:10px 20px 10px 20px; font-size:10px; text-align:center; opacity:1; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; margin-right:0px; line-height:120%; margin-top:-10px; border-bottom:1px solid #fafafa}
  92. .linkletter {display:inline-block; width:14px; height:12px; background-color:{color:text}; padding-top:2px; border-radius:100%; color:white; font-size:8px; }
  93.  
  94. #infotitle {font-size:15px; font-family:georgia; font-style:italic; border-bottom:1px dashed #f9f9f9; padding:3px; text-align:left}
  95.  
  96. #tptitle {padding:10px; font-family:times; color:{color:linkcolor}; text-align:left; font-size:22px; text-transform:lowercase; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; border-bottom: 1px dashed #fdfdfd; line-height:130%}
  97. #tptitle a {color:{color:linkcolor}}
  98. #tptitle a:hover {opacity:1; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  99.  
  100. #quotetitle {font-size:20px; color:{color:linkcolor}; text-align:justify; line-height:90%}
  101. .quoter {text-align:right; font-size:9px; letter-spacing:3px; padding:2px; color:{color:link}}
  102.  
  103.  
  104. #asker {width:488px; display:block; background-color:#fafafa; font-family:tahoma; font-size:9px; padding:6px; text-transform:lowercase}
  105.  
  106. #answer {padding:4px;}
  107.  
  108. #entryads {margin-left:0px; width:506px; padding:5px; margin-top:-40px; background:white; text-align:center;}
  109.  
  110. #notes {margin-left:0px;}
  111. #psdworld {margin-top:px; margin-left:12px}
  112.  
  113. #rebloggy {position:absolute; margin-left:510px; padding:10px; opacity:0}
  114. #rebloggy a {padding:5px; background:#fafafa; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  115. #rebloggy a:hover {opacity:0; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  116.  
  117. #audio {padding:20px; background-color:#fafafa;}
  118. .audiobg {width:400px; background:white; padding:30px}
  119. .audiolinks {width:400px; display:block; background-color:#ffffff; margin-top:2px; margin-bottom:1px; padding:2px; border-left:3px solid gray; margin-left:53px}
  120. .audiolinksimg {float:left; margin-top:2px; margin-left:px}
  121. .audiolinksimg img {background-color:#f9f9f9; width:45px; height:45px; padding:1px; border:1px dashed #fff; border-radius:200px}
  122.  
  123. .arrow {color:white; position:absolute; margin-left:92px; margin-top:-8px; font-size:20px; font-family:arial}
  124.  
  125. .grey {background-color:#fafafa; color:{color:link}; }
  126. .white {background-color:white; color:#fcfcfc;}
  127.  
  128. .title {position:absolute; font-size:13px; width:233px; padding:15px; text-align:center; color:white; font-family:arial black; letter-spacing:px; margin-top:-40px; text-transform:uppercase}
  129. .title:hover {-webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; background:#fff; color:#fafafa;}
  130.  
  131.  
  132. #info {padding:10px; width:487px; margin-left:-3px; text-transform:lowercase; line-height:100%; text-align:center; border-top:1px solid #fafafa; }
  133. #info a {color:{color:linkcolor}; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  134. #info a:hover {opacity:.5; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  135.  
  136. .user_1 .label {padding:1px}
  137. .user_2 .label {padding:1px}
  138. .user_3 .label {padding:1px}
  139. .user_4 .label {padding:1px}
  140. .user_5 .label {padding:1px}
  141. .user_6 .label {padding:1px}
  142. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:4px; line-height:130%}
  143.  
  144. .notes {text-align:left; line-height:120%; width:500px; padding:5px}
  145. .notes img {width:10px; position:relative; top:1px; border-radius:100%}
  146. .notes li {list-style-type:none; border-bottom:1px solid #fafafa ;padding:15px; text-align:left; margin:0px; }
  147. .notes li:hover {background:#fafafa; border-bottom:1px solid white}
  148.  
  149. </style><style type="text/css">{CustomCSS}</style></head>
  150. <body onkeydown="return false">
  151.  
  152. <div id="sizer">
  153. <div id="sidebar">
  154. <div id="texty">
  155. <div id="about">
  156. <center><a href="/"><img src="{image:sidebar}"></a><center>
  157. <div class="texty">
  158. <blockquote>{Description}</blockquote>
  159. </div>
  160. <div class="links">
  161. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{/block:Pagination}
  162. <a href="/">home</a>
  163. <a href="/ask">post</a>
  164. {Block:ifShowLink1}<a href="{text:link 1 url}">{text:link1}</a>{/Block:ifShowLink1}
  165. {Block:ifShowLink2}<a href="{text:link 2 url}">{text:link2}</a>{/Block:ifShowLink2}
  166. {Block:ifShowLink3}<a href="{text:link 3 url}">{text:link3}</a>{/Block:ifShowLink3}
  167. <a href="http://joshdevines.tumblr.com">cred</a>
  168. {block:Pagination}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  169. </div></div>
  170. </div>
  171. </div>
  172.  
  173.  
  174. <div id="entries">
  175. {block:Posts}
  176. <div id="entry">
  177.  
  178. <div id="rebloggy"><a href="{ReblogURL}" target="_blank"> reblog</a>{block:GroupMember}{GroupMemberPortraitURL-48}{/block:GroupMember} </div>
  179.  
  180. {block:Text}{block:Title}<div id="tptitle">{Title}</div>{/block:Title}{Body}{/block:Text}
  181.  
  182. {block:Quote}<div id="quotetitle">“{Quote}”</div> <div class="quoter">— {Source}</div>{/block:Quote}
  183.  
  184. {block:Link}<div id="tptitle"><a href="{URL}">{Name}</div></a>{block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  185.  
  186. {block:Photo}<center><img src="{PhotoURL-500}"/></center>
  187. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  188.  
  189. {block:Photoset}<center>{Photoset-500}</center>
  190. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  191.  
  192. {block:Chat}<div class="grey"><ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</div></ul>{/block:Chat}
  193.  
  194. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  195.  
  196. {block:Answer}<div id="asker"><font color={color:linkcolor}><b>{asker}</font></b>: {Question}</div><div id="answer">{answer}</div>{/block:answer}
  197.  
  198. {block:Audio}<div id="audio"><div class="audiobg"><center>{AudioPlayerWhite}</center></div>{block:Artist}{block:AlbumArt}<div class="audiolinksimg"><img src="{AlbumArtURL}" align="left" style="margin-right:10px"/></div>{/block:AlbumArt}<div class="audiolinks"><u>Artist</u>: <b>{Artist}</b></div>{/block:Artist}{block:TrackName}<div class="audiolinks"><u>Track</u>: <b>{TrackName}</b></div>{/block:TrackName}<div class="audiolinks"><u>Played</u>: <b>{playcount}</b> times.</div></div>{Caption}{/block:Audio}
  199.  
  200. <div id="info">{block:Date}shared: <a href="{Permalink}">{Month} {DayOfMonth}, {Year}</a>{/block:Date} {block:NoteCount} and <a href="{Permalink}">{NoteCount} notes</a> {/block:NoteCount} {block:RebloggedFrom} &middot; <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom} {block:ContentSource} / <a href="{SourceURL}">source</a> {/block:ContentSource}{block:HasTags}<br>tags: {block:Tags}<u><a class="tag" href="{TagURL}">{Tag}</a></u>, &nbsp;{/block:Tags} {/block:HasTags}
  201. </div></div>
  202.  
  203. <div id="notes">{block:PostNotes}{PostNotes}</div>{/block:PostNotes}<br>
  204.  
  205. </div>
  206.  
  207. </body>
  208.  
  209. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement