alithegreat

THEME 1; STARRING ROLE

May 2nd, 2014
892
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.65 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.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head>
  6.  
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12. <!----
  13.  
  14. BASE THEME: Themesbyvanne.tumblr.com
  15. EDITED THEME AND DETAILS: Alicatofrp.tumblr.com
  16. NAME/NUMBER: Starring Role; Theme one
  17.  
  18. Edited for public use by Ali (alicatofrp). Please do not remove the credit from where it is. However, feel free to edit it however much you want; just don't redestritube it afterwards saying that it's yours. I worked very hard on this, alright?
  19.  
  20. :)
  21.  
  22. --->
  23.  
  24. <meta name="image:Sidebar" content=""/>
  25. <meta name="image:Sidebar BG" content=""/>
  26. <meta name="image:Background" content=""/>
  27.  
  28. <meta name="color:Background" content=""/>
  29. <meta name="color:Title" content=""/>
  30. <meta name="color:Blockquote" content=""/>
  31. <meta name="color:Text" content=""/>
  32. <meta name="color:Border" content=""/>
  33. <meta name="color:Link" content=""/>
  34. <meta name="color:Entries" content=""/>
  35. <meta name="color:Description" content=""/>
  36. <meta name="color:Sidebar BG" content=""/>
  37. <meta name="color:Navigation" content=""/>
  38. <meta name="color:Navigation Links" content=""/>
  39.  
  40. <meta name="text:Link1 URL" content=""/>
  41. <meta name="text:Link1 Text" content=""/>
  42. <meta name="text:Link2 URL" content=""/>
  43. <meta name="text:Link2 Text" content=""/>
  44. <meta name="text:Link3 URL" content=""/>
  45. <meta name="text:Link3 Text" content=""/>
  46.  
  47. <style type="text/css">
  48.  
  49. body {
  50. background: {color:Background};
  51. background-image:url('{image:Background}');
  52. background-attachment:fixed;
  53. font-family: Georgia;
  54. font-size: 10px;
  55. color: {color:Text};
  56. }
  57.  
  58. blockquote {
  59. padding-left:5px;
  60. margin:0px 2px 0px 10px;
  61. border-left:2px solid {color:Blockquote};
  62. }
  63.  
  64. a {
  65. text-decoration: none;
  66. color: {color:Link};
  67. }
  68.  
  69. #backbar {
  70. position: fixed;
  71. margin-left:20px;
  72. margin-top: 50px;
  73. width: 340px;
  74. height: 466px;
  75. padding: 10px;
  76. border: 1px solid {color:Border};
  77. background-color:{color:Sidebar BG};
  78. background-attachment:fixed;
  79. background-image:url('{image:Sidebar BG}');
  80. }
  81.  
  82. #photobar {
  83. position:fixed;
  84. margin-top:65px;
  85. margin-left:35px;
  86. border:1px solid {color:Border};
  87. height:220px;
  88. width:200px;
  89. }
  90.  
  91. #description {
  92. position: fixed;
  93. margin-top:300px;
  94. margin-left:35px;
  95. padding: 5px;
  96. width:190px;
  97. height:210px;
  98. border:1px solid {color:Border};
  99. background-color:{color:Description};
  100. }
  101.  
  102. #navbar {
  103. position:fixed;
  104. margin-top:65px;
  105. margin-left:252px;
  106. width:110px;
  107. border:1px solid {color:Border};
  108. background-color:{color:Description};
  109. height:455px;
  110. }
  111.  
  112. #navigation {
  113. margin-top:0px;
  114. text-align:center;
  115. }
  116.  
  117. #navigation a {
  118. display:inline-block;
  119. text-align:center;
  120. border:1px solid {color:Border};
  121. width:85px;
  122. height:50px;
  123. line-height:50px;
  124. text-transform:lowercase;
  125. font-family:georgia;
  126. font-size:9px;
  127. margin-top:11px;
  128. background-color:{color:Navigation};
  129. color:{color:Navigation Links};}
  130.  
  131. #entry {
  132. float:left;
  133. position: relative;
  134. background-color:{color:entries};
  135. width:500px;
  136. padding: 10px;
  137. margin-top:20px;
  138. margin-left:430px;
  139. margin-bottom:20px;
  140. border: 1px solid {color:Border};
  141. }
  142.  
  143. img {
  144. max-width: 100%;
  145. }
  146.  
  147. #posttitles {
  148. text-align: center;
  149. font-size: 18px;
  150. text-transform:Normal;
  151. font-style:italic;
  152. color: {color:Title};
  153. }
  154.  
  155. #pagination {
  156. text-align:center;
  157. margin-top: 10px;
  158. }
  159.  
  160. #pagination a {
  161. display: inline-block;
  162. text-transform:lowercase;
  163. text-align: center;
  164. }
  165.  
  166. #question {
  167. text-align:center;
  168. border-left:3px double {color:Border};
  169. border-right:3px double {color:Border};
  170. padding:10px;
  171.  
  172. }
  173.  
  174. #permalink {
  175. text-align: center;
  176. border-top: 1px solid {color:Border};
  177. position: relative;
  178. font-size:9px;
  179. text-transform:lowercase;
  180. font-family:georgia;
  181. margin-top: 5px;
  182. padding-top: 5px;
  183. }
  184.  
  185. </style>
  186.  
  187. </head>
  188.  
  189. <body>
  190.  
  191. <div id="backbar"></div>
  192.  
  193. <div id="photobar"><img src="{image:Sidebar}"></div>
  194.  
  195. <div id="description">{Description}
  196. <div id="pagination">
  197. {block:PreviousPage}<a href="{PreviousPage}">Previous Page</a>{/block:PreviousPage}
  198. {block:NextPage}/ <a href="{NextPage}">Next Page</a>{/block:NextPage}
  199. </div>
  200. </div>
  201.  
  202. <div id="navbar">
  203. <div id="navigation">
  204. <a href="/">Home</a><br>
  205. <a href="/ask">Ask</a><br>
  206. <a href="/submit">Submit</a><br>
  207. <a href="{text:Link1 URL}">{text:Link1 Text}</a><br>
  208. <a href="{text:Link2 URL}">{text:Link2 Text}</a><br>
  209. <a href="{text:Link3 URL}">{text:Link3 Text}</a><br>
  210. <a href="http://alicatofrp.tumblr.com/">Theme</a>
  211. </div>
  212. </div>
  213.  
  214.  
  215. {block:Posts}
  216. <div id="entry">
  217.  
  218.  
  219. {block:Text}
  220. <div id="posttitles">{block:Title}{Title}{/block:Title}</div>
  221. {Body}
  222. {/block:Text}
  223.  
  224. {block:Photo}
  225. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  226. {block:Caption}{Caption}{/block:Caption}
  227. {/block:Photo}
  228.  
  229. {block:Photoset}
  230. {Photoset-500}
  231. {block:Caption}{Caption}{/block:Caption}
  232. {/block:Photoset}
  233.  
  234. {block:Quote}
  235. {Quote}
  236. {block:Source}<br>—{Source}{/block:Source}
  237. {/block:Quote}
  238.  
  239. {block:Link}
  240. <div id="posttitles"><a href="{URL}" {Target}>{Name}</a></div>
  241. {block:Description}{Description}{/block:Description}
  242. {/block:Link}
  243.  
  244. {block:Chat}
  245. {block:Title}<div id="posttitles">{Title}</div>{/block:Title}
  246. {block:Lines}
  247. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  248. {/block:Lines}
  249. {/block:Chat}
  250.  
  251. {block:Audio}
  252. {AudioPlayerWhite}
  253. {block:Caption}{Caption}{/block:Caption}
  254. {/block:Audio}
  255.  
  256. {block:Video}
  257. {Video-500}
  258. {block:Caption}{Caption}{/block:Caption}
  259. {/block:Video}
  260.  
  261. {block:Answer}
  262. <div id="question"><big>{Asker}:</big>{Question}</div>{Answer}
  263. {/block:Answer}
  264.  
  265.  
  266.  
  267. <div id="permalink">
  268. {block:Date}Posted: {TimeAgo}{/block:Date} with <a href="{Permalink}">
  269. {NoteCountWithLabel}</a> - <a href="{ReblogURL}" target="_blank">Reblog</a>
  270.  
  271. {block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}
  272.  
  273. <br>{block:HasTags}Tagged: {block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  274. </div>
  275.  
  276.  
  277.  
  278. </div> <!-- /div entry --->
  279.  
  280. {/block:Posts}
  281.  
  282. </div><!-- /div container --->
  283.  
  284.  
  285.  
  286.  
  287.  
  288. </body>
  289.  
  290. </html>
Advertisement
Add Comment
Please, Sign In to add comment