sexycullen

#3

Dec 29th, 2012
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.37 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://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. <!---sexycullen theme #3--->
  9.  
  10. <meta name="color:background" content="#ffffff"/>
  11. <meta name="color:border" content="f3f1f1"/>
  12. <meta name="color:text" content="#b6b5b5"/>
  13. <meta name="color:link" content="#a8a7a7"/>
  14. <meta name="color:linkhover" content="f1d65d"/>
  15. <meta name="image:sidebar" content=""/>
  16.  
  17. <meta name="text:Link 1" content="" />
  18. <meta name="text:Link 1 Text" content="" />
  19. <meta name="text:Link 2" content="" />
  20. <meta name="text:Link 2 Text" content="" />
  21. <meta name="text:Link 3" content="" />
  22. <meta name="text:Link 3 Text" content="" />
  23. <meta name="text:Link 4" content="" />
  24. <meta name="text:Link 4 Text" content="" />
  25. <meta name="text:Link 5" content="" />
  26. <meta name="text:Link 5 Text" content="" />
  27. <meta name="text:Link 6" content="" />
  28. <meta name="text:Link 6 Text" content="" />
  29. <meta name="text:Link 7" content="" />
  30. <meta name="text:Link 7 Text" content="" />
  31. <meta name="text:Link 8" content="" />
  32. <meta name="text:Link 8 Text" content="" />
  33.  
  34. <meta name="text:titt" content="">
  35.  
  36.  
  37. <style type="text/css">
  38.  
  39.  
  40.  
  41. /* --- BODY ---*/
  42.  
  43. body {background:{color:background}; margin:0px; color:{color:text}; font-family:cambria; font-size:11px; line-height:100%;}
  44.  
  45.  
  46. blockquote {border-left:1px solid #f8f8f8;padding-left:2px;margin:5px;}
  47.  
  48. h1 {font-size:9px; text-transform:uppercase;}
  49.  
  50. a {color:{color:link};; text-decoration:none; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; }
  51.  
  52. a:hover {text-decoration:none; color:{color:linkhover};}
  53.  
  54. img {none;}
  55.  
  56.  
  57.  
  58. #entries {padding:10px; width:500px; margin-left:500px; margin-top:50px;border:solid 1px #f8f8f8; padding:10px;}
  59.  
  60. #post {width:500px; padding-bottom:30px; font-style:none;}
  61.  
  62.  
  63. /* --- SIDEBAR ---*/
  64.  
  65. #sidebar {width:200px; position:fixed; margin-left:230px; margin-top:120px;}
  66.  
  67.  
  68. #sidebarimage {width 150px;}
  69.  
  70. #sidebarimage img {width:150px; border:solid 1px #f8f8f8; padding:5px; padding-bottom:6px; background-color: #ffffff;}
  71.  
  72. #description {padding: 12px;color: {color:text};margin-top:-120px;margin-left:-170px; width: 146px; line-height: 100%;text-transform:uppercase; text-align:justify; font-family:calibri; font-size: 8px; font-style: none;position:fixed; background-color: transparent;}
  73.  
  74. #links {width: 140px;margin-left:8px; color: {color:link}; margin-top:1px;position: fixed; font-family:calibri;letter-spacing:0px;}
  75.  
  76. #links a {font-size:8px; font-style:none; border: 1px solid {color:border}; text-align:center; text-transform:uppercase;}
  77.  
  78. #questions {background-color: #fcfcfc; color: {color:text}; border-top: dotted 1px {color:border}; padding:11px; margin-top: 5px; margin-bottom:5px; font-family:cambria; text-transform:uppercase; letter-spacing: 1px; font-size:8px; font-style:none; text-align:justify;}
  79.  
  80. #credit {font-size:10px;font-family:calibri;text-transform:uppercase;letter-spacing:1px;bottom:10px;right:10px;position:fixed;border:1px;border-color: {color:sideborder};background-color:{color:sidebar};padding:5px;}
  81.  
  82. #titulo {width: 124px; border:solid 1px #f8f8f8; padding:5px;position: fixed; margin-left: 2px; margin-top: -77px; padding:5px; line-height:13px; font-size:8px; font-family: cambria;text-transform:uppercase; text-align:center; width: none; height: none; color: {color:titt};}
  83.  
  84.  
  85.  
  86. .note {padding:0px 20px 0px 20px; background-color:#FFFFFF;text-transform:none; letter-spacing:0px; font-size: 11px; font-style:italic; text-align:left; line-height:120%;}
  87.  
  88. .note li {list-style-type:none; padding:5px 25px 5px 25px; text-align:left;
  89. margin-left:30px; margin-top:-50px;}
  90.  
  91. #info {font-family:calibri; text-align:center; margin-top:5px; padding-top:5px; padding:5px; text-transform:uppercase; font-style:none; font-size:8px; line-height:80%; border-top: 1px solid #f8f8f8;}
  92.  
  93. #tags {font-family:calibri; text-align:center; margin-top:-5px; padding-bottom:3px; text-transform:uppercase; font-style:none; font-size:8px;}
  94.  
  95. #pagination {font-size:8px; margin-top:-60px; margin-left:80px; font-family:cambria; text-align:center;text-transform:uppercase;}
  96.  
  97. .chat {line-height: 13px; list-style: none; text-align:center; }
  98. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  99. .person1 {color: {color:text}; padding: 2px; }
  100. .person1 .label {font-weight: bold; color:{color:text}}
  101. .person2 {color: {color:text}; padding: 2px; }
  102. .person2 .label {font-weight: bold; color:{color:text}}
  103.  
  104. .player {background-color: {color:sidebar}; text-align: left; display:block;}
  105.  
  106. /* AUDIO POST */
  107. #audentryprob {display:block; height:auto; position:relative; min-height:110px;}
  108. .audentry {width:490px; background-color:{color:post}; position:relative; padding:5px; {block:IndexPage}overflow:hidden;{/block:IndexPage};
  109.  
  110. min-height:110px;}
  111.  
  112. .audioplayercircle {
  113. position: absolute;
  114. z-index: 3;
  115. background: white;
  116. -webkit-border-radius: 50px;
  117. -moz-border-radius: 50px;
  118. top: 35px;
  119. left: 35px;
  120. opacity: .8;
  121. filter:alpha(opacity=80)}
  122.  
  123.  
  124. .audioplayer {
  125. width: 20px;
  126. height: 30px;
  127. overflow: hidden;
  128. margin: 17px 24px 13px 16px;
  129. }
  130.  
  131. .audiodata {font:8px cambria; color:{color:text}; text-transform:uppercase; height:15px; padding:0px 7px!important; background-color:{color:background};
  132.  
  133. float:center; margin-left:55px; text-align:right;}
  134. .audiodata b{color:{color:text};}
  135.  
  136. .aucap {color:{color:text}; font:8px cambria;text-transform:uppercase; line-height:90%; text-align:right; min-height:34px; background-color:{color:post}; padding:2px
  137.  
  138. 7px!important;}
  139.  
  140. .quote {font-family: cambria; text-align: justify; font-size: 10px; line-height: 15px; padding: 3px;font-style:italic}
  141.  
  142. .quotesource { text-align: center; font-family:cambria;font-size:8; font-color: {color:text};margin-bottom: 5px; margin-top:10px;}
  143. .quotesource a, a:hover{font-color:{color:link};}
  144.  
  145.  
  146. {CustomCSS}</style></head><body>
  147.  
  148.  
  149. <div id="sidebar">
  150. <div id="sidebarimage"><img src="{image:sidebar}"/></div>
  151.  
  152. <div id="description">
  153. <div id="titulo">{text:titt}</div>
  154. <font color="f2f2f2">___________________________________</font><br><br>
  155. {Description}</div>
  156. <div id="links"><center>
  157. <a href="{text:link 1}">{text:link 1 Text}</a>
  158. <a href="{text:link 2}">{text:link 2 Text}</a>
  159. <a href="{text:link 3}">{text:link 3 Text}</a>
  160. <a href="{text:link 4}">{text:link 4 Text}</a>
  161. <a href="{text:link 5}">{text:link 5 Text}</a>
  162. <a href="{text:link 6}">{text:link 6 Text}</a>
  163. <a href="{text:link 7}">{text:link 7 Text}</a>
  164. <a href="{text:link 8}">{text:link 8 Text}</a>
  165. <font color="f2f2f2">_____________________________</font>
  166. </center>
  167. </div>
  168.  
  169. <div id="credit"><a href="http://sexycullen.tumblr.com/">® SEXYCULLEN</a> </div>
  170.  
  171. <div id="pagination">
  172. {block:Pagination}
  173. <div id="pagination">
  174. {block:PreviousPage}
  175. <a href="{PreviousPage}"> < prev</a>
  176. {/block:PreviousPage}<br>
  177. {block:NextPage}
  178. <a href="{NextPage}">next > </a>
  179. {/block:NextPage}
  180. </div>
  181. {/block:Pagination}</div>
  182. </div></div>
  183.  
  184. {block:HasPages}{block:Pages}
  185.  
  186. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  187.  
  188. </div></center></i>
  189.  
  190.  
  191. </div>
  192.  
  193. <div id="entries">{block:Posts}<div id="post">
  194.  
  195. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1><i>{Body}</i>{/block:Text}
  196.  
  197. {block:Photo}
  198. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  199. {/block:Photo}
  200.  
  201. {block:Photoset}
  202. <center>{Photoset-500}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  203. {/block:Photoset}
  204.  
  205. {block:Quote}
  206. <div class="quote">“{Quote}”</div>
  207. {block:Source}<div class="quotesource"> ─ {Source}</div>
  208. {/block:Source}
  209. {/block:Quote}
  210.  
  211. {block:Link}
  212. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  213. {block:Description}{Description}{/block:Description}
  214. {/block:Link}
  215.  
  216. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  217.  
  218.  
  219. <!--- AUDIO POST --->
  220. {block:Audio}
  221. <div id="audentryprob">
  222. <div class="audentry">
  223.  
  224. <img src="http://static.tumblr.com/2lqtwbf/hLRlz1vgy/2.png" alt="default album art" width="120" height="120" style="position:absolute; vertical-align:middle;" />
  225. {block:AlbumArt}
  226. <img width="120" height="120" src="{AlbumArtURL}" style="position:absolute;" />
  227. {/block:AlbumArt}
  228.  
  229. <div class="audioplayercircle"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  230. <div class="something">
  231. <table style="float:right;" width="360px" cellspacing="1px" cellpadding="0">
  232.  
  233. {block:TrackName}
  234. <tr>
  235. <td class="audiodata"><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>{/block:Audio}
  263.  
  264.  
  265. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  266.  
  267. {block:Answer}<div id="questions">❝<b> {Asker}</b> sent: {Question}</div>
  268. <div id="answer"><i>{Answer}</i></div>{/block:answer}
  269.  
  270. <div id="info">
  271. {block:Date}shared on <a href="{Permalink}">{TimeAgo}</a> <a href="{Permalink}">{month} {dayofmonth} {/block:Date}{/block:Date}</a> {block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}</a> {block:ContentSource} <a href="{SourceURL}">(© {SourceLink}</a>){/block:ContentSource}</div>
  272.  
  273. <div id="tags">
  274. {block:HasTags} {block:Tags} <a href="{TagURL}"># {Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  275.  
  276. </div>
  277. {block:PostNotes}{PostNotes}{/block:PostNotes}
  278. {/block:Posts}</div>
  279.  
  280.  
  281.  
  282. </div>
  283.  
  284. </body>
  285.  
  286. </html>
Advertisement
Add Comment
Please, Sign In to add comment