Advertisement
dizzyperrie

Theme Twenty-One By Thotmales

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