zpwly

Theme 4

Jun 21st, 2012
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.59 KB | None | 0 0
  1. <html>
  2. <head>
  3. <link href='http://fonts.googleapis.com/css?family=Open+Sans|Lobster+Two' rel='stylesheet' type='text/css'>
  4.  
  5. <script type="text/javascript">
  6. WebFontConfig = {
  7. google: { families: [ 'Open+Sans::latin', 'Lobster+Two::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.  
  21.  
  22. <title>{Title}</title>
  23. <link rel="shortcut icon" href="{Favicon}" />
  24.  
  25. <!-- DEFAULT COLORS -->
  26. <meta name="color:Page" content="#ffc1b5"/>
  27. <meta name="color:Text" content="#000000"/>
  28. <meta name="color:Link" content="#853f4a"/>
  29. <meta name="color:Link Hover" content="#a93d4d"/>
  30. <meta name="color:Sidebar" content="#d0757a"/>
  31. <meta name="color:Info" content="#d0757a"/>
  32. <meta name="color:Nav" content="#ffc1b5"/>
  33. <meta name="color:Navb" content="#853f4a"/>
  34. <meta name="color:Nav Hover" content="#853f4a"/>
  35. <meta name="color:Navb Hover" content="#ffc1b5"/>
  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: Open Sans;
  61. font-size: 10px;
  62. line-height: 11px;
  63. text-align: justify;
  64. line-height: 11px;
  65. margin:0px;
  66. }
  67.  
  68.  
  69. @import url(http://fonts.googleapis.com/css?family=Open+Sans|Lobster+Two);
  70.  
  71.  
  72.  
  73. /*LINKS*/
  74.  
  75. a:link, a:active, a:visited{color: {color:Link};
  76. text-decoration:none;
  77. -webkit-transition: all 0.5s ease-out;
  78. -moz-transition: all 0.5s ease-out;
  79. transition: all 0.5s ease-out;-
  80. }
  81.  
  82. a:hover{color: {color:Link Hover};
  83. -webkit-transition: all 0.5s ease-out;
  84. -moz-transition: all 0.5s ease-out;
  85. transition: all 0.5s ease-out;-
  86. }
  87.  
  88. #nav a{background-color:{color:Navb};
  89. color:{color:Nav};
  90. font-size:10px;
  91. text-align:center;
  92. width:50%;
  93. display:inline-block;
  94. letter-spacing:1px;
  95. -webkit-transition: all 0.5s ease-out;
  96. -moz-transition: all 0.5s ease-out;
  97. transition: all 0.5s ease-out;-
  98. }
  99. #nav a:hover{background-color:{color:Navb Hover};
  100. color:{color:Nav Hover};
  101. position:relative;
  102. letter-spacing:3px;
  103. -webkit-transition: all 0.5s ease-out;
  104. -moz-transition: all 0.5s ease-out;
  105. transition: all 0.5s ease-out;-
  106. }
  107. /*CONTENT*/
  108.  
  109.  
  110. #sidebar{width:250px;
  111. background-color:{color:Sidebar};
  112. padding:80px 50px 0px 50px;
  113. position:fixed;
  114. height:100%;
  115. }
  116. #sidebar img{width:236px;
  117. border:7px solid {color:Page};
  118. }
  119. #nav{width:100%;
  120. line-height:20px;
  121. text-transform:uppercase;
  122. }
  123. #content{margin-left:350px;
  124. width:510px;
  125. }
  126. .posts {width:500px;
  127. padding:10px;
  128. margin-bottom:20px;
  129.  
  130. }
  131. #info {background-color:{color:info};
  132. margin-top:5px;
  133. padding:6px;
  134. font-size:9px;
  135. letter-spacing:1px;
  136. text-transform:uppercase;
  137. }
  138. blockquote {border-left:1px {color:info} solid;
  139. padding:2px;
  140. }
  141. img {
  142. border: 0;
  143. max-width: 100%;
  144. }
  145.  
  146. .title{font-family:Lobster Two;
  147. font-size:17px;
  148. line-height:18px;
  149. text-transform:lowercase;
  150. }
  151.  
  152. </style><script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  153. </head>
  154.  
  155. <body>
  156. <div id="wrapper">
  157. <div id="sidebar">
  158.  
  159. <center>
  160.  
  161. {block:ifsidebarimage}<a href="/"><img src="{image:sidebar}"></a><p>{/block:ifsidebarimage}</center>
  162.  
  163. {Description}<p>
  164.  
  165. <div id="nav">
  166. <center><a href="/">home</a>{block:AskEnabled}<a href="/ask">ask</a>{/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></center>
  167. </div>
  168. </div>
  169.  
  170. <div id="content">
  171. <div class = "autopagerize_page_element" >
  172. {block:Posts}
  173. <div class="posts">
  174.  
  175.  
  176. {block:Text}
  177. <span class="title">{block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}</span>
  178. {Body}
  179. {/block:Text}
  180.  
  181.  
  182. {block:Photo}
  183. <a href="{Permalink}"><img src="{PhotoURL-500}" width="500px"></a>
  184. {block:Caption}{Caption}{/block:Caption}
  185. {/block:Photo}
  186.  
  187.  
  188.  
  189.  
  190. {block:Photoset}
  191. {Photoset-500}
  192. {block:Caption}{Caption}{/block:Caption}
  193. {/block:Photoset}
  194.  
  195.  
  196.  
  197. {block:Quote}
  198. <span class="title">{Quote}</span><br>
  199. <div style="text-align:right; font-size:10px; letter-spacing:1px; text-transform:uppercase;">- {Source}</div>
  200. {/block:Quote}
  201.  
  202.  
  203.  
  204. {block:Link}
  205. <span class="title"><a href="{URL}">{Name}</a></span>
  206. {block:Description}{Description}{/block:Description}
  207. {/block:Link}
  208.  
  209.  
  210.  
  211. {block:Chat}
  212. <span class="title">{block:Title}<a href="{Permalink}">{Title}</a><br>{/block:Title}</span>
  213. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}
  214. {/block:Chat}
  215.  
  216.  
  217.  
  218.  
  219. {block:Audio}
  220. {block:AudioPlayer}<center>{AudioPlayer}</center>{/block:AudioPlayer}
  221. {block:Caption}{Caption}{/block:Caption}
  222. {/block:Audio}
  223.  
  224.  
  225.  
  226. {block:Video}
  227. {Video-500}
  228. {block:Caption}{Caption}{/block:Caption}
  229. {/block:Video}
  230.  
  231.  
  232. {block:Answer}
  233. <center><span class="title"> {Question} </span></center>
  234. <div style="text-align:right; font-size:10px; letter-spacing:1px; text-transform:uppercase; margin-top:-3px;">asked by {Asker}</div>
  235. {Answer}
  236. {/block:Answer}
  237.  
  238.  
  239.  
  240. <div id="info"><center>{block:Date}Posted: <a href="{Permalink}">{DayOfMonth}/{MonthNumber}/{ShortYear}</a>{/block:Date}{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  241.  
  242. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  243.  
  244. {block:ContentSource}source: <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}
  245.  
  246. {block:HasTags}<br>{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  247. </div>
  248. </div>
  249.  
  250. {block:PermalinkPage}
  251. {block:PostNotes}{PostNotes}{/block:PostNotes}
  252. {/block:PermalinkPage}
  253. {/block:Posts}
  254. </div>
  255.  
  256.  
  257. </div>
  258. </body>
  259. </html>
Advertisement
Add Comment
Please, Sign In to add comment