themesbyhaleigh

Theme #5 V1, Collision

Jul 28th, 2013
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.13 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 V1 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. <meta name="color:titleborder" content="#C0C0C0"/>
  32.  
  33. <!--Images-->
  34.  
  35. <meta name="image:Background" content=""/>
  36. <meta name="image:Sidebar" content=""/>
  37.  
  38. <!--Text-->
  39. <meta name="text:Link1 Title" content="" />
  40. <meta name="text:Link1" content="/" />
  41.  
  42. <meta name="text:Link2 Title" content="" />
  43. <meta name="text:Link2" content="/" />
  44.  
  45. <meta name="text:Link3 Title" content="" />
  46. <meta name="text:Link3" content="/" />
  47.  
  48. <meta name="text:Link4 Title" content="" />
  49. <meta name="text:Link4" content="/" />
  50.  
  51. <meta name="text:desc2" content="descriptions are cool why not have two"/>
  52. <meta name="text:titles" content="custom title yo"/>
  53.  
  54. <style type="text/css">
  55.  
  56. /* --- SCROLLBAR ---*/
  57.  
  58. ::-webkit-scrollbar {height: auto;width: 6px;}
  59. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  60. ::-webkit-scrollbar-track{background-color:{color:scrollbg};}
  61.  
  62. /* --- TEXT SELECTION ---*/
  63. ::selection {
  64. background: {color:textselect background};
  65. color: {color:textselect fontcolor};
  66. }
  67.  
  68. ::-moz-selection {
  69. background: {color:textslect background};
  70. color: {color:textselect fontcolor};
  71. }
  72.  
  73. ::-webkit-selection {
  74. background: {color:textselect background};
  75. color: {color:textselect fontcolor};
  76. }
  77.  
  78. /* --- BODY ---*/
  79.  
  80. body {
  81. background:{color:background};
  82. margin:0px; color:{color:text};
  83. font-family:cambria;
  84. font-size:9px;
  85. line-height:100%;
  86. }
  87.  
  88. blockquote {
  89. border-left:1px solid #f8f8f8;
  90. padding-left:2px;
  91. margin:5px;
  92. }
  93.  
  94. a {
  95. color:#b1b0b0;
  96. text-decoration:none;
  97. -webkit-transition:all 0.5s ease-in-out;
  98. -moz-transition:all 0.5s ease-in-out;
  99. -o-transition:all 0.5s ease-in-out;
  100. -ms-transition:all 0.5s ease-in-out;
  101. transition:all 0.5s ease-in-out;
  102. }
  103.  
  104. a:hover {
  105. opacity:10;
  106. color:{color:linkhover};
  107. -webkit-transition: all 0.7s ease;
  108. -moz-transition: all 0.7s ease;
  109. -o-transition: all 0.7s ease
  110. }
  111.  
  112. img {
  113. none;
  114. }
  115.  
  116. h1 {
  117. font-family:Times;
  118. font-size:13px;
  119. font-style:none;
  120. text-transform:none; /*--You can choose between none, uppercase, or lowercase--*/
  121. text-align:left;
  122. font-weight:normal;
  123. font-style:italic; /*--You can choose between none, bold, italic--*/
  124. }
  125.  
  126. h2 {
  127. font-size:10px;
  128. text-transform:none;
  129. font-weight:normal;
  130. font-style:none;
  131. }
  132.  
  133.  
  134. /* --- SIDEBAR ---*/
  135.  
  136. #sidebar {
  137. position:fixed;
  138. width:120px;
  139. opacity:1;
  140. margin-left:200px;
  141. margin-top:150px;
  142. }
  143.  
  144. #sidebarimage img {
  145. width:120px;
  146. padding:4px;
  147. height:120px;
  148. /*--the height is set so that it's for a square sidebar--*/
  149. -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease
  150. }
  151.  
  152. #links { width:120px;
  153. font-family:baskerville;
  154. font-size:9px;
  155. opacity:1;
  156. text-align:center;
  157. padding-top:4px;
  158. letter-spacing:1px;
  159. text-transform:lowercase;
  160. padding-bottom:1px;
  161. margin-top:-102px;
  162. margin-left:83px;
  163. margin-bottom:2px;
  164. color:{color:sblinks};
  165. }
  166.  
  167. #links a{
  168. font-style:italic;
  169. }
  170.  
  171. #links a:hover { color:{linkhover}; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease }
  172.  
  173. #description {
  174. width:120px;
  175. font-family:times;
  176. padding:5px;
  177. font-size:9px;
  178. text-align:justify;
  179. margin-top:32px; margin-left:10px;
  180. opacity: 0.8;
  181. }
  182.  
  183.  
  184. #pagination { text-align:center; font-size:9px; color:{color:pagi}; font-family:times; letter-spacing:1px; margin-left:11px; }
  185.  
  186. /* --- TITLE ---*/
  187. #dropmenu {
  188. text-align: center;
  189. font-size: 11px;
  190. position:fixed;
  191. left:535px;
  192. top:-60px;
  193. -webkit-transition: all .5s ease-in-out;
  194. -moz-transition: all .5s ease-in-out;
  195. -o-transition: all .5s ease-in-out;
  196. z-index:999;
  197. }
  198.  
  199. #dropmenu:hover {top:0px;}
  200.  
  201. #menuborder {
  202. border-right-style:solid;
  203. border-bottom-style:solid;
  204. border-left-style:solid;
  205. border-width:1px;
  206. border-color:{color:titleborder};
  207. padding: 5px 0 5px 0;
  208. background: #fff;
  209. width:500px;
  210. height:50px;
  211. z-index: 9999;
  212. }
  213.  
  214. #otherborder{
  215. border-top-style:none;
  216. border-right-style:solid;
  217. border-bottom-style:solid;
  218. border-left-style:solid;
  219. border-width:1px;
  220. border-color:{color:titleborder};
  221. text-align: center;
  222. height:4px;
  223. padding: 2px 0 8px 0;
  224. background:#fff;
  225.  
  226. width: 500px;
  227. }
  228.  
  229. /* --- POSTS ---*/
  230.  
  231.  
  232. #entries {
  233. padding:10px;
  234. width:500px;
  235. margin-left:520px;
  236. margin-top:60px;
  237. }
  238.  
  239. #post {
  240. width:500px;
  241. padding-top:10px;
  242. padding-bottom:10px;
  243. font-style:none;
  244. }
  245.  
  246. #post img { border:1px dotted #f5f5f5; padding:5px; }
  247.  
  248. #notes { font-family:baskerville; text-transform:lowercase; font-size:9px; }
  249.  
  250. #info { text-align:left; padding:5px; margin-top:5px; margin-bottom:10px;
  251. text-transform: none; font-family:baskerville; font-size:9px; margin-left:-5px; }
  252.  
  253. #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; }
  254.  
  255.  
  256. #tags { font-family:baskerville; letter-spacing:1px; text-transform:none;
  257. font-size:9px; margin-left:0px; margin-top:2px; opacity:1; }
  258.  
  259. #tags a{
  260. color:{color:links}; margin-top:2px;}
  261.  
  262. /* --- AUDIO ---*/
  263.  
  264. #audio { font-family:baskerville; margin-bottom:5px; width:500px; height:justify; }
  265.  
  266. .cover { width:78px; height:78px; position:absolute; }
  267.  
  268. .cover img { width:50px; height:50px; float:left; margin-top:10px; }
  269.  
  270. .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; }
  271.  
  272. .player:hover{opacity:0.5; -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o -transition: all 0.7s ease; }
  273.  
  274. .player2 { width:25px; height:25px; margin-top:20px; margin-left:20px; overflow:hidden; padding:3px; padding-right:12px; }
  275.  
  276. .track { text-transform:none; margin-left:80px; line-height:15px; padding-top:10px; }
  277.  
  278.  
  279. /* --- ASKS ---*/
  280.  
  281. .ask {
  282. padding:5px;
  283. width:390px;
  284. background:#fff;
  285. color:#000;
  286. text-align:center;
  287. line-height:120%;
  288. font-family:times;
  289. font-style:italic;
  290. text-transform:lowercase;
  291. }
  292.  
  293. .answer {
  294. width:390px;
  295. border-top:3px solid #000;
  296. padding:5px;
  297. color:{color:text};
  298. text-align:center;
  299. margin-top:-5px;
  300. }
  301.  
  302. #credit {
  303. position:fixed;
  304. font-size:8px;
  305. font-weight:normal;
  306. line-height:150%;
  307. letter-spacing:2px;
  308. right:10px;
  309. bottom:10px;
  310. text-transform:uppercase;
  311. text-align:center;
  312. }
  313.  
  314. #credit a {
  315. padding:3px;
  316. color:#aaaaaa;
  317. -moz-transition-duration:0.5s;
  318. -webkit-transition-duration:0.5s;
  319. -o-transition-duration:0.5s;
  320. }
  321.  
  322. {CustomCSS}
  323.  
  324.  
  325. </style>
  326.  
  327.  
  328. </head>
  329.  
  330.  
  331. <body>
  332.  
  333. <div id="sidebar">
  334. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  335. <div id="links">
  336. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}<br><br>
  337. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}<br><br>
  338. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}<br><br>
  339. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  340. </div>
  341.  
  342. <div id="description"><br>{Description}<br><br></div>
  343.  
  344. {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}
  345. </div>
  346.  
  347. <div id="dropmenu">
  348. <div id="menuborder"> <center>
  349. <div style="width:500px; height:55px; overflow-Y:scroll;"><br> {text:desc2}<br><br></div>
  350. </center></div>
  351. <div id="otherborder"><center>{text:titles}</div></center>
  352. </div>
  353.  
  354. <div id="entries">{block:Posts}<div id="post">
  355.  
  356. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  357.  
  358. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  359.  
  360. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  361.  
  362. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  363.  
  364. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  365.  
  366. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  367.  
  368.  
  369. {block:Audio}<div id="audio">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  370. <div class="player">
  371. <div class="player2">
  372. {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>
  373. {/block:Audio}
  374.  
  375. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  376.  
  377. {block:Answer}<h1><div class="ask"><b>{Asker}</b> :<br>{Question}</div></h1>
  378. <div class="answer">{Answer}</div>{/block:answer}
  379.  
  380. <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}
  381. {block:ContentSource}(Source: <a href="{SourceURL}"> <a href="{SourceURL}"> <a href="{SourceURL}">{SourceLink}</a>)</a>{/block:ContentSource}{/block:RebloggedFrom}
  382. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  383. {/block:Posts}<div id="tags" st>
  384. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  385. {/block:Posts}</div></div></div>
  386.  
  387.  
  388. <div id="credit"><a href="http://hellish.co.vu">theme</a></div>
  389.  
  390.  
  391. </body>
  392.  
  393. </html>
Advertisement
Add Comment
Please, Sign In to add comment