alicescreed

TUMBLR THEME 005 by lutherwest.tumblr.com

Feb 13th, 2013
1,475
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.55 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6. <title>{Title}</title>
  7.  
  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}" />
  11.  
  12. {/block:Description}
  13.  
  14. <!--[ theme 005 by L U T H E R W E S T @ tumblr.com
  15. *no stealing, redistributing, or using as a base
  16. *if you have any questions, contact me via ask ]-->
  17.  
  18.  
  19. <!--DEFAULT VARIABLES-->
  20. <meta name="color:Background" content="#312222"/>
  21. <meta name="color:Text" content="#917676"/>
  22. <meta name="color:Link" content="#964040"/>
  23. <meta name="color:Title" content="#ac5555" />
  24. <meta name="color:Scrollbar" content="#3c2e2e" />
  25. <meta name="color:Scrollbar Bg" content="#5e4848" />
  26. <meta name="color:NavLinkBG" content="#f4f4f4" />
  27. <meta name="color:Border" content="#917676" />
  28.  
  29. <meta name="image:sidebar" content="" />
  30.  
  31. <meta name="text:Link 1 URL" content="/" />
  32. <meta name="text:Link 1 Title" content="link 1" />
  33. <meta name="text:Link 2 URL" content="/" />
  34. <meta name="text:Link 2 Title" content="link 2" />
  35. <meta name="text:Link 3 URL" content="/" />
  36. <meta name="text:Link 3 Title" content="link 3" />
  37. <meta name="text:Link 4 URL" content="/" />
  38. <meta name="text:Link 4 Title" content="link 4" />
  39.  
  40. <meta name="text:Header" content="girls just wanna have fun">
  41. <meta name="text:Subtitle" content ="becky vance. 17. stevenson high junior." />
  42.  
  43. <style type="text/css">
  44.  
  45. body {
  46. background: {color:background};
  47. background-img: {image:background};
  48. margin: 0px;
  49. color: {color:text};
  50. font-family: calibri;
  51. font-size: 10px;
  52. line-height: 10px;
  53. letter-spacing: 1px;
  54. }
  55.  
  56. a {
  57. text-decoration: none;
  58. color: {color:link};
  59. }
  60.  
  61. a: hover {
  62. opacity:.3;
  63. color:{color:link};
  64. }
  65.  
  66. b {
  67. font-weight: bold;
  68. font-family: times new roman;
  69. color: {color:border};
  70. }
  71.  
  72. i {
  73. font-weight: italic;
  74. font-family: times new roman;
  75. color: {color:border};
  76. }
  77.  
  78. blockquote {
  79. padding: 10px;
  80. border-left: 5px solid;
  81. border-color: {color:border};
  82. }
  83.  
  84. h1 {
  85. font-family: times new roman;
  86. font-size: 15pt;
  87. font-style: italic;
  88. letter-spacing: -1px;
  89. margin-top: -5px;
  90. text-align: center;
  91. font-weight: bold;
  92. }
  93.  
  94. h2 {
  95. font-family: times new roman;
  96. font-size: 15pt;
  97. font-style: italic;
  98. letter-spacing: -1px;
  99. margin-top: -5px;
  100. text-align: center;
  101. font-weight: bold;
  102. }
  103.  
  104. #desc {
  105. opacity: 0.0;
  106. height: 0px;
  107. background-color: {color:Description BG};
  108. height: 100px;
  109. width: 180px;
  110. position: absolute;
  111. text-align: center;
  112. padding: 10px;
  113. margin-top: 80px;
  114. transition-duration: 0.6s;
  115. -moz-transition-duration: 0.6s;
  116. -webkit-transition-duration: 0.6s;
  117. -o-transition-duration: 0.6s;
  118. }
  119.  
  120. #sidebar:hover #desc {
  121. opacity: 1.0;
  122. width: 180px;
  123. transition-duration: 0.6s;
  124. -moz-transition-duration: 0.6s;
  125. -webkit-transition-duration: 0.6s;
  126. -o-transition-duration: 0.6s;
  127. }
  128.  
  129. #posts {
  130. padding: 10px;
  131. width: 500px;
  132. margin-left: 500px;
  133. }
  134.  
  135. #post {
  136. width: 500px;
  137. padding-top: 50px;
  138. }
  139.  
  140. #postheader {
  141. background-color: {color:NavLinkBG};
  142. margin-top: 80px;
  143. height: 50px;
  144. width: 500px;
  145. border-top: 1px solid;
  146. border-bottom: 1px solid;
  147. }
  148.  
  149. #postheadertitle {
  150. font-family: times new roman;
  151. font-size: 15pt;
  152. font-style: italic;
  153. letter-spacing: -1px;
  154. padding: 20px;
  155. margin-top: -5px;
  156. text-align: center;
  157. font-weight: bold;
  158. }
  159.  
  160. #postheadersub {
  161. font-family: calibri;
  162. font-size: 8pt;
  163. text-align: center;
  164. margin-top: -18px;
  165. }
  166.  
  167. #sidebar {
  168. width: 200px;
  169. position: fixed;
  170. margin-left: 160px;
  171. margin-top: 130px;
  172. }
  173.  
  174. #sidebarimage {
  175. width: 250px;
  176. }
  177.  
  178. #sidebarimage img {
  179. width: 200px;
  180. }
  181.  
  182. #space {
  183. margin:auto;
  184. }
  185.  
  186. #main {
  187. background-color: transparent;
  188. margin-top: -270px;
  189. margin-left: -250px;
  190. }
  191.  
  192. #hova {
  193. opacity: 0.0;
  194. height: 0px;
  195. background-color: #81F2E1;
  196. float:right;
  197. transition-duration: 0.6s;
  198. -moz-transition-duration: 0.6s;
  199. -webkit-transition-duration: 0.6s;
  200. -o-transition-duration: 0.6s;
  201. }
  202.  
  203. #space:hover #hova {
  204. opacity: 1.0;
  205. margin-right: -50px;
  206. transition-duration: 0.6s;
  207. -moz-transition-duration: 0.6s;
  208. -webkit-transition-duration: 0.6s;
  209. -o-transition-duration: 0.6s;
  210. }
  211.  
  212. #description {
  213. width: 200px;
  214. margin-top: 2px;
  215. padding-left: -5px;
  216. background-color: transparent;
  217. }
  218.  
  219. #desctext {
  220. color: {color:Description};
  221. margin-top: 5px;
  222. text-align: justify;
  223. }
  224.  
  225. #pagination {
  226. font-size: 20px;
  227. text-align: center;
  228. }
  229.  
  230. #quote {
  231. font-family: times new roman;
  232. font-style: italic;
  233. font-size: 15pt;
  234. font-weight: bold;
  235. letter-spacing: -1px;
  236. line-height: 13pt;
  237. color: {color:Border};
  238. }
  239.  
  240. #info {
  241. text-align: right;
  242. line-height: 11px;
  243. margin-top: 10px;
  244. padding: 4px;
  245. font-size: 8pt;
  246. background-color: transparent;
  247. border-top: 1px solid {color:Border};
  248. border-left: 3px solid {color:Border};
  249. }
  250.  
  251. #nav {
  252. position: fixed;
  253. margin-left: 205px;
  254. margin-top: 50px;
  255. }
  256.  
  257. #navlink {
  258. line-height: 8pt;
  259. padding: 3px;
  260. width: 80px;
  261. border-right: 5px solid {color:Border};
  262. background-color: {color:NavLinkBG};
  263. text-transform: uppercase;
  264. }
  265.  
  266. #headerimg {
  267. margin-top: 50px;
  268. }
  269.  
  270. #asker {
  271. float: left;
  272. margin-right: 5px;
  273. font-size: 12pt;
  274. font-family: georgia;
  275. font-style: italic;
  276. font-weight: bold;
  277. }
  278.  
  279. ::-webkit-scrollbar-thumb:vertical {
  280. background-color: {color:scrollbar};
  281. height:auto;
  282. border: 0px solid #000;
  283. }
  284.  
  285. ::-webkit-scrollbar-thumb:horizontal {
  286. background-color: {color:scrollbar};
  287. height:5px !important;
  288. }
  289.  
  290. ::-webkit-scrollbar {
  291. height:2px;
  292. width:10px;
  293. background-color: {color:scrollbar bg};
  294. }
  295.  
  296. {CustomCSS}
  297. </style>
  298.  
  299. </head>
  300.  
  301. <body>
  302. <div id="sidebar">
  303.  
  304. <div id="space">
  305. <div id="sidebarimage"><a href="/"><img src="{image:sidebar}"></a></div>
  306. <div id="hova">
  307. <div id="main">
  308. <div id="nav">
  309. <div id="navlink"><a href="/">home</a></div> <Br>
  310. <div id="navlink"><a href="/ask">ask</a></div> <Br>
  311. <div id="navlink"><a href="/archive">archive</a></div> <Br>
  312. <div id="navlink"><a href="{Text:Link 1 URL}">{Text:Link 1 Title}</a></div><Br>
  313. <div id="navlink"><a href="{Text:Link 2 URL}">{Text:Link 2 Title}</a> </div><Br>
  314. <div id="navlink"> <a href="{Text:Link 3 URL}">{Text:Link 3 Title}</a> </div><Br>
  315. <div id="navlink"><a href="{Text:Link 4 URL}">{Text:Link 4 Title}</a></div><Br>
  316. <div id="navlink"><a href="http://lutherwest.tumblr.com">theme</a></div><Br>
  317. </div>
  318. </div>
  319. </div>
  320. </div>
  321.  
  322. <div id="description"><div id="desctext">{Description}<br><br></div>
  323.  
  324. <div id="pagination">
  325. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>
  326.  
  327. {/block:PreviousPage}
  328. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  329.  
  330. </div>
  331. <br>
  332. </div><br>
  333. </div>
  334.  
  335. </div></div>
  336.  
  337.  
  338. <div id="posts">
  339. <div id="postheader">
  340. <div id="postheadertitle">{text:Header}</div>
  341. <div id="postheadersub">{text:Subtitle}</div>
  342. </div>
  343.  
  344. {block:Posts}<div id="post">
  345.  
  346. {block:Text}<h2>{block:Title}{Title}{/block:Title}</h2>{Body}{/block:Text}
  347.  
  348. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}
  349.  
  350. {Caption}{/block:Caption}{/block:Photo}
  351.  
  352. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}
  353.  
  354. {/block:Photoset}
  355.  
  356. {block:Quote}<div id="quote">{Quote}</div>{block:Source} —{Source}{/block:Source}{/block:Quote}
  357.  
  358. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}
  359.  
  360. {Description}{/block:Description}{/block:Link}
  361.  
  362. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>
  363.  
  364. {Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  365.  
  366. {block:Audio}{AudioPlayerBlack}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  367.  
  368. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  369.  
  370. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker} wondered,<br>
  371.  
  372. {Question}<br>{Answer}{/block:Answer}
  373.  
  374. <div id="info">
  375. {block:Date}{TimeAgo}{/block:Date} / <a href="{Permalink}">
  376. <b>{NoteCountWithLabel}</b></a>{block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}"
  377. title="{ReblogParentTitle}"><b>{ReblogParentName}</b></a> source: <a
  378.  
  379. href="{ReblogRootURL}"title="{ReblogRoottitle}"><b>{ReblogRootName}</b></a>
  380.  
  381. {/block:RebloggedFrom}<br> {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>
  382.  
  383. {/block:Tags}{/block:HasTags}</div>
  384.  
  385. </div>
  386. {block:PostNotes}{PostNotes}{/block:PostNotes}
  387. {/block:Posts}</div><br><Br>
  388.  
  389. </body>
  390.  
  391. </html>
Advertisement
Add Comment
Please, Sign In to add comment