zpwly

Theme 5

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