assshhhhllleey

theme 10

Jul 5th, 2013
434
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.93 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. <!--
  4. ______________________________________________________________________
  5. Theme 10 by
  6.  
  7. ▀▀█▀▀ █░░░█ █▀▀ █▀▀█ █░█ ░▀░ ▀▀█▀▀ █▀▀▄ █▀▀█ █▀▀█ █▀▀█ █░░█
  8. ░░█░░ █▄█▄█ █▀▀ █▄▄▀ █▀▄ ▀█▀ ░░█░░ █░░█ █▄▄█ █▄▄▀ █▄▄▀ █▄▄█
  9. ░░▀░░ ░▀░▀░ ▀▀▀ ▀░▀▀ ▀░▀ ▀▀▀ ░░▀░░ ▀░░▀ ▀░░▀ ▀░▀▀ ▀░▀▀ ▄▄▄█
  10.  
  11. aka ashley
  12. ______________________________________________________________________
  13.  
  14. -->
  15.  
  16.  
  17. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  18. <head>
  19.  
  20. <title>{Title}</title>
  21. <link rel="shortcut icon" href="{Favicon}">
  22. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  23. {block:Description}<meta name="description" content="{MetaDescription}" />
  24. {/block:Description}
  25.  
  26.  
  27. <meta name="color:Background" content="#ffffff"/>
  28. <meta name="color:Sidebar" content="#ffffff"/>
  29. <meta name="color:Text" content="#717171"/>
  30. <meta name="color:Link" content="#000000"/>
  31. <meta name="color:Tags" content="#000000"/>
  32. <meta name="color:Hover" content="#000"/>
  33. <meta name="color:Line" content="#000000"/>
  34. <meta name="color:Border" content="#e4e4e4"/>
  35. <meta name="color:Post" content="#ffffff"/>
  36. <meta name="color:scrollbarbg" content="ffffff"/>
  37.  
  38. <meta name="image:sidebar" content=""/>
  39.  
  40. <meta name="text:blogtitle" content="blog title"/>
  41. <meta name="text:Link 1" content="" />
  42. <meta name="text:Link 1 Text" content="" />
  43. <meta name="text:Link 2" content="" />
  44. <meta name="text:Link 2 Text" content="" />
  45.  
  46. <meta name="if:Show Link 1" content="1" />
  47. <meta name="if:Show Link 2" content="1" />
  48. <meta name="if:Show blogtitle" content="1" />
  49.  
  50. <link href='http://fonts.googleapis.com/css?family=Fascinate+Inline' rel='stylesheet' type='text/css'>
  51.  
  52. <style type="text/css">
  53.  
  54.  
  55. /* --- SCROLLBAR ---*/
  56.  
  57. ::-webkit-scrollbar {
  58. width: 5px;height: 5px;}
  59. ::-webkit-scrollbar-button:start:decrement,
  60. ::-webkit-scrollbar-button:end:increment {
  61. height: 6px;display: block;background-color: {color:white};}
  62. ::-webkit-scrollbar-track-piece {
  63. background-color: {color:scrollbarbg};}
  64. ::-webkit-scrollbar-thumb:vertical {
  65. height: 9px;background-color: #fff;border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  66.  
  67.  
  68. /* --- BODY ---*/
  69.  
  70. body {
  71. background:{color:background};
  72. margin:0px;
  73. color:{color:text};
  74. font-family:Calibri;
  75. font-size:9px;
  76. line-height:100%;
  77. }
  78.  
  79. a {
  80. text-decoration:none;
  81. outline:none;
  82. -moz-outline-style:none;
  83. color:{color:link};
  84. }
  85.  
  86. img {
  87. border:none;
  88. }
  89.  
  90. blockquote {
  91. padding-left:5px;
  92. border-left:2px solid;
  93. }
  94.  
  95. blockquote blockquote {
  96. padding-left:5px;
  97. border-left:2px solid;
  98. }
  99.  
  100. h1 {
  101. font-size:9px;
  102. text-transform:uppercase;
  103. }
  104.  
  105. a:hover {
  106. opacity:10;
  107. color:{color:hover};
  108. -webkit-transition: all 0.7s ease;
  109. -moz-transition: all 0.7s ease;
  110. -o-transition: all 0.7s ease
  111. }
  112.  
  113. /* --- POST ENTRIES ---*/
  114.  
  115. #square {
  116. width: 195px;
  117. height: 195px;
  118. margin-top:220px;
  119. margin-left:65px;
  120. background: black;
  121. position: fixed;
  122. -webkit-transition: all .5s linear;
  123. -webkit-transform: rotate(45deg);
  124. -moz-transform: rotate(45deg);
  125. -o-transform: rotate(45deg);
  126. }
  127.  
  128. #toptriangle {
  129. width: 0;
  130. height: 0;
  131. position: fixed;
  132. margin-top: 20px;
  133. margin-left: 0px;
  134. border-top: 140px solid transparent;
  135. border-left: 140px solid black;
  136. border-bottom: 140px solid transparent;
  137. }
  138.  
  139. #bottomtriangle {
  140. width: 0;
  141. height: 0;
  142. position: fixed;
  143. margin-top: 340px;
  144. margin-left: 0px;
  145. border-top: 140px solid transparent;
  146. border-left: 140px solid black;
  147. border-bottom: 140px solid transparent;
  148. }
  149.  
  150. #box {
  151. width: 110px;
  152. height: 200%;
  153. margin-top:-50px;
  154. margin-left: 1120px;
  155. position:fixed;
  156. background-color: #000;
  157.  
  158. }
  159.  
  160. #entries {
  161. padding:10px;
  162. padding-top:105px;
  163. /*if you are not showing the title, make the padding-top smaller to move posts up mk yeah*/
  164. width:500px;
  165. margin-left:400px;
  166. margin-top:0px;
  167. font-size:12px;
  168. line-height: 100%;
  169. z-index: -100;
  170. }
  171.  
  172. /* --- BODY: POSTS ---*/
  173.  
  174.  
  175. #post {
  176. width:500px;
  177. padding-bottom:20px;
  178. padding:10px;
  179. margin-top:15px;
  180. background-color:{color:Post};
  181. }
  182.  
  183. /* --- SIDEBAR IMAGE ---*/
  184. .blogtitle {
  185. margin-top: 25px;
  186. margin-left: 402px;
  187. width: 480px;
  188. font-size: 38px;
  189. font-family:Fascinate Inline;
  190. text-align:center;
  191. text-transform:uppercase;
  192. letter-spacing:2px;
  193. position:fixed;
  194. padding: 18px;
  195. border: 9px double #fff;
  196. text-shadow: 2px 1px 1px #0000FF, -1px 2px 1px #00FF62;
  197. color: #fff;
  198. background-color: #000;
  199. z-index: 100;
  200. }
  201.  
  202. #whiteshit {
  203. width: 608px;
  204. height: 50px;
  205. margin-top:-10px;
  206. margin-left:370px;
  207. position:fixed;
  208. background-color: {color:background};
  209. }
  210.  
  211. #sidebar {
  212. position:fixed;
  213. margin-left:108px;
  214. margin-top:280px;
  215. }
  216.  
  217. #sidebarimage {
  218. width: 80px;
  219. height: 80px;
  220. margin-left: 15px;
  221. opacity: 0;
  222. background-color:transparent;
  223. -webkit-transition: all 0.8s ease-in-out;
  224. -moz-transition: all 0.8s ease-in-out;
  225. -o-transition: all 0.8s ease-in-out;
  226.  
  227.  
  228. }
  229.  
  230. #sidebarimage img {
  231. width:80px;
  232. height:80px;
  233. opacity: .9;
  234. -webkit-filter:grayscale(100%);
  235. background-color:transparent;
  236. }
  237.  
  238. #sidebar:hover #sidebarimage {
  239. opacity:1;
  240. -webkit-transition: all 0.8s ease-in-out;
  241. -moz-transition: all 0.8s ease-in-out;
  242. -o-transition: all 0.8s ease-in-out;
  243. -webkit-transform: rotate(360deg);
  244. -moz-transform: rotate(360deg);
  245. -o-transform: rotate(360deg);
  246. }
  247.  
  248.  
  249. /* --- SIDEBAR LINKS ---*/
  250.  
  251. .links {
  252. width:330px;
  253. height:5px;
  254. padding: 9px;
  255. font-family:Fascinate Inline;
  256. text-align:center;
  257. margin-top:-110px;
  258. margin-left:-175px;
  259. text-align:center;
  260. text-transform:uppercase;
  261. letter-spacing:2px;
  262. position:fixed;
  263. padding-bottom:7px;
  264. opacity:1;
  265. text-shadow: 2px 2px 3px #0000FF, -1px -1px 3px #00FF62;
  266. -webkit-transition: all .5s linear;
  267. -webkit-transform: rotate(315deg);
  268. -moz-transform: rotate(315deg);
  269. -o-transform: rotate(315deg);
  270. }
  271.  
  272. .links a {
  273. font-size: 28px;
  274. color:#fff;
  275. -webkit-transition: all 0.7s ease;
  276. -moz-transition: all 0.7s ease;
  277. -o-transition: all 0.7s ease;
  278. }
  279.  
  280. .links a:hover {
  281. color:{color:Hover};
  282. }
  283.  
  284. .links2 {
  285. width:330px;
  286. height:5px;
  287. padding: 9px;
  288. font-family:Fascinate Inline;
  289. text-align:center;
  290. margin-top:-103px;
  291. margin-left:-57px;
  292. text-align:center;
  293. text-transform:uppercase;
  294. letter-spacing:2px;
  295. position:fixed;
  296. padding-bottom:7px;
  297. opacity:1;
  298. text-shadow: 2px 2px 3px #0000FF, -2px -2px 3px #00FF62;
  299. -webkit-transition: all .5s linear;
  300. -webkit-transform: rotate(45deg);
  301. -moz-transform: rotate(45deg);
  302. -o-transform: rotate(45deg);
  303. }
  304.  
  305. .links2 a {
  306. font-size: 28px;
  307. color:#fff;
  308. -webkit-transition: all 0.7s ease;
  309. -moz-transition: all 0.7s ease;
  310. -o-transition: all 0.7s ease;
  311. }
  312.  
  313. .links2 a:hover {
  314. color:{color:Hover};
  315. }
  316.  
  317. /* --- DESCRIPTION ---*/
  318.  
  319. #description {
  320. position:fixed;
  321. font-family:cambria;
  322. line-height:100%;
  323. font-size:12px;
  324. font-style:italic;
  325. width:95px;
  326. margin-top:-250px;
  327. padding:8px;
  328. margin-left:1010px;
  329. text-align:justify;
  330. color:#fff;
  331. letter-spacing: 1px;
  332. }
  333.  
  334. #description a {
  335. color:#fff;
  336. -moz-transition-duration:0.4s;
  337. -webkit-transition-duration:0.4s;
  338. -o-transition-duration:0.4s;
  339. }
  340.  
  341. /* --- PAGINATION---*/
  342.  
  343.  
  344. #pagination {
  345. width:200px;
  346. font-size:35px;
  347. text-align:center;
  348. margin-left:970px;
  349. margin-top:90px;
  350. position:fixed;
  351. font-family:Fascinate Inline;
  352. word-spacing:0px;
  353. opacity:1;
  354. color:#fff;
  355. text-shadow: 2px 2px 3px #0000FF, -2px -2px 3px #00FF62;
  356. }
  357.  
  358. #pagination a{
  359. color: #fff;
  360. }
  361.  
  362. /* --- POST INFO ---*/
  363.  
  364.  
  365. #info {
  366. text-align:left;
  367. font-family:cambria;
  368. margin-top:10px;
  369. text-transform:uppercase;
  370. font-size:8px;
  371. font-style:none;
  372. border-top:2px solid {color:Line}
  373. }
  374.  
  375. /* --- POST TAGS---*/
  376.  
  377.  
  378. #tags {
  379. font-family:cambria;
  380. letter-spacing:0px;
  381. text-transform:lowercase;
  382. font-size:10px;
  383. font-style:italic;
  384. margin-top:4px;
  385. text-align:left;
  386. display:inline;
  387. padding:-3px;
  388. text-align:left;
  389. opacity:0;
  390. color:#000;
  391. -moz-transition-duration:0.4s;
  392. -webkit-transition-duration:0.4s;
  393. -o-transition-duration:0.4s;
  394. }
  395.  
  396. #post:hover #tags {
  397. opacity: 1;
  398. -moz-transition-duration:0.4s;
  399. -webkit-transition-duration:0.4s;
  400. -o-transition-duration:0.4s;
  401. }
  402.  
  403. #tags a {
  404. color: #000;
  405. }
  406.  
  407.  
  408. /* --- QUESTIONS ---*/
  409.  
  410. #asker {
  411. padding:5px;
  412. text-align:left;
  413. border-bottom:2px solid #000000;
  414. border-right:1px dashed #000000;
  415. border-left:1px solid #000000;
  416. border-top:1px dashed #000000;
  417. color:{color:text};
  418. background-color:{color:#ffffff};
  419. }
  420.  
  421. /*---don't remove/change credit---*/
  422.  
  423. @font-face{font-family:Indie Star;src:url(http://static.tumblr.com/9wzbixa/EOUmj2m9n/indiestarbb_reg.otf);}
  424.  
  425. #credit {
  426. padding: 2px; font-color:#000; position:fixed; bottom:8px; right:2px; font-size:19px; letter-spacing:1px; font-family:Indie Star; }
  427.  
  428. #credit a {
  429. color: #000;
  430. }
  431.  
  432. /*-------------------------------*/
  433.  
  434. {CustomCSS}</style></head><body>
  435.  
  436. {block:IfShowblogtitle}<div class="blogtitle">{text:blogtitle}</div>
  437. <div id="whiteshit"></div>{/block:IfShowblogtitle}
  438.  
  439. <div id="square"></div>
  440. <div id="toptriangle"></div>
  441. <div id="bottomtriangle"></div>
  442. <div id="box"></div>
  443.  
  444. <div id="sidebar">
  445. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  446.  
  447.  
  448. <div id="description">
  449. {Description}
  450. </div>
  451.  
  452.  
  453. <div class="links">
  454. <a href="/">home</a>
  455. <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  456. <a href="/ask">mssg</a>
  457. </div>
  458. <div class="links2">
  459. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  460. <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  461. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  462. </div>
  463.  
  464.  
  465. {block:Pagination}<div id="pagination">
  466. {block:NextPage}<a href="{NextPage}">⇝</a>{/block:NextPage} <p>
  467. {block:PreviousPage}<a href="{PreviousPage}">⇜</a>{/block:PreviousPage}
  468. </div>{/block:Pagination}
  469.  
  470. </div>
  471.  
  472. <div id="entries">{block:Posts}<div id="post">
  473.  
  474. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  475.  
  476. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  477.  
  478. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  479.  
  480. {block:Quote}{Quote}{/block:Quote}
  481.  
  482. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  483.  
  484. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  485.  
  486. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  487. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  488. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  489. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  490. {/block:Audio}
  491.  
  492. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  493.  
  494. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;"><big><big><big>• {Asker}: </big></big></big> &nbsp </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  495.  
  496. <div id="info">
  497. <br>{block:Date}{TimeAgo}{/block:Date} with <a href="{Permalink}">
  498. {NoteCountWithLabel}</a> <a href="{ReblogURL}" target="_blank">( reblog )</a><div style="float:right;">
  499. {block:RebloggedFrom} via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>{/block:RebloggedFrom}
  500. {block:ContentSource}<a href="{SourceURL}"> - (© {SourceLink})</a>{/block:ContentSource}</div><br><br>{block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags} </div></div> {/block:Posts}{block:PostNotes}{PostNotes}</div>{/block:PostNotes}{/block:Posts} </div></div>
  501.  
  502.  
  503. <div id="credit"><a href="http://twerkitnarry.tumblr.com/">twerkitnarry</a></center></div>
  504.  
  505.  
  506. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment