Advertisement
fengtai

Cosmic Latte Theme

Dec 6th, 2013
701
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.79 KB | None | 0 0
  1. <!-- theme by boysjpeg do not remove theme credit-->
  2.  
  3. <link rel="shortcut icon" href="{favicon}">
  4.  
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <title>{Title}</title>
  7.  
  8. <!-- colors -->
  9. <meta name="color:gradient top" content="#fff0f5"/>
  10. <meta name="color:gradient bottom" content="#fff8e7"/>
  11. <meta name="color:text" content="#000000"/>
  12. <meta name="color:links" content="#000000"/>
  13. <meta name="color:link hover" content="#000000"/>
  14.  
  15. <!-- text -->
  16. <meta name="text:link 1 url" content="" />
  17. <meta name="text:link 1 title" content="" />
  18.  
  19. <meta name="text:link 2 url" content="" />
  20. <meta name="text:link 2 title" content="" />
  21.  
  22. <meta name="text:link 3 url" content="" />
  23. <meta name="text:link 3 title" content="" />
  24.  
  25. <meta name="text:link 4 url" content="" />
  26. <meta name="text:link 4 title" content="" />
  27.  
  28. <!-- ifs -->
  29. <meta name="if:captions" content="0">
  30. <meta name="if:post shadow" content "1">
  31. <meta name="if:link 1" content="0">
  32. <meta name="if:link 2" content="0">
  33. <meta name="if:link 3" content="0">
  34. <meta name="if:link 4" content="0">
  35.  
  36. <style type="text/css">
  37.  
  38. @font-face {
  39.  
  40. font-family: "pixel";
  41.  
  42. src: url('http://static.tumblr.com/ofgksh6/md0mkd9yd/bitxmap_font_tfb.ttf');
  43. }
  44.  
  45. a:link, a:visited {
  46. color: {color:links};
  47. text-decoration: none;
  48. }
  49.  
  50. a:hover {
  51. color: {color:link hover};
  52. text-decoration: none;
  53. text-transform: uppercase;
  54. }
  55.  
  56. body {
  57. margin-top:50px;
  58. margin-left:100px;
  59. padding: 10px;
  60. background-image: -webkit-gradient(
  61. linear,
  62. left top,
  63. left bottom,
  64. color-stop(0.35, {color:gradient bottom}),
  65. color-stop(0.51, {color:gradient top})
  66. );
  67. background-image: -o-linear-gradient(bottom, {color:gradient top} 35%, {color:gradient bottom} 51%);
  68. background-image: -moz-linear-gradient(bottom, {color:gradient top} 35%, {color:gradient bottom} 51%);
  69. background-image: -webkit-linear-gradient(bottom, {color:gradient top} 35%, {color:gradient bottom} 51%);
  70. background-image: -ms-linear-gradient(bottom, {color:gradient top} 35%, {color:gradient bottom} 51%);
  71. background-image: linear-gradient(to bottom, {color:gradient top} 35%, {color:gradient bottom} 51%);
  72. font-family: consolas;
  73. font-size: 70%;
  74. color: {color:Text};
  75. background-attachment:fixed;
  76. }
  77.  
  78. #title {
  79. left: 10px;
  80. top:-10px;
  81. font-family: consolas;
  82. position:absolute;
  83. }
  84.  
  85. #desc {
  86. right: 10px;
  87. bottom: 10px;
  88. border: solid 1px;
  89. font-family: consolas;
  90. background-color:#fff;
  91. padding: 10px;
  92. position:fixed;
  93. }
  94.  
  95. #posts {
  96. margin-top: 100px;
  97. margin-left:-95px;
  98. margin-bottom:55px;
  99. border: solid 1px;
  100. background-color:#fff;
  101. padding: 20px;
  102. width:250px;
  103. {block:ifpostshadow}
  104. box-shadow:10px 10px 20px rgba(245,255,250,1);
  105. {/block:ifpostshadow}
  106. }
  107.  
  108. #posts img{
  109. max-width: 250px;
  110. }
  111.  
  112. #posts blockquote{
  113. border-left: 2px solid {color:Text};
  114. padding: 0 0 0 5px;
  115. margin-left: 20px;
  116. }
  117.  
  118. h1 {
  119. font: 20px consolas;
  120. text-align: center;
  121. }
  122.  
  123. h1 a{
  124. color: {color:links};
  125. text-decoration: none;
  126. }
  127.  
  128. #quote {
  129. font: italic 13px consolas;
  130. text-align: center;
  131. }
  132.  
  133. #asks {
  134. border-style:solid {color:border};
  135. border-radius:none;
  136. border-width:1.6px;
  137. }
  138.  
  139. #footer {
  140. border-style:solid;
  141. border-width:1px;
  142. border-radius:none;
  143. border-color: {color:text};
  144. padding: 4px;
  145. background-color:{color:gradient top};
  146. }
  147.  
  148. #pagination {
  149. left: 10px;
  150. bottom:10px;
  151. font-size: 16px;
  152. position:fixed;
  153. }
  154.  
  155. </style>
  156.  
  157. <body>
  158.  
  159. <div id="title">
  160. <h1><a href="/">{title}</a></h1>
  161. <p><a href="/">home</a> /
  162. <a href="/ask">ask</a> {block:iflink1}/
  163. <a href="{text:link 1 url}">{text:link 1 title}</a> /{/block:iflink1}
  164. {block:iflink2}<a href="{text:link 2 url}">{text:link 2 title}</a> /{/block:iflink2}
  165. {block:iflink3}<a href="{text:link 3 url}">{text:link 3 title}</a> /{/block:iflink3}
  166. {block:iflink4}<a href="{text:link 4 url}">{text:link 4 title}</a>{block:iflink4} / <a href="http://boysjpeg.tumblr.com/">theme</a></p>
  167. </div>
  168.  
  169. <div id="desc">
  170. {description}
  171. </div>
  172.  
  173. {block:Posts}
  174. <div id="posts">
  175. {block:Text}
  176. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  177. {body}
  178. {/block:Text}
  179.  
  180. {block:Photo}
  181. <a href="{Permalink}"><img src="{PhotoURL-250}" /></a>
  182. <p><a href="{PhotoURL-HighRes}">high-res →</a></p>
  183. {block:ifcaptions}{block:Caption}<span class="caption">{Caption}</span>{/block:Caption}{/block:ifcaptions}
  184. {/block:Photo}
  185.  
  186. {block:Photoset}
  187. {Photoset-250}
  188. {block:ifcaptions}{block:Caption}<span class="caption">{Caption}</span>{/block:Caption}{/block:ifcaptions}
  189. {/block:Photoset}
  190.  
  191. {block:Quote}
  192. <div id="quote">"{Quote}"</div>
  193. <br/>{block:Source}<center>- {Source}</center>{/block:Source}
  194. {/block:Quote}
  195.  
  196. {block:Link}
  197. <h1><a href="{URL}" target="{Target}">{Name}</a></h1>
  198. {block:Description}{Description}{/block:description}
  199. {/block:Link}
  200.  
  201. {block:Chat}
  202. {block:Title}<h1>{Title}</h1>{/block:Title}
  203. {block:Lines} {block:Label}<b>{Label}</b>{/block:Label} {Line}<br />{/block:Lines}
  204. {/block:Chat}
  205.  
  206. {block:Audio}
  207. <center><p>{block:AlbumArt}
  208. <img src="{AlbumArtURL}" width="100" height="100">
  209. {/block:AlbumArt}</p>
  210.  
  211. <p><strong>Track</strong>:
  212. {block:TrackName}
  213. {TrackName}
  214. {/block:TrackName}
  215.  
  216. <p><strong>Artist</strong>:
  217. {block:Artist}
  218. {Artist}
  219. {/block:Artist}
  220.  
  221. <p><strong>Album</strong>:
  222. {block:Album}
  223. {Album}
  224. {/block:Album}
  225.  
  226. <p>{AudioplayerBlack}</p></center>
  227. {block:ifcaptions}{block:Caption}<span class="caption">{Caption}</span>{/block:Caption}{/block:ifcaptions}
  228. {/block:Audio}
  229.  
  230. {block:Video}
  231. {VideoEmbed-250}
  232. {block:ifcaptions}{block:Caption}<span class="caption">{Caption}</span>{/block:Caption}{/block:ifcaptions}
  233. {/block:Video}
  234.  
  235. {block:Answer}
  236. <div id="asks">
  237. <p><center><a href="{AskerURL}">{Asker}</a> said: <i><strong>{Question}</strong></i></center></p>
  238. </div>
  239. <p>{Answer}</p></center>
  240. {/block:Answer}
  241.  
  242. <p>
  243. <div id="footer">
  244. <center>{block:Date}<a href="{Permalink}">{Month} {DayOfMonth}, {Year}</a>{/block:Date} /
  245.  
  246. <a href="{Permalink}">{NoteCount}%</a> /
  247.  
  248. <a href="{ReblogURL}" target="_blank" class="details">reblog</a></center>
  249. </div>
  250.  
  251. <p>{block:RebloggedFrom}
  252. <center>via: <a href="{ReblogParentURL}" title"{ReblogParentTitle}">{ReblogParentName}</center></a>
  253. {/block:RebloggedFrom}
  254.  
  255.  
  256.  
  257. <p>
  258.  
  259. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  260.  
  261.  
  262. {block:PermalinkPage}
  263. <p>
  264. {block:PostNotes}{PostNotes}{/block:PostNotes}
  265. {block:PermalinkPage}
  266.  
  267. </div>
  268. {/block:Posts}
  269.  
  270. <div id="pagination">
  271. <p>{block:PreviousPage}
  272. <a href="{PreviousPage}">back</a>
  273. {/block:PreviousPage}
  274. -
  275. {block:NextPage}
  276. <a href="{NextPage}">next</a>
  277. {/block:NextPage}
  278. {/block:Pagination}
  279. </div>
  280.  
  281. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement