Advertisement
nicolemakesthemes

Buzzcut Season

Apr 28th, 2014
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.99 KB | None | 0 0
  1. <!--THEME BY NICOLEMAKESTTHEMES; do not steal/claim as your own, use as a base code or remove credit -->
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7. <head>
  8.  
  9. <title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12.  
  13.  
  14.  
  15. <meta name="color:Background" content="#fff" />
  16. <meta name="color:Body" content="#333" />
  17. <meta name="color:Link" content="#8d8c8d" />
  18. <meta name="color:Linkhover" content="#00000" />
  19. <meta name="image:Sidebar" content="" />
  20. <meta name="image:Background" content="" />
  21. <meta name="text:Link1" content="link" />
  22. <meta name="text:Link1 URL" content="/" />
  23. <meta name="text:Link2" content="link" />
  24. <meta name="text:Link2 URL" content="/" />
  25. <meta name="text:Link3" content="link" />
  26. <meta name="text:Link3 URL" content="/" />
  27. <meta name="text:Link4" content="link" />
  28. <meta name="text:Link4 URL" content="/" />
  29. <meta name="text:Link5" content="link" />
  30. <meta name="text:Link5 URL" content="/" />
  31.  
  32.  
  33. <style type="text/css">
  34.  
  35. body {
  36. background: {color:Background};
  37. background-image: url('{image:Background}');
  38. position:absolute;
  39. font-size:12px;
  40. font-family: {font:Body};
  41. color:{color:Body};
  42. }
  43.  
  44. blockquote {
  45. border-left: 3px solid #eee;
  46. padding:5px;
  47. padding-left:10px;
  48. text-align: justify;
  49. }
  50.  
  51. blockquote img {
  52. max-width: 100%;
  53. display: block;
  54. margin-bottom: 5px;
  55. }
  56.  
  57. blockquote blockquote {
  58. margin: 10px;
  59. padding: 10px;
  60. }
  61.  
  62. a {
  63. text-decoration:none;
  64. outline:none;
  65. color:{color:Link};
  66. -webkit-transition: all 0.5s ease-in-out;
  67. -moz-transition: all 0.5s ease-in-out;
  68. -o-transition: all 0.5s ease-in-out;
  69. }
  70.  
  71. a:hover {
  72. color:{color:Link Hover};
  73. -webkit-transition: all 0.5s ease-in-out;
  74. -moz-transition: all 0.5s ease-in-out;
  75. -o-transition: all 0.5s ease-in-out;
  76. }
  77.  
  78. h1 {
  79. font-family:{font:Body};
  80. text-align:center;
  81. }
  82.  
  83. h2 {
  84. font-family:tahoma;
  85. text-transform:uppercase;
  86. padding:5px;
  87. color:{color:Link};
  88. }
  89.  
  90. #title {
  91. color:{color:Body};
  92. letter-spacing:-2px;
  93. font-family:arial;
  94. font-weight:bold;
  95. text-transform:lowercase;
  96. text-align:left;
  97. text-decoration:none;
  98. font-size:20px;
  99. -webkit-transition: all 0.5s ease-in-out;
  100. -moz-transition: all 0.5s ease-in-out;
  101. -o-transition: all 0.5s ease-in-out;
  102. }
  103.  
  104. #sidebar {
  105. position:fixed;
  106. top:80px;
  107. left:100px;
  108. width:190px;
  109. padding:5px;
  110. }
  111.  
  112. #sidebar img {
  113. width:190px;
  114. height:auto;
  115. text-align:center;
  116. }
  117.  
  118. #description {
  119. padding:10px;
  120. color:{color:Description};
  121. font-size:11px;
  122. text-align:center;
  123. font-family:arial;
  124. letter-spacing:-1px;
  125. text-transform:lowercase;
  126. font-weight:bold;
  127.  
  128. }
  129.  
  130.  
  131.  
  132. #links {
  133. text-align:center;
  134. font-size:9px;
  135. letter-spacing:0px;
  136. font-family:arial;
  137. font-weight:bold;
  138. text-transform:uppercase;
  139. border-bottom:1px solid {color:border};
  140. }
  141.  
  142.  
  143. #links a{
  144. display:inline-block;
  145. padding:3px;
  146. -webkit-transition: all 0.2s ease-in-out;
  147. -moz-transition: all 0.2s ease-in-out;
  148. -o-transition: all 0.2s ease-in-out;
  149. }
  150.  
  151. #links a:hover{
  152. color:{color:linkhover};
  153. -webkit-transition: all 0.5s ease-in-out;
  154. -moz-transition: all 0.5s ease-in-out;
  155. -o-transition: all 0.5s ease-in-out;
  156. }
  157.  
  158. #pagination {
  159. font-size:8px;
  160. margin-top:10px;
  161. text-align:center;
  162. margin-left:0px;
  163. text-transform: lowercase;
  164. font-family:arial;
  165. }
  166.  
  167.  
  168. #entries {
  169. width:400px;
  170. font-size:10px;
  171. margin-left: 390px;
  172. margin-top:40px;
  173. float: right;
  174. font-family:arial;
  175. text-align: justify;
  176. }
  177.  
  178.  
  179.  
  180. .audio {
  181. width:500px;
  182. padding-bottom:10px;
  183. background-color:{color:infobg};
  184. }
  185.  
  186. .albumart {
  187. float:left;
  188. padding:0px 10px 10px 0px;
  189. }
  190.  
  191. .albumart img {
  192. width:45px;
  193. height:45px;
  194. }
  195.  
  196. .playercontainer {
  197. text-align:left;
  198. padding:10px;
  199. background-color:#ffffff;
  200. width:480px;
  201. }
  202.  
  203. .audioinfo {
  204. padding:10px;
  205. color:{color:text};
  206. }
  207.  
  208.  
  209. #postinfo {
  210. font-size:12px;
  211. text-transform:lowercase;
  212. font-style:normal;
  213. letter-spacing:-1px;
  214. padding: 5px;
  215. margin-bottom:30px;
  216. width: 390px;
  217. color:{color:Body};
  218. text-align: center;
  219. overflow:hidden;
  220. font-weight:bold;
  221. border-bottom:1px solid {color:border};
  222. }
  223.  
  224.  
  225. #cred {
  226. position:fixed;
  227. font-size:8px;
  228. font-weight:normal;
  229. line-height:150%;
  230. letter-spacing:2px;
  231. right:10px;
  232. bottom:10px;
  233. text-transform:uppercase;
  234. text-align:center;
  235. color:{color:040404};
  236. }
  237.  
  238. #cred a {
  239. padding:3px;
  240. color:{color:040404};
  241. background-color:{color:fffff};
  242. -moz-transition-duration:0.5s;
  243. -webkit-transition-duration:0.5s;
  244. -o-transition-duration:0.5s;
  245. }
  246.  
  247.  
  248. </style>
  249. <style type="text/css">{CustomCSS}</style>
  250. </head>
  251.  
  252. <body>
  253. <div id="sidebar">
  254. <div id="title">{Title}</div>
  255. <a href="/"><img src="{image:Sidebar}"/></a>
  256.  
  257. <div id="links">
  258. <a href="{text:Link1 URL}">{text:Link1}</a>
  259. <a href="{text:Link2 URL}">{text:Link2}</a>
  260. <a href="{text:Link3 URL}">{text:Link3}</a>
  261. <a href="{text:Link4 URL}">{text:Link4}</a>
  262. <a href="{text:Link5 URL}">{text:Link5}</a>
  263. </div>
  264.  
  265. <div id="description">
  266. {block:Description}{Description}{/block:Description}
  267. </div>
  268.  
  269.  
  270.  
  271. <center>
  272. <div id="pagination">
  273. {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} - {block:NextPage} <a href="{NextPage}">forth</a>{/block:NextPage}</center>
  274.  
  275. </div>
  276. </div>
  277.  
  278.  
  279. <div id="entries">
  280. {block:Posts}
  281. <div id="post">
  282.  
  283. {block:Text}<h1>{title}</h1>{Body}{/block:Text}
  284.  
  285. {block:Quote}<h3>“{Quote}” </h3>
  286. <div style="text-align:right; padding-bottom:5px;">— {Source}</div>{/block:Quote}
  287.  
  288. {block:Link}<a href="{URL}" class="link" {Target}> <h2>{Name}</h2></a>
  289. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  290.  
  291. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  292. {block:Photoset}<center>{Photoset-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  293.  
  294. {block:Chat}{block:Title}<h1>{Title}</h1><br>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  295. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  296.  
  297.  
  298. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  299. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  300. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  301. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  302. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  303.  
  304.  
  305. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="border-radius:90px; opacity:.9;margin-left:3px;"><em><big><strong>{Asker}</strong></big></em>: <strong>{Question}</strong><br><br>{Answer}{/block:Answer}
  306.  
  307.  
  308.  
  309. <div id="postinfo">posted <a href="{Perimalink}"> {block:Date}<a href="{Permalink}">{Month} {DayOfMonth}</a> {/block:Date}, <a href="{Permalink}">{NoteCount}% </a> {block:RebloggedFrom} ♡ <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}
  310. &
  311. {block:ContentSource}<a href="{SourceURL}"> source <a href="{SourceURL}"></a>{/block:ContentSource}{/block:RebloggedFrom}
  312.  
  313. </div>
  314. {/block:Posts}
  315.  
  316. {block:PostNotes}{PostNotes}{/block:PostNotes}
  317.  
  318. </div>
  319.  
  320.  
  321.  
  322.  
  323. <div id="cred"><a href="http://nicolemakestthemes.tumblr.com">NMT</a></div>
  324. </body>
  325. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement