Advertisement
dizzyperrie

Theme Twenty-Four By Thotmales

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