Advertisement
ducktaile

THEME 03 BY GWENSTACYS

Jan 16th, 2013
1,645
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.24 KB | None | 0 0
  1. <!--
  2. THEME 03 'BODY & SOUL' BY GWENSTACYS http://gwenstacys.tumblr.com/
  3. DO NOT REMOVE CREDITS
  4. DO NOT CLAIM AS YOUR OWN
  5. THANKS FOR USING MY THEMES AND ENJOY !-->
  6.  
  7. <head>
  8. <title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}
  12. <meta name="description" content="{MetaDescription}" />
  13. {/block:Description}
  14. </head>
  15.  
  16. <meta name="color:Background" content="#ffffff"/>
  17. <meta name="color:Text" content="#919191"/>
  18. <meta name="color:Link" content="#646464"/>
  19. <meta name="color:Background" content="#fbfbfb"/>
  20. <meta name="color:Border" content="#e7e7e7"/>
  21. <meta name="color:Side Border" content="#4b4b4b"/>
  22. <meta name="color:Hover" content="#fbfbfb"/>
  23. <meta name="color:Side" content="#242424"/>
  24. <meta name="color:Side Hover" content="#4b4b4b"/>
  25. <meta name="color:Ask BG" content="#f3f3f3"/>
  26. <meta name="image:Sidebar" content=""/>
  27. <meta name="image:Sidebar BG" content=""/>
  28. <meta name="image:Background" content=""/>
  29. <meta name="text:Link 1" content="" />
  30. <meta name="text:Link 1 Title" content="" />
  31. <meta name="text:Link 2" content="" />
  32. <meta name="text:Link 2 Title" content="" />
  33. <meta name="text:Link 3" content="" />
  34. <meta name="text:Link 3 Title" content="" />
  35. <meta name="text:Link 4" content="" />
  36. <meta name="text:Link 4 Title" content="" />
  37. <meta name="text:Link 5" content="" />
  38. <meta name="text:Link 5 Title" content="" />
  39. <meta name="text:Link 6" content="" />
  40. <meta name="text:Link 6 Title" content="" />
  41.  
  42. <meta name="if:Show Link 1" content="1" />
  43. <meta name="if:Show Link 2" content="1" />
  44. <meta name="if:Show Link 3" content="1" />
  45. <meta name="if:Show Link 4" content="1" />
  46. <meta name="if:Show Link 5" content="1" />
  47. <meta name="if:Show Link 6" content="1" />
  48.  
  49.  
  50. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  51.  
  52. <style type="text/css">
  53.  
  54. body {
  55. background:{color:background};
  56. margin:0px;
  57. color:{color:text};
  58. font-family:Inconsolata;
  59. font-size:11px;
  60. line-height:100%;
  61. background-image:url('{image:background}');}
  62.  
  63. a {
  64. text-decoration:none;
  65. outline:none;
  66. -moz-outline-style:none;
  67. color:{color:link};}
  68.  
  69. img {
  70. border:none;}
  71.  
  72. blockquote {
  73. padding-left:5px;
  74. border-left:2px solid;}
  75.  
  76. blockquote blockquote {
  77. padding-left:5px;
  78. border-left:2px solid;}
  79.  
  80. h1 {
  81. font-size:10px;
  82. text-transform:uppercase;}
  83.  
  84. a:hover {
  85. opacity:10;
  86. color:{color:hover};
  87. -webkit-transition: all 0.7s ease;
  88. -moz-transition: all 0.7s ease;
  89. -o-transition: all 0.7s ease}
  90.  
  91. #entries {
  92. padding:5px;
  93. width:500px;
  94. margin-left:365px;
  95. margin-bottom: 60px;
  96. }
  97.  
  98. #post {
  99. width:500px;
  100. padding-bottom:20px;
  101. padding:10px;
  102. margin-top:55px;
  103. background-color:{color:bg};}
  104.  
  105. #sidebar {
  106. width:220px;
  107. height:200%;
  108. margin-left: 75px;
  109. position:fixed;
  110. float:left;
  111. background-color: {color:Side};
  112. background-image:url('{image:Sidebar BG}');
  113. }
  114.  
  115. #sidebarimage {
  116. width 120px;}
  117.  
  118. #sidebarimage img {
  119. width:180px;
  120. background-color:{color:bg};
  121. border-height:100px;
  122. margin-left: 12.1px;
  123. margin-top: 55px;
  124. margin-bottom: 4px;
  125. padding:8px;}
  126.  
  127. .links {
  128. text-align:center;
  129. border-top:0.5px solid {color:side border};
  130. font-size:9px;
  131.  
  132. z-index:-1;
  133. letter-spacing:10px;
  134. margin-top:5px;
  135. margin-bottom:10px;}
  136.  
  137. .links a {
  138. display:block;
  139. padding:3px;
  140. margin-bottom:3px;
  141.  
  142. color:{color:hover};
  143. border-top:1px solid {color:side border};
  144. border-bottom:1px solid {color:side border};
  145. border-right:1px solid {color:side border};
  146. background-color:{color:infobg};
  147. letter-spacing:3px;
  148. text-transform:uppercase;
  149. text-decoration:none;}
  150.  
  151. .links a:hover {
  152. color: {color:hover};
  153. color:{color:Side Hover};
  154. background-color:{color:background};
  155. border-bottom:1px solid {color:hover};
  156. border-right:1px solid {color:hover};
  157. -moz-transition-duration:0.4s;
  158. -webkit-transition-duration:0.4s;
  159. -o-transition-duration:0.4s;}
  160.  
  161. #description {
  162. padding:5px;
  163. text-align:justify;
  164. font-size:11px;
  165. margin-left:20px;
  166. font-style: none;
  167. width:165px;
  168. margin-top:-8px;}
  169.  
  170. #pagination {
  171. font-size:9px;
  172. text-align:center;
  173. text-transform: uppercase;
  174. font-style: bold;
  175. letter-spacing:1px;
  176. margin-left:10px;}
  177.  
  178. #info {
  179. text-align:left;
  180. margin-top:8px;
  181. text-transform:uppercase;
  182. font-size:9px;
  183. border-top: 1px solid {color:border};}
  184.  
  185. #tags {
  186.  
  187. letter-spacing:0px;
  188. text-transform:uppercase;
  189. font-size:9px;
  190. margin-top:1px;}
  191.  
  192. #tags
  193. a {display:inline; background-color:{color:background};
  194. padding:-2px;
  195. text-align:left;
  196. -webkit-transition: all 0.6s ease-in-out;
  197. -moz-transition: all 0.6s ease-in-out;
  198. -o-transition: all 0.6s ease-in-out;
  199. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  200.  
  201. #asker {
  202. padding:10px;
  203. text-align:left;
  204. background-color:{color:Ask BG};}
  205.  
  206. {CustomCSS}</style></head><body>
  207.  
  208. <div id="sidebar">
  209.  
  210. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  211.  
  212. <div class="links">
  213.  
  214.  
  215. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Title}</a>{/block:IfShowLink1}
  216. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Title}</a>{/block:IfShowLink2}
  217. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Title}</a>{/block:IfShowLink3}
  218. {block:IfShowLink4}<a href="{text:Link 4}">{text:Link 4 Title}</a>{/block:IfShowLink4}
  219. {block:IfShowLink5}<a href="{text:Link 5}">{text:Link 5 Title}</a>{/block:IfShowLink5}
  220. {block:IfShowLink6}<a href="{text:Link 6}">{text:Link 6 Title}</a>{/block:IfShowLink6}
  221. </div>
  222.  
  223. <div id="description">{Description}</div>
  224. <br>
  225. <center><div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">← </a>{/block:PreviousPage}{CurrentPage} out of {TotalPages}{block:NextPage}<a href="{NextPage}"> →</a>{/block:NextPage}{/block:Pagination}</div></center>
  226.  
  227. </div>
  228.  
  229. <div id="entries">{block:Posts}<div id="post">
  230.  
  231. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  232.  
  233. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  234.  
  235. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  236.  
  237. {block:Quote}{Quote}{/block:Quote}
  238.  
  239. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  240.  
  241. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  242. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  243. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  244. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  245. {/block:Audio}
  246.  
  247. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  248.  
  249. {block:Answer}<div id="asker"><span style="font-family:consolas; text-transform:uppercase;font-size:10px;font-style:bold">{Asker}:</span> {Question}</div>{Answer}{/block:Answer}
  250.  
  251. <div id="info">
  252. <br>
  253. <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} ✖ <a href="{Permalink}">{NoteCountWithLabel}</a>
  254. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  255. {/block:Posts}
  256. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  257. {/block:Posts}</div></div></div>
  258.  
  259. <div style="position:fixed;bottom:3px; right:3px; font-size:9px; font-style:bold; letter-spacing:2px;"><a href="http://gwenstacys.tumblr.com/"><b> GWENSTACYS</b></a></center></div>
  260.  
  261. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement