bratferd

Theme 3: Monster

Sep 11th, 2013
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.01 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.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9.  
  10.  
  11. <!--
  12. THEME 3: MONSTER BY BRATFERD
  13. PLEASE FOLLOW THE RULES
  14. THANKS FOR USING & ENJOY!
  15. -->
  16.  
  17. <meta name="color:Background" content="#ffffff"/>
  18. <meta name="color:Text" content="#a8a8a8"/>
  19. <meta name="color:Sidebar Links" content="#b8b8b8"/>
  20. <meta name="color:DescriptionText" content="#b8b8b8"/>
  21. <meta name="color:Border" content="#dddddd"/>
  22. <meta name="color:Hover" content="#f2f2f2"/>
  23. <meta name="color:Scrollbar" content="#000000"/>
  24. <meta name="color:ScrollbarBg" content="#ffffff"/>
  25. <meta name="color:Post Links" content="#c0bfbf"/>
  26. <meta name="color:Answer Backg" content="#000000"/>
  27. <meta name="image:Sidebar" content=""/>
  28. <meta name="image:Background" content=""/>
  29. <meta name="text:Link 1" content="" />
  30. <meta name="text:Link 1 Text" content="" />
  31. <meta name="text:Link 2" content="" />
  32. <meta name="text:Link 2 Text" content="" />
  33. <meta name="text:Link 3" content="" />
  34. <meta name="text:Link 3 Text" content="" />
  35. <meta name="text:Link 4" content="" />
  36. <meta name="text:Link 4 Text" content="" />
  37. <meta name="text:sidebartitle" content="" />
  38.  
  39.  
  40.  
  41. <style type="text/css">
  42.  
  43. ::-webkit-scrollbar-thumb {
  44. height:auto;
  45. background-color:{color:Scrollbar};
  46. }
  47.  
  48. ::-webkit-scrollbar {
  49. height:9px;
  50. width:4px;
  51. background-color:{color:ScrollbarBg};
  52. }
  53.  
  54. body {
  55. background:{color:background};
  56. margin:0px;
  57. color:{color:text};
  58. font-family:calibri;
  59. font-size:10px;
  60. line-height:100%;
  61. letter-spacing:0px;
  62. text-align:justify;
  63. background-image:url('{image:Background}');
  64. }
  65.  
  66. a {
  67. text-decoration:none;
  68. outline:none;
  69. -moz-outline-style:none;
  70. color:{color:Post Links};
  71. }
  72.  
  73. img {
  74. border:none;
  75. }
  76.  
  77. blockquote {
  78. padding-left:5px;
  79. border-left:2px solid;
  80. }
  81.  
  82. blockquote blockquote {
  83. padding-left:5px;
  84. border-left:2px solid;
  85. }
  86.  
  87. h1 {
  88. font-size:8px;
  89. letter-spacing:2px;
  90. text-transform:uppercase;
  91. font-family:'CAMBRIA';
  92. font-style:none;
  93. line-height:10px;
  94. text-align:left;
  95. padding:0px;
  96. }
  97.  
  98. a:hover {
  99. color:#000000;
  100. -moz-transition-duration:0.3s;
  101. -webkit-transition-duration:0.3s;
  102. -o-transition-duration:0.3s;
  103. }
  104.  
  105.  
  106. /*ENTRIES*/
  107.  
  108. #entries {
  109. padding:10px;
  110. width:500px;
  111. margin-left:302px;
  112. margin-top:5px;
  113. font-size:10px;
  114. font-family:'arial';
  115. letter-spacing:0px;
  116. }
  117.  
  118. #post {
  119. width:500px;
  120. padding-bottom:40px;
  121. padding:25px;
  122. margin-top:50px;
  123. }
  124.  
  125. /*SIDEBAR*/
  126.  
  127. #sidebar {
  128. position:fixed;
  129. margin-left:100px;
  130. margin-top:80px;
  131. margin-left:170px;
  132. }
  133.  
  134. #sidebarimage {
  135. width 130px;
  136. }
  137.  
  138. #sidebarimage img {
  139. width:185px;
  140. margin-top:164px;
  141. padding:3px;
  142. margin-left:-80px;
  143. }
  144.  
  145. #sidebarimage img:hover {
  146. opacity:0.7;
  147. -moz-transition-duration:0.6s;
  148. -webkit-transition-duration:0.6s;
  149. -o-transition-duration:0.6s;
  150. }
  151.  
  152. .sidebartitle {
  153. margin-top:-155px;
  154. margin-left:-85px;
  155. text-align:center;
  156. color:#000;
  157. font-size:25px;
  158. font-family:'arial';
  159. font-style: italic;
  160. position:fixed;
  161. z-index:990;
  162. width:200px;
  163. height 40px;
  164. padding-top:15px;
  165. padding-bottom:15px;
  166. }
  167.  
  168. .links {
  169. width:200px;
  170. font-family:'calibri';
  171. padding: 0px;
  172. text-align:center;
  173. text-transform:uppercase;
  174. position:fixed;
  175. margin-top:7px;
  176. margin-left:-85px;
  177. }
  178.  
  179. .links a {
  180. width:100px;
  181. padding:3px;
  182. font-size:8px;
  183. letter-spacing:0px;
  184. color:{color:Sidebar Links};
  185. }
  186.  
  187. .links a:hover {
  188. -moz-transition-duration:0.3s;
  189. -webkit-transition-duration:0.3s;
  190. -o-transition-duration:0.3s;
  191. color:{color:Hover};
  192. }
  193.  
  194. #description {
  195. text-align:justify;
  196. font-family:'Arial';
  197. width:170px;
  198. margin-top:7px;
  199. margin-left:15px;
  200. font-size:9px;
  201. position:center;
  202. text-transform:none;
  203. color:{color:DescriptionText};
  204. }
  205.  
  206. #pagination {
  207. font-style:bold;
  208. padding:2px;
  209. font-family:'arial';
  210. letter-spacing:0px;
  211. font-size:9px;
  212. text-align:center;
  213. padding:2px;
  214. margin-top:10px;
  215. text-transform:lowercase;
  216. }
  217.  
  218.  
  219. /*POST INFO*/
  220.  
  221. #info {
  222. width:500px;
  223. text-align:left;
  224. font-family:'trebuchet ms';
  225. margin-top:3px;
  226. margin-left:px;
  227. letter-spacing:1px;
  228. font-size:7px;
  229. font-style:none;
  230. padding:1px;
  231. line-height:10px;
  232. text-transform:uppercase;
  233. border-top:1px solid;
  234. border-color:{color:Border};
  235. }
  236.  
  237. #info a {
  238. text-align:center;
  239. color:{color:Post Links};
  240. }
  241.  
  242. #info a:hover {
  243. -moz-transition-duration:0.3s;
  244. -webkit-transition-duration:0.3s;
  245. -o-transition-duration:0.3s;
  246. color:{color:Hover}
  247. }
  248.  
  249. #tags {
  250. float:left;
  251. width:489px;
  252. margin-top:-7px;
  253. margin-left:-5px;
  254. text-align:left;
  255. font-size:7px;
  256. padding:5px;
  257. font-size:8px;
  258. opacity:1;
  259. transition-duration: 0.5s;
  260. -moz-transition-duration: 0.5s;
  261. -webkit-transition-duration: 0.5s;
  262. -o-transition-duration: 0.5s
  263. color:{color:Post Links};
  264. }
  265.  
  266. #tags a {
  267. letter-spacing:0px;
  268. font-size:8px;
  269. text-align:center;
  270. font-family:'CALIBRI';
  271. text-decoration:none;
  272. display:inline-block;
  273. color:#ddd;
  274. }
  275.  
  276. #tags a:hover {
  277. background-color:#fff;
  278. -moz-transition-duration:0.3s;
  279. -webkit-transition-duration:0.3s;
  280. -o-transition-duration:0.3s;
  281. color:{color:Hover};
  282. }
  283.  
  284. /*QUESTION*/
  285.  
  286. #asker {
  287. color:#fcfcfc;
  288. padding:14px;
  289. font-family:'arial';
  290. font-size:11px;
  291. letter-spacing:0px;
  292. text-align:left;
  293. margin-top:0px;
  294. text-transform:lowercase;
  295. line-height:100%;
  296. background-color:{color:Answer Backg}
  297. }
  298.  
  299. /*CREDIT*/
  300.  
  301. #cred {
  302. position:fixed;
  303. font-size:9px;
  304. font-weight:normal;
  305. line-height:150%;
  306. letter-spacing:2px;
  307. right:-83px;
  308. bottom:10px;
  309. text-transform:uppercase;
  310. text-align:center;
  311. -moz-transition-duration:1s;
  312. -webkit-transition-duration:1s;
  313. -o-transition-duration:1s;
  314. }
  315.  
  316. #cred:hover {
  317. right:10px;
  318. }
  319.  
  320. #cred a {
  321. padding:3px;
  322. border: 1px solid #eee;
  323. color: #b8b8b8;
  324. background-color:#fff;
  325. -moz-transition-duration:0.5s;
  326. -webkit-transition-duration:0.5s;
  327. -o-transition-duration:0.5s;
  328. }
  329.  
  330. {CustomCSS}</style></head><body>
  331.  
  332. <div id="sidebar">
  333.  
  334. <div id="sidebarimage">
  335. <a title="home" href="/">
  336. <img src="{image:Sidebar}">
  337. </a>
  338. <a href="/"><div class="sidebartitle">{text:sidebartitle}</div></a>
  339. </div>
  340.  
  341. <div class="links">
  342. <a title={Text:Link 1 Text} href=/{Text:Link 1}><img src="http://media.tumblr.com/bf200083d956bfe27d613a2079d6201e/tumblr_inline_mssgj3vwVB1qz4rgp.png"></a>
  343.  
  344. <a title={Text:Link 2 Text} href=/{Text:Link 2}><img src="http://media.tumblr.com/bf200083d956bfe27d613a2079d6201e/tumblr_inline_mssgj3vwVB1qz4rgp.png"></a>
  345.  
  346. <a title={Text:Link 3 Text} href={Text:Link 3}><img src="http://media.tumblr.com/bf200083d956bfe27d613a2079d6201e/tumblr_inline_mssgj3vwVB1qz4rgp.png"></a>
  347.  
  348. <a title={Text:Link 4 Text} href={Text:Link 4}><img src="http://media.tumblr.com/bf200083d956bfe27d613a2079d6201e/tumblr_inline_mssgj3vwVB1qz4rgp.png"></a>
  349.  
  350.  
  351. <div id="description">{Description}
  352.  
  353. {block:Pagination}
  354. <div id="pagination">
  355. {block:PreviousPage}<a href="{PreviousPage}">new</a>{/block:PreviousPage}
  356. — {block:NextPage}<a href="{NextPage}">older</a>{/block:NextPage}
  357. </div>
  358. {/block:Pagination}
  359. </div>
  360. </div>
  361. </div>
  362.  
  363. <div id="entries">
  364. {block:Posts}
  365. <div id="post">
  366.  
  367. {block:Text}
  368. <h1>{block:Title}{Title}{/block:Title}</h1>
  369. {Body}{/block:Text}
  370.  
  371. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  372. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  373.  
  374. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  375. {/block:Caption}{/block:Photoset}
  376.  
  377. {block:Quote}<h2>"{Quote}"</h2>
  378. {block:Source}<div class="qsource"> —{Source}</div>
  379. {/block:Source}{/block:Quote}
  380.  
  381. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  382.  
  383. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  384.  
  385. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  386. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  387. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  388. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  389. {/block:Audio}<br>
  390.  
  391. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  392.  
  393. {block:Answer}<div id="asker">{Question} —<span style="text-align:lowercase; color:#fcfcfc;font-style:italic; "><b><i>{Asker}</i></b><br></span> </div><left><div style="padding:4px;margin-top:3px;font-size:11px;"><font face="arial">{Answer}</font></div>{/block:Answer}
  394.  
  395. <div id="info">
  396. <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a> —
  397. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  398. and {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  399. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  400. with {NoteCountWithLabel}</a>
  401. {block:HasTags}<div id="tags">
  402.  
  403. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  404. </div>{block:HasTags}
  405. </div>
  406. </div>
  407. {/block:Posts}
  408. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  409. {/block:Posts}</div></div></div>
  410. <br><br><br><br>
  411.  
  412. <div id="cred"><a href="http://screwirwin.tumblr.com">♥ SCREWIRWIN ♥</a></div>
  413. </div>
  414. </div>
  415.  
  416. <style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;}</style><a href="http://www.cursors-4u.com/" target="_blank" title="Small Grey Outline Pointer"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Small Grey Outline Pointer" style="position:absolute; top: 0px; right: 0px;" /></a>
  417.  
  418. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment