Advertisement
Guest User

Theme12 by Tumblr User Bradsex

a guest
Sep 15th, 2013
1,978
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.14 KB | None | 0 0
  1.  
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <!--
  6.  
  7. THEME12 BY TUMBLR USER BRADSEX
  8.  
  9. DO NOT REMOVE THE CREDIT
  10.  
  11. HAVE A NICE DAY
  12.  
  13. -->
  14.  
  15. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  16.  
  17.  
  18. <head>
  19.  
  20.  
  21. <meta name="color:bg" content="#FFFFFF">
  22. <meta name="color:link" content="#AAAAAA">
  23. <meta name="color:text" content="#AAAAAA">
  24. <meta name="color:tags" content="#AAAAAA">
  25. <meta name="color:scrollbar" content="#EEEEEE">
  26. <meta name="color:border" content="#F5F5F5">
  27.  
  28. <meta name="image:sidebar" content=""/>
  29.  
  30. <meta name="text:link1" content="">
  31. <meta name="text:link1 url" content="/">
  32. <meta name="text:link2" content="">
  33. <meta name="text:link2 url" content="/">
  34. <meta name="text:link3" content="">
  35. <meta name="text:link3 url" content="/">
  36. <meta name="text:link4" content="">
  37. <meta name="text:link4 url" content="/">
  38.  
  39. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  40. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  41. <link rel="shortcut icon" href="{Favicon}" />
  42. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  43.  
  44. <style type="text/css">
  45.  
  46. *, body, a, a:hover {cursor: url(http://media.tumblr.com/649c000edb2f0b30a6b3f462d580ffbc/tumblr_inline_mmsrqqFXgB1qz4rgp.png), auto;}
  47.  
  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:bg}; 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:Cambria;
  74. font-weight:normal;
  75. }
  76.  
  77.  
  78.  
  79.  
  80. h1 {
  81. font-weight:normal;
  82. font-size:12px;
  83. text-align:center;
  84. font-style:italic;
  85. line-height:50%;
  86. letter-spacing:1px;
  87. text-transform:lowercase;
  88. color:{color:text};
  89. }
  90.  
  91. h2 {
  92. font-size:13px;
  93. text-align:center;
  94. line-height:100%;
  95. letter-spacing:-0.5px;
  96. color:{color:text};
  97. font-weight:bold;
  98. text-transform:uppercase;
  99. padding:5px;
  100. padding-bottom:2px;
  101. }
  102.  
  103.  
  104. blockquote {
  105. border-left:2px solid {color:text};
  106. padding-left:5px;
  107. margin:5px;
  108. }
  109.  
  110. #themenum {
  111. background-color:{color:bg};
  112. width:700px;
  113. margin: 0 auto -12px auto;
  114. text-align: center;
  115. }
  116.  
  117. #sidebar {
  118. color:{color:text};
  119. position:fixed;
  120. width:100px;
  121. height:auto;
  122. margin-top:200px;
  123. margin-left:-160px;
  124. text-align:left;
  125. }
  126.  
  127. #sidebar img {
  128. width:100px;
  129. height:200px;
  130. margin-bottom:10px;
  131. border:1px dotted #000;
  132. padding:4px;
  133. }
  134.  
  135.  
  136. .slinks {
  137. margin-bottom:10px;
  138. margin-top:-220px;
  139. margin-left:120px;
  140. font-size:10px;
  141. width:150px;
  142. text-transform:uppercase;
  143. text-align:center;
  144. background-color:#000;
  145. letter-spacing:2px;
  146. line-height:220%;
  147. }
  148.  
  149. .slinks a{
  150. padding:3px;
  151. color:#eee;
  152. letter-spacing:0px;
  153. text-decoration:none;
  154. -moz-transition-duration:1s;
  155. -webkit-transition-duration:1s;
  156. -o-transition-duration:1s;
  157. }
  158.  
  159. .slinks a:hover{
  160. color:#000;
  161. background-color:#fff;
  162. font-style:italic;
  163. padding:1px;
  164. -moz-transition-duration:1s;
  165. -webkit-transition-duration:1s;
  166. -o-transition-duration:1s;
  167. }
  168.  
  169. .description {
  170. width:125px;
  171. margin-bottom:15px;
  172. margin-left:130px;
  173. margin-top:20px;
  174. text-align:center;
  175. font-size:10px;
  176. font-style:italic;
  177. color:{color:text};
  178. letter-spacing:1px;
  179. line-height:105%;
  180. }
  181.  
  182. .description a {
  183. }
  184.  
  185. .description a:hover {
  186. color:#f1f1f1;
  187. }
  188.  
  189. #pagination {
  190. margin-top:0px;
  191. margin-left:170px;
  192. font-size:9px;
  193. font-family:cambria;
  194. text-transform:uppercase;
  195. letter-spacing:3px;
  196. font-style:normal;
  197. text-align:center;
  198. }
  199.  
  200. #pagination a {
  201. color:{color:link};
  202. }
  203.  
  204.  
  205. #pagination a:hover {
  206. font-style:italic;
  207. }
  208.  
  209.  
  210. #postcontainer {
  211. float:left;
  212. margin-left:200px;
  213. margin-top:70px;
  214. text-align:justify;
  215. background-color:{color:bg};
  216. color:{color:text};
  217. margin-bottom: 35px;
  218. }
  219.  
  220.  
  221. #posts {
  222. width:400px;
  223. margin-top:75px;
  224. text-align:justify;
  225. font-size:11px;
  226. line-height:90%;
  227. letter-spacing:0x;
  228. color:{color:text};
  229. }
  230.  
  231.  
  232.  
  233. #info {
  234. font-family:calibri;
  235. width:490px;
  236. margin-top:3px;
  237. padding:4px;
  238. margin-left:-40px;
  239. font-size:8px;
  240. color:{color:link};
  241. text-transform:uppercase;
  242. font-style:normal;
  243. letter-spacing:2px;
  244. text-align:center;
  245. border-bottom:1px solid #f5f5f5;
  246. -moz-transition-duration:0.5s;
  247. -webkit-transition-duration:0.5s;
  248. -o-transition-duration:0.5s;
  249. }
  250.  
  251. #info a {
  252. color:{color:link};
  253. text-align:right;
  254. letter-spacing:1px;
  255. font-style:normal;
  256. }
  257.  
  258. #info a:hover {
  259. color:{color:hover};
  260. }
  261.  
  262. .caption {
  263. width:400px;
  264. text-align:justify;
  265. line-height:120%;
  266. }
  267.  
  268. .question {
  269. padding:10px;
  270. text-align:left;
  271. color:{color:text};
  272. border-bottom:1px solid #ddd;
  273. }
  274.  
  275.  
  276. .question a:hover {
  277. font-style:italic;
  278. }
  279.  
  280.  
  281. .answer {
  282. text-align:left;
  283. padding:10px;
  284. color:{color:text};
  285. }
  286.  
  287. .music {
  288. width:400px;
  289. padding-bottom:10px;
  290. background-color:{color:infobg};
  291. }
  292.  
  293. .albumart {
  294. float:left;
  295. padding:0px 10px 10px 0px;
  296. }
  297.  
  298. .albumart img {
  299. width:45px;
  300. height:45px;
  301. }
  302.  
  303. .playercontainer {
  304. text-align:left;
  305. padding:10px;
  306. background-color:#ffffff;
  307. width:480px;
  308. }
  309.  
  310. .musicinfo {
  311. padding:10px;
  312. color:{color:text};
  313. }
  314.  
  315. .postnote {
  316. text-transform:uppercase;
  317. font-style:normal;
  318. letter-spacing:0px;
  319. font-size: 9px;
  320. text-align:left;
  321. line-height:90%;
  322. margin-left:-40px;
  323. }
  324.  
  325. .postnote li {
  326. list-style-type:none;
  327. border-bottom:1px solid {color:border};
  328. padding:10px 25px 10px 25px;
  329. text-align:left;
  330. margin:0px;
  331. -moz-transition-duration:0.5s;
  332. -webkit-transition-duration:0.5s;
  333. -o-transition-duration:0.5s;
  334. }
  335.  
  336. .tags {
  337. font-family:calibri;
  338. font-style:normal;
  339. width:400px;
  340. text-transform:uppercase;
  341. font-style:normal;
  342. color:{color:tags};
  343. letter-spacing:2px;
  344. line-height:120%;
  345. font-size:8px;
  346. text-align:right;
  347. padding:2px;
  348. -moz-transition-duration:0.5s;
  349. -webkit-transition-duration:0.5s;
  350. -o-transition-duration:0.5s;
  351. opacity:0;
  352. }
  353.  
  354.  
  355. #posts:hover .tags {
  356. opacity:1;
  357. -moz-transition-duration:1s;
  358. -webkit-transition-duration:1s;
  359. -o-transition-duration:1s;
  360. }
  361.  
  362.  
  363. .tags a {
  364. color:{color:text};
  365. letter-spacing:1px;
  366. padding:1px;
  367. }
  368.  
  369. .tags a:hover {
  370. color:#f1f1f1;
  371. }
  372.  
  373. ul.chat, .chat ol, .chat li {
  374. list-style:none;
  375. margin:0px;
  376. padding:2px;
  377. }
  378.  
  379. .tab {
  380. text-decoration:underline;
  381. font-weight:700;
  382. background-color:{color:bg};
  383. margin-right:5px;
  384. }
  385.  
  386. #reblog {
  387. font-family:calibri;
  388. text-transform:uppercase;
  389. font-size:10px;
  390. margin:auto;
  391. padding:4px;
  392. color:#000;
  393. background-color:#fff;
  394. }
  395.  
  396.  
  397. #credit {
  398. font-size:12px;
  399. font-style: bold;
  400. -moz-transition-duration:0.5s;
  401. -webkit-transition-duration:0.5s;
  402. -o-transition-duration:0.5s;
  403. }
  404.  
  405. #credit a {
  406. background-color:#fff;
  407. padding:5px;
  408. position:fixed;
  409. border-radius:500px;
  410. right:15px;
  411. bottom:10px
  412. }
  413.  
  414. #credit a:hover {
  415. color:#fff;
  416. background-color:#000;
  417. }
  418.  
  419. {CustomCSS}
  420.  
  421. </style></head>
  422.  
  423. <body>
  424. <div id="themenum">
  425. <div id="sidebar">
  426. <img src="{image:sidebar}">
  427. <div class="slinks">
  428. {block:IfLink1}
  429. <a href="{text:link1 url}">{text:link1}</a>
  430. {/block:IfLink1}
  431. {block:IfLink2}
  432. <a href="{text:link2 url}">{text:link2}</a>
  433. {/block:IfLink2}
  434. {block:IfLink3}
  435. <a href="{text:link3 url}">{text:link3}</a>
  436. {/block:IfLink3}
  437. {block:IfLink4}
  438. <a href="{text:link4 url}">{text:link4}</a>
  439. {/block:IfLink4}
  440. </div>
  441. <div class="description">
  442. {Description}
  443. </div>
  444. {block:Pagination}<div id="pagination">
  445. {block:PreviousPage}<a href="{PreviousPage}">rise</a>{/block:PreviousPage}
  446. {block:NextPage}<a href="{NextPage}">sink</a>{/block:NextPage}
  447. </div>{/block:Pagination}
  448. </div>
  449.  
  450.  
  451. <div id="postcontainer">
  452.  
  453. {block:Posts}
  454.  
  455. <div id="posts">
  456.  
  457. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  458.  
  459. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  460.  
  461. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  462. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  463.  
  464. {block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  465.  
  466. {block:Photoset}<center>{Photoset-400}</center>
  467. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  468.  
  469. {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}
  470.  
  471. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  472.  
  473. {block:Answer}<div class="question">{Asker} asked: {Question}</div><div class="answer">{Answer}</div>{/block:answer}
  474.  
  475. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  476. <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  477. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  478. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  479. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  480.  
  481.  
  482.  
  483. {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}
  484. {block:ContentSource} (Source: <a href="{SourceURL}">{SourceLink})</a>{/block:ContentSource}</div> <div id="reblog">
  485. <a href="{ReblogURL}">Reblog</a>{/block:Date}
  486. {block:HasTags}
  487. <div class="tags">
  488. Tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>,{/block:Tags}</div>
  489. {/block:HasTags}
  490. <div class="postnote">
  491. {block:PostNotes}{PostNotes}{/block:PostNotes}
  492. </div>
  493. </div>
  494. {/block:Posts}
  495.  
  496.  
  497. </div>
  498.  
  499. <div id="credit"><a href="http://bradsex.tumblr.com">ℳ</div>
  500.  
  501. </div>
  502. </div>
  503. </div>
  504. </body>
  505. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement