Advertisement
clairesrps

hope is just a ray.

Aug 4th, 2014
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.50 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5. <!-- theme 1, by clairesrps // hope is just a ray -->
  6. <!-- themesbyzsu.tumblr.com // base code -->
  7.  
  8. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11.  
  12. <head>
  13.  
  14. <title>{Title}</title>
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17.  
  18.  
  19. <meta name="color:sbtitle" content="#c48e8e" />
  20. <meta name="color:background" content="#000000" />
  21. <meta name="color:text" content="#333" />
  22. <meta name="color:borders" content="#8d8c8d" />
  23. <meta name="color:entries borders" content="#8d8c8d" />
  24. <meta name="color:entries" content="#8d8c8d" />
  25. <meta name="color:link" content="#8d8c8d" />
  26. <meta name="color:link hover" content="#c48e8e" />
  27. <meta name="color:sblink" content="#c48e8e" />
  28. <meta name="color:sblink hover" content="#c48e8e" />
  29.  
  30.  
  31.  
  32. <meta name="image:Sidebar" content="" />
  33. <meta name="image:Background" content="" />
  34.  
  35. <meta name="text:sbtitle" content="sbtitle" />
  36. <meta name="text:Link1" content="refresh" />
  37. <meta name="text:Link1 URL" content="/" />
  38. <meta name="text:Link2" content="ask" />
  39. <meta name="text:Link2 URL" content="/ask" />
  40. <meta name="text:Link3" content="link" />
  41. <meta name="text:Link3 URL" content="/" />
  42. <meta name="text:Link4" content="link" />
  43. <meta name="text:Link4 URL" content="/" />
  44. <meta name="text:Link5" content="link" />
  45. <meta name="text:Link5 URL" content="/" />
  46.  
  47.  
  48. <style type="text/css">
  49.  
  50. body {
  51. background: {color:Background};
  52. background-image: url('{image:Background}');
  53. background-attachment:fixed;
  54. position:absolute;
  55. font-size:12px;
  56. font-family: georgia;
  57. color:{color:text};
  58. }
  59.  
  60. #entries {
  61. font-size:10px;
  62. margin-left:650px;
  63. margin-top:40px;
  64. float: right;
  65. text-align: justify;
  66. }
  67.  
  68. #post {
  69. font-size:10px;
  70. padding: 5px;
  71. margin-bottom:30px;
  72. border: 1px solid {color:entries borders};
  73. background-color: {color:entries};
  74. width: 500px;
  75. color:{color:text};
  76. text-align: center;
  77. overflow:hidden;
  78. }
  79.  
  80.  
  81. blockquote {
  82. border-left: 3px solid {color:entries borders};
  83. padding:5px;
  84. padding-left:10px;
  85. text-align: justify;
  86. }
  87.  
  88. a {
  89. text-decoration:none;
  90. outline:none;
  91. color:{color:Link};
  92. -webkit-transition: all 0.5s ease-in-out;
  93. -moz-transition: all 0.5s ease-in-out;
  94. -o-transition: all 0.5s ease-in-out;
  95. }
  96.  
  97. a:hover {
  98. color:{color:Link Hover};
  99. -webkit-transition: all 0.5s ease-in-out;
  100. -moz-transition: all 0.5s ease-in-out;
  101. -o-transition: all 0.5s ease-in-out;
  102. }
  103.  
  104. h1 {
  105. font-family: georgia;
  106. text-align:center;
  107. }
  108.  
  109.  
  110. h2 {
  111. font-family:georgia;
  112. text-transform:uppercase;
  113. padding:5px;
  114. color:{color:Link};
  115. }
  116.  
  117.  
  118.  
  119.  
  120.  
  121. #sidebar {
  122. position:fixed;
  123. top:80px;
  124. left:300px;
  125. width:190px;
  126. padding:5px;
  127. }
  128.  
  129. #sbtitle {
  130. font-family:georgia;
  131. text-align:center;
  132. font-style:none;
  133. text-transform:lowercase;
  134. font-weight:none;
  135. color:{color:sbtitle};
  136. font-size:20px;
  137. margin-top: 20px;
  138. text-decoration:none;
  139. -webkit-transition: all 0.5s ease-in-out;
  140. -moz-transition: all 0.5s ease-in-out;
  141. -o-transition: all 0.5s ease-in-out;
  142. }
  143.  
  144.  
  145.  
  146. #sidebar img {
  147. width:190px;
  148. height:auto;
  149. }
  150.  
  151. #description {
  152. margin-top:-313px;
  153. margin-left:-205px;
  154. width:190px;
  155. height:296px;
  156. overflow:hidden;
  157. padding:6px;
  158. text-align:justify;
  159. font-size:9px;
  160. font-family: georgia;
  161. font-weight:normal;
  162. font-style:normal;
  163. letter-spacing:0px;
  164. color: {color:text};
  165. background-color:{color:entries};
  166. border: 1px solid {color:borders};
  167. }
  168.  
  169. #pagination {
  170. font-size:10px;
  171. font-family:georgia;
  172. position:fixed;
  173. text-align:center;
  174. background-color:{color:entries};
  175. width:100px;
  176. margin-top: 2px;
  177. margin-left:43px;
  178. }
  179.  
  180. #pagination a {
  181. color:{color:link}}
  182.  
  183. #pagination a:hover {
  184. color:{color:link hover};
  185. border:none}
  186.  
  187. #links {
  188. margin-top:-311px;
  189. margin-left:189px;
  190. text-align:center;
  191. width:120px;
  192. }
  193.  
  194. #links a {
  195. display:block;
  196. font-size:15px;
  197. height:47px;
  198. padding:5px;
  199. margin:3px;
  200. line-height:3;
  201. font-style:italic;
  202. text-transform:lowercase;
  203. border:1px solid {color:borders};
  204. color: {color:text};
  205. background-color: {color:sblink};
  206. letter-spacing: 3px;
  207. -webkit-transition: all 0.6s ease-in-out;
  208. -moz-transition: all 0.6s ease-in-out;
  209. -o-transition: all 0.6s ease-in-out;
  210. transition: all 0.6s ease-in-out;}
  211.  
  212. #links a:hover {
  213. color: {color:text};
  214. background-color: {color:sblink hover};
  215. letter-spacing:1px;
  216. -webkit-transition: all 0.6s ease-in-out;
  217. -moz-transition: all 0.6s ease-in-out;
  218. -o-transition: all 0.6s ease-in-out;
  219. transition: all 0.6s ease-in-out;}
  220.  
  221. title1 {font-size:20px; font-family:Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; color:#aa98a0; font-style:none; text-align: center;}
  222. #title2 {font-size:20px; font-family:Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; color:#aa98a0; font-style:none; text-align: center;}
  223.  
  224.  
  225. #info {
  226. padding: 5px;
  227. border-top:1px solid black;
  228. }
  229.  
  230. #credit a{
  231. position:fixed;
  232. right:3px;
  233. bottom:3px;
  234. padding:4px;
  235. background: {color:sblink};
  236. font-size:11px;
  237. color:{color:text};
  238. -moz-transition-duration:1s;
  239. -webkit-transition-duration:1s;
  240. -o-transition-duration:1s;
  241. }
  242.  
  243. #credit a:hover {
  244. opacity:1;
  245. color:{color:text};
  246. background:{color:sblink hover};
  247. -moz-transition-duration:1s;
  248. -webkit-transition-duration:1s;
  249. -o-transition-duration:1s;
  250. }
  251.  
  252.  
  253. </style>
  254. <style type="text/css">{CustomCSS}</style>
  255. </head>
  256.  
  257. <body>
  258.  
  259. <div id="sidebar">
  260. <a href="/"><img src="{image:Sidebar}"/></a>
  261. <div id="description">
  262. <div id="sbtitle">{text:sbtitle}</div>
  263. {Description}</div>
  264.  
  265. <div id="pagination"><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><big><i>back</i></big></a>{/block:PreviousPage} &hearts; {block:NextPage}<a href="{NextPage}"><big><i>next</i></big></a>{/block:NextPage}{/block:Pagination}</center></div>
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272. <div id="links">
  273. <a href="{text:Link1 URL}">{text:Link1}</a>
  274. <a href="{text:Link2 URL}">{text:Link2}</a>
  275. <a href="{text:Link3 URL}">{text:Link3}</a>
  276. <a href="{text:Link4 URL}">{text:Link4}</a>
  277. <a href="{text:Link5 URL}">{text:Link5}</a>
  278. </div>
  279. </div>
  280.  
  281.  
  282. <div id="entries">
  283. <h1> {block:Posts}</h1>
  284. <div id="post">
  285.  
  286.  
  287.  
  288. {block:Quote}<h3>“{Quote}” </h3>
  289. <div style="text-align:right; padding-bottom:5px;">— {Source}</div>{/block:Quote}
  290.  
  291. {block:Link}<a href="{URL}" class="link" {Target}> <h2>{Name}</h2></a>
  292. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  293.  
  294. {block:Text}<h1>{sbtitle}</h1>{Body}{/block:Text}
  295.  
  296. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  297. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  298.  
  299. {block:Chat}{block:Title}<h1>{Title}</h1><br>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  300. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  301.  
  302.  
  303.  
  304.  
  305. {block:Audio}
  306. {block:AudioPlayer}
  307. {AudioPlayerWhite}
  308. {/block:AudioPlayer}
  309. {block:AlbumArt}
  310. <img src="{AlbumArtURL}" width="200px"/>
  311. {/block:AlbumArt}
  312. <br>
  313. {block:TrackName}Track: {TrackName}{/block:TrackName}<br>
  314. {block:Artist}Artist: {Artist}{/block:Artist}<br>
  315. {block:Album}Album: {Album}{/block:Album}<br>
  316. {block:Playcount}Play count: {FormattedPlayCount}{/block:Playcount}
  317. {block:Caption}{Caption}{/block:Caption}
  318. {/block:Audio}
  319.  
  320. {block:Answer}
  321. <img src="{AskerPortraitURL-30}">
  322. {Asker} asked: {Question}<br>
  323. {Answer}{/block:Answer}
  324.  
  325.  
  326.  
  327. <div id="info">
  328. posted {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  329. {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}{/block:NoteCount}{block:RebloggedFrom} (<a href="{ReblogParentURL}">via</a>{block:ContentSource} / <a href="{SourceURL}">source</a>{block:ContentSource}){/block:RebloggedFrom}<br>
  330. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  331.  
  332. </div>
  333. {/block:Posts}
  334.  
  335. {block:PostNotes}{PostNotes}{/block:PostNotes}
  336.  
  337. </div>
  338.  
  339.  
  340.  
  341. <!----- put in your url here! ---->
  342. <div id="credit"><a href="http://maddiehassonrps.tumblr.com">MH</a></div>
  343. </body>
  344. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement