Advertisement
Guest User

Cosmic Dimension

a guest
Jan 24th, 2012
2,144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.57 KB | None | 0 0
  1. <!--Cosmic Dimension by: http://fairycandles.tumblr.com/-->
  2. <!--PLEASE DON'T REMOVE ANY CREDITS. THANK YOU SO MUCH. -->
  3.  
  4. <html lang="en">
  5. <head>
  6. <title>{title}</title>
  7. <link rel="shortcut icon" href="{favicon}" />
  8. <meta name="color:background" content="#F5F5F5"/>
  9. <meta name="color:Sidebar" content="#000000"/>
  10. <meta name="color:text" content="#FFFFFF"/>
  11. <meta name="color:Content" content="#000000"/>
  12. <meta name="color:Title" content="#FFFFFF"/>
  13. <meta name="color:link" content="#FFFFFF"/>
  14. <meta name="color:hover" content="#C2C2C2"/>
  15. <meta name="image:Background" content="http://media.tumblr.com/tumblr_lyawi60lIY1qmwtqn.jpg"/>
  16. <meta name="if:show arrows" content="1"/">
  17. <meta name="image:sidebar" content="http://static.tumblr.com/o7qb1bs/gRely8yvk/tumblr_lv5jfqmftx1r6bb6eo1_500.jpg" />
  18. <meta name="if:sidebar image" content="1"/>
  19. <meta name="if:infinite scrolling" content="0"/>
  20. <meta name="if:small cursor" content="1"/>
  21. <meta name="text:Link One Title" content="link" />
  22. <meta name="text:Link One" content="http://" />
  23. <meta name="text:Link Two Title" content="link" />
  24. <meta name="text:Link Two" content="http://" />
  25. <meta name="text:Link Three Title" content="link" />
  26. <meta name="text:Link Three" content="http://" />
  27. <meta name="text:Link Four Title" content="link" />
  28. <meta name="text:Link Four" content="http://" />
  29.  
  30. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  31. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  32. </head>
  33.  
  34. <style type="text/css">
  35. body {
  36. margin:0px;
  37. background-color: {color:Background};
  38. background-image:url({image:Background});
  39. background-attachment: fixed;
  40. background-repeat: repeat;}
  41. body, div, p, textarea, submit, input{
  42. font-family: consolas;
  43. font-size: 10px;
  44. line-height:11px;
  45. letter-spacing:0px;
  46. color:{color:Text};
  47. text-transform:;
  48. }
  49.  
  50. p {
  51. margin:0px;
  52. margin-top:0px;
  53. }
  54.  
  55. a:link, a:active, a:visited{
  56. color: {color:Link};
  57. text-decoration: none;
  58. }
  59. @font-face { font-family: "silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
  60. a:hover {
  61. color:{color:Hover};
  62. text-decoration: none;
  63. }
  64.  
  65. div#center{
  66. margin:auto;
  67. position:relative;
  68. width:840px;
  69. background-color:;
  70. overflow:auto;
  71. overflow-y:hidden;
  72. }
  73.  
  74. div.navigate a{
  75. background: #ffffff; color: #000000; display:block; width: 25px; height: 12px; text-align: center; padding-top:1px; margin-left:2px; margin-top:2px; position:relative; text-align: center; z-index:1; font-weight:; -moz-border-radius:0px; -webkit-border-radius:0px; display: inline-block;font-family: silkscreen;font-size: 9px;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  76. }
  77. div.navigate a:hover{
  78. background: #cfcfcf; letter-spacing:0px;-moz-border-radius:7px; -webkit-border-radius:7px;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  79. }
  80.  
  81. div#content{
  82. float:right;
  83. width:440px;
  84. padding:0px;
  85. padding-top: 0px;
  86. margin-right: 150px;
  87. margin-top: 0px;
  88. border: 0px solid #ffffff;
  89. }
  90.  
  91. div#entry{
  92. background-color:{color:Content};
  93. margin-top:0px;
  94. padding-top:0px;
  95. padding-bottom:0px;
  96. border: 0px solid transparent;
  97. }
  98.  
  99. #cosmic .fairycandles {margin-top:-25px;filter: alpha(opacity = 0);opacity:0;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  100.  
  101.  
  102. #cosmic:hover .fairycandles {margin-top:0px;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out; filter: alpha(opacity = 100);filter: alpha(opacity = 100);opacity:100;}
  103.  
  104. div#sidebar{
  105. position:fixed !important;
  106. width: 214px;
  107. height:777;
  108. margin: -4px 0px 0px 35px;
  109. padding-top:1px;
  110. padding-left:1px;
  111. font-size: 10px;
  112. line-height:8px;
  113. letter-spacing:0px;
  114. margin-bottom: 0px;
  115. background-color:{color:Sidebar};
  116. border: 0px solid #ffffff;
  117. }div#linksidebar{ position:fixed !important; width: 198px; height: 13;margin-left:89px; margin-top: 12px;padding:3px; letter-spacing:0px;margin-bottom: 0px; background-color:white;border: 1px solid #000;}
  118. }
  119.  
  120.  
  121. #entry{
  122. margin-left:0px;
  123. padding-bottom:0px;
  124. margin-bottom:0px;
  125. }
  126.  
  127. #postnotes{
  128. text-align: justify;}
  129.  
  130. #postnotes blockquote{
  131. border: 0px;}
  132.  
  133. .blogtitle{font-family: 'Megrim', cursive; font-size:23px; line-height:27px; color:{color:Title}; text-align:center; -webkit-transition: color 0.5s ease-out; -moz-transition: color 0.5s ease-out;
  134. }
  135.  
  136. .title{
  137. font-family: consolas;
  138. font-size: 13px;
  139. line-height: 13px;
  140. color: {color:Title};
  141. letter-spacing: 0px;
  142. font-weight: normal;
  143. padding:0px 0px 0px 0px;
  144. text-transform:none;
  145. }
  146. .title2{
  147. font-family: consolas;
  148. font-size: 13px;
  149. line-height: 13px;
  150. color: {color:Title};
  151. letter-spacing: 0px;
  152. font-weight: {text:title font weight};
  153. padding:0px 0px 0px 0px;
  154. }
  155.  
  156. .audio {
  157. background-color:#000000;
  158. margin-bottom : -10px;
  159. width:250px;
  160. <span class="permalink"><a href="{Permalink}">+</a>;
  161. }
  162.  
  163. blockquote{
  164. padding:0px 0px 2px 5px;
  165. margin:0px 0px 2px 1px;
  166. border-left: 1px dotted #555555;
  167. }
  168.  
  169. blockquote p, ul{
  170. margin:0px;
  171. padding:0px;
  172. }
  173.  
  174. .permalink{display: block;text-transform: uppercase;font-family: tinytots; letter-spacing: 0px;font-size: 8px;font-weight: ;text-align:center;background-color: #c5c5c5;border:0px dashed {color:000};height: 8px;color:#000000;}
  175. a img{border: 0px;}
  176.  
  177. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  178.  
  179. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  180. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  181.  
  182. .notes img{width:10px; position:relative; top:3px;}
  183.  
  184.  
  185. small{font-size: 90%;}
  186.  
  187.  
  188. </style>
  189. {block:ifsmallcursor}
  190. <style> body, a, a:hover { cursor:url(http://media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png), auto }</style>
  191. {/block:ifsmallcursor}
  192.  
  193. <link rel="shortcut icon" href="{Favicon}">
  194. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  195. <meta name="viewport" content="width=820" />
  196. </head>
  197. <body>
  198.  
  199. <div id="cage">
  200. <div id="center">
  201. <div id="sidebar"><center><div id="cosmic">
  202. <div align=”center”><div class="navigate">
  203. <div style="font-family: 'megrim';"><span class=blogtitle>{title}</a></div><div class="fairycandles"><a href="/">index</a> <a href="/ask">ask</a>
  204. <a href="/archive">past</a> <a href="http://fairycandles.tumblr.com/">©</a> </div></center><p>&nbsp;</p>
  205. {block:ifsidebarimage}<a href="/"><img src="{image:sidebar}" width=210px></a>{/block:ifsidebarimage}<p>&nbsp;</p><p><center>{Description}{block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}<p>&nbsp;</p>
  206.  
  207. <div style="font-family: 'megrim';"><span class=blogtitle>extra links</a></div><div class="fairycandles"><div class="navigate"><div align="center">{block:IfLinkOneTitle}<a href="{text:Link One}">{text:Link One Title}</a>{/block:ifLinkOneTitle}{block:ifLinkTwoTitle} - <a href="{text:Link Two}">{text:Link Two Title}</a>{/block:ifLinkTwoTitle}{block:ifLinkThreeTitle} - <a href="{text:Link Three}">{text:Link Three Title}</a>{/block:ifLinkThreeTitle}{block:ifLinkFourTitle} - <a href="{text:Link Four}">{text:Link Four Title}</a>{/block:ifLinkFourTitle}<br></div></center></div><div>
  208.  
  209. <center>
  210. </center>
  211. </div>
  212.  
  213. <div id="content">
  214. {block:Posts}
  215. <div id="entry">
  216. <a href="{permalink}">{block:Text}
  217. {block:Title}<span class="title">{Title}</span>{/block:Title}
  218. <span class="entrytext">{Body}</span>
  219.  
  220. {/block:Text}
  221.  
  222. {block:Link}
  223. <a href="{URL}" class="title">{Name}</a>
  224. {block:Description}{Description}{/block:Description}
  225. {block:Link}
  226.  
  227. {block:Photo}<center>
  228. {LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=438px></a>{LinkCloseTag}</center>
  229. {/block:Photo}
  230.  
  231. {block:Quote}
  232. <span class="title">{Quote}</span>
  233. {block:Source}{Source}{/block:Source}
  234. {/block:Quote}
  235.  
  236. {block:Chat}
  237. {block:Title}<span class="title">{Title}</span>{/block:Title}
  238. <ul class="chat">
  239. {block:Lines}
  240. <li class="user_{UserNumber}">
  241. {block:Label}
  242. <span class="label">{Label}</span>
  243. {/block:Label}
  244.  
  245. {Line}
  246. </li>
  247. {/block:Lines}
  248. </ul>
  249.  
  250. {/block:Chat}
  251.  
  252. {block:Audio}
  253. <centeR><div style="width:438px; height:20px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:8px; float:right;"><small>
  254. {FormattedPlayCount} plays {block:ExternalAudio} // <a href="{ExternalAudioURL}">Download?</a>{/block:ExternalAudio}</small></div></div></centeR><BR>
  255. {block:Caption}{Caption}{/block:Caption}
  256. {/block:Audio}
  257.  
  258. {block:Video}<center>
  259. {Video-500}</center>
  260. {block:Video}
  261.  
  262.  
  263. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}{/block:PermalinkPage}
  264.  
  265. {block:PostNotes}{PostNotes}
  266. {/block:PostNotes}
  267. </div>
  268.  
  269. {/block:Posts}
  270. <center>
  271. </div></div>
  272.  
  273. </div>
  274. </center>
  275. </body>
  276. {block:ifshowarrows}<div style="position:fixed; bottom:0px; right:200px;"><div style="width:35px; height:11px; background-color:{color:Content}; text-align:center; color: {color:text};"><div align="right">{block:NextPage}<a href="{NextPage}"><font size="1"><center> next ›</font></a>{/block:NextPage}{/block:ifshowarrows}
  277. </div></div></a>
  278. {block:ifshowarrows}<div style="position:fixed; bottom:0px; left:80px;"><div style="width:35px; height:11px; background-color:{color:Sidebar); text-align:center; color: {color:text};"><div align="right">{block:PreviousPage} <a href="{PreviousPage}"><font size="1"><center> ‹ back </font></a>{/block:PreviousPage}{/block:ifshowarrows}
  279. </div></div></a>
  280. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement