assshhhhllleey

theme 03

Apr 22nd, 2013
1,105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.77 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.  
  3. <!-- theme 03 by twerkitnarry
  4. dont steal anything that implies not to use it as a base code
  5. also dont forget to like the post
  6. enjoy xoxo-->
  7.  
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9.  
  10.  
  11. <head>
  12.  
  13. <meta name="color:bg" content="#FFFFFF">
  14. <meta name="color:link" content="#AAAAAA">
  15. <meta name="color:text" content="#AAAAAA">
  16. <meta name="color:tags" content="#AAAAAA">
  17. <meta name="color:scrollbar" content="#EEEEEE">
  18.  
  19. <meta name="image:sidebar" content=""/>
  20.  
  21. <meta name="text:linkA" content="">
  22. <meta name="text:linkA url" content="/">
  23. <meta name="text:linkB" content="">
  24. <meta name="text:linkB url" content="/">
  25. <meta name="text:linkC" content="">
  26. <meta name="text:linkC url" content="/">
  27.  
  28. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  29. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  30. <link rel="shortcut icon" href="{Favicon}" />
  31. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  32.  
  33. <style type="text/css">
  34.  
  35.  
  36. a {
  37. color:{color:link};
  38. text-decoration:none;
  39. -moz-transition-duration:0.5s;
  40. -webkit-transition-duration:0.5s;
  41. -o-transition-duration:0.5s;
  42. }
  43.  
  44. a:hover {
  45. color:{color:hover};
  46. text-decoration:none;
  47. -moz-transition-duration:0.5s;
  48. -webkit-transition-duration:0.5s;
  49. -o-transition-duration:0.5s;
  50. }
  51.  
  52.  
  53. ::-webkit-scrollbar {background-color:{color:bg}; height:8px; width:8px}
  54. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  55. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  56.  
  57. body {
  58. background-color:{color:bg};
  59. font-family:Cambria;
  60. font-weight:normal;
  61. }
  62.  
  63.  
  64.  
  65.  
  66. h1 {
  67. font-weight:normal;
  68. font-size:11px;
  69. text-align:center;
  70. font-style:italic;
  71. line-height:50%;
  72. letter-spacing:1px;
  73. text-transform:lowercase;
  74. color:{color:text};
  75. }
  76.  
  77. h2 {
  78. font-size:10px;
  79. text-align:center;
  80. line-height:100%;
  81. letter-spacing:-0.5px;
  82. color:{color:text};
  83. font-weight:bold;
  84. text-transform:uppercase;
  85. padding:5px;
  86. padding-bottom:2px;
  87. }
  88.  
  89.  
  90. blockquote {
  91. border-left:2px solid {color:text};
  92. padding-left:5px;
  93. margin:5px;
  94. }
  95.  
  96. #theme {
  97. background-color:{color:bg};
  98. width:700px;
  99. margin: 0 auto -12px auto;
  100. text-align: center;
  101. }
  102.  
  103. #sidebar {
  104. color:{color:text};
  105. position:fixed;
  106. width:175px;
  107. height:auto;
  108. margin-top:4px;
  109. margin-left:-120px;
  110. text-align:left;
  111. }
  112.  
  113. #sidebar img {
  114. width:175px;
  115. height:450px;
  116. margin-bottom:10px;
  117. outline:1px solid #f5f5f5;
  118. outline-offset:4px;
  119. }
  120.  
  121.  
  122. .linksss {
  123. margin-bottom:10px;
  124. margin-top:-5px;
  125. font-size:16px;
  126. text-transform:uppercase;
  127. text-align:center;
  128. letter-spacing:2px;
  129. line-height:170%;
  130. }
  131.  
  132. .linksss a{
  133. padding:2px;
  134. color:{color:link};
  135. letter-spacing:0px;
  136. text-decoration:none;
  137. -moz-transition-duration:1s;
  138. -webkit-transition-duration:1s;
  139. -o-transition-duration:1s;
  140. }
  141.  
  142. .linksss a:hover{
  143. color:#f1f1f1;
  144. -moz-transition-duration:1s;
  145. -webkit-transition-duration:1s;
  146. -o-transition-duration:1s;
  147. }
  148.  
  149. .desc {
  150. margin-top:-135px;
  151. position:Fixed;
  152. text-align:center;
  153. font-family:cambria;
  154. font-style:italic;
  155. font-size:9px;
  156. margin-left:0px;
  157. width:168px;
  158. z-index:999999999;
  159. background-color:white;
  160. padding:5px;
  161. color:{color:text};
  162. letter-spacing:1px;
  163. line-height:150%;
  164. opacity:0;
  165. -moz-transition-duration:0.7s;
  166. -webkit-transition-duration:0.7s;
  167. -o-transition-duration:0.7s;
  168. }
  169.  
  170. #sidebar:hover .desc {
  171. opacity:1;
  172. -moz-transition-duration:0.7s;
  173. -webkit-transition-duration:0.7s;
  174. -o-transition-duration:0.7s;
  175. }
  176.  
  177. .desc a {
  178. color:{color:link};
  179. }
  180.  
  181. .pagination {
  182. font-size:16px;
  183. text-transform:uppercase;
  184. letter-spacing:3px;
  185. font-style:normal;
  186. text-align:center;
  187. }
  188.  
  189. .pagination a {
  190. color:{color:link};
  191. }
  192.  
  193. #postcontainer {
  194. float:left;
  195. margin-left:150px;
  196. margin-top: 20px;
  197. text-align:justify;
  198. background-color:{color:bg};
  199. color:{color:text};
  200. margin-bottom: 35px;
  201. }
  202.  
  203.  
  204. #posts {
  205. width:500px;
  206. margin-top:75px;
  207. text-align:justify;
  208. font-size:11px;
  209. line-height:90%;
  210. letter-spacing:0x;
  211. color:{color:text};
  212. outline:1px solid #f5f5f5;
  213. outline-offset:20px;
  214. }
  215.  
  216.  
  217.  
  218. #info {
  219. font-family:consolas;
  220. width:490px;
  221. margin-top:3px;
  222. padding:2px;
  223. padding-left:8px;
  224. font-size:8px;
  225. color:{color:link};
  226. text-transform:uppercase;
  227. font-style:normal;
  228. letter-spacing:2px;
  229. text-align:right;
  230. border-bottom:1px solid #f5f5f5;
  231. -moz-transition-duration:0.5s;
  232. -webkit-transition-duration:0.5s;
  233. -o-transition-duration:0.5s;
  234. }
  235.  
  236. #info a {
  237. color:{color:link};
  238. text-align:right;
  239. letter-spacing:1px;
  240. font-style:normal;
  241. }
  242.  
  243. #info a:hover {
  244. color:{color:hover};
  245. }
  246.  
  247. .caption {
  248. width:500px;
  249. text-align:justify;
  250. line-height:120%;
  251. }
  252.  
  253. .question {
  254. padding:10px;
  255. text-align:left;
  256. color:{color:text};
  257. background-color:{color:infobg};
  258. border-bottom:1px solid {color:text};
  259. }
  260.  
  261. .answer {
  262. text-align:left;
  263. padding:10px;
  264. color:{color:text};
  265. }
  266.  
  267. .music {
  268. width:500px;
  269. padding-bottom:10px;
  270. background-color:{color:infobg};
  271. }
  272.  
  273. .albumart {
  274. float:left;
  275. padding:0px 10px 10px 0px;
  276. }
  277.  
  278. .albumart img {
  279. width:45px;
  280. height:45px;
  281. }
  282.  
  283. .playercontainer {
  284. text-align:left;
  285. padding:10px;
  286. background-color:#ffffff;
  287. width:480px;
  288. }
  289.  
  290. .musicinfo {
  291. padding:10px;
  292. color:{color:text};
  293. }
  294.  
  295. .postnote {
  296. text-transform:uppercase;
  297. font-style:normal;
  298. letter-spacing:0px;
  299. font-size: 9px;
  300. text-align:left;
  301. line-height:90%;
  302. margin-left:-40px;
  303. }
  304.  
  305. .postnote li {
  306. list-style-type:none;
  307. border-bottom:1px solid {color:border};
  308. padding:10px 25px 10px 25px;
  309. text-align:left;
  310. margin:0px;
  311. -moz-transition-duration:0.5s;
  312. -webkit-transition-duration:0.5s;
  313. -o-transition-duration:0.5s;
  314. }
  315.  
  316. .tags {
  317. font-family:consolas;
  318. font-style:normal;
  319. width:500px;
  320. text-transform:uppercase;
  321. font-style:normal;
  322. color:{color:tags};
  323. letter-spacing:2px;
  324. line-height:120%;
  325. font-size:8px;
  326. text-align:right;
  327. padding:2px;
  328. -moz-transition-duration:0.5s;
  329. -webkit-transition-duration:0.5s;
  330. -o-transition-duration:0.5s;
  331. }
  332.  
  333. .tags a {
  334. color:{color:text};
  335. letter-spacing:1px;
  336. padding:1px;
  337. }
  338.  
  339. .tags a:hover {
  340. color:#f1f1f1;
  341. }
  342.  
  343. ul.chat, .chat ol, .chat li {
  344. list-style:none;
  345. margin:0px;
  346. padding:2px;
  347. }
  348.  
  349. .tab {
  350. text-decoration:underline;
  351. font-weight:700;
  352. background-color:{color:bg};
  353. margin-right:5px;
  354. }
  355.  
  356. #cred {
  357. position:fixed;
  358. font-size:12px;
  359. font-weight:normal;
  360. line-height:150%;
  361. letter-spacing:2px;
  362. right:10px;
  363. bottom:1px;
  364. text-align:center;
  365. border:1px dashed #ccc;
  366. }
  367.  
  368. #cred a {
  369. padding:4px;
  370. color:{color:link};
  371. background-color:{color:bg};
  372. -moz-transition-duration:0.5s;
  373. -webkit-transition-duration:0.5s;
  374. -o-transition-duration:0.5s;
  375. }
  376.  
  377. #cred a:hover {
  378. color: {color:hover};
  379. background-color: #2E2D2D;
  380. }
  381.  
  382. {CustomCSS}
  383.  
  384. </style></head>
  385.  
  386. <body>
  387. <div id="theme">
  388. <div id="sidebar">
  389. <img src="{image:sidebar}">
  390. <div class="linksss">
  391. <a href="/"title="index">01.</a>
  392. <a href="/ask"title="mail">02.</a>
  393. {block:IfLinkA}
  394. <a href="{text:linkA url}"title="{text:linkA}">03.</a>
  395. {/block:IfLinkA}
  396. {block:IfLinkB}
  397. <a href="{text:linkB url}"title="{text:linkB}">04.</a>
  398. {/block:IfLinkB}
  399. {block:IfLinkC}
  400. <a href="{text:linkC url}"title="{text:linkC}">05.</a>
  401. {/block:IfLinkC}
  402. </div>
  403. <div class="desc">
  404. {Description}
  405. </div>
  406. {block:Pagination}
  407. <div class="pagination">
  408. {block:PreviousPage}
  409. <a href="{PreviousPage}">«</a>
  410. {/block:PreviousPage}
  411. {block:NextPage}
  412. <a href="{NextPage}">»</a>
  413. {/block:NextPage}
  414. </div>
  415. {/block:Pagination}
  416. </div>
  417.  
  418. <div id="postcontainer">
  419.  
  420. {block:Posts}
  421.  
  422. <div id="posts">
  423.  
  424. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  425.  
  426. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  427.  
  428. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  429. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  430.  
  431. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  432.  
  433. {block:Photoset}<center>{Photoset-500}</center>
  434. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  435.  
  436. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="tab">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  437.  
  438. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  439.  
  440. {block:Answer}<div class="question">•{Asker}• {Question}</div><div class="answer">{Answer}</div>{/block:answer}
  441.  
  442. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  443. <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  444. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  445. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  446. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  447.  
  448.  
  449.  
  450. {block:Date}<div id="info">{TimeAgo} {block:NoteCount} WITH <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} VIA <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  451. {block:ContentSource} (Source: <a href="{SourceURL}">{SourceLink})</a>{/block:ContentSource}</div>{/block:Date}
  452. {block:HasTags}
  453. <div class="tags">
  454. Tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>,{/block:Tags}</div>
  455. {/block:HasTags}
  456. <div class="postnote">
  457. {block:PostNotes}{PostNotes}{/block:PostNotes}
  458. </div>
  459. </div>
  460. {/block:Posts}
  461.  
  462.  
  463. </div>
  464.  
  465. <div id="cred"><a href="http://twerkitnarry.tumblr.com/"><big><big>a</big></a></div>
  466.  
  467. </div>
  468. </div>
  469. </div>
  470. </body>
  471. </html>
Advertisement
Add Comment
Please, Sign In to add comment