Advertisement
Guest User

dana gradient theme 1

a guest
Nov 26th, 2015
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.85 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress !important;}</style><a href="http://www.cursors-4u.com/cursor/2011/03/03/tiny-hand-10.html" target="_blank" title="Tiny Hand"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Tiny Hand" style="position:absolute; top: 0px; right: 0px;" /></a>
  9. <div class="credit"><a href="http://soultastic.tumblr.com/">△△△</a></div>
  10.  
  11. <meta name="color:background" content="#ffffff"/>
  12. <meta name="color:text" content="#000000"/>
  13. <meta name="color:link" content="#000000"/>
  14. <meta name="color:linkhover" content="#ffffff"/>
  15. <meta name="color:scrollbar" content="ececec"/>
  16.  
  17.  
  18. <meta name="image:sidebar" content=""/>
  19.  
  20. <meta name="text:link 1" content="link1"/>
  21. <meta name="text:link 1 url" content="/" />
  22. <meta name="text:link 2" content="link2"/>
  23. <meta name="text:link 2 url" content="/" />
  24. <meta name="text:link 3" content="link3"/>
  25. <meta name="text:link 3 url" content="/" />
  26. <meta name="text:link 4" content="link4"/>
  27. <meta name="text:link 4 url" content="/" />
  28.  
  29.  
  30. <style type="text/css">
  31.  
  32.  
  33. ::selection {background: #fff; color:{color:selection};}
  34. ::-moz-selection {background: #fff; color:{color:selection};}
  35. ::-webkit-selection {background: #fff; color:{color:selection};}
  36.  
  37. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar};
  38. height:100px;}
  39.  
  40. ::-webkit-scrollbar { height:10px;width:5px; background-color:#fff;}
  41.  
  42.  
  43. /* --- body ---*/
  44.  
  45. body {
  46. font-style:none; /*change this to bold or italic or really anything you want to change the text on your blog*/
  47. background-image:url(http://36.media.tumblr.com/a65ffcfe5c28e5addcdb10ca55174f18/tumblr_njrx7eauq31tf8vylo1_1280.png);
  48. margin:0px;
  49. color:{color:text};
  50. font-family:helvetica;
  51. font-size:11px; /* --- this changes the font size of basic text on your whole blog ---*/
  52. line-height:100%;
  53. }
  54.  
  55. blockquote {
  56. border-left:2px solid #ECECEC;
  57. padding-left:2px;
  58. margin:5px;
  59. }
  60.  
  61. a {
  62. color:{color:link}
  63. }
  64.  
  65. a {
  66. text-decoration:none;
  67. -webkit-transition:all 0.5s ease-in-out;
  68. -moz-transition:all 0.5s ease-in-out;
  69. -o-transition:all 0.5s ease-in-out;
  70. -ms-transition:all 0.5s ease-in-out;
  71. transition:all 0.5s ease-in-out;
  72. }
  73.  
  74. a:hover {
  75. color:{color:linkhover}
  76. }
  77.  
  78. img {none;}
  79.  
  80. /* edit below to change how the titles of posts look */
  81. h1 , h2 {
  82. font-family:helvetica;
  83. text-transform:none;
  84. font-size:14px;
  85. line-height:30px;
  86. letter-spacing:0px;
  87. text-align:left;
  88. font-style:none;
  89. }
  90.  
  91.  
  92. #entries {
  93. padding:10px;
  94. width:500px;
  95. margin-left:500px; /* this moves where the posts appear on your blog left and right wise */
  96. margin-top:50px; /* this is how close posts start at the top of the page*/
  97.  
  98. }
  99.  
  100. #post {
  101. width:500px;
  102. font-style:none;
  103. padding:15px;
  104. margin-bottom:10px;
  105. border: 1px dashed black;
  106. }
  107.  
  108. /* edit below to change the sidebar size and position. this will move the title, image, links, and description all together
  109.  
  110. you can add back background-color:#000000 to make just the sidebar a color of your choice*/
  111. #sidebar{
  112. width:245px;
  113. position:fixed;
  114. margin-left:110px;
  115. margin-top:150px;
  116. text-align:center;
  117. border: 1px dashed black;
  118. }
  119.  
  120. #sidebar {
  121. width:245px;
  122. }
  123.  
  124. /* edit below to change the size of the sidebar image, 245px and 160px is reccomended */
  125. #sidebarimage img {
  126. width:245px;
  127. max-height:750px;
  128. margin-top:0px;
  129. }
  130.  
  131. /* edit below to change how the titles on the sidebar looks*/
  132. #title {
  133. font-family:Georgia;
  134. text-align:left;
  135. padding-bottom:5px;
  136. text-transform:none;
  137. font-style:normal;
  138. font-size:18px;
  139. }
  140.  
  141. #nav {
  142. position:fixed;
  143. overflow:hidden;
  144. margin-top:150px;
  145. margin-left:315px;
  146. }
  147.  
  148. #link1 a , #link2 a, #link3 a
  149.  
  150.  
  151. /* edit below to change how the sidebar links look */
  152. #links {
  153. position: fixed;
  154. text-align:left;
  155. font-family:helvetica;
  156. font-style:normal;
  157. text-decoration:none;
  158. margin-top: 5px;
  159. width: 245px;
  160. }
  161.  
  162. /* edit below to customize the description */
  163. #description {
  164. margin-top: 5px;
  165. width: 245px;
  166. line-height: 115%;
  167. text-transform:none;
  168. text-align:justify;
  169. font-family:helvetica;
  170. font-size: 11px;
  171. font-style:none;
  172. padding-bottom:0px;
  173. padding-top:5px;
  174. }
  175.  
  176. /* edit below to change how ONLY QUESTION posts look */
  177. #questions {
  178. margin-left:0px;
  179. padding:10px;
  180. margin-top:5px;
  181. margin-bottom:5px;
  182. font-family:helvetica;
  183. font-size:10px;
  184. font-style:normal;
  185. text-align:center;
  186. }
  187.  
  188. .note {
  189. padding:0px 20px 0px 20px;
  190. background-color:#FFFFFF;
  191. text-transform:lowercase;
  192. letter-spacing:0px;
  193. font-size: 11px;
  194. font-style:normal;
  195. text-align:left;
  196. line-height:120%;
  197. }
  198.  
  199. .note li {
  200. list-style-type:none;
  201. padding:5px 25px 5px 25px;
  202. text-align:left;
  203. margin-right:30px;
  204. margin-top:-50px;
  205. }
  206.  
  207. /* edit below to change how the date/notes/via/source looks at the bottom of each individudal post */
  208. #info {
  209. font-family:helvetica;
  210. text-align:left;
  211. margin-top:10px;
  212. padding-top:10px;
  213. padding:0px;
  214. padding-bottom:1px;
  215. text-transform:none;
  216. font-style:none;
  217. font-size:10px;
  218. line-height:100%;
  219. }
  220.  
  221. /* edit below to change how the tags at the end of each posts look */
  222. #tags {
  223. font-family:helvetica;
  224. text-align:left;
  225. margin-top:0px;
  226. padding-bottom:0px;
  227. text-transform:none;
  228. font-style:none;
  229. font-size:10px;
  230. }
  231.  
  232. /* edit below to change how the pagination looks (basically the prev/next buttons */
  233. #pagination{
  234. font-size:10px;
  235. margin-top:25px;
  236. font-family:helvetica;
  237. font-style:normal;
  238. text-align:right;
  239. width:250px
  240. }
  241.  
  242.  
  243.  
  244.  
  245. {CustomCSS}</style></head><body>
  246.  
  247. <!-- the order of these div ids determine what order the sidebar image/desciption/links and such appear in. change the order and adjust their settings above to rearrange -->
  248. <div id="sidebar">
  249. <div id="title">{Title}</div>
  250. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  251. <div id="links">
  252. <a href="{text:link 1 url}">{text:link 1}</a>
  253. <a href="{text:link 2 url}">{text:link 2}</a>
  254. <a href="{text:link 3 url}">{text:link 3}</a>
  255. <a href="{text:link 4 url}">{text:link 4}</a>
  256.  
  257. </div>
  258.  
  259.  
  260. <div id="description">{Description}</div>
  261.  
  262. {block:Pagination}
  263. <div id="pagination">
  264. {block:PreviousPage}
  265. <a href="{PreviousPage}">prev</a>
  266. {/block:PreviousPage}
  267. {block:NextPage}
  268. <a href="{NextPage}">next</a>
  269. {/block:NextPage}
  270. </div>
  271. {/block:Pagination}
  272.  
  273. <div id="scrollbar">{scrollbar}</div>
  274.  
  275.  
  276. {block:HasPages}{block:Pages}
  277.  
  278. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  279.  
  280. </div>
  281.  
  282.  
  283. </div>
  284.  
  285. <div id="entries">{block:Posts}<div id="post">
  286.  
  287. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  288.  
  289. {block:blockquote}{/block:blockquote}
  290.  
  291.  
  292.  
  293. {block:Photo}
  294. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  295. {/block:Photo}
  296.  
  297. {block:Photoset}
  298. <center>{Photoset-500}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  299. {/block:Photoset}
  300.  
  301. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  302.  
  303. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  304.  
  305. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  306.  
  307. {block:Audio}{AudioPlayerBlack}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  308.  
  309. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  310.  
  311. {block:Answer}<div id="questions"<a href="{askerURL}"><b>{Asker}</b> asked: {Question}</div><div id="answer">{Answer}</div>{/block:answer}
  312.  
  313.  
  314. <!-- change the "/"s and adjust the orders and {} contents to change how the info at the bottom of posts look. for example instead of at the bottom of the post it saying "january1" you can make it say "1.1.15" by changing {Month}{DayOfMonth} to {MonthNumber}.{DayOfMonth}.{ShortYear}. the full list of options is in the tumblr theme garden -->
  315.  
  316. <div id="info">{block:Date}<a href="{Permalink}">{Month}{DayOfMonth}{/block:Date}{/block:Date} </a> /
  317. {block:NoteCount}<a href="{Permalink}"> {NoteCountWithLabel} </a>{/block:NoteCount} /
  318. {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} /
  319. {block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}</div>
  320.  
  321. <div id="tags">
  322. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  323.  
  324. </div>
  325. {block:PostNotes}{PostNotes}{/block:PostNotes}
  326. {/block:Posts}</div>
  327. >
  328.  
  329. </div>
  330. </body>
  331.  
  332. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement