Advertisement
shouldless

carpentwers' theme: #01

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