Advertisement
basilone

Theme 20

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