darnpayne

theme 44 clarity

Sep 6th, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.56 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 44 CLARITY BY BANGNOTHING PLease dont remove credit i worked really hard and its rude and being rue is not a good trait to have-->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <head>
  9.  
  10.  
  11. <meta name="color:Background" content="#ffffff"/>
  12. <meta name="color:Sidebar" content="#ffffff"/>
  13. <meta name="color:Text" content="#a8a8a8"/>
  14. <meta name="color:Link" content="#b8b8b8"/>
  15. <meta name="color:Tags" content="f0f0f0"/>
  16. <meta name="color:Hover" content="#f2f2f2"/>
  17. <meta name="color:Line" content="#f2f2f2"/>
  18. <meta name="color:Border" content="#e4e4e4"/>
  19. <meta name="color:Post" content="#ffffff"/>
  20. <meta name="color:linksbg" content="#ffffff"/>
  21. <meta name="color:Answer" content="#f8f8f8"/>
  22. <meta name="image:sidebar" content=""/>
  23. <meta name="image:sidebar2" content=""/>
  24.  
  25. <meta name="image:bg" content=""/>
  26.  
  27. <meta name="text:Link 1 Text" content="" />
  28. <meta name="text:Link 2" content="" />
  29. <meta name="text:Link 2 Text" content="" />
  30. <meta name="text:Link 3" content="" />
  31. <meta name="text:Link 3 Text" content="" />
  32. <meta name="text:Link 4" content="" />
  33. <meta name="text:Link 4 Text" content="" />
  34. <meta name="text:Link 5" content="" />
  35. <meta name="text:Link 5 Text" content="" />
  36. <meta name="if:Show Link 2" content="1" />
  37. <meta name="if:Show Link 3" content="1" />
  38. <meta name="if:Show Link 4" content="1" />
  39. <meta name="if:Show Link 5" content="1" />
  40. <meta name="color:scrollbarbg" content="ffffff"/>
  41.  
  42. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  43. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  44. <link rel="shortcut icon" href="{Favicon}" />
  45. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  46.  
  47. <style type="text/css">
  48.  
  49.  
  50. a {
  51. color:{color:link};
  52. text-decoration:none;
  53. -moz-transition-duration:0.5s;
  54. -webkit-transition-duration:0.5s;
  55. -o-transition-duration:0.5s;
  56. }
  57.  
  58. a:hover {
  59. color:{color:hover};
  60. text-decoration:none;
  61. -moz-transition-duration:0.5s;
  62. -webkit-transition-duration:0.5s;
  63. -o-transition-duration:0.5s;
  64. }
  65.  
  66.  
  67. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  68. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  69. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  70.  
  71. body {
  72. background-color:{color:bg};
  73. font-family:Calibri;
  74. font-weight:normal;
  75. }
  76.  
  77.  
  78.  
  79.  
  80. h1 {
  81. font-weight:normal;
  82. font-size:10px;
  83. text-align:center;
  84. font-style:normal;
  85. line-height:80%;
  86. letter-spacing:1px;
  87. text-transform:uppercase;
  88. color:{color:text};
  89. }
  90.  
  91. h2 {
  92. font-size:15px;
  93. text-align:center;
  94. line-height:100%;
  95. letter-spacing:-0.5px;
  96. color:{color:text};
  97. font-weight:normal;
  98. padding:5px;
  99. padding-bottom:2px;
  100. }
  101.  
  102.  
  103. blockquote {
  104. border-left:2px solid {color:text};
  105. padding-left:5px;
  106. margin:5px;
  107. }
  108.  
  109. #theme {
  110. background-color:{color:bg};
  111. width:700px;
  112. margin: 0 auto -12px auto;
  113. text-align: center;
  114. }
  115.  
  116. #sidebar {
  117. width:0px;
  118. height:0px;
  119. position:fixed;
  120. margin-left:-390px;
  121. margin-top:100px;
  122. opacity:.80;
  123. background-color:{color:Sidebar};
  124. }
  125.  
  126. #sidebarimage {
  127. width 100px;
  128. }
  129.  
  130. #sidebarimage img {
  131. width:101px;
  132. height:101px;
  133. margin-top:202px;
  134. margin-left: 410px;
  135. padding:6px;
  136.  
  137. }
  138.  
  139. #sidebarimage2 img {
  140. width:100px;
  141. height:100px;
  142. margin-top:43px;
  143. margin-left: 420px;
  144.  
  145. padding:6px;
  146.  
  147. }
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154. #sidebar .links {
  155. opacity:0;
  156. -moz-transition-duration:1s;
  157. -webkit-transition-duration:1s;
  158. -o-transition-duration:1s;
  159. }
  160.  
  161. #sidebar:hover .links {
  162. opacity:.771;
  163. -moz-transition-duration:1s;
  164. -webkit-transition-duration:1s;
  165. -o-transition-duration:1s;
  166.  
  167. }
  168.  
  169. .links {
  170. position:absolute;
  171. letter-spacing:1px;
  172. position:fixed;
  173. font-family:cambria;
  174. font-style:italic;
  175. width:79px;
  176. height:10px;
  177. display:block;
  178. margin-top:-274px;
  179. margin-left:415px;
  180. font-size:8px;
  181. text-transform:lowercase;
  182. text-align:center;
  183. line-height:250%;
  184. opacity:.771;
  185. }
  186.  
  187. .links a{
  188. display:block;
  189. width:77px;
  190. height:18px;
  191. line-height:250%;
  192. margin-top:3px;
  193. margin-bottom:3px;
  194. padding-left:15px;
  195. padding-right:13px;
  196. color:#fff;
  197. letter-spacing:0px;
  198. text-decoration:none;
  199. background-color:#000;
  200. -moz-transition-duration:1s;
  201. -webkit-transition-duration:1s;
  202. -o-transition-duration:1s;
  203. }
  204.  
  205. .links a:hover {
  206. letter-spacing:4px;
  207. }
  208.  
  209.  
  210. #description {
  211. position:fixed;
  212. font-family:cambria;
  213. line-height:90%;
  214. font-size:10px;
  215. font-style:italic;
  216. width:85px;
  217. height:88px;
  218. margin-top:-114px;
  219. padding:8px;
  220. margin-left:426px;
  221. text-align:justify;
  222. background-color: #000;
  223. color:#fff;
  224. }
  225.  
  226. #description a {color:{color:text}; -moz-transition-duration:1s;
  227. -webkit-transition-duration:1s; -o-transition-duration:1s;}
  228.  
  229. #sidebar #description {
  230. opacity:0;
  231. -moz-transition-duration:1s;
  232. -webkit-transition-duration:1s;
  233. -o-transition-duration:1s;
  234. }
  235.  
  236. #sidebar:hover #description {
  237. opacity:.7711;
  238. -moz-transition-duration:1s;
  239. -webkit-transition-duration:1s;
  240. -o-transition-duration:1s;
  241.  
  242. }
  243.  
  244.  
  245. #pagination {
  246. width:150px;
  247. font-size:10px;
  248. text-align:center;
  249. margin-left:375px;
  250. margin-top:-165px;
  251. position:fixed;
  252. font-family:times;
  253. word-spacing:4px;
  254. line-height:120%;
  255. -moz-transition-duration:3s;
  256. -webkit-transition-duration:3s;
  257. -o-transition-duration:3s;
  258. }
  259. #stuffcontainer {
  260. float:left;
  261. margin-left:600px;
  262. margin-top:5px;
  263. text-align:justify;
  264. background-color:{color:bg};
  265. color:{color:text};
  266. margin-bottom: 35px;
  267. }
  268.  
  269.  
  270. #stuff {
  271. width:500px;
  272. margin-top:75px;
  273. text-align:justify;
  274. font-size:11px;
  275. line-height:90%;
  276. letter-spacing:0x;
  277. color:{color:text};
  278. }
  279.  
  280. .caption {
  281. width:500px;
  282. text-align:justify;
  283. line-height:120%;
  284. }
  285.  
  286. .ask {
  287. padding:10px;
  288. text-align:left;
  289. color:{color:text};
  290. background-color:{color:infobg};
  291. border-bottom:1px solid {color:border};
  292. border-right:1px solid {color:border};
  293. }
  294.  
  295. .ans {
  296. text-align:left;
  297. padding:10px;
  298. color:{color:text};
  299. }
  300.  
  301. .audio {
  302. width:500px;
  303. padding-bottom:10px;
  304. background-color:{color:infobg};
  305. }
  306.  
  307. .albumart {
  308. float:left;
  309. padding:0px 10px 10px 0px;
  310. }
  311.  
  312. .albumart img {
  313. width:45px;
  314. height:45px;
  315. }
  316.  
  317. .playercontainer {
  318. text-align:left;
  319. padding:10px;
  320. background-color:#ffffff;
  321. width:480px;
  322. }
  323.  
  324. .audioinfo {
  325. padding:10px;
  326. color:{color:text};
  327. }
  328.  
  329. #postinfo {
  330. width:490px;
  331. padding:5px;
  332. font-size:8px;
  333. color:{color:link};
  334. text-transform:uppercase;
  335. font-style:normal;
  336. letter-spacing:2px;
  337. text-align:left;
  338. border-top:1px solid {color:border};
  339. border-bottom:1px solid {color:border};
  340. -moz-transition-duration:0.5s;
  341. -webkit-transition-duration:0.5s;
  342. -o-transition-duration:0.5s;
  343. }
  344.  
  345. #postinfo a {
  346. color:{color:link};
  347. text-align:center;
  348. letter-spacing:1px;
  349. font-style:normal;
  350. }
  351.  
  352. #postinfo a:hover {
  353. color:{color:hover};
  354. }
  355.  
  356. .note {
  357. text-transform:uppercase;
  358. font-style:normal;
  359. letter-spacing:0px;
  360. font-size: 9px;
  361. text-align:left;
  362. line-height:90%;
  363. margin-left:-40px;
  364. }
  365.  
  366. .note li {
  367. list-style-type:none;
  368. border-bottom:1px solid {color:border};
  369. padding:10px 25px 10px 25px;
  370. text-align:left;
  371. margin:0px;
  372. -moz-transition-duration:0.5s;
  373. -webkit-transition-duration:0.5s;
  374. -o-transition-duration:0.5s;
  375. }
  376.  
  377. .tags {
  378. font-style:normal;
  379. width:500px;
  380. text-transform:uppercase;
  381. font-style:normal;
  382. color:{color:tags};
  383. letter-spacing:2px;
  384. line-height:120%;
  385. font-size:8px;
  386. text-align:left;
  387. padding:2px;
  388. -moz-transition-duration:0.5s;
  389. -webkit-transition-duration:0.5s;
  390. -o-transition-duration:0.5s;
  391. }
  392.  
  393. .tags a {
  394. color:{color:tags};
  395. letter-spacing:1px;
  396. padding:1px;
  397. }
  398.  
  399. .tags a:hover {
  400. color:{color:link};
  401. }
  402.  
  403. ul.chat, .chat ol, .chat li {
  404. list-style:none;
  405. margin:0px;
  406. padding:2px;
  407. }
  408.  
  409. .label {
  410. text-decoration:underline;
  411. font-weight:700;
  412. background-color:{color:infobg};
  413. margin-right:5px;
  414. }
  415.  
  416. #credit {
  417. position:fixed;
  418. font-size:8px;
  419. right:10px;
  420. bottom:10px;
  421. text-transform:uppercase;
  422. text-align:center;
  423. }
  424.  
  425. #penis {
  426. position:absolute;
  427. width: 0;
  428.  
  429. height: 0;
  430. margin-top:-435px;
  431. margin-left:360px;
  432. border-top: 300px solid transparent;
  433. border-left: 300px solid;
  434. color:#000;
  435. border-bottom: 300px solid transparent;
  436. z-index:-4;
  437. opacity:3;
  438. }
  439.  
  440. {CustomCSS}
  441.  
  442. </style></head>
  443.  
  444. <body>
  445. <div id="sidebar">
  446. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  447. <div id="sidebarimage2"><img src="{image:sidebar2}"></div>
  448.  
  449.  
  450. <div id="penis"></div>
  451. <div id="description">{Description}</div>
  452.  
  453.  
  454. <div class="links">
  455. <a href="/">{text:Link 1 Text}</a>
  456. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  457. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>{/block:IfShowLink3}
  458. {block:IfShowLink4}<a href="{text:Link 4}">{text:Link 4 Text}</a>{/block:IfShowLink4}
  459. {block:IfShowLink5}<a href="{text:Link 5}">{text:Link 5 Text}</a>{/block:IfShowLink5}
  460. </div>
  461.  
  462.  
  463. <div id="pagination"><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} / {block:NextPage}<a href="{NextPage}">next</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  464. </div></div></div>
  465.  
  466. <div id="stuffcontainer">
  467.  
  468. {block:Posts}
  469.  
  470. <div id="stuff">
  471.  
  472. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  473.  
  474. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  475.  
  476. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  477. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  478.  
  479. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  480.  
  481. {block:Photoset}<center>{Photoset-500}</center>
  482. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  483.  
  484. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  485.  
  486. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  487.  
  488. {block:Answer}<div class="ask">{Asker} asked: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  489.  
  490. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  491. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  492. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  493. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  494. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  495.  
  496.  
  497.  
  498. {block:Date}<div id="postinfo">{MonthNumberWithZero}-{DayOfMonthWithZero} / <a href="{Permalink}">{24Hour}:{Minutes}</a>{block:NoteCount} / <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} / <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  499. {block:ContentSource} / <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  500. {block:HasTags}
  501. <div class="tags">
  502. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  503. {/block:HasTags}
  504. <div class="note">
  505. {block:PostNotes}{PostNotes}{/block:PostNotes}
  506. </div>
  507. </div>
  508. {/block:Posts}
  509.  
  510.  
  511. </div>
  512.  
  513. <div id="credit" data="credit"> <a href="http://bangnothing.tumblr.com"><img src="http://i1362.photobucket.com/albums/r689/sheerinos/white_zps66eaf67d.jpg?t=1375584747" width="115px" height="70px">
  514.  
  515. </div>
  516. </div>
  517. </div>
  518. </body>
  519. </html>
Advertisement
Add Comment
Please, Sign In to add comment