Advertisement
kotaanne

wishin' I was 23

Oct 31st, 2013
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.41 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>
  4.  
  5. <!--- theme by @ deathstar-s
  6. if you are comfortable with editing themes, (css&html) feel free to edit this theme to your liking. please keep the credit on your page (you can movie it to a secondary page if you would like (: )--->
  7.  
  8. <title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12. <!--- IF USING WEB FONTS PLACE LINKS IN THIS SECTOIN! (: --->
  13. <link href='http://fonts.googleapis.com/css?family=Patrick+Hand+SC' rel='stylesheet' type='text/css'>
  14. <link href='http://fonts.googleapis.com/css?family=The+Girl+Next+Door' rel='stylesheet' type='text/css'>
  15. <link href='http://fonts.googleapis.com/css?family=Unkempt' rel='stylesheet' type='text/css'>
  16. <!---end section or whatever bye --->
  17.  
  18. <meta name="color:background" content="#ffffff"/>
  19. <meta name="color:border" content="#f8e8e8"/>
  20. <meta name="color:sidebarbg" content="#000000"/>
  21. <meta name="color:text" content="#838282"/>
  22. <meta name="color:links" content="#e2bfde"/>
  23. <meta name="color:title" content="#e2bfde"/>
  24. <meta name="color:subtitle" content="#e0e0e0"/>
  25. <meta name="color:posts" content="#ffffff"/>
  26. <meta name="color:link hover" content="#e0e0e0"/>
  27. <meta name="image:sidebar" content=""/>
  28. <meta name="text:subtitle" content="this is your subtitle"/>
  29. <meta name="text:Link 1 URL" content="/"/>
  30. <meta name="text:Link 1 name" content="link one"/>
  31. <meta name="text:Link 2 URL" content="/"/>
  32. <meta name="text:Link 2 name" content="link two"/>
  33. <meta name="text:Link 3 URL" content="/"/>
  34. <meta name="text:Link 3 name" content="link three"/>
  35. <meta name="text:Link 4 URL" content="/"/>
  36. <meta name="text:Link 4 name" content="link four"/>
  37. <meta name="text:ask" content="askbox"/>
  38.  
  39. <style type="text/css">
  40.  
  41. body {
  42. background:{color:background};
  43. margin:0px;
  44. color:{color:text};
  45. font-family:arial;
  46. font-size:10px;
  47. line-height:100%;
  48. font-style: none;
  49. }
  50.  
  51. a:link, a:visited, a:active {
  52. color: {color:links};
  53. text-decoration: none;
  54. font-weight: normal;
  55. }
  56.  
  57. a:link hover {
  58. color: {color:link hover};
  59. text-decoration: none;
  60. font-weight: normal;
  61. }
  62.  
  63. #entries {
  64. position:relative;
  65. float:left;
  66. width:522px;
  67. top:5px;
  68. text-align:justify;
  69. left:530px;
  70. padding:40px;
  71. }
  72.  
  73. #post {
  74. margin-bottom:25px;
  75. width:500px;
  76. padding:5px;
  77. background-color: {color:posts};
  78. }
  79.  
  80. #pagination {
  81. text-align:center;
  82. font-size:10px;
  83. margin-bottom:2px;
  84. font-style:none;
  85. text-transform: lowercase;
  86. background-color:{color:border};
  87. }
  88.  
  89. #sidebar {
  90. width:400px;
  91. position: fixed;
  92. height: 100%;
  93. padding:10px;
  94. border-right:1px {color:border};
  95. background-image:url({image:sidebar});
  96. }
  97.  
  98. #sidebarimage img {
  99. max-width: 300px;
  100. margin-left: auto;
  101. margin-right: auto;
  102. border:solid 5px {color:border};
  103. }
  104.  
  105. #sidebarimage {
  106. max-width: 320px;
  107. margin-left: auto;
  108. margin-right: auto;
  109. }
  110.  
  111.  
  112. #desc {
  113. width:320px;
  114. margin-top:150px;
  115. margin: 15px auto 40%
  116. padding: 30px;
  117. height:auto;
  118. text-align:center;
  119. margin-left:40px;
  120. margin-top:2px;
  121. margin-bottom:5px;
  122. text-transform:none;
  123. color:{color:text};
  124. background-color:white;
  125.  
  126. }
  127.  
  128. #info {
  129. text-transform:lowercase;
  130. font-style:none;
  131. font-size: 9px;
  132. width:500px;
  133. border-top:dotted 1px;
  134. color:{color:text};
  135. text-align:center;
  136. padding-top:5px;
  137. }
  138.  
  139. #info a:link {
  140. color:{color:link};
  141. }
  142.  
  143. #info a:hover {
  144.  
  145. color:{color:link hover};
  146. }
  147. #title1 {
  148. font-size:14px;
  149. font-family: 'Unkempt', cursive;
  150. color:{color:subtitle};
  151. font-style:italic}
  152.  
  153. #title2 {
  154. font-family: 'Patrick Hand SC', cursive;
  155. font-style:italic;
  156. letter-spacing:1px;
  157. text-align:center;
  158. font-size:25px;
  159. margin-top:250px;
  160. margin-left:auto;
  161. padding:2px;
  162. width:auto;
  163. z-index:100;
  164. margin-bottom:5px;
  165. color:{color:title}
  166. }
  167.  
  168. #subtitle {
  169. font-family: 'The Girl Next Door', cursive;
  170. font-style:italic;
  171. letter-spacing:1px;
  172. text-align:center;
  173. font-size:15px;
  174. margin-left:auto;
  175. padding:3px;
  176. width:auto;
  177. color:{color:subtitle}
  178.  
  179. }
  180.  
  181. #ask {
  182. float:left;
  183. margin-right:5px;
  184.  
  185. }
  186.  
  187. #links {
  188. margin-left:2px;
  189. margin-bottom:15px;
  190. }
  191.  
  192. #links a{
  193. width:300px;
  194. margin-left:auto;
  195. margin-bottom:2px;
  196. font-style:italic;
  197. text-align:center;
  198. display:inline-block;
  199. line-height:10px;
  200. text-transform:lowercase;
  201. color:{color:links};
  202. letter-spacing:0px;
  203. padding:3px 5px 3px 5px;
  204. background-color:{color:border};
  205.  
  206. }
  207.  
  208. #links a:hover{
  209. border:none;
  210. color:{color:info}
  211. background-color:#8739cc;
  212. letter-spacing:2px;
  213. }
  214.  
  215. #audio {
  216. width:250px;
  217. height:100px;
  218. }
  219.  
  220. .albumart {
  221. width:100px;
  222. height:100px;
  223. position:absolute;
  224.  
  225. }
  226.  
  227. .albumart img {
  228. width:100px;
  229. height:100px;}
  230.  
  231. .playercontainer {
  232. opacity:0.7;
  233. display:block;
  234. width:100px;
  235. height:100px;
  236. background-color:white;
  237. position:absolute;
  238. z-index:3;
  239. -webkit-transition:all 0.5s ease-in-out;
  240. -moz-transition:all 0.5s ease-in-out;
  241. -o-transition:all 0.5s ease-in-out;
  242. -ms-transition:all 0.5s ease-in-out;
  243. transition:all 0.5s ease-in-out;
  244. }
  245.  
  246. .playercontainer:hover {
  247. opacity:0.2;
  248. }
  249.  
  250. .player {
  251. margin-left:36px;
  252. margin-top:36px;
  253. width:25px;
  254. height:25px;
  255. overflow:hidden;
  256. background-color:white;
  257. }
  258.  
  259. .audioinfo {
  260. text-transform:lowercase;
  261. margin-left:105px;
  262. margin-bottom:3px;
  263. width:250px;
  264. float:left;
  265. padding:2px;
  266. }
  267.  
  268. #credit {
  269. font-family: calibri;
  270. font-size: 8px;
  271. text-transform: uppercase;
  272. bottom: 5px;
  273. right: 5px;
  274. position: fixed;
  275. letter-spacing: 2px;
  276. color:{color:text};
  277. }
  278.  
  279. {CustomCSS}</style>
  280.  
  281.  
  282. </head><body>
  283.  
  284. <div id="sidebar">
  285. <div id="desc">
  286. <div id="title2"><br />{Title}</div>
  287. <div id="subtitle">{text:subtitle}</div><br />
  288. {Description}
  289. <div id="links"><p>
  290. <a href="/">index</a><br />
  291. <a href="/ask">{text:ask}</a> <br />
  292. <a href="{text:Link 1 URL}">{text:Link 1 name}</a><br />
  293. <a href="{text:Link 2 URL}">{text:Link 2 name}</a><br />
  294. <a href="{text:Link 3 URL}">{text:Link 3 name}</a><br />
  295. <a href="{text:Link 4 URL}">{text:Link 4 name}</a><br />
  296. </div>
  297. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> << </a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}"> >> </a>{/block:NextPage}{/block:Pagination}</div>
  298. </div>
  299.  
  300.  
  301.  
  302. </div>
  303.  
  304.  
  305.  
  306. </div>
  307.  
  308. <div id="entries">{block:Posts}<div id="post">
  309. {block:ContentSource}
  310. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  311. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  312. {/block:SourceLogo}
  313. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  314. {/block:ContentSource}
  315.  
  316. {block:Text}<div id="title1">{block:Title}{Title}{/block:Title}</div>{Body}{/block:Text}
  317.  
  318. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  319.  
  320. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  321.  
  322. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  323.  
  324. {block:Link}<div id="title1"><h1><a href="{URL}" {Target}>{Name}</a></h1></div>{block:Description}{Description}{/block:Description}{/block:Link}
  325.  
  326. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  327.  
  328. {block:Audio}
  329. <div id="audio"><div class="albumart"><img src="http://static.tumblr.com/4wyqgof/Dyvm2qmp1/default.jpg"></div>{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playercontainer"><div class="player">{AudioPlayerWhite}</div></div>
  330. {block:TrackName}<div class="audioinfo">♪ {TrackName}</div><br>{/block:TrackName}{block:Artist}<div class="audioinfo">♪ {Artist}</div><br>{/block:Artist}{block:Album}<div class="audioinfo">♪ {Album}</div>{/block:Album}</div>
  331. {block:Caption}{Caption}{/block:Caption}
  332. {/block:Audio}
  333.  
  334. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  335.  
  336. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}"></div>{Asker} asked:<br>{Question}{Answer}{/block:Answer}
  337.  
  338.  
  339. <div id="info">{block:Date}<a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}・ <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {/block:Date}{block:RebloggedFrom}・ <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}
  340. {block:ContentSource}・ <a href="{SourceURL}">source</a>{/block:ContentSource} <br>
  341. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  342.  
  343. </div>
  344.  
  345.  
  346.  
  347. </div>
  348.  
  349.  
  350.  
  351. {block:PostNotes}{PostNotes}{/block:PostNotes}
  352. {/block:Posts}
  353.  
  354. </div>
  355. <div id="credit"><a href="http://deathstar-s.tumblr.com">© deathstar-s</a></div>
  356.  
  357. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement