xrevolt

heroes are born.

Nov 13th, 2012
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.77 KB | None | 0 0
  1. <!---
  2.  
  3. theme by mcpoyles
  4.  
  5. --->
  6.  
  7. <html>
  8. <head>
  9.  
  10. <!-- DEFAULT VARIABLES -->
  11. <meta name="font:body" content="arial" />
  12.  
  13. <meta name="color:background" content="#ffffff" />
  14. <meta name="color:body" content="#777777" />
  15. <meta name="color:links" content="#acdb92" />
  16. <meta name="color:hover" content="#5daab9" />
  17. <meta name="color:entry" content="#ffffff" />
  18. <meta name="color:answerbg" content="#f9f9f9" />
  19. <meta name="color:border" content="#F2F2F2" />
  20. <meta name="color:side" content="#ffffff" />
  21. <meta name="image:sidebar" content=""/>
  22.  
  23. <meta name="text:Link1" content=""/>
  24. <meta name="text:Link1 URL" content=""/>
  25. <meta name="text:Link2" content=""/>
  26. <meta name="text:Link2 URL" content=""/>
  27. <meta name="text:Link3" content=""/>
  28. <meta name="text:Link3 URL" content=""/>
  29. <meta name="text:Link4" content=""/>
  30. <meta name="text:Link4 URL" content=""/>
  31.  
  32. <title>{Title}</title>
  33. <link rel="shortcut icon" href="{Favicon}">
  34. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  35. {block:Description}
  36. <meta name="description" content="{MetaDescription}" />
  37. {/block:Description}
  38. </head>
  39.  
  40. <style type="text/css">
  41.  
  42. iframe#tumblr_controls {top: 0% !important;right:0% !important; position: fixed !important;}
  43.  
  44. body {
  45. background-image:url("{image:background}");
  46. background-repeat:repeat;
  47. background-attachment:fixed;
  48. background-position:center;}
  49.  
  50. body, p, span {
  51. text-align:left;
  52. color:{color:body};
  53. background-color:{color:background};
  54. font-family:georgia;
  55. font-size:10px;
  56. margin:0px; }
  57.  
  58. small { font-size:9px; }
  59.  
  60. b, em, bold, .question a {
  61. font-weight:bold;
  62. color:{color:titles};}
  63.  
  64. a:link, a, a:active, a:visited {
  65. text-decoration:none;
  66. color:{color:links}; }
  67.  
  68. a:hover {
  69. color:{color:hover};
  70. text-decoration:none; }
  71.  
  72. #wrap {
  73. background-color:#transparent;
  74. width:780px;
  75. top:80px;
  76. position:relative;
  77. margin:0 auto; }
  78.  
  79. #sidebar {
  80. background-color:{color:side};
  81. padding:5px;
  82. width:200px;
  83. float:left;
  84. top:100px;
  85. position:fixed; }
  86.  
  87. #posts {
  88. padding:10px;
  89. width:520px;
  90. float:right; }
  91.  
  92. .entry {
  93. background-color:{color:entry};
  94. overflow:hidden;
  95. border-radius:10px;
  96. padding:10px; }
  97.  
  98. .inside { padding:5px;}
  99. #space { margin-bottom:20px }
  100.  
  101. blockquote {
  102. margin: 0.5em 0;
  103. padding: 0 0 0 9px;
  104. border-left: 1px solid #f9f9f9; }
  105.  
  106. .audio blockquote, .quote blockquote {padding: 0; border: 0;}
  107. blockquote img {width: auto;}
  108.  
  109. .quote {
  110. color: #aaa;
  111. display: block;
  112. background: url(http://static.tumblr.com/cc4ocei/Y5Mkzk5s7/quote.png) no-repeat 0 10px;
  113. font-style: italic;
  114. padding: 16px 18px 10px 32px; }
  115.  
  116. .quote .medium {
  117. font-size: 15px;
  118. line-height: 1.4;
  119. font-family:HelveticaNeue-CondensedBold; }
  120.  
  121. .title, .title a:link {
  122. font-size:12px;
  123. font-family:georgia;
  124. letter-spacing:1px;
  125. text-transform:uppercase; }
  126.  
  127. .entry-info { border-top:1px solid #F2F2F2; padding-top:10px; }
  128. .date { float:left; }
  129. .lol { float:right; text-align:right; }
  130. .notes { text-align:left }
  131. .tag { text-transform:lowercase; }
  132.  
  133. ul.chat, .chat ol, .chat li { list-style:none; margin:0px; padding:5px; }
  134. .user_1 { background-color:transparent;padding:5px; }
  135. .user_2 { background-color:{color:tags};padding:5px; }
  136. .user_3 { background-color:transparent;padding:5px; }
  137. .user_4 { background-color:{color:tags};padding:5px; }
  138. .user_5 { background-color:transparent;padding:5px; }
  139. .user_6 { background-color:{color:tags};padding:5px; }
  140. .user_7 { background-color:transparent;padding:5px; }
  141. .user_8 { background-color:{color:tags};padding:5px; }
  142. .user_9 { background-color:transparent;padding:5px; }
  143. .user_10 { background-color:{color:tags};padding:5px; }
  144.  
  145. span.taghead { display:none; }
  146. a.tag + span.taghead { display:inline; }
  147.  
  148. ol { list-style-type: none; margin: 0; }
  149.  
  150. ol.notes li {
  151. width: 500px;
  152. padding: 10px;
  153. margin: 0 0 3px -50px;
  154. border-bottom: 1px solid {color:border}; }
  155.  
  156. ol.notes li img {
  157. padding-right: 10px;
  158. margin-bottom: -5px;
  159. opacity: 0.85;
  160. filter:alpha(opacity=85); }
  161.  
  162. ol.notes li:hover { border-bottom: 1px solid {color:border}; }
  163. ol.notes li img:hover { opacity: 1; filter:alpha(opacity=100); }
  164.  
  165. .album_case {
  166. width: 100px
  167. padding:5px;
  168. margin-right:20px;
  169. float: left; }
  170.  
  171. img.album_art {
  172. max-width: 100px !important;
  173. margin: 3px 0 0 -250px;
  174. position: relative;
  175. left: 15px;
  176. z-index: 9;
  177. float: left; }
  178.  
  179. .audio .audio_player {
  180. width: 207px;opacity: 80%;
  181. -webkit-opacity: 0.8;
  182. -moz-opacity: 0.8;
  183. display: inline-block;
  184. margin-top:10px; }
  185.  
  186. .audio small {display: block; }
  187. .audio .words {text-align:left;}
  188.  
  189. #pagination {
  190. width:200px;
  191. font-size:10px;
  192. word-spacing:7px; }
  193.  
  194. .jump_page {
  195. padding:3px;
  196. background-color:#transparent; }
  197.  
  198. .current_page {
  199. padding:3px;
  200. background-color:#transparent;
  201. color:{color:body}; }
  202.  
  203. .sidelinks a {
  204. padding:0px 3px 0px 3px;
  205. font-family: calibri;
  206. font-size: 10px;
  207. text-transform: uppercase;
  208. letter-spacing: 2px; }
  209.  
  210. {CustomCSS}
  211. </style>
  212.  
  213. <body>
  214. <div id="wrap">
  215.  
  216. <div id="sidebar">
  217. <a href="/"><img src="{image:sidebar}" width="200"></a><BR>
  218.  
  219. <div class="sidelinks" style="text-align:center;padding-top:5px;">
  220. {block:ifLink1}<a href="{text:Link1 URL}">{text:Link1}</a>{/block:ifLink1}
  221. {block:ifLink2}<a href="{text:Link2 URL}">{text:Link2}</a>{/block:ifLink2}
  222. {block:ifLink3}<a href="{text:Link3 URL}">{text:Link3}</a>{/block:ifLink3}
  223. {block:ifLink4}<a href="{text:Link4 URL}">{text:Link4}</a>{/block:ifLink4}
  224. <a href="http://mcpoyles.tumblr.com/">&copy;</a>
  225. </div>
  226.  
  227. {block:Description}
  228. <div class="quote"><div style="font-style:normal;margin-top:-10px;">{Description}<BR>
  229. <a href="/">refresh</a> &emsp;<a href="/ask">ask</a> &emsp; <a href="/archive">archive</a>&emsp; <a href="/resources">resources</a>
  230. </div></div>
  231. {/block:Description}<BR>
  232.  
  233. {block:Pagination}
  234. {block:PreviousPage}<a style="font-size:11px;" class="current_page" href="{PreviousPage}">&lsaquo;</a>{/block:PreviousPage}
  235. {CurrentPage} of {TotalPages}
  236. {block:NextPage}<a style="font-size:11px;" class="jump_page" href="{NextPage}">&rsaquo;</a>{/block:NextPage}
  237. {/block:Pagination}
  238. </div>
  239.  
  240.  
  241. <div id="posts">
  242. {block:Posts}
  243. <div class="entry">
  244.  
  245. {block:Text}
  246. {block:Title}<a class="title" style="" href="{Permalink}">{Title}</a>{/block:Title}
  247. <div class="caption">{Body}</div> <BR>
  248. {/block:Text}
  249.  
  250. {block:Photo}
  251. <center><a href="{block:RebloggedFrom}{ReblogRootURL}{/block:RebloggedFrom}{block:NotReblog}{Permalink}{/block:NotReblog}"><img src="{PhotoURL-500}"></a></center> <BR>
  252. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}<BR>
  253. {/block:Photo}
  254.  
  255.  
  256. {block:Photoset}
  257. <center>{Photoset-500}</center><BR>
  258. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}<BR>
  259. {/block:Photoset}
  260.  
  261.  
  262. {block:Quote}
  263. <div class="quote"><div class="medium">
  264. <i><big>{Quote}</big></i></div></div>
  265. {block:Source}<div class="caption">{Source}</div>{/block:Source}<BR>
  266. {/block:Quote}
  267.  
  268.  
  269. {block:Link}
  270. <div class="caption"><a class="title" href="{URL}" {Target}>{Name}</a>
  271. {block:Description}{Description}{/block:Description}</div><BR>
  272. {/block:Link}
  273.  
  274.  
  275. {block:Chat}
  276. <ul class="chat">{block:Lines}<li class="user_{UserNumber}">
  277. {block:Label}<span class="label">{Label}</span>{/block:Label}
  278. {Line}</li>{/block:Lines}</ul><BR>
  279. {/block:Chat}
  280.  
  281.  
  282. {block:Video}
  283. {Video-500}
  284. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}<BR>
  285. {/block:Video}
  286.  
  287.  
  288. {block:Audio}
  289. {block:AlbumArt}<div class="album_case"></div>
  290. <img src="{AlbumArtURL}" class="album_art" />{/block:AlbumArt}
  291.  
  292. <div class="audio">{AudioPlayerGrey}
  293. <small style="padding:5px;text-align:left;">
  294. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  295. {block:TrackName}<b>Song:</b> {TrackName}<BR>
  296. {/block:TrackName}{block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  297. {PlayCountWithLabel}{block:ExternalAudio}&emps;<a href="{ExternalAudioURL}">{lang:Download}<div class="download"></div></a>{/block:ExternalAudio}</small></div>
  298.  
  299. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  300. {/block:Audio}
  301.  
  302.  
  303. {block:Answer}
  304. <div style="background-color:{color:answerbg};padding:10px;">{Asker} asked: {Question}</div><BR>
  305. {Answer}<BR>
  306. {/block:Answer}
  307.  
  308. {block:ContentSource}
  309. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  310. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  311. {/block:SourceLogo}
  312. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  313. {/block:ContentSource}
  314.  
  315. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  316.  
  317. <div class="entry-info">
  318. <div style="float:left;">{block:RebloggedFrom}<a href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-40}" align="left" style="margin-right:10px;"></a>{/block:RebloggedFrom} {block:NotReblog}<a href="{PostAuthorURL}"><img src="{PostAuthorPortraitURL-40}" align="left" style="margin-right:10px;"></a>{/block:NotReblog} </div>
  319. <div class="date">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} {block:RebloggedFrom} &nbsp;&nbsp; <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom} {block:ContentSource} &middot; <a href="{SourceURL}">source</a> {/block:ContentSource} </div> <div class="lol">{block:NoteCount}<a href="{Permalink}">{NoteCount} notes</a> {/block:NoteCount}</div><BR>
  320. {block:HasTags}{block:Tags}#<a class="tag" href="{TagURL}">{Tag}</a> &nbsp;{/block:Tags} {/block:HasTags} </div>
  321. </div>
  322.  
  323. <div id="space"> </div>
  324.  
  325. {/block:Posts}
  326.  
  327. {block:PostNotes}<div style="text-align:left;">{PostNotes}</div>{/block:PostNotes}
  328.  
  329. </div>
  330.  
  331.  
  332. </div>
  333. </div>
  334. </div>
  335. </div>
  336.  
  337. </body>
  338. </html>
Advertisement
Add Comment
Please, Sign In to add comment