Advertisement
basilones

Theme 32 (v2)

Jan 13th, 2013
1,710
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.90 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!---
  5.  
  6. theme 32-2 by mcpoyles
  7.  
  8. --->
  9.  
  10. <!-- DEFAULT VARIABLES -->
  11. <meta name="text:font family" content="'Anonymous Pro', Arial, sans-serif" />
  12. <meta name="text:font size" content="9px" />
  13.  
  14. <meta name="color:caption" content="#f9f9f9" />
  15.  
  16. <meta name="text:Link1" content=""/>
  17. <meta name="text:Link1 URL" content=""/>
  18. <meta name="text:Link2" content=""/>
  19. <meta name="text:Link2 URL" content=""/>
  20. <meta name="text:Link3" content=""/>
  21. <meta name="text:Link3 URL" content=""/>
  22. <meta name="text:Link4" content=""/>
  23. <meta name="text:Link4 URL" content=""/>
  24.  
  25. <title>{Title}</title>
  26. <link rel="shortcut icon" href="{Favicon}">
  27. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  28. <link href='http://fonts.googleapis.com/css?family=PT+Serif' rel='stylesheet' type='text/css'>
  29. {block:Description}
  30. <meta name="description" content="{MetaDescription}" />
  31. {/block:Description}
  32. </head>
  33.  
  34. <style type="text/css">
  35. @font-face {
  36. font-family: 'Inconsolata';
  37. font-style: normal;
  38. font-weight: normal;
  39. src: local('Inconsolata'), url('http://themes.googleusercontent.com/static/fonts/inconsolata/v5/BjAYBlHtW3CJxDcjzrnZCIbN6UDyHWBl620a-IRfuBk.woff') format('woff');
  40. }
  41.  
  42. body { letter-spacing:1px; text-align:left; margin:0; line-height:16px; color:#666666; background-color:{color:bg right}; font-family: {text:font family}; font-size: {text:font size}; }
  43.  
  44. b, bold, b a { font-size:10px; font-weight:bold; color:#666666;}
  45.  
  46. a { text-decoration: none; color:#777777; text-decoration:none; -moz-transition:0.3s ease-in; -webkit-transition: 0.3s ease-in; -o-transition:0.3s ease-in; transition:0.3s ease-in; }
  47. a:hover { color: #000000; text-decoration:none;}
  48.  
  49. #wrap { min-height: 100%; }
  50. #main { margin-top:50px; padding:10px; }
  51. #container{ width:550px; left:330px; position:relative;}
  52. #navigation { width:505px; border-top:1px solid #000000; border-bottom:2px solid #000000; margin-bottom:20px; padding:7px 0 6px 0; }
  53. #entry { float:left; margin-left:5px;}
  54. #sidebar { top:50px; padding:5px; left:180px;width:120px; float:right; position:fixed; }
  55.  
  56. .post { margin-bottom:100px; width:500px;}
  57.  
  58. .title, .title a { padding:5px; font-size:15px; font-weight:bold;font-family:arial; color:#000000; }
  59. .title a:hover { text-decoration:underline; background-color:#FFF900; }
  60.  
  61. ol { list-style-type: none; }
  62. ol.notes li { padding:10px; width:400px; border-bottom: 1px solid #000000;}
  63. ol.notes li:hover { border-bottom: 1px solid #000000; background:#000000; color:#ffffff; }
  64. .notes blockquote:hover { background:#000000; color:#ffffff; }
  65. ol.notes li img { width:16px; padding-right: 10px; margin-bottom: -5px; opacity: 0.85; filter:alpha(opacity=85); }
  66. ol.notes li img:hover { opacity: 1; filter:alpha(opacity=100); }
  67.  
  68. .user_1, .user_3, .user_5, .user_7, .user_7, .user_9, .user_11 {
  69. background-color:#f1f1f1; margin-right:25px; color:#666666; }
  70. .user_2, .user_4, .user_6, .user_8, .user_10, .user_12 { background-color:#f8f8f8; color:#666666; margin-right:25px;}
  71. ul.chat, .chat ol, .chat li { list-style:none; margin:0px; padding:5px;}
  72.  
  73. .quote { font-family: arial; font-weight:bold; margin:10px 0 10px 0; color:#000000;line-height:18px; font-size:15px; }
  74.  
  75. .caption { padding:5px; }
  76. .blockquote, blockquote, blockquote small { font-size:9px; padding:5px; background-color:{color:caption}; }
  77.  
  78. .tagz {
  79. font-size:10px;
  80. background-color:#FFF900;
  81. padding:1px;margin:3px;
  82. text-transform:lowercase; }
  83.  
  84. .tags a { color:#000000; }
  85. .tags a:hover { text-decoration:underline; }
  86.  
  87. span.taghead { display:none; }
  88. a.tag + span.taghead { display:inline; color:{color:links}; }
  89.  
  90. .question { background-color:{color:caption};padding:10px; color:#666666; }
  91. .question a { color:#000000; }
  92.  
  93. .audio-info { position:relative; line-height:13px; }
  94.  
  95. .pagination { text-align:right; color:#ffffff; }
  96. .current_page { background-color:#000000; padding:5px; margin:1px; }
  97. .jump_page, .next { background-color:#f2f2f2; padding:5px; margin:1px; }
  98.  
  99. .description { color:#ffffff; }
  100. .side-title { font-size:12px; color:#000000; margin-top:5px; margin-bottom:5px; border-bottom:2px solid #000000; }
  101.  
  102. .caption img { max-width:360px; }
  103. .date2 { padding:3px;color:#ffffff; background-color:#000000;}
  104.  
  105. .nav-left { text-align:left; float:left; width:50px;}
  106. .nav-right { text-align:left; float:right; width:50px; }
  107.  
  108. .nav-left a { float:left; width:100px; border-bottom:1px solid #000000; padding:5px; font-family:times; font-style:uppercase; letter-spacing:1px; width:45px; }
  109.  
  110. .nav-right a { float:right; width:100px; border-bottom:1px solid #000000; padding:5px; font-family:times; font-style:uppercase; letter-spacing:1px; width:45px; }
  111.  
  112. .nav-left a:hover, .nav-right a:hover { padding:5px; background-color:#000000; font-family:times; color:#ffffff; font-style:uppercase; letter-spacing:1px; }
  113.  
  114. #navigation a { font-family:times; letter-spacing:1px; font-size:9px; color:#000000; padding:10px; }
  115. #navigation .first { padding:10px; background-color:#000000; color:#ffffff; }
  116. </style>
  117.  
  118.  
  119. <body>
  120.  
  121. <div id="main">
  122. <div id="container">
  123.  
  124. <div id="navigation">
  125. <a class="first" href="/">{name}</a>
  126. <a href="/archive">archive</a>
  127. <a href="/ask">ask</a>
  128. </div>
  129.  
  130.  
  131. <div id="sidebar">
  132.  
  133. <div style="text-align:left;margin-top:20px;background-color:#fafafa;padding:10px;text-align:justify;margin-bottom:5px;">
  134. {Description}
  135. </div>
  136. <BR>
  137.  
  138. <a style="font-family:arial;letter-spacing:1px;font-weight:bold;font-size:14px;" href="/"><font color="#000000">{Title}</font></a>
  139. <BR>
  140. <BR>
  141. <div class="nav-left">
  142. {block:ifLink1}<a class="nav-left" href="{text:Link1 URL}">{text:Link1}</a>{/block:ifLink1}
  143. {block:ifLink3}<a class="nav-left" href="{text:Link3 URL}">{text:Link3}</a>{/block:ifLink3}
  144. </div>
  145.  
  146. <div class="nav-right">
  147. {block:ifLink2}<a class="nav-right" href="{text:Link2 URL}">{text:Link2}</a>{/block:ifLink2}
  148. {block:ifLink4}<a class="nav-right" href="{text:Link4 URL}">{text:Link4}</a>{/block:ifLink4}
  149. </div>
  150.  
  151.  
  152.  
  153. </div>
  154.  
  155. <div id="entry">
  156.  
  157. {block:Posts}
  158.  
  159. <div class="post">
  160. {block:Text}
  161. {block:Title}
  162. <div class="title">
  163. <a href="{Permalink}">{Title}</a></div>
  164. {/block:Title}
  165. <div class="caption">{Body}</div>
  166. {/block:Text}
  167.  
  168.  
  169. {block:Photo}
  170. <img src="{PhotoURL-500}">
  171. {block:Caption}
  172. <div class="caption">{Caption}</div>
  173. {/block:Caption}
  174. {/block:Photo}
  175.  
  176.  
  177. {block:Photoset}
  178. {Photoset-500}
  179. {block:Caption}
  180. <div class="caption">{Caption}</div>
  181. {/block:Caption}
  182. {/block:Photoset}
  183.  
  184. {block:Quote}
  185. <div class="quote">{Quote}</div>
  186. {block:Source}
  187. <div class="caption" style="text-align:left;">- {Source}</div>
  188. {/block:Source}
  189. {/block:Quote}
  190.  
  191.  
  192. {block:Link}
  193. <div class="title">
  194. <a href="{URL}" {Target}>{Name}</a></div>
  195. {block:Description}
  196. <div class="caption">{Description}</div>
  197. {/block:Description}
  198. {/block:Link}
  199.  
  200. {block:Chat}
  201. <ul class="chat">
  202. {block:Lines}
  203. <li class="user_{UserNumber}">
  204. {block:Label}
  205. <span class="label">
  206. {Label}</span>
  207. {/block:Label}
  208. {Line}</li>{/block:Lines}</ul>{/block:Chat}
  209.  
  210.  
  211. {block:Video}
  212. {Video-500}
  213. {block:Caption}
  214. <div class="caption">{Caption}</div>
  215. {/block:Caption}
  216. {/block:Video}
  217.  
  218.  
  219. {block:Audio}
  220. {block:AudioPlayer} <div class="audio">{AudioPlayerBlack}</div> {/block:AudioPlayer}
  221.  
  222. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  223. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  224. {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  225. {block:PlayCount}<b>Plays:</b> {PlayCount}<BR>{/block:PlayCount}
  226.  
  227. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  228. {/block:Audio}
  229.  
  230.  
  231. {block:Answer}
  232. <div class="question">
  233. <b>{Asker}:</b> {Question}
  234. </div>
  235. <div class="caption">{Answer}</div>
  236. {/block:Answer}
  237.  
  238. {block:PermalinkPage}
  239. <div class="entry-info" style="margin-top:10px;border-top:2px solid #000000;padding-top:5px;">
  240. {block:Date}<span class="date2"> <a href="{Permalink}">{MonthNumberWithZero}.{DayOfMonthWithZero}</a></span>{/block:Date} &nbsp;&nbsp; {block:NoteCount}<a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}
  241.  
  242. {block:RebloggedFrom}&emsp; &copy; <a href="{ReblogRootURL}">{ReblogRootName}</a> &emsp; {/block:RebloggedFrom}
  243.  
  244. {block:HasTags} &nbsp;&nbsp; <img src="http://media.tumblr.com/tumblr_mf1q086pET1ruid57.png" width="11"> <span class="tags"> {block:Tags} <span class="tag" style="text-transform:lowercase;"><a class="tagz" href="{TagURL}">{Tag}</a>{/block:Tags} &nbsp;&nbsp;{/block:HasTags}
  245. </div> </div>
  246. {/block:PermalinkPage}
  247.  
  248. {block:IndexPage}
  249. <div class="entry-info" style="margin-top:10px;border-top:2px solid #000000;padding-top:5px;">
  250. {block:Date}<span class="date2"> <a style="color:#ffffff;" href="{Permalink}">{MonthNumberWithZero}.{DayOfMonthWithZero}</a></span>{/block:Date} &nbsp;&nbsp; {block:NoteCount}<a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}
  251.  
  252. {block:HasTags} &nbsp;&nbsp; <img src="http://media.tumblr.com/tumblr_mf1q086pET1ruid57.png" width="11"> <span class="tags"> {block:Tags} <span class="tag" style="text-transform:lowercase;font-style:italic;"><a class="tagz" href="{TagURL}">{Tag}</a>{/block:Tags} &nbsp;&nbsp;{/block:HasTags}
  253. </div> </div>
  254. {/block:IndexPage}
  255.  
  256.  
  257.  
  258.  
  259. {block:PostNotes}
  260. <div class="post">
  261. {PostNotes}
  262. </div>
  263. {/block:PostNotes}
  264.  
  265. {/block:Posts}
  266.  
  267. <div style="text-align:center; padding-top:10px;font-size:10px;margin-top:-20px; margin-bottom:40px;">
  268. {block:Pagination}
  269.  
  270. {block:PreviousPage}
  271. <a href="{PreviousPage}">recent</a>
  272. {/block:PreviousPage}
  273. &mdash;
  274. {block:NextPage}
  275. <a href="{NextPage}">older</a>
  276. {/block:NextPage}
  277. {/block:Pagination}<BR>
  278. theme by <a href="http://mcpoyles.tumblr.com"><u>mcpoyles</u></a>
  279. </div>
  280.  
  281. {block:ContentSource}
  282. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  283. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  284. {/block:SourceLogo}
  285. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  286. {/block:ContentSource}
  287.  
  288. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  289.  
  290.  
  291.  
  292. </div>
  293. </div>
  294. </div
  295.  
  296.  
  297. </body>
  298. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement