zpwly

Theme 2

May 25th, 2012
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.29 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <link href='http://fonts.googleapis.com/css?family=Handlee|Coming+Soon|Dancing+Script' rel='stylesheet' type='text/css'>
  5.  
  6. <script type="text/javascript">
  7. WebFontConfig = {
  8. google: { families: [ 'Handlee::latin', 'Coming+Soon::latin', 'Dancing+Script::latin' ] }
  9. };
  10. (function() {
  11. var wf = document.createElement('script');
  12. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  13. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  14. wf.type = 'text/javascript';
  15. wf.async = 'true';
  16. var s = document.getElementsByTagName('script')[0];
  17. s.parentNode.insertBefore(wf, s);
  18. })(); </script>
  19.  
  20. <title>{Title}</title>
  21. <link rel="shortcut icon" href="{Favicon}" />
  22.  
  23. <!-- DEFAULT COLORS -->
  24. <meta name="color:Page" content="#573941"/>
  25. <meta name="color:Text" content="#000000"/>
  26. <meta name="color:Title" content="#a58588"/>
  27. <meta name="color:Link" content="#472935"/>
  28. <meta name="color:Link Hover" content="#a58588"/>
  29. <meta name="color:Content" content="#e1d0bc"/>
  30. <meta name="color:Sidebar" content="#e1d0bc"/>
  31. <meta name="color:Info" content="#8a7178"/>
  32. <meta name="color:Nav" content="#e1d0bc"/>
  33. <meta name="color:Navb" content="#8a7178"/>
  34. <meta name="color:Nav Hover" content="#a58588"/>
  35. <meta name="color:Navb Hover" content="#573941"/>
  36.  
  37. <meta name="image:sidebar" content="" />
  38.  
  39. <meta name="text:Link 1" content="http://"/>
  40. <meta name="text:Link 1 Title" content=""/>
  41. <meta name="text:Link 2" content="http://"/>
  42. <meta name="text:Link 2 Title" content=""/>
  43. <meta name="text:Link 3" content="http://"/>
  44. <meta name="text:Link 3 Title" content=""/>
  45. <meta name="text:Link 4" content="http://"/>
  46. <meta name="text:Link 4 Title" content=""/>
  47. <meta name="text:Link 5" content="http://"/>
  48. <meta name="text:Link 5 Title" content=""/>
  49.  
  50. <style type="text/css">
  51.  
  52. /*NOTE:
  53. 1. Feel free to change the colours, sizes and fonts as you please. All I ask is that you do not remove the credit or use this theme as a base, I spent a lot of time making this and this is all I ask in return.
  54. */
  55.  
  56. /*BODY*/
  57.  
  58. body {background-color:{color:Page};
  59. color:{color:Text};
  60. font-family:Trebuchet MS;
  61. font-size:13px;
  62. line-height:100%;
  63. text-align:justify;
  64. margin:0px;
  65. }
  66.  
  67. @import url(http://fonts.googleapis.com/css?family=Handlee|Coming+Soon|Dancing+Script);
  68.  
  69. /*LINKS*/
  70.  
  71. a:link, a:active, a:visited{color:{color:Link};
  72. text-decoration:none;
  73. -webkit-transition: all 0.5s ease-out;
  74. -moz-transition: all 0.5s ease-out;
  75. transition: all 0.5s ease-out;-
  76. }
  77.  
  78. a:hover{color:{color:Link Hover};
  79. -webkit-transition: all 0.5s ease-out;
  80. -moz-transition: all 0.5s ease-out;
  81. transition: all 0.5s ease-out;-
  82. }
  83. .nav a{background-color:{color:Navb};
  84. width:100%;
  85. color:{color:Nav};
  86. font-size:13px;
  87. line-height:110%;
  88. text-align:center;
  89. padding:0px;
  90. display: block;
  91. letter-spacing:1px;
  92. position:relative;
  93. margin-bottom:-12px;
  94. -webkit-transition: all 0.5s ease-out;
  95. -moz-transition: all 0.5s ease-out;
  96. transition: all 0.5s ease-out;-
  97. }
  98. .nav a:hover{background-color:{color:Navb Hover};
  99. color:{color:Nav Hover};
  100. position:relative;
  101. letter-spacing:3px;
  102. -webkit-transition: all 0.5s ease-out;
  103. -moz-transition: all 0.5s ease-out;
  104. transition: all 0.5s ease-out;-
  105. }
  106.  
  107. /*CONTENT*/
  108.  
  109. #wrapper{width:100%;
  110. margin:auto;
  111. position:relative;
  112. }
  113. #sidebar{width:18%;
  114. background-color:{color:Sidebar};
  115. height:100%;
  116. padding:5px;
  117. position:fixed !important;
  118. border-left:20px solid {color:info};
  119. }
  120. .page{line
  121. }
  122. #content{margin-left:20%;
  123. position:relative;
  124. width:80%
  125. height:100%;
  126. margin-top:-5px;
  127. }
  128. .posts {width:500px;
  129. margin-left:auto;
  130. margin-right:auto;
  131. background-color:{color:Content};
  132. padding:5px;
  133. border-bottom: 3px solid {color:Page};
  134. }
  135. #info {background-color:{color:info};
  136. margin-top:2px;
  137. text-align:right;
  138. padding:2px;
  139. padding-right:10px;
  140. font-size:10px;
  141. letter-spacing:1px;
  142. text-transform:lowercase;
  143. }
  144. .perma{width:480px;
  145. background-color:{color:Content};
  146. padding:5px;
  147. margin-top:3px;
  148. margin-left:auto;
  149. margin-right:auto;
  150. border-left:10px solid {color:info};
  151. }
  152. .title{font-size:20px;
  153. font-family:Dancing Script;
  154. }
  155. .blogtitle{position:fixed;
  156. width:18%;
  157. bottom:25px;
  158. font-size:28px;
  159. padding:5px;
  160. font-family:Dancing Script;
  161. }
  162. blockquote {border-left: 1px solid {color:Text};
  163. padding-left: 3px;}
  164. }
  165.  
  166. img {
  167. border: 0;
  168. max-width: 100%;
  169. }
  170.  
  171. </style>
  172. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  173. </head>
  174.  
  175. <body>
  176. <div id="wrapper">
  177. <div id="sidebar"><Center>
  178. <div class="blogtitle"><a href="/">{Title}</a></div>
  179.  
  180. {block:ifsidebarimage}<a href="/"><img src="{image:sidebar}" width=100%></a>{/block:ifsidebarimage}<p>
  181.  
  182. {Description}<p>
  183.  
  184. <div class="nav">
  185.  
  186. <a href="/">home</a><br>
  187. {block:AskEnabled}<a href="/ask">ask</a><br>
  188. {/block:AskEnabled}
  189. <a href="/archive">archive</a><br>
  190. {block:ifLink1Title}<a href="{text:Link 1}">{text:Link 1 Title}</a><br>{/block:ifLink1Title}
  191. {block:ifLink2Title}<a href="{text:Link 2}">{text:Link 2 Title}</a><br>{/block:ifLink2Title}
  192. {block:ifLink3Title}<a href="{text:Link 3}">{text:Link 3 Title}</a><br>{/block:ifLink3Title}
  193. {block:ifLink4Title}<a href="{text:Link 4}">{text:Link 4 Title}</a><br>{/block:ifLink4Title}
  194. {block:ifLink5Title}<a href="{text:Link 5}">{text:Link 5 Title}</a><br>{/block:ifLink5Title}
  195. </center></div>
  196.  
  197.  
  198. </div>
  199.  
  200. <div id="content">
  201. <div class = "autopagerize_page_element" >
  202. {block:Posts}
  203. <div class="posts">
  204.  
  205.  
  206. {block:Text}
  207. <span class="title">{block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}</span>
  208. {Body}
  209. {/block:Text}
  210.  
  211.  
  212. {block:Photo}
  213. <a href="{Permalink}"><img src="{PhotoURL-500}" width="500px"></a>
  214. {block:Caption}{Caption}{/block:Caption}
  215. {/block:Photo}
  216.  
  217.  
  218.  
  219.  
  220. {block:Photoset}
  221. {Photoset-500}
  222. {block:Caption}{Caption}{/block:Caption}
  223. {/block:Photoset}
  224.  
  225.  
  226.  
  227. {block:Quote}
  228. <span class="title">{Quote}</span>
  229. {Source}
  230. {/block:Quote}
  231.  
  232.  
  233.  
  234. {block:Link}
  235. <span class="title"><a href="{URL}">{Name}</a></span>
  236. {block:Description}{Description}{/block:Description}
  237. {/block:Link}
  238.  
  239.  
  240.  
  241. {block:Chat}
  242. <span class="title">{block:Title}<a href="{Permalink}">{Title}</a><br>{/block:Title}</span>
  243. {block:Lines}{block:Label}{Label}{/block:Label} {Line}<p>{/block:Lines}
  244. {/block:Chat}
  245.  
  246.  
  247.  
  248.  
  249. {block:Audio}
  250. {block:AudioPlayer}<center>{AudioPlayer}</center>{/block:AudioPlayer}
  251. {block:Caption}{Caption}{/block:Caption}
  252. {/block:Audio}
  253.  
  254.  
  255.  
  256. {block:Video}
  257. {Video-500}
  258. {block:Caption}{Caption}{/block:Caption}
  259. {/block:Video}
  260.  
  261.  
  262.  
  263. {block:Answer}
  264. <span class="title">{Asker} asked: {Question}</span><br>
  265. {Answer}
  266. {/block:Answer}
  267.  
  268.  
  269.  
  270. <div id="info">{block:Date}Posted: <a href="{Permalink}">{DayOfMonth}/{MonthNumber}/{ShortYear}</a>{/block:Date}{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}{block:HasTags}<br>{block:Tags}<a href="{TagURL}">~{Tag}</a> {/block:Tags}{/block:HasTags}
  271. </div>
  272.  
  273. {block:PermalinkPage}<div class="perma">
  274. {block:RebloggedFrom}Reblogged from: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  275. {block:ContentSource}<br>Original source: <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}
  276. {block:PostNotes}{PostNotes}{/block:PostNotes}
  277. {/block:PermalinkPage}</div>
  278.  
  279. {/block:Posts}
  280.  
  281. </div>
  282.  
  283.  
  284. <div style="position:fixed; bottom:5px;right:5px;">
  285. <a href="http://flyawaythemes.tumblr.com/">#</a></div>
  286. </div>
  287. </body>
  288. </html>
Advertisement
Add Comment
Please, Sign In to add comment