Don't like ads? PRO users don't see any ads ;-)
Guest

Raspy Voices

By: a guest on Aug 22nd, 2012  |  syntax: None  |  size: 12.37 KB  |  hits: 9  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <!---------------------------------THEME BY JUSTINBIBEER.TUMBLR DON'T REMOVE CRDIT-------------------------------->
  2.  
  3. <html>
  4. <head>
  5.  
  6.     <!-- DEFAULT VARIABLES -->
  7.     <meta name="font:title" content="calibri" />
  8.     <meta name="font:body" content="calibri" />
  9.    
  10.     <meta name="image:sidebar" content=""/>
  11.     <meta name="image:background" content="" />
  12.    
  13.     <meta name="color:background" content="#FFFFFF" />
  14.     <meta name="color:askbg" content="#f7f4eb" />
  15.     <meta name="color:text" content="#B8B8B8" />
  16.     <meta name="color:linkcolor" content="#CCC0B2" />
  17.     <meta name="color:linkhover" content="#9c9082" />
  18.     <meta name="color:linkbar" content="#FDFDFD" />
  19.     <meta name="color:entry" content="#FDFDFD" />
  20.     <meta name="color:tags" content="#FDFDFD" />
  21.     <meta name="color:scrollbar" content="#BBBBBB" />
  22.     <meta name="color:scrollbg" content="#FFFFFF" />
  23.     <meta name="color:askfont" content="#DD9393" />
  24.     <meta name="color:description links bg" content="#F0EEED" />
  25.    
  26.     <!-- LINKS -->
  27.     <meta name="text:Link 1" content="/" />
  28.     <meta name="text:Link 1 Text" content="Link 1" />
  29.     <meta name="text:Link 2" content="/" />
  30.     <meta name="text:Link 2 Text" content="Link 2" />
  31.     <meta name="text:Link 3" content="/" />
  32.     <meta name="text:Link 3 Text" content="Link 3" />
  33.     <meta name="text:Link 4" content="/" />
  34.     <meta name="text:Link 4 Text" content="Link 4" />
  35.     <meta name="text:secondarytitle" content="your secondary title" />
  36. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  37.     <title>{Title}</title>
  38.     {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  39.     <link rel="shortcut icon" href="{Favicon}" />
  40.     <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  41.     <style type="text/css">
  42.  
  43. @font-face { font-family: "lobster"; src: url('http://themes.googleusercontent.com/static/fonts/lobster/v3/MWVf-Rwh4GLQVBEwbyI61Q.woff'); }
  44. ::-webkit-scrollbar {width: 10px; height:auto; background:{color:scrollbg}}
  45.  
  46. ::-webkit-scrollbar-corner {background:{color:scrollbg}}
  47.  
  48. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:scrollbar}}
  49.  
  50. ::-webkit-scrollbar-button:horizontal {width: 7px; height: 4px; display: block; background:{color:scrollbar}}
  51.  
  52. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 1px solid {color:scrollbg}; border-bottom: 1px solid {color:scrollbg}}
  53.  
  54. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:scrollbg}}
  55.  
  56. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-top: 0pt solid {color:scrollbg}; border-bottom: 0pt solid {color:scrollbg}}
  57.  
  58. ::-webkit-scrollbar-thumb:hover {background: {color:scrollbar}; cursor:url(http://i53.tinypic.com/zycxmw.png), auto}
  59.  
  60. ::-webkit-scrollbar-track-piece {background: {color:scrollbg}; border-top: 1pt solid {color:scrollbg}; border-bottom: 1pt solid {color:scrollbg}; width:4pt}
  61.  
  62. body {color:{color:text}; background-color:{color:background}; background-image: url('{image:Background}'); background-attachment:fixed; font-family:calibri; font-size:10px; line-height:100%; text-align:justify}
  63.  
  64. a:link, a:active, a:visited{color: {color:linkcolor}; text-decoration:none}
  65. a:hover{color:{color:linkhover}}
  66.  
  67. small{font-size:9px}
  68. big{font-size:14px}
  69. b, strong{color:{color:text}}
  70. i, em {color:{color:text}}
  71. p{margin-top:5px; margin-bottom:5px}
  72. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:text}}
  73.  
  74.  
  75. .sidebar {
  76. padding: 10px;
  77. width: 250px;
  78. margin-top: 60px;
  79. position: fixed;
  80. color: {color:Font};
  81. margin-left: -25px;
  82. line-height: 12px;
  83. }
  84.  
  85. .sidebar img {max-width:250px; height:auto;}
  86. #container {
  87. width: 850px;
  88. margin: auto;
  89. margin-bottom: 70px;
  90. }
  91.  
  92. .hovering{position:fixed;letter-spacing:0px;text-transform: uppercase;width:240px;margin-top:-200px;margin-left:-17px;font-size:9px;padding:10px;background-color:transparent;opacity:0;;transition: all 1s ease-out;
  93.         -o-transition:  all 1s ease-out;
  94.         -webkit-transition: all 1s ease-out;
  95.         -moz-transition: all 1s ease-out;}
  96.  
  97. .hovering a { background-color:white;float:left; display:block; width:238px;height:15px;margin-bottom:2px;line-height:10px;padding:5px; font-size:10px; font-family:consolas;text-decoration:none; text-align:center;  margin-left:8px;opacity:0.9;}        
  98.  
  99. .hovering:hover {opacity:0.9;;transition: all 1s ease-out;
  100.         -o-transition:  all 1s ease-out;
  101.         -webkit-transition: all 1s ease-out;
  102.         -moz-transition: all 1s ease-out;}    
  103. #entries {margin: -30px 0 -10px 260px; margin-right:300px; float:right; text-align: justify}
  104.  
  105. #entry {margin: 0px 0 0px 0; width: 500px; background-color:{color:background}; text-align: justify; padding: 10px}
  106.  
  107. #title {font-family: "lobster"; font-size:19px; text-transform:none; letter-spacing:2px; line-height:100%;width:240px;}
  108.  #secondarytitle {font-family: "calibri"; width:240px; font-size:10px; text-align:center; text-transform:uppercase; font-weight:normal; letter-spacing:1px; margin-top:3px; margin-bottom:11px; line-height:60%; color:{color:Text};}
  109.  
  110. #sideimg {
  111. margin-bottom: 8px;
  112. }
  113.  
  114. #stext {font-family:arial;
  115.  font-size:9px;
  116.  margin-left:0px;
  117.  border-radius: 0px 0px 0px 0px;
  118.  width:190px;
  119.  padding:5px;
  120.  margin-top:1px;
  121.  text-align:center;
  122. }
  123.  
  124. #pagination {width:240px; margin-left:520px; font-family: "calibri"; font-weight: normal; font-size:45px; position:fixed; text-align:center;margin-top:420px;}
  125.  
  126.  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}
  127.  
  128. 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}
  129.  
  130. #info {background-color:{color:entry}; font-family:calibri; text-align:center; margin:7px 2px 2px 0px; padding:5px; text-transform:uppercase; font-style:none; font-size:10px; width:492px; border-bottom: 1px dotted {color:linkcolor}}
  131.  
  132. #tags {background-color:{color:tags}; font-family:calibri; text-align:center; margin:3px 4px 2px 0px; padding:2px; text-transform:uppercase; font-style:none; font-size:8px; width:498px;}
  133.  
  134. #asked {font-family:Georgia;color:{color:text};}
  135. #question {background-color:{color:askbg}; margin-top: 0px; margin-left: 70px; font-style: none; font-family: Calibri; font-size: 10px; padding: 8px; min-height: 33px; padding-bottom: 5px;}
  136. #question a{color:{color:askfont};}  
  137. #answer {margin-top:15px; text-align:left;}
  138. #asker img{border: 8px solid {color:askbg};}
  139. #asker {padding-right: 8px; margin-bottom: 4px; margin-top: 5px;}
  140. #triangle {font: 20px  arial; margin-bottom: 0px; margin-top: 12px; margin-left: -5px; color:{color:askbg}; float: left;}
  141.  
  142. #audentry {display:block; height:auto; position:relative; min-height:120px;}
  143. .audentry {width:390px; background-color:{color: audio}; position:relative;  padding:5px; {block:IndexPage}overflow:hidden;{/block:IndexPage}; min-height:120px;}
  144. .audioplayer { position: absolute; z-index: 3; background:white; top: 05; left: 05; opacity: .2;
  145. width:118px;height:118px; filter:alpha(opacity=20); -moz-transition: all .7s ease-in-out!important; -o-transition: all .7s ease-in-out!important; transition: all .7s ease-in-out!important; -webkit-transition: all .7s ease-in-out!important;}
  146. .audioplayer:hover {opacity:.7; filter:alpha(opacity=70);}
  147. .audioplayer2 {width: 20px; height: 30px; overflow: hidden; margin: 45px 24px 13px 45px;}
  148. .audtable {float:right; margin-top:-1px; margin-bottom:-1px; margin-left:0px!important; margin-right:8px!important;}
  149. .audiodata {font:10px consolas, monospace; color:{color:quote}; text-transform:uppercase; height:15px; padding:0px 7px!important; background-color:#fff; width:250px;}
  150. .audiodata b{color:{color:source};}
  151. .aucap {color:{color:quote}; font:10px consolas,monospace; line-height:90%; text-align:left; min-height:34px; background-color:#FaFAF1; padding:2px 7px!important; width:250px!important;}
  152.  
  153. .user_1 .label {color:{color:link}; font-weight:bold}
  154. .user_2 .label {color:{color:text}; font-weight:bold}
  155. .user_3 .label {color:{color:link}; font-weight:bold}
  156. .user_4 .label {color:{color:text}; font-weight:bold}
  157. .user_5 .label {color:{color:link}; font-weight:bold}
  158. .user_6 .label {color:{color:text}; font-weight:bold}
  159. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px}
  160.  
  161. .notes img{width:10px; position:relative; top:1px}
  162. ol.notes, .notes li{width:490px; list-style:none; margin:0px 0 -1px 5px; padding:0px}
  163.  
  164.         </style>
  165.     <style type="text/css">{CustomCSS}</style>
  166. </head>
  167.  
  168. <body>
  169.  
  170.  
  171. <div id="container">
  172. <div class="sidebar">
  173. <center>
  174. <div id="title">{title}</a></div>
  175. <div id="secondarytitle">{text:secondarytitle}</div>
  176. <img src="{image:Sidebar}" width="250" height="200"/>
  177. <div class="hovering">
  178. <a href="{text:link 1}">{text:link 1 text}</a>
  179. <a href="{text:link 2}">{text:link 2 text}</a>
  180. <a href="{text:link 3}">{text:link 3 text}</a>
  181. <a href="{text:link 2}">{text:link 4 text}</a>
  182. <a href="http://justinbibeer.tumblr.com/themesfaq">credit</a></div>
  183.  
  184. <div id="stext">
  185. {Description}</center>
  186. </div>
  187. </div>
  188. </div>
  189. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div>
  190. </div>
  191.  
  192.  
  193.  
  194. <div id="entries">
  195. {block:Posts}
  196. <div id="entry">
  197.  
  198. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  199.  
  200. {block:Quote}<h2>“{Quote}” — {Source}</h2>{/block:Quote}
  201.  
  202. {block:Link}<a href="{URL}"><h1>» {Name}</h1></a>
  203. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  204.  
  205. {block:Photo}<center><img src="{PhotoURL-500}"/></center>
  206. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  207.  
  208. {block:Photoset}<center>{Photoset-500}</center>
  209. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  210.  
  211. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  212.  
  213. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  214.  
  215. {block:Answer}
  216. <div id="asker"> <img src="{AskerPortraitURL-30}" style="width="30px" height="30px" align="left"> </div><div id="triangle">►</div><div id="question">{Asker} asked: {Question}</div>
  217. <div id="answer">{Answer}</div>
  218. {/block:answer}
  219.  
  220. {block:Audio}<div style="background-color:{color:Posts In};">
  221. <div id="audentry">
  222. <div class="audentry">
  223.  
  224. <img src="http://static.tumblr.com/2lqtwbf/hLRlz1vgy/2.png" alt="default album art" width="118" height="118" style="position:absolute; vertical-align:middle;" />
  225. {block:AlbumArt}
  226. <img width="118" height="118" src="{AlbumArtURL}" style="position:absolute;" />
  227. {/block:AlbumArt}
  228.  
  229. <div class="audioplayer"><div class="audioplayer2">{AudioPlayerWhite}</div></div>
  230. <div class="something" style="margin-right:-08px;">
  231. <table class="audtable" cellspacing="1px" cellpadding="0">
  232.  
  233. {block:TrackName}
  234. <tr>
  235. <td class="audiodata"  style="font:10px consolas, monospace;"><b>Song: </b>{TrackName}</td>
  236. </tr>
  237. {/block:TrackName}
  238.  
  239. {block:Artist}
  240. <tr>
  241. <td class="audiodata"><b>Artist: </b> {Artist}</td>
  242. </tr>
  243. {/block:Artist}
  244. {block:Album}
  245. <tr>
  246. <td class="audiodata"><b>Album: </b>{Album}</td>
  247. </tr>
  248. {/block:Album}
  249. <tr>
  250. <td class="audiodata">Played {FormattedPlayCount} times</td>
  251. </tr>
  252. {block:ExternalAudio}
  253. <tr>
  254. <td class="audiodata"><a href="{ExternalAudioURL}" target="_blank">Source</a></td>
  255. </tr>
  256. {/block:ExternalAudio}
  257. {block:Caption}<tr>
  258. <td class="aucap">{Caption}</td></tr>
  259. {/block:Caption}
  260. </table>
  261. </div></div>
  262. </div></div>{/block:Audio}
  263.  
  264.  
  265. <div id="info">{block:Date}shared <a href="{Permalink}">{TimeAgo}</a> on {month}/{dayofmonth}/{year}{/block:Date}{block:NoteCount}, with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}.<br>{block:RebloggedFrom}reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>, {/block:RebloggedFrom}{block:ContentSource}originally from <a href="{SourceURL}">{SourceLink}</a>.{/block:ContentSource}</div>
  266.  
  267. <div id="tags">{block:HasTags}{block:Tags}# <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div>
  268.  
  269. <br />
  270.  
  271. {/block:Posts}
  272.  
  273. {block:PostNotes}{PostNotes}{/block:PostNotes}<br />
  274.  
  275. </div></div>
  276.  
  277.  
  278.  
  279. </body>
  280.  
  281. </html>