Advertisement
Mikaela

MTV

Oct 19th, 2014
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.71 KB | None | 0 0
  1.  
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <!-- THEME #42 'MTV' BY HRRYS
  5. I WORKED HARD ON THIS SO IF YOU REMOVE THE CREDIT OR EDIT AND CLAIM IT AS YOUR OWN, I'LL GET HARRY TO STRANGLE YOU.
  6. OKAY ENJOY NOW
  7. -->
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10.  
  11.  
  12. <head>
  13.  
  14. <title>{Title}</title>
  15.  
  16. {block:Description}<meta name="description" content="{MetaDescription}"/>
  17. {/block:Description}
  18. <link rel="shortcut icon" href="{Favicon}" />
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  20.  
  21. <meta name="color:bg" content="#ffffff">
  22. <meta name="color:link" content="#4f4c4c">
  23. <meta name="color:text" content="#9a9a9a">
  24. <meta name="color:tags" content="#b9b7b7">
  25. <meta name="color:ask" content="#ededed">
  26. <meta name="color:hover" content="#eeeeee">
  27. <meta name="color:border" content="#e7e7e7">
  28. <meta name="color:scrollbar" content="#d6d5d5">
  29.  
  30.  
  31. <meta name="image:sidebar" content=""/>
  32.  
  33. <meta name="text:link 1" content="">
  34. <meta name="text:link 1 url" content="/">
  35. <meta name="text:link 2" content="">
  36. <meta name="text:link 2 url" content="/">
  37. <meta name="text:link 3" content="">
  38. <meta name="text:link 3 url" content="/">
  39. <meta name="text:link 4" content="">
  40. <meta name="text:link 4 url" content="/">
  41.  
  42.  
  43.  
  44. <style type="text/css">
  45.  
  46.  
  47. /*--scrollbar--*/
  48.  
  49. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbar};}
  50. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  51. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid #fff;}
  52. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:{color:scrollbar};display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;
  53. }
  54. /*--body--*/
  55.  
  56.  
  57. body {
  58. font-style:none;
  59. background-color:{color:bg};
  60. font-family:calibri;
  61. color:{color:text};
  62. font-size:9px;
  63. }
  64.  
  65.  
  66. a {
  67. color:{color:link};
  68. text-decoration:none;
  69. -webkit-transition: all 0.5s ease-out;
  70. -moz-transition: all 0.5s ease-out;
  71. transition: all 0.5s ease-out;
  72. }
  73.  
  74. a:hover {
  75. color:{color:hover};
  76. text-decoration:none;
  77. -webkit-transition: all 0.3s ease-out;
  78. -moz-transition: all 0.3s ease-out;
  79. transition: all 0.3s ease-out;
  80. }
  81.  
  82. img {
  83. border:none;
  84. }
  85.  
  86. blockquote {
  87. padding-left:5px;
  88. border-left:2px solid {color:border};
  89. }
  90.  
  91. h1 {
  92. font-size:10px;
  93. }
  94.  
  95. /*--Cursor code--*/
  96.  
  97. {block:ifCursor}
  98.  
  99. *, body, a, a:hover {cursor: url("http://www.totallylayouts.com/cursors/random/tiny_cursor.png"), auto }
  100.  
  101. {/block:ifCursor}
  102.  
  103.  
  104.  
  105. /*--sidebar--*/
  106.  
  107. #sidebar {
  108. position:fixed;
  109. width:140px;
  110. margin-left:70px;
  111. margin-top:100px;
  112. }
  113.  
  114. /*--sidebar img--*/
  115.  
  116. #sidebarimage {
  117. width:299px;
  118. height:252px;
  119. }
  120.  
  121. #sidebarimage img {
  122. width:299px;
  123. height:252px;
  124. -webkit-mask:url('http://i.imgur.com/8mqmJXy.png?1');
  125. }
  126.  
  127.  
  128. /*--links--*/
  129.  
  130. #links {
  131. margin-top:15px;
  132. width:220px;
  133. margin-left:37px;
  134. font-family:'Estrangelo Edessa';
  135. }
  136.  
  137. #links a {
  138. padding:3px;
  139. margin-left:5px;
  140. border:1px #ccc solid;
  141. font-size:12px;
  142. }
  143.  
  144. #links a:hover {
  145. border:1px #000 solid;
  146. color:#ccc;
  147. text-decoration:none;
  148. }
  149.  
  150. #title{
  151. position:fixed;
  152. font-size:23px;
  153. width:230px;
  154. margin-left:38px;
  155. color:black;
  156. margin-top:-55px;
  157. font-family:'Raavi';
  158. text-transform:uppercase;
  159. font-weight:bold;
  160. }
  161.  
  162. /*--description--*/
  163.  
  164. #description {
  165. margin-top:-20px;
  166. margin-left:40px;
  167. width:220px;
  168. font-family:'calibri';
  169. font-size:11px;
  170. text-align:left;
  171. }
  172.  
  173. /*--pagination--*/
  174.  
  175. #pagination {
  176. margin-left:5px;
  177. margin-top:15px;
  178. font-style:italic;
  179. text-align:center;
  180.  
  181. font-size:15px;
  182. font-family:calibri;
  183. color:{color:link};
  184. }
  185.  
  186. #pagination a{
  187. color:{color:link};
  188. border:1px #ccc solid;
  189. padding:2px;
  190. }
  191.  
  192. #pagination a:hover {
  193. color:{color:hover};
  194. }
  195.  
  196. /*--posts--*/
  197.  
  198. #posts {
  199. width:500px;
  200. margin-bottom:10px;
  201. padding:20px;
  202. background-color:white;
  203. font-size:11px;
  204. color:{color:text};
  205. line-height:90%;
  206. text-align:justify;
  207. }
  208.  
  209. #postscontainer {
  210. margin-bottom:20px;
  211. padding:10px;
  212. width:540px;
  213. background-color:#eee;
  214. margin-left:430px;
  215. margin-top:55px;
  216. }
  217.  
  218.  
  219. /*--info--*/
  220.  
  221. #notes {
  222. font-family:anaheim;
  223. text-transform:lowercase;
  224. font-size:10px; }
  225.  
  226. #info {
  227. text-align:right;
  228. padding:5px;
  229. margin-top:5px;
  230. margin-bottom:10px;
  231. text-transform: uppercase;
  232. font-family:calibri;
  233. font-size:9px;
  234. margin-left:-5px;
  235. border-top: 1px solid;
  236. border-color: #c6c6c6; }
  237.  
  238. #info #tags {
  239. opacity:0;
  240. -webkit-transition:all 0.5s ease-in-out;
  241. -moz-transition:all 0.5s ease-in-out;
  242. -o-transition:all 0.5s ease-in-out;
  243. -ms-transition:all 0.5s ease-in-out;
  244. transition:all 0.5s ease-in-out; }
  245.  
  246. #info:hover #tags {
  247. opacity:1;
  248. margin-top:4px;
  249. -webkit-transition:all 0.5s ease-in-out;
  250. -moz-transition:all 0.5s ease-in-out;
  251. -o-transition:all 0.5s ease-in-out;
  252. -ms-transition:all 0.5s ease-in-out;
  253. transition:all 0.5s ease-in-out; }
  254.  
  255. #tags {
  256. font-family:calibri;
  257. letter-spacing:1px;
  258. text-transform:uppercase;
  259. font-size:8px;
  260. margin-left:0px;
  261. margin-top:-2px; }
  262.  
  263. #tags a:hover {
  264. text-shadow: -1px -1px pink, -2px -2px #fff, 1px 1px lightblue, 1px 1px #a9e42c;
  265. opacity:0.5;}
  266.  
  267. /* Speech Bubble for Question */
  268.  
  269.  
  270. .bubble {
  271. width:400px;
  272. position: relative;
  273. background:{color:ask};
  274. left:60px;
  275. margin: 0;
  276. padding:10px;
  277. text-align:center;
  278. -moz-border-radius:10px;
  279. -webkit-border-radius:10px;
  280. -webkit-box-shadow: 0px 0 1px rgba(0,0,0,0);
  281. -moz-box-shadow: 0px 0 1px rgba(0,0,0,0);
  282. box-shadow: 0px 0 1px rgba(0,0,0,0);
  283. }
  284.  
  285.  
  286. .bubble:after {
  287. position: absolute;
  288. display: block;
  289. content: "";
  290. border-color: {color:ask} transparent transparent transparent;
  291. border-style: solid;
  292. border-width: 15px 15px 0px;
  293. height:0;
  294. width:0;
  295. position:absolute;
  296. left:-15px;
  297. top:10px;
  298. }
  299.  
  300. /*--credit--*/
  301.  
  302. #cred {
  303. right:0px;
  304. bottom:-2px;
  305. color:{color:text};
  306. position:fixed;
  307. -webkit-transition: all 0.5s ease-out;
  308. -moz-transition: all 0.5s ease-out;
  309. transition: all 0.5s ease-out;
  310. }
  311.  
  312.  
  313.  
  314. {CustomCSS}
  315.  
  316. </style>
  317. </head>
  318.  
  319.  
  320. <body>
  321. <div id="sidebar">
  322. <div id="sidebarimage">
  323. <img src="{image:sidebar}"></div>
  324. <div id="title">MUSIC TELEVISION <img src="http://upload.wikimedia.org/wikipedia/commons/thumb/2/2b/RegisteredTM.svg/200px-RegisteredTM.svg.png" style="width:10px; height:10px; "></div>
  325.  
  326. <div id="description">{description}</div>
  327.  
  328. <div id="links">
  329. <a href="{text:link 1 url}">{text:link 1}</a>
  330. <a href="{text:link 2 url}">{text:link 2}</a>
  331. <a href="{text:link 3 url}">{text:link 3}</a>
  332. <a href="{text:link 4 url}">{text:link 4}</a>
  333. {block:Pagination}
  334. <div id="pagination">
  335. {block:PreviousPage}
  336. <a href="{PreviousPage}">-</a>
  337. {/block:PreviousPage}
  338.  
  339. {block:JumpPagination length="5"}
  340. {block:CurrentPage}
  341. <span class="current_page">{PageNumber}</span>
  342. {/block:CurrentPage}
  343.  
  344. {block:JumpPage}
  345. <a class="jump_page" href="{URL}">{PageNumber}</a>
  346. {/block:JumpPage}
  347. {/block:JumpPagination}
  348.  
  349. {block:NextPage}
  350. <a href="{NextPage}">+</a>
  351. {/block:NextPage}
  352. </div>
  353. {/block:Pagination}
  354. </div>
  355. </div>
  356.  
  357.  
  358. <div id="postscontainer">
  359.  
  360. {block:Posts}
  361.  
  362. <div id="posts">
  363.  
  364.  
  365. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  366.  
  367.  
  368. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  369.  
  370. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  371.  
  372. {block:Quote}{Quote}{block:Source} &#8212;{Source}{/block:Source}{/block:Quote}
  373.  
  374. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  375.  
  376. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  377.  
  378. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  379.  
  380. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  381.  
  382. {block:Answer}
  383. <div class="post"><br>
  384. <div class="askerportrait"><img style="border-radius:50px;" src="{AskerPortraitURL-40}" align="left" /></div><div class="bubble">{Asker} asked: {Question}</div><br>
  385. <div style="">{Answer}</div>
  386. </div>
  387. {/block:Answer}
  388.  
  389. <div id="info"> <a href="{Permalink}">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} <font color="gray">♥</font> <a href="{Permalink}">{NoteCount}</a> {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom} {block:ContentSource}/ <a href="{SourceURL}">src</a></a>{/block:ContentSource}{/block:RebloggedFrom}
  390. {block:HasTags}<div id="tags"><b>tagged as</b>:{block:Tags} <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  391. {/block:Posts}<div id="tags" st>
  392. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  393. {/block:Posts}</div></div></div>
  394. </div>
  395.  
  396.  
  397. <div id="cred"><a href="http://hrrys.tumblr.com"><img src="http://i.imgur.com/o7oww2G.png"></a></div>
  398. </body>
  399. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement