Advertisement
flyawayfromzayn

Theme #12- Ashton's Spaghetti

Jul 18th, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.06 KB | None | 0 0
  1. <!-- base code theme, by hardziam // themesbyzsu.tumblr.com-->
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <img style="position:fixed; opacity: 1.0; TOP:0px; WIDTH:100%; HEIGHT:120px;" src="http://www.colorhexa.com/33cccc.png">
  7. <head>
  8.  
  9.  
  10. <title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13.  
  14.  
  15. <meta name="font:Body" content="Helvetica" />
  16. <meta name="color:Background" content="#fff" />
  17. <meta name="color:Body" content="#333" />
  18. <meta name="color:Link" content="#ffffff" />
  19. <meta name="color:Link Hover" content="#000000" />
  20. <meta name="image:Background" content="" />
  21. <meta name="text:Link1" content="link" />
  22. <meta name="text:Link1 URL" content="/" />
  23. <meta name="text:Link2" content="link" />
  24. <meta name="text:Link2 URL" content="/" />
  25. <meta name="text:Link3" content="link" />
  26. <meta name="text:Link3 URL" content="/" />
  27. <meta name="text:Link4" content="link" />
  28. <meta name="text:Link4 URL" content="/" />
  29. <meta name="text:Link5" content="link" />
  30. <meta name="text:Link5 URL" content="/" />
  31. <meta name="color:updates bar" content="#b8b8b8"/>
  32. <meta name="text:Updates" content="Put your updates here. It has a scroll bar so it can be as long as you want."/>
  33.  
  34.  
  35.  
  36. <style type="text/css">
  37.  
  38.  
  39. #update{
  40. opacity:0.8;
  41. position:fixed;
  42. bottom:0px;
  43. left:30px;
  44. width:150px;
  45. height:auto;
  46. text-align: center;
  47. font-family: Garamond;
  48. font-size:12px;
  49. word-wrap:break-word;
  50. border-bottom:1px solid #d8d8d8;
  51. transition-duration: 0.8s;
  52. z-index:1;
  53. -moz-transition-duration: 0.8s;
  54. -webkit-transition-duration: 0.8s;
  55. -o-transition-duration: 0.8s;
  56. }
  57.  
  58. #update img{
  59. width:130px;
  60.  
  61. }
  62.  
  63. #update:hover{
  64. bottom:170px;
  65. transition-duration: 0.8s;
  66. -moz-transition-duration: 0.8s;
  67. -webkit-transition-duration: 0.8s;
  68. -o-transition-duration: 0.8s;
  69. }
  70.  
  71. .words{
  72. position:fixed;
  73. bottom:-170px;
  74. width:130px;
  75. height:150px;
  76. padding:10px;
  77. background:{color:updates bar};
  78. text-align:left;
  79. line-height:110%;
  80. overflow:auto;
  81. transition-duration: 0.8s;
  82. -moz-transition-duration: 0.8s;
  83. -webkit-transition-duration: 0.8s;
  84. -o-transition-duration: 0.8s;
  85.  
  86. }
  87.  
  88. #update:hover .words{
  89. bottom:0px;
  90. transition-duration: 0.8s;
  91. -moz-transition-duration: 0.8s;
  92. -webkit-transition-duration: 0.8s;
  93. -o-transition-duration: 0.8s;
  94. }
  95.  
  96. body {
  97. background: {color:Background};
  98. background-image: url('{image:Background}');
  99. position:absolute;
  100. font-size:12px;
  101. font-family: {font:Body};
  102. color:{color:Body};
  103. }
  104.  
  105. blockquote {
  106. border-left: 3px solid #eee;
  107. padding:5px;
  108. padding-left:10px;
  109. text-align: justify;
  110. }
  111.  
  112. blockquote img {
  113. max-width: 100%;
  114. display: block;
  115. margin-bottom: 5px;
  116. }
  117.  
  118. blockquote blockquote {
  119. margin: 10px;
  120. padding: 10px;
  121. }
  122.  
  123. a {
  124. text-decoration:none;
  125. outline:none;
  126. color:{color:Link};
  127. -webkit-transition: all 0.5s ease-in-out;
  128. -moz-transition: all 0.5s ease-in-out;
  129. -o-transition: all 0.5s ease-in-out;
  130. }
  131.  
  132. a:hover {
  133. color:{color:Link Hover};
  134. -webkit-transition: all 0.5s ease-in-out;
  135. -moz-transition: all 0.5s ease-in-out;
  136. -o-transition: all 0.5s ease-in-out;
  137. transform: rotate(360deg);
  138. -ms-transform: rotate(360deg);
  139. -webkit-transform: rotate(360deg);
  140. -o-transform: rotate(360deg);
  141. -moz-transform: rotate(360deg);
  142. }
  143.  
  144. h1 {
  145. font-family:{font:Body};
  146. text-align:center;
  147. }
  148.  
  149. h2 {
  150. font-family:tahoma;
  151. text-transform:uppercase;
  152. padding:5px;
  153. color:{color:Link};
  154. }
  155.  
  156. #title {
  157. position:fixed;
  158. left:585px;
  159. top:7px;
  160. font-family:{font:Title};
  161. color:{color:Body};
  162. font-weight:bold;
  163. font-size:23px;
  164. text-align:center;
  165. text-decoration:none;
  166. -webkit-transition: all 0.5s ease-in-out;
  167. -moz-transition: all 0.5s ease-in-out;
  168. -o-transition: all 0.5s ease-in-out;
  169. }
  170.  
  171. #sidebar {
  172. position:fixed;
  173. top:80px;
  174. left:100px;
  175. width:190px;
  176. padding:5px;
  177. }
  178.  
  179. #sidebar img {
  180. width:190px;
  181. height:auto;
  182. text-align:center;
  183. }
  184.  
  185. #description {
  186. padding:10px;
  187. color:{color:Description};
  188. font-size:11px;
  189. text-align:center;
  190. font-family:{font:Body};
  191. }
  192.  
  193. #pagination {
  194. background:black;
  195. color:white;
  196. }
  197.  
  198. #links {
  199. text-align:center;
  200. }
  201.  
  202.  
  203. #links a{
  204. display:inline-block;
  205. background:white;
  206. padding:3px;
  207. color:{color:Link};
  208. -webkit-transition: all 0.2s ease-in-out;
  209. -moz-transition: all 0.2s ease-in-out;
  210. -o-transition: all 0.2s ease-in-out;
  211. }
  212.  
  213. #links a:hover{
  214. color:{color:Background};
  215. background:#000000;
  216. -webkit-transition: all 0.5s ease-in-out;
  217. -moz-transition: all 0.5s ease-in-out;
  218. -o-transition: all 0.5s ease-in-out;
  219. transform: rotate(360deg);
  220. -ms-transform: rotate(360deg);
  221. -webkit-transform: rotate(360deg);
  222. -o-transform: rotate(360deg);
  223. -moz-transform: rotate(360deg);
  224. }
  225.  
  226.  
  227. #entries {
  228. font-size:10px;
  229. margin-left: 390px;
  230. margin-top:150px;
  231. float: right;
  232. text-align: justify;
  233. }
  234.  
  235. #post {
  236. font-size:10px;
  237. padding: 5px;
  238. margin-bottom:30px;
  239. width: 500px;
  240. color:{color:Body};
  241. text-align: left;
  242. overflow:hidden;
  243.  
  244. }
  245.  
  246. #info {
  247. padding: 5px;
  248. border-top:1px solid black;
  249. }
  250.  
  251.  
  252. #credit a{
  253. position:fixed;
  254. right:3px;
  255. bottom:3px;
  256. padding:4px;
  257. background:white;
  258. font-size:11px;
  259. color:black;
  260. -moz-transition-duration:1s;
  261. -webkit-transition-duration:1s;
  262. -o-transition-duration:1s;
  263. }
  264.  
  265. #credit a:hover {
  266. opacity:1;
  267. -moz-transition-duration:1s;
  268. -webkit-transition-duration:1s;
  269. -o-transition-duration:1s;
  270. }
  271.  
  272. #linkies{
  273. text-align:center;
  274.  
  275. }
  276. #linkies a{
  277. color:#202020;
  278. }
  279. #linkies a:hover{
  280. color:#ffffff;
  281. }
  282. #linkies1{
  283. position:fixed;
  284. left:526px;
  285. top:50px;
  286. }
  287. #linkies2{
  288. position:fixed;
  289. left:626px;
  290. top:50px;
  291. }
  292. #linkies3{
  293. position:fixed;
  294. left:726px;
  295. top:50px;
  296. }
  297. #linkies4{
  298. position:fixed;
  299. left:826px;
  300. top:50px;
  301. }
  302.  
  303.  
  304. </style>
  305. <style type="text/css">{CustomCSS}</style>
  306. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  307. </head>
  308.  
  309. <body>
  310.  
  311.  
  312.  
  313.  
  314.  
  315. <div id="update"><img width="130px" src="https://secure.static.tumblr.com/fdd2b6042c2879e6ac0a231f3b47943f/sgifzmn/e9en65t2s/tumblr_static_d3vjxz6xeugoogkcckcswo8gs.png">
  316. <div class="words">
  317.  
  318. <big><b><i><center><u>&nbsp;Updates&nbsp; </u></center></i></b></big><br>
  319.  
  320. <!-------------------------INSERT UPDATES HERE----------------------->
  321. {text:Updates}
  322.  
  323. <!---------------------------------END-------------------------------->
  324. </div>
  325. </div>
  326. <div id="sidebar">
  327. <div id="title">{Title}</div>
  328. <a href="/"><img src="https://secure.static.tumblr.com/59fcf8ee705d3ab00f7ec4a20cba6144/sgifzmn/590n63xul/tumblr_static_7scqavw2zb8kc0kkwk0c8s80w.png"/></a>
  329. <div id="description">
  330. {block:Description}{Description}{/block:Description}
  331. </div>
  332.  
  333. <center>
  334. {block:PreviousPage}<a href="{PreviousPage}">previous</a>{/block:PreviousPage} // {block:NextPage} <a href="{NextPage}">next</a>{/block:NextPage}</center>
  335.  
  336. <div id="linkies">
  337. <div id="linkies1">
  338. <a href="/">Home</a>
  339. </div>
  340. <div id="linkies2">
  341. <a href="/ask">Ask</a>
  342. </div>
  343. <div id="linkies3">
  344. <a href="/submit">Submit</a>
  345. </div>
  346. <div id="linkies4">
  347. <a href="/archive">Archive</a>
  348. </div>
  349. </div>
  350.  
  351. <div id="links">
  352. <a href="{text:Link1 URL}">{text:Link1}</a>
  353. <a href="{text:Link2 URL}">{text:Link2}</a>
  354. <a href="{text:Link3 URL}">{text:Link3}</a>
  355. <a href="{text:Link4 URL}">{text:Link4}</a>
  356. <a href="{text:Link5 URL}">{text:Link5}</a>
  357. </div>
  358. </div>
  359.  
  360.  
  361. <div id="entries">
  362. <div class= "autopagerize_page_element">
  363. {block:Posts}
  364. <div id="post">
  365.  
  366. {block:Text}<h1>{title}</h1>{Body}{/block:Text}
  367.  
  368. {block:Quote}<h3>“{Quote}” </h3>
  369. <div style="text-align:right; padding-bottom:5px;">— {Source}</div>{/block:Quote}
  370.  
  371. {block:Link}<a href="{URL}" class="link" {Target}> <h2>{Name}</h2></a>
  372. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  373.  
  374. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  375. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  376.  
  377. {block:Chat}{block:Title}<h1>{Title}</h1><br>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  378. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  379.  
  380.  
  381.  
  382.  
  383. {block:Audio}
  384. {block:AudioPlayer}
  385. {AudioPlayerWhite}
  386. {/block:AudioPlayer}
  387. {block:AlbumArt}
  388. <img src="{AlbumArtURL}" width="200px"/>
  389. {/block:AlbumArt}
  390. <br>
  391. {block:TrackName}Track: {TrackName}{/block:TrackName}<br>
  392. {block:Artist}Artist: {Artist}{/block:Artist}<br>
  393. {block:Album}Album: {Album}{/block:Album}<br>
  394. {block:Playcount} {PlayCountWithLabel}{/block:Playcount}
  395. {block:Caption}{Caption}{/block:Caption}
  396. {/block:Audio}
  397.  
  398. {block:Answer}
  399. <img src="{AskerPortraitURL-30}">
  400. {Asker} asked: {Question}<br>
  401. {Answer}{/block:Answer}
  402.  
  403.  
  404.  
  405. <div id="info">
  406. posted {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  407. {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}{/block:NoteCount}{block:RebloggedFrom} (<a href="{ReblogParentURL}">via</a>{block:ContentSource} / <a href="{SourceURL}">source</a>{block:ContentSource}){/block:RebloggedFrom}<br>
  408. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  409.  
  410. </div>
  411. {/block:Posts}</div>
  412.  
  413. {block:PostNotes}{PostNotes}{/block:PostNotes}
  414.  
  415. </div>
  416.  
  417.  
  418.  
  419.  
  420. <div id="credit"><a href="http://flyawayfromzayn.tumblr.com"><img src="http://static.tumblr.com/3cde6c2a4c837119d18ecd72748b0a13/8ggch10/NERn5f3um/tumblr_static_1vhg7iap397oww0ks0w0w8occ.gif" height="25"; width="25";></a></div>
  421. </body>
  422. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement