Advertisement
basilone

Theme 21

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