furyofthetimelords

theme 002 ver.1

Nov 22nd, 2012
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.82 KB | None | 0 0
  1. <!-- theme 002 by laura @furyofthetimelords
  2. don't steal or claim as your own
  3. editing is fine, but keep the credit in tact -->
  4.  
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8.  
  9. <head>
  10.  
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14.  
  15.  
  16. <meta name="color:background" content="#d00040" />
  17. <meta name="color:post" content="#fcbe8d" />
  18. <meta name="color:sidebar" content="#fcbe8d" />
  19. <meta name="color:description" content="#d26745" />
  20. <meta name="color:text" content="#e26d75" />
  21. <meta name="color:title" content="#d5866d" />
  22. <meta name="color:link" content="#e68b8e" />
  23. <meta name="color:lhover" content=#"ffffff" />
  24.  
  25. <meta name="text:link1" content="" />
  26. <meta name="text:link1 URL" content="" />
  27. <meta name="text:link2" content="" />
  28. <meta name="text:link2 URL" content="" />
  29. <meta name="text:link3" content="" />
  30. <meta name="text:link3 URL" content="" />
  31.  
  32. <meta name="image:sidebar img" content="" />
  33. <meta name="image:background" content="" />
  34. <style type="text/css">
  35.  
  36. body {
  37. background: {color:background};
  38. background-image: url('{image:background}');
  39. margin: 0;
  40. padding: 0;
  41. font-family: consolas;
  42. }
  43.  
  44. a{text-decoration:none;}
  45.  
  46. a:link, a:active, a:visited{
  47. color: {color:link};
  48. text-decoration:none;
  49. }
  50.  
  51. a:hover{
  52. color: {color:lhover};
  53. }
  54.  
  55. #stitle {
  56. font-family: goudy old style;
  57. font-size:25px;
  58. margin-top:100px;
  59. color:{color:title};
  60. }
  61.  
  62. #sidebar {
  63. position:fixed;
  64. margin-top:0px;
  65. margin-left:0px;
  66. width:250px;
  67. height:100%;
  68. padding:5px;
  69. background-color:{color:sidebar};
  70. }
  71.  
  72. #slinks {
  73. font-family:courier new;
  74. font-size:10px;
  75. padding:3px;
  76. text-align:center;
  77. color:{color:link};
  78. background-color:{color:background};
  79. margin-left:60px;
  80. margin-right:60px;
  81. padding:2px;
  82. }
  83.  
  84. #sidebarpic img {
  85. margin-top:10px;
  86. margin-bottom:20px;
  87. width:150px;
  88. margin-left:50px;
  89. margin-right:50px;
  90. height:150;
  91. text-align:center;
  92. }
  93.  
  94. #description {
  95. margin-top:2px;
  96. margin-left:50px;
  97. margin-right:50px;
  98. margin-bottom:2px;
  99. width: 150px;
  100. height:auto;
  101. font-size:10px;
  102. text-align:center;
  103. color:{color:description};
  104. font-family:consolas;
  105. }
  106.  
  107. #entry {
  108. font-size:10px;
  109. margin-right: 400px;
  110. margin-top:40px;
  111. float: right;
  112. text-align: left;
  113. font-family: consolas;
  114. width:500px;
  115. }
  116.  
  117. .question {
  118. width:490px;
  119. padding:10px;
  120. background-color:{color:post};
  121. }
  122.  
  123. #player {
  124. width:30px;
  125. height:30px;
  126. margin-left:40px;
  127. margin-top:35px;
  128. overflow:hidden;
  129. position:absolute;
  130. opacity: 0.7;
  131. filter:alpha(opacity=70);
  132. -moz-opacity: 0.7;
  133. -khtml-opacity: 0.7;
  134. }
  135.  
  136. #audi img{
  137. margin-left:-100px;
  138. float:left;
  139. width:100px;
  140. height:100px;
  141. margin-right:5px;
  142. background-color:{color:border};
  143. }
  144.  
  145. #audip img{
  146. float:left;
  147. width:100px;
  148. height:100px;
  149. background-color:{color:border};
  150. }
  151.  
  152. #audiod {
  153. width:400px;
  154. margin-left:100px;
  155. height:100px;
  156. font-size:15px;
  157. text-transform:uppercase;
  158. }
  159.  
  160. #title {
  161. font-family: goudy old style;
  162. color:{color:text};
  163. font-size:18px;
  164. text-align:left;
  165. text-decoration:none;
  166. width:500px;
  167. }
  168.  
  169. #post {
  170. font-size:10px;
  171. padding: 5px;
  172. width: 500px;
  173. background-color:{color:post};
  174. color:{color:text};
  175. text-align: left;
  176. }
  177.  
  178. #audioplayer {
  179. width:30px;
  180. height:30px;
  181. overflow:hidden;
  182. position:absolute;
  183. margin-top:45px;
  184. margin-bottom:45px;
  185. margin-left:45px;
  186. margin-right:45px;
  187. }
  188.  
  189. {CustomCSS}
  190. </style>
  191. </head>
  192.  
  193. <body>
  194.  
  195. <div id="sidebar">
  196. <center>
  197. <div id="stitle">{Title}</div></center>
  198. <br>
  199. <div id="sidebarpic"><img src="{image:sidebar img}"/></a></div>
  200. <div id="slinks"> <a href="/">home</a> <a href="/ask">ask</a> <a href="/archive">archive</a> <br>{block:ifLink1}<a href="{text:link1 URL}">{text:link1}</a>{/block:ifLink1} {block:ifLink2}<a href="{text:link2 URL}">{text:link2}</a>{/block:ifLink2} {block:ifLink3}<a href="{text:link3 URL}">{text:link3}</a>{/block:ifLink3} <br><a href="http://furyofthetimelords.tumblr.com/">credit</a></div>
  201. <div id="description">{block:Description}{Description}{/block:Description}</div>
  202. <center>
  203. {block:PreviousPage}<a href="{PreviousPage}"><font-size="12">«</font></a>{/block:PreviousPage} {block:NextPage} <a href="{NextPage}"><font-size="12">»</font></a>{/block:NextPage}
  204. </center></div>
  205.  
  206.  
  207. <div id="entry">
  208. {block:Posts}
  209. <div id="post">
  210.  
  211. {block:Text}
  212. {block:Title}<div id="title">{Title}</div>{/block:Title}
  213. {Body}
  214. {/block:Text}
  215.  
  216. {block:Quote}<div id="title"><h4>“{Quote}” — {Source}</h4></div>{/block:Quote}
  217.  
  218. {block:Link}<a href="{URL}" class="link" {Target}> <h2>{Name}</h2></a>
  219. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  220.  
  221. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  222. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  223.  
  224. {block:Chat}{block:Title}<t>{Title}</t><br>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  225. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  226.  
  227. {block:Answer}
  228. <div class="question">
  229. <center><b>{Asker}</b> asked:</center><br>
  230. {Question}</div>{Answer}
  231. {/block:Answer}
  232.  
  233.  
  234.  
  235. {block:Audio}<div id="audip"><img src="http://fc08.deviantart.net/fs71/f/2011/185/f/9/no_cover_itunes_by_stainless2-d3kxnbe.png"></div><span class="audio">{block:AlbumArt}<div id="audi"><image src="{AlbumArtURL}" width="100"></div>{/block:AlbumArt}
  236. <div id= "player">{AudioPlayerWhite}</div> <div id="audiod"><center>{block:TrackName}<strong>{TrackName}</strong>{/block:TrackName} {block:Artist}<br><em>{Artist}</em>{/block:Artist} {block:PlayCount}<br>{PlayCount} {/block:PlayCount}</div></center></span>
  237. {block:Caption}{Caption}{/block:Caption}
  238. {/block:Audio}
  239.  
  240. <div id="info">posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} • <a href="{Permalink}">{NoteCount}</a> notes{/block:NoteCount}{block:RebloggedFrom} (<a href="{ReblogParentURL}">{ReblogParentName}</a>
  241. {block:ContentSource} source <a href="{SourceURL}">{SourceLink}</a>){block:ContentSource}{/block:RebloggedFrom}<br>
  242. {block:HasTags}{block:Tags}<a href="{TagURL}"># {Tag}</a> {/block:Tags}{/block:HasTags}</div></div><br>
  243. <br>
  244. <br>
  245. {/block:Posts}
  246.  
  247. {block:PostNotes}{PostNotes}{/block:PostNotes}
  248.  
  249. </div>
  250.  
  251. </body>
  252.  
  253. </html>
Advertisement
Add Comment
Please, Sign In to add comment