zaincumsthemes

"Musical Notes" ♫ Theme Dos V. 2

Aug 14th, 2013
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.11 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. <!-- Musical Notes ♩ THEME 2 by Zaincum Version 2! Please do not steal this theme, Remove the credit or claim as your own. Like seriously if you steal this i'm gonna fucking know im like the only person with a theme like this so just Please follow the rules-->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <head>
  9.  
  10. <title>{Title}</title>
  11.  
  12. {block:Description}<meta name="description" content="{MetaDescription}"/>
  13. {/block:Description}
  14. <link rel="shortcut icon" href="{Favicon}" />
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  16.  
  17. <meta name="color:bg" content="#ffffff">
  18. <meta name="color:link" content="#bbb8b8">
  19. <meta name="color:text" content="#9a9a9a">
  20. <meta name="color:tags" content="#b9b7b7">
  21. <meta name="color:ask" content="#fcfcfc">
  22. <meta name="color:hover" content="#eeeeee">
  23. <meta name="color:border" content="#e7e7e7">
  24. <meta name="color:scrollbar" content="#d6d5d5">
  25.  
  26.  
  27. <meta name="text:link 1" content="">
  28. <meta name="text:link 1 url" content="/">
  29. <meta name="text:link 2" content="">
  30. <meta name="text:link 2 url" content="/">
  31.  
  32.  
  33. <style type="text/css">
  34. #news {
  35. width:145px;
  36. font-size:13px;
  37. font-family:candara;
  38. letter-spacing:1px;
  39. text-align:center;
  40. margin-left:-95px;
  41. color:#fff;
  42. margin-top:-68px;
  43. line-height: 125%;
  44. opacity:0;
  45. -o-transition-transition: all 1s ease-out;
  46. -webkit-transition: all 1s ease-out;
  47. -moz-transition: all 1s ease-out;
  48. }
  49.  
  50. #news a {
  51. color:#fff;
  52. text-shadow: -1px -1px blue;
  53. }
  54.  
  55. #newstitle:hover #news {
  56. opacity:10;
  57. background-color:#000;
  58. border-bottom:2px dotted #fff;
  59. margin-left:-10px;
  60. -o-transition-transition: all 1s ease-in-out;
  61. -webkit-transition: all 1s ease-in-out;
  62. -moz-transition: all 1s ease-in-out;
  63. }
  64.  
  65. #newstitle {
  66. width:125px;
  67. height:0px;
  68. font-size:18px;
  69. font-family:candara;
  70. letter-spacing:1px;
  71. text-align:center;
  72. margin-left:115px;
  73. top:0px;
  74. padding-left:10px;
  75. padding-right:10px;
  76. padding-top:10px;
  77. padding-bottom:20px;
  78. color:#fff;
  79. position:fixed;
  80. background-color:#000;
  81. border-bottom:2px solid black;
  82.  
  83. }
  84.  
  85. /*--scrollbar--*/
  86.  
  87. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbar};}
  88. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  89. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid #fff;}
  90. ::-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;
  91. }
  92. /*--body--*/
  93.  
  94.  
  95. body {
  96. font-style:none;
  97. background-color:{color:bg};
  98. font-family:calibri;
  99. color:{color:text};
  100. font-size:9px;
  101. }
  102.  
  103.  
  104. a {
  105. color:{color:link};
  106. text-decoration:none;
  107. -webkit-transition: all 0.5s ease-out;
  108. -moz-transition: all 0.5s ease-out;
  109. transition: all 0.5s ease-out;
  110. }
  111.  
  112. a:hover {
  113. color:{color:hover};
  114. text-decoration:none;
  115. -webkit-transition: all 0.8s ease-out;
  116. -moz-transition: all 0.8s ease-out;
  117. transition: all 0.8s ease-out;
  118. }
  119.  
  120. img {
  121. border:none;
  122. }
  123.  
  124. blockquote {
  125. padding-left:5px;
  126. border-left:2px solid {color:border};
  127. }
  128.  
  129. h1 {
  130. font-size:10px;
  131. }
  132.  
  133. /*--Cursor code--*/
  134.  
  135. {block:ifCursor}
  136.  
  137. *, body, a, a:hover {cursor: url("http://www.totallylayouts.com/cursors/random/tiny_cursor.png"), auto }
  138.  
  139. {/block:ifCursor}
  140.  
  141.  
  142.  
  143. /*--sidebar--*/
  144.  
  145. #sidebar {
  146. color:{color:text};
  147. position:fixed;
  148. width:150px;
  149. text-align:left;
  150. }
  151.  
  152. #sidebarimage {
  153. width:300px;
  154. }
  155.  
  156. #sidebarimage img {
  157. position:fixed;
  158. width:300px;
  159. height: 108px;
  160. margin-top:205px;
  161. margin-left:55px;
  162. padding:3px;
  163. }
  164.  
  165. /*--links--*/
  166.  
  167. #links {
  168. width:250px;
  169. font-family:'cambria';
  170. position:fixed;
  171. text-transform:uppercase;
  172. text-align:center;
  173. word-spacing: 20px;
  174. margin-top:280px;
  175. margin-left:80px;
  176. }
  177.  
  178. #links a {
  179. padding:3px;
  180. font-size:30px;
  181. }
  182.  
  183. #links a:hover {
  184. color:{color:hover};
  185. }
  186.  
  187. /*--description--*/
  188.  
  189. #description {
  190. width:200px;
  191. position:fixed;
  192. font-family:'calibri';
  193. font-size:12px;
  194. text-align:center;
  195. word-spacing: 3px;
  196. margin-left:100px;
  197. margin-top:230px;
  198. color:{color:text};
  199. }
  200.  
  201. /*--pagination--*/
  202.  
  203. #pagination {
  204. font-style:italic;
  205. position:fixed;
  206. text-align:center;
  207. font-size:20px;
  208. word-spacing: 15px;
  209. margin-left:145px;
  210. margin-top:355px;
  211. font-family:calibri;
  212. color:{color:link};
  213. }
  214.  
  215. #pagination a{
  216. color:{color:link};
  217. }
  218.  
  219. #pagination a:hover {
  220. color:{color:hover};
  221. }
  222.  
  223. /*--posts--*/
  224.  
  225.  
  226. #posts {
  227. width:500px;
  228. margin-bottom:10px;
  229. padding:1px;
  230. font-size:11px;
  231. color:{color:text};
  232. line-height:90%;
  233. text-align:left;
  234. }
  235.  
  236.  
  237. #postscontainer {
  238. margin-bottom:20px;
  239. padding:1px;
  240. margin-left:450px;
  241. margin-top:55px;
  242. }
  243.  
  244. #info {
  245. margin-bottom:10px;
  246. font-size:9px;
  247. margin-top:10px;
  248. text-align:left;
  249. padding:5px;
  250. color:{color:link};
  251. border-top:1px solid {color:border};
  252. }
  253.  
  254.  
  255. #reblog {
  256. text-transform:uppercase;
  257. font-family:trebuchet ms;
  258. margin-left:-6px;
  259. margin-top:-2px;
  260. text-align:center;
  261. color:black;
  262. background-color:#ffffff;
  263. width:35px;
  264. padding:3px;
  265. }
  266.  
  267. #reblog a {
  268. color:black;
  269. }
  270.  
  271. #notes {
  272. margin-left:40px;
  273. margin-top:-12px;
  274. }
  275.  
  276. #rightinfo {
  277. text-transform:uppercase;
  278. font-family:trebuchet ms;
  279. margin-left:350px;
  280. text-align:justify;
  281. float:right;
  282. background-color:#ffffff;
  283. padding:3px;
  284. margin-top:-12px;
  285. color:black;
  286. }
  287.  
  288. #rightinfo a {
  289. color:black;
  290. }
  291.  
  292. /*--tags--*/
  293.  
  294. #tags {
  295. width:490px;
  296. margin-left:-4px;
  297. margin-top:7px;
  298. font-size:11px;
  299. color:{color:tags}:
  300. }
  301.  
  302. #tags a {
  303. color:{color:tags};
  304. }
  305.  
  306. #tags a:hover {
  307. color:{color:hover}
  308. }
  309.  
  310. /*--asks--*/
  311.  
  312. #askbg {
  313. padding:12px;
  314. background-color:{color:ask};
  315. }
  316.  
  317. #ask {
  318. margin-top:-10px;
  319. font-family:calibri;
  320. text-align:fixed;
  321. }
  322.  
  323. #ask img {
  324. margin-top:30px;
  325. width:50px;
  326. }
  327.  
  328. /*--credit--*/
  329.  
  330. #credit {
  331. right:3px;
  332. bottom:6px;
  333. font-size:20px;
  334. padding:5px;
  335. color:{color:text};
  336. background-color:#fafafa;
  337. text-transform:uppercase;
  338. position:fixed;
  339. -webkit-transition: all 0.5s ease-out;
  340. -moz-transition: all 0.5s ease-out;
  341. transition: all 0.5s ease-out;
  342. }
  343.  
  344. #credit:hover {
  345. background-color:black;
  346. color:white;
  347. }
  348.  
  349.  
  350. {CustomCSS}
  351.  
  352. </style></head>
  353.  
  354. <body>
  355. <div id="newstitle"> UPDATES <br><br><br><br>
  356. <div id="news">
  357. <br><center>
  358. *white valley girl voice* Okay so i added this so you guys wouldnt have toooooo and like if you dont want it take it out simple but i think its really cool my daddy bought it for me</center>
  359. <br>
  360. <a href="http://ofpewds.tumblr.com/">got it from her</a>
  361. <br>
  362. <br>
  363. </div></div>
  364.  
  365. <div id="sidebar">
  366. <div id="sidebarimage">
  367. <img src="http://media.tumblr.com/a7a854de449670f8b650765fbf71da92/tumblr_inline_mrjdo2uqpn1qz4rgp.png"></div>
  368.  
  369. <div id="description">{description}</div>
  370.  
  371. <div id="links">
  372. <a title="home"href="/">♪</a>
  373. <a title="mssg"href="/ask">♫</a>
  374. <a title="{text:link 1}"href="{text:link1 url}">♩</a>
  375. <a title="{text:link 2}"href="{text:link4 url}">♭</a>
  376. </div>
  377.  
  378. {block:Pagination}
  379. <div id="pagination">
  380.  
  381. {block:PreviousPage}<a href="{PreviousPage}">ℐnhale</a>{/block:PreviousPage}
  382. {block:NextPage}<a href="{NextPage}">ℰxhale</a>{/block:NextPage}
  383. </div>{/block:Pagination}
  384.  
  385. </div></div>
  386.  
  387.  
  388. <div id="postscontainer">
  389.  
  390. {block:Posts}
  391.  
  392. <div id="posts">
  393.  
  394.  
  395. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  396.  
  397.  
  398. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  399.  
  400. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  401.  
  402. {block:Quote}{Quote}{block:Source} &#8212;{Source}{/block:Source}{/block:Quote}
  403.  
  404. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  405.  
  406. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  407.  
  408. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  409.  
  410. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  411.  
  412. {block:Answer}<div id="askbg"><div id="ask"></div><br><img src="{AskerPortraitURL-24}"> {Asker} said: {Question}</div> {Answer}{/block:Answer}
  413.  
  414. <div id="info"><div id="reblog"><a href="{ReblogURL}" target="_blank" class="details">Reblog</a></div><div id="notes"><a href="{Permalink}">
  415. {NoteCountWithLabel}</a></div>
  416. <div id="rightinfo">{block:Date}<a href="{Permalink}">
  417. {TimeAgo}</a></a>{/block:Date} |{block:RebloggedFrom}<a href="{ReblogParentURL}"
  418. title="{ReblogParenttitle}">Via</a> | <a href="{ReblogRootURL}"title="{ReblogRoottitle}">Source</a>{/block:RebloggedFrom}</div>
  419. {block:HasTags} <div id="tags">Tags:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  420.  
  421.  
  422. </div>
  423.  
  424. {/block:Posts}
  425.  
  426. {block:PostNotes}{PostNotes}</div>{/block:PostNotes}
  427. {/block:Posts}
  428.  
  429. </div>
  430.  
  431.  
  432. <div id="credit"><a href="http://zaincum.tumblr.com/">ZC</a>
  433. </body>
  434. </html>
Add Comment
Please, Sign In to add comment