Advertisement
dizzyperrie

Theme Twenty-Two By Thotmales

May 5th, 2015
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.64 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5.  
  6. <head>
  7.  
  8. <meta name="color:background" content="#FFFFFF">
  9. <meta name="color:title" content="#000000">
  10. <meta name="color:link" content="#000000">
  11. <meta name="color:hover" content="#DF7FE7">
  12. <meta name="color:text" content="#000000">
  13. <meta name="color:description" content="#000000">
  14.  
  15.  
  16. <meta name="image:sb" content=""/>
  17.  
  18. <meta name="text:link 1" content="Link 1"/>
  19. <meta name="text:link 1 url" content="/"/>
  20. <meta name="text:link 2" content="Link 2"/>
  21. <meta name="text:link 2 url" content="/"/>
  22. <meta name="text:link 3" content="Link 2"/>
  23. <meta name="text:link 3 url" content="/"/>
  24.  
  25. <!--
  26.  
  27. BASE CODE BY ADDICTEDTOPHOTOSHOP;
  28. ✿THEME MADE BY THOTMALES✿
  29.  
  30. ✿DO NOT CLAIM AS YOURS OR REPOST IT✿
  31.  
  32. -->
  33.  
  34. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  35. <link rel="shortcut icon" href="{Favicon}" />
  36.  
  37. </style>
  38. <style type="text/css">
  39.  
  40.  
  41. /* SCROLLBAR */
  42.  
  43. ::-webkit-scrollbar-thumb{
  44. background-color:#fff;
  45. height:auto;
  46. width:8px;
  47. }
  48.  
  49. ::-webkit-scrollbar {
  50. height:auto;
  51. width:8px;
  52. }
  53.  
  54. /* LINK STYLES */
  55.  
  56. a {
  57. color:#666;
  58. text-decoration:none;
  59. }
  60. a:hover {
  61. color:#bbb;
  62. text-decoration:none;
  63. }
  64.  
  65. /* THEME BODY */
  66.  
  67. body {
  68. font-family:arial;
  69. font-weight:normal;
  70. font-size:11px;
  71. }
  72.  
  73. /* HEADINGS */
  74.  
  75. h2 {
  76. font-weight:normal;
  77. font-size:10px;
  78. text-align:center;
  79. font-style:italic;
  80. line-height:50%;
  81. letter-spacing:1px;
  82. text-transform:normal;
  83. color:#000;
  84. }
  85. h1 {
  86. font-size:12px;
  87. text-align:center;
  88. line-height:100%;
  89. color:#000;
  90. font-weight:bold;
  91. text-transform:normal;
  92. padding:5px;
  93. padding-bottom:2px;
  94. }
  95. h1 a {
  96. color:#000;
  97. }
  98.  
  99. /* BLOCKQUOTE */
  100.  
  101. blockquote {
  102. border-left:2px solid #aaa;
  103. padding-left:5px;
  104. margin:5px;
  105. }
  106.  
  107. /* TITLE */
  108. #title {
  109. font-size:16px;
  110. color:#000000;
  111. font-weight:bold;
  112. margin-left:14.5px;
  113. width:200px;
  114. text-transform:uppercase;
  115. text-align:center;
  116. border:1px solid #000;
  117. }
  118.  
  119. /* SIDEBAR */
  120.  
  121. #sidebar {
  122. position:fixed;
  123. width:auto;
  124. height:auto;
  125. margin-left:200px;
  126. opacity:1;
  127. z-index:92222;
  128. color:#000;
  129. margin-top:175px;
  130. }
  131.  
  132. #sidebar img {
  133. margin-left:15px;
  134. width:200px;
  135. height:auto;
  136. text-align:center
  137. }
  138.  
  139. /* DESCRIPTION */
  140.  
  141. .description {
  142. position:center;
  143. font-size:10.5px;
  144. background:white;
  145. text-align:center;
  146. width:200px;
  147. line-height:120%;
  148. margin-top:0px;
  149. margin-left:15px;
  150. }
  151.  
  152. /* SIDEBAR LINKS */
  153.  
  154. .links {
  155. margin-top:-17px;
  156. text-align:center;
  157. width:184px
  158. font-size:10px;
  159. font-family:arial;
  160. line-height:120%;
  161. word-spacing:5px;
  162. padding:8px;
  163. }
  164.  
  165. .links a {
  166. display:inline-block;
  167. border: 1px solid #000000;
  168. background:#ffffff;
  169. -moz-border-radius:100%;
  170. -webkit-border-radius:100%;
  171. border-radius:0%;
  172. height:8px;
  173. width:8px;
  174. color:{color:link};
  175. }
  176.  
  177. .links a:hover {
  178. color:{color:hover};
  179. -moz-transition-duration:0.3s;
  180. -webkit-transition-duration:0.3s;
  181. -o-transition-duration:0.3s;
  182. }
  183.  
  184. /* PAGINATION */
  185.  
  186. .pagi {
  187. text-align:right;
  188. }
  189.  
  190. /* POSTS */
  191.  
  192. #postcontainer {
  193. float:left;
  194. margin-left:520px;
  195. width:500px;
  196. text-align:justify;
  197. color:#000;
  198. margin-bottom: 35px;
  199. }
  200. #posts {
  201. margin-top:50px;
  202. width:500px;
  203. text-align:justify;
  204. font-size:11px;
  205. line-height:90%;
  206. color:#000;
  207. outline-offset:20px;
  208. }
  209.  
  210. /* POST INFO */
  211.  
  212. #info {
  213. font-family:arial;
  214. margin-top:3px;
  215. padding:2px;
  216. font-size:7px;
  217. color:#666;
  218. text-transform:uppercase;
  219. font-style:normal;
  220. letter-spacing:1px;
  221. text-align:center;
  222. }
  223.  
  224. /* POST TYPES */
  225.  
  226. .question {
  227. padding-bottom:10px;
  228. text-align:left;
  229. color:#000;
  230. font-style:italic;
  231. border-bottom:1px solid #bbb;
  232. }
  233. .answer {
  234. text-align:right;
  235. padding:10px;
  236. color:#000;
  237. }
  238. .music {
  239. padding-bottom:10px;
  240. }
  241. .albumart {
  242. float:left;
  243. padding:0px 10px 10px 0px;
  244. }
  245. .albumart img {
  246. width:45px;
  247. height:45px;
  248. }
  249. .playercontainer {
  250. text-align:left;
  251. padding:10px;
  252. background-color:#ffffff;
  253. width:480px;
  254. }
  255. .musicinfo {
  256. padding:10px;
  257. color:#000;
  258. }
  259. .postnote {
  260. text-transform:uppercase;
  261. font-style:normal;
  262. letter-spacing:0px;
  263. font-size: 9px;
  264. text-align:left;
  265. line-height:90%;
  266. margin-left:-40px;
  267. }
  268. .postnote li {
  269. list-style-type:none;
  270. padding:10px 25px 10px 25px;
  271. text-align:left;
  272. margin:0px;
  273. }
  274.  
  275. /* TAGS */
  276.  
  277. .tags {
  278. font-family:arial;
  279. font-style:normal;
  280. text-transform:uppercase;
  281. font-style:normal;
  282. color:#000;
  283. letter-spacing:1px;
  284. line-height:120%;
  285. font-size:7px;
  286. text-align:center;
  287. padding:2px;
  288. }
  289.  
  290. /* CHAT POSTS */
  291.  
  292. ul.chat, .chat ol, .chat li {
  293. list-style:none;
  294. margin:0px;
  295. padding:2px;
  296. }
  297. .tab {
  298. text-decoration:underline;
  299. font-weight:700;
  300. background-color:#fff;
  301. margin-right:5px;
  302. }
  303.  
  304. /* CREDIT */
  305.  
  306. #credit {
  307. position:fixed;
  308. font-size:8px;
  309. letter-spacing:1px;
  310. right:10px;
  311. bottom:15px;
  312. }
  313. #credit a {
  314. padding:3px;
  315. color:#000;
  316. background-color:#ffffff;
  317. }
  318. #credit a:hover {
  319. color:#ffffff;
  320. background-color:#000;
  321. }
  322.  
  323. {CustomCSS}</style></head>
  324.  
  325. <body>
  326. <div id="sidebar">
  327. <img src="{image:sidebar}"></a>
  328. <div id="title">{Title}</div>
  329. <div class="description">{Description}<p>
  330. <div class="links">
  331. <a href="/home"title="home"></a>
  332. <a href="/ask"title="ask"></a>
  333. <a href="{text:link1 url}"title="{text:link1}"></a>
  334. <a href="{text:link2 url}"title="{text:link2}"></a>
  335. </div>
  336. <div class="pagi">
  337. {block:Pagination}<p>
  338. {block:PreviousPage}
  339. <a href="{PreviousPage}">-</a>
  340. {/block:PreviousPage}
  341. {block:NextPage}
  342. <a href="{NextPage}">+</a>
  343. {/block:NextPage}
  344. {/block:Pagination}
  345. </div>
  346. </div>
  347. </div>
  348.  
  349. <div id="postcontainer">
  350.  
  351. {block:Posts}
  352.  
  353. <div id="posts">
  354.  
  355. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  356.  
  357. {block:Quote}<h1>“{Quote}”</h1><h2>{Credit}</h2>{/block:Quote}
  358.  
  359. {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
  360. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  361. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  362.  
  363. {block:Photoset}<center>{Photoset-500}</center>
  364. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  365.  
  366. {block:Chat}<ul class="chat">{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}<li>{block:Label}<span class="tab">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  367.  
  368. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  369. {block:Answer}<div class="question">{Asker} says: {Question}</div><div class="answer">{Answer}</div>{/block:answer}
  370.  
  371. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  372. <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  373. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  374. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  375. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  376. {block:Date}<div id="info"><a href="{Permalink}">{TimeAgo} {block:NoteCount} WITH {NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} VIA <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  377. {block:ContentSource} (Source: <a href="{SourceURL}">{SourceLink})</a>{/block:ContentSource}</div>{/block:Date}
  378. {block:HasTags}
  379. <div class="tags">
  380. {block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags} </div>
  381. {/block:HasTags}
  382. <div class="postnote">
  383. {block:PostNotes}{PostNotes}{/block:PostNotes}
  384. </div>
  385. </div>
  386. {/block:Posts}
  387. </div>
  388. </div>
  389. </div>
  390. <div id="credit"><a href="http://thotmales.tumblr.com">THEME</a></div>
  391. </body>
  392. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement