themesbyhaleigh

Theme #5 V2, Collision

Jul 28th, 2013
527
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.95 KB | None | 0 0
  1. <html>
  2.  
  3. <head>
  4.  
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7.  
  8. <!-- Theme #5 Collision V2 by nerdydean. Keep the credit intact, don't claim as your own, and message me if you have any problems. -->
  9.  
  10. <head>
  11.  
  12. <title>{Title}</title>
  13.  
  14.  
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  18.  
  19. <!--Colors-->
  20.  
  21. <meta name="color:Background" content="#ffffff"/>
  22. <meta name="color:Text" content="#aaaaaa"/>
  23. <meta name="color:pagi" content="#AAAAAA"/>
  24. <meta name="color:Link" content="#717581"/>
  25. <meta name="color:sblinks" content="#cccccc"/>
  26. <meta name="color:linkhover" content="#f1f1f1"/>
  27. <meta name="color:scrollbar" content="#000"/>
  28. <meta name="color:scrollbarbg" content="#fff"/>
  29. <meta name="color:textselect background" content="#000000"/>
  30. <meta name="color:textselect fontcolor" content="#ffffff"/>
  31.  
  32. <!--Images-->
  33.  
  34. <meta name="image:Background" content=""/>
  35. <meta name="image:Sidebar" content=""/>
  36.  
  37. <!--Text-->
  38. <meta name="text:Link1 Title" content="" />
  39. <meta name="text:Link1" content="/" />
  40.  
  41. <meta name="text:Link2 Title" content="" />
  42. <meta name="text:Link2" content="/" />
  43.  
  44. <meta name="text:Link3 Title" content="" />
  45. <meta name="text:Link3" content="/" />
  46.  
  47. <meta name="text:Link4 Title" content="" />
  48. <meta name="text:Link4" content="/" />
  49.  
  50. <style type="text/css">
  51.  
  52. /* --- SCROLLBAR ---*/
  53.  
  54. ::-webkit-scrollbar {height: auto;width: 6px;}
  55. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  56. ::-webkit-scrollbar-track{background-color:{color:scrollbg};}
  57.  
  58. /* --- TEXT SELECTION ---*/
  59. ::selection {
  60. background: {color:textselect background};
  61. color: {color:textselect fontcolor};
  62. }
  63.  
  64. ::-moz-selection {
  65. background: {color:textslect background};
  66. color: {color:textselect fontcolor};
  67. }
  68.  
  69. ::-webkit-selection {
  70. background: {color:textselect background};
  71. color: {color:textselect fontcolor};
  72. }
  73.  
  74. /* --- BODY ---*/
  75.  
  76. body {
  77. background:{color:background};
  78. margin:0px; color:{color:text};
  79. font-family:cambria;
  80. font-size:9px;
  81. line-height:100%;
  82. }
  83.  
  84. blockquote {
  85. border-left:1px solid #f8f8f8;
  86. padding-left:2px;
  87. margin:5px;
  88. }
  89.  
  90. a {
  91. color:#b1b0b0;
  92. text-decoration:none;
  93. -webkit-transition:all 0.5s ease-in-out;
  94. -moz-transition:all 0.5s ease-in-out;
  95. -o-transition:all 0.5s ease-in-out;
  96. -ms-transition:all 0.5s ease-in-out;
  97. transition:all 0.5s ease-in-out;
  98. }
  99.  
  100. a:hover {
  101. opacity:10;
  102. color:{color:linkhover};
  103. -webkit-transition: all 0.7s ease;
  104. -moz-transition: all 0.7s ease;
  105. -o-transition: all 0.7s ease
  106. }
  107.  
  108. img {
  109. none;
  110. }
  111.  
  112. h1 {
  113. font-family:Times;
  114. font-size:13px;
  115. font-style:none;
  116. text-transform:none; /*--You can choose between none, uppercase, or lowercase--*/
  117. text-align:left;
  118. font-weight:normal;
  119. font-style:italic; /*--You can choose between none, bold, italic--*/
  120. }
  121.  
  122. h2 {
  123. font-size:10px;
  124. text-transform:none;
  125. font-weight:normal;
  126. font-style:none;
  127. }
  128.  
  129.  
  130. /* --- SIDEBAR ---*/
  131.  
  132. #sidebar {
  133. position:fixed;
  134. width:120px;
  135. opacity:1;
  136. margin-left:200px;
  137. margin-top:150px;
  138. }
  139.  
  140. #sidebarimage img {
  141. width:120px;
  142. padding:4px;
  143. height:120px;
  144. /*--the height is set so that it's for a square sidebar--*/
  145. -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease
  146. }
  147.  
  148. #links { width:120px;
  149. font-family:baskerville;
  150. font-size:9px;
  151. opacity:1;
  152. text-align:center;
  153. padding-top:4px;
  154. letter-spacing:1px;
  155. text-transform:lowercase;
  156. padding-bottom:1px;
  157. margin-top:-102px;
  158. margin-left:83px;
  159. margin-bottom:2px;
  160. color:{color:sblinks};
  161. }
  162.  
  163. #links a{
  164. font-style:italic;
  165. }
  166.  
  167. #links a:hover { color:{linkhover}; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease }
  168.  
  169. #description {
  170. width:120px;
  171. font-family:times;
  172. padding:5px;
  173. font-size:9px;
  174. text-align:justify;
  175. margin-top:32px; margin-left:10px;
  176. opacity: 0.8;
  177. }
  178.  
  179.  
  180. #pagination { text-align:center; font-size:9px; color:{color:pagi}; font-family:times; letter-spacing:1px; margin-left:11px; }
  181.  
  182.  
  183. /* --- POSTS ---*/
  184.  
  185.  
  186. #entries {
  187. padding:10px;
  188. width:500px;
  189. margin-left:520px;
  190. margin-top:40px;
  191. }
  192.  
  193. #post {
  194. width:500px;
  195. padding-top:10px;
  196. padding-bottom:10px;
  197. font-style:none;
  198. }
  199.  
  200. #post img { border:1px dotted #f5f5f5; padding:5px; }
  201.  
  202. #notes { font-family:baskerville; text-transform:lowercase; font-size:9px; }
  203.  
  204. #info { text-align:left; padding:5px; margin-top:5px; margin-bottom:10px;
  205. text-transform: none; font-family:baskerville; font-size:9px; margin-left:-5px; }
  206.  
  207. #info #tags { opacity:1; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; }
  208.  
  209.  
  210. #tags { font-family:baskerville; letter-spacing:1px; text-transform:none;
  211. font-size:9px; margin-left:0px; margin-top:2px; opacity:1; }
  212.  
  213. #tags a{
  214. color:{color:links}; margin-top:2px;}
  215.  
  216. /* --- AUDIO ---*/
  217.  
  218. #audio { font-family:baskerville; margin-bottom:5px; width:500px; height:justify; }
  219.  
  220. .cover { width:78px; height:78px; position:absolute; }
  221.  
  222. .cover img { width:50px; height:50px; float:left; margin-top:10px; }
  223.  
  224. .player { opacity: 0.05; position:absolute; z-index:1; background:#fff;width:70px; margin-left:-2px; height:90px; display:block; -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease; }
  225.  
  226. .player:hover{opacity:0.5; -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o -transition: all 0.7s ease; }
  227.  
  228. .player2 { width:25px; height:25px; margin-top:20px; margin-left:20px; overflow:hidden; padding:3px; padding-right:12px; }
  229.  
  230. .track { text-transform:none; margin-left:80px; line-height:15px; padding-top:10px; }
  231.  
  232.  
  233. /* --- ASKS ---*/
  234.  
  235. .ask {
  236. padding:5px;
  237. width:390px;
  238. background:#fff;
  239. color:#000;
  240. text-align:center;
  241. line-height:120%;
  242. font-family:times;
  243. font-style:italic;
  244. text-transform:lowercase;
  245. }
  246.  
  247. .answer {
  248. width:390px;
  249. border-top:3px solid #000;
  250. padding:5px;
  251. color:{color:text};
  252. text-align:center;
  253. margin-top:-5px;
  254. }
  255.  
  256. #credit {
  257. position:fixed;
  258. font-size:8px;
  259. font-weight:normal;
  260. line-height:150%;
  261. letter-spacing:2px;
  262. right:10px;
  263. bottom:10px;
  264. text-transform:uppercase;
  265. text-align:center;
  266. }
  267.  
  268. #credit a {
  269. padding:3px;
  270. color:#aaaaaa;
  271. -moz-transition-duration:0.5s;
  272. -webkit-transition-duration:0.5s;
  273. -o-transition-duration:0.5s;
  274. }
  275.  
  276. {CustomCSS}
  277.  
  278.  
  279. </style>
  280.  
  281.  
  282. </head>
  283.  
  284.  
  285. <body>
  286.  
  287. <div id="sidebar">
  288. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  289. <div id="links">
  290. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}<br><br>
  291. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}<br><br>
  292. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}<br><br>
  293. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  294. </div>
  295.  
  296. <div id="description"><br>{Description}<br><br></div>
  297.  
  298. {block:Pagination} <div align="center" id="pagination">{block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}</div>{/block:Pagination}
  299. </div>
  300.  
  301. <div id="entries">{block:Posts}<div id="post">
  302.  
  303. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  304.  
  305. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  306.  
  307. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  308.  
  309. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  310.  
  311. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  312.  
  313. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  314.  
  315.  
  316. {block:Audio}<div id="audio">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  317. <div class="player">
  318. <div class="player2">
  319. {AudioPlayerWhite}</div></div><div class="track">{block:TrackName}<b>Title:</b> {TrackName}{/block:TrackName}<br />{block:Artist}<b>Artist:</b> {Artist}{/block:Artist}<br />{block:Album}<b>Album:</b> {Album}{/block:Album}<br />{PlayCountWithLabel}</div><br>{Caption}</div>
  320. {/block:Audio}
  321.  
  322. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  323.  
  324. {block:Answer}<h1><div class="ask"><b>{Asker}</b> :<br>{Question}</div></h1>
  325. <div class="answer">{Answer}</div>{/block:answer}
  326.  
  327. <div id="info"> posted <a href="{Permalink}">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}
  328. {block:ContentSource}(Source: <a href="{SourceURL}"> <a href="{SourceURL}"> <a href="{SourceURL}">{SourceLink}</a>)</a>{/block:ContentSource}{/block:RebloggedFrom}
  329. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  330. {/block:Posts}<div id="tags" st>
  331. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  332. {/block:Posts}</div></div></div>
  333.  
  334.  
  335. <div id="credit"><a href="http://hellish.co.vu">theme</a></div>
  336.  
  337.  
  338. </body>
  339.  
  340. </html>
Advertisement
Add Comment
Please, Sign In to add comment