Advertisement
awzoella

theme 7

Aug 9th, 2014
668
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.52 KB | None | 0 0
  1. theme 7 by awzoella
  2.  
  3. --------------------------------------------
  4.  
  5.  
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8. <head><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.  
  13.  
  14. <!-- THEME BY AWZOELLA DO NOT REMOVE CREDIT OR STEAL -->
  15.  
  16.  
  17. <meta name="color:background" content="#ffffff"/>
  18. <meta name="color:text" content="#000000"/>
  19. <meta name="color:link" content="#000000"/>
  20. <meta name="color:scrollbar" content="eeeeee"/>
  21.  
  22. <meta name="image:sidebar" content=""/>
  23.  
  24. <meta name="text:link 1" content="link1"/>
  25. <meta name="text:link 1 url" content="/" />
  26. <meta name="text:link 2" content="link2"/>
  27. <meta name="text:link 2 url" content="/" />
  28. <meta name="text:link 3" content="link3"/>
  29. <meta name="text:link 3 url" content="/" />
  30. <meta name="text:link 4" content="link4"/>
  31. <meta name="text:link 4 url" content="/" />
  32.  
  33.  
  34. <style type="text/css">
  35.  
  36.  
  37. ::selection {background: #fff; color:{color:selection};}
  38. ::-moz-selection {background: #fff; color:{color:selection};}
  39. ::-webkit-selection {background: #fff; color:{color:selection};}
  40.  
  41. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar};
  42. height:100px;}
  43.  
  44. ::-webkit-scrollbar { height:10px;width:5px; background-color:#fff;}
  45.  
  46.  
  47. /* --- BODY ---*/
  48.  
  49. body {
  50. font-style:none;
  51. background:{color:background};
  52. margin:0px; color:{color:text};
  53. font-family:helvetica;
  54. font-size:11px;
  55. line-height:100%;
  56. }
  57.  
  58. blockquote {
  59. border-left:2px solid #ECECEC;
  60. padding-left:2px;
  61. margin:5px;
  62. }
  63.  
  64. a {
  65. color:{color:link}
  66. }
  67.  
  68. a {
  69. text-decoration:none;
  70. -webkit-transition:all 0.5s ease-in-out;
  71. -moz-transition:all 0.5s ease-in-out;
  72. -o-transition:all 0.5s ease-in-out;
  73. -ms-transition:all 0.5s ease-in-out;
  74. transition:all 0.5s ease-in-out;
  75. }
  76.  
  77. a:hover {
  78. text-decoration:underline;
  79. }
  80.  
  81. img {none;}
  82.  
  83. h1 , h2 {
  84. font-family:helvetica;
  85. text-transform:none;
  86. font-size:14px;
  87. line-height:30px;
  88. letter-spacing:0px;
  89. text-align:center;
  90. font-style:none;
  91. }
  92.  
  93. #entries {
  94. padding-top:10px;
  95. width:500px;
  96. margin-left:500px;
  97. margin-top:50px;
  98.  
  99. }
  100.  
  101. #post {
  102. width:500px;
  103. padding-bottom:10px;
  104. font-style:none;
  105. margin-bottom:-10px;
  106. }
  107.  
  108.  
  109. #sidebar{
  110. width:245px;
  111. position:fixed;
  112. margin-left:100px;
  113. margin-top:110px;
  114. text-align:center;
  115. }
  116.  
  117. #sidebar {
  118. width:245px;
  119. }
  120.  
  121. #sidebarimage img {
  122. margin-left:90px;
  123. width:245px;
  124. max-height:750px;
  125. padding-top:5px;
  126. padding-left:5px;
  127. padding-bottom:0px;
  128. padding-right:5px;
  129. margin-top:0px;
  130. }
  131.  
  132. #title {
  133. width:245px;
  134. line-height:100%;
  135. font-size:20px;
  136. font-weight:bold;
  137. text-align:left;
  138. font-family:arial;
  139. padding:5px;
  140. padding-bottom:2px;
  141. margin-left:90px;
  142. letter-spacing:0px;
  143. }
  144.  
  145. #nav {
  146. position:fixed;
  147. overflow:hidden;
  148. margin-top:150px;
  149. margin-left:315px;
  150. }
  151.  
  152. #link1 a , #link2 a, #link3 a
  153.  
  154.  
  155. #title {
  156. font-size:20px;
  157. font-weight:bold;
  158. text-align:left;
  159. font-family:arial;
  160. padding-top:10px;
  161. padding-bottom:10px;
  162. letter-spacing:-1px;
  163. }
  164.  
  165. #description {
  166. margin-left: 95px;
  167. margin-top: 30px;
  168. width: 245px;
  169. line-height: 115%;
  170. background-color: {color:background};
  171. text-transform:none;
  172. text-align:justify;
  173. font-family:helvetica;
  174. font-size: 11px;
  175. font-style:none;
  176. padding-bottom:0px;
  177. padding-top:5px;
  178. }
  179.  
  180. #links {
  181. text-align:left;
  182. position: fixed;
  183. font-family:helvetica;
  184. padding-top: 0px;
  185. padding-bottom: 10px;
  186. margin-top: 10px;
  187. margin-left: 95px;
  188. letter-spacing: 1px;
  189. word-spacing:5px;
  190. height: 10px;
  191. width: 245px;
  192. }
  193.  
  194. #links a {
  195.  
  196. padding-top: 5px;
  197. padding-bottom: 5px;
  198. padding-right:7px;
  199. padding-left:7px;
  200. margin-bottom: 5px;
  201. font-size: 10px;
  202. font-style:normal;
  203. text-transform:lowercase;
  204. width: 245px;
  205. background-color:#eee;
  206. border-top:solid 1px #f5f5f5;
  207. border-left:solid 1px #f5f5f5;
  208. border-bottom:solid 1px #b3b3b3;
  209. border-right:solid 1px #b3b3b3;
  210. }
  211.  
  212. #questions {
  213. background-color:#eee;
  214. border-top:solid 1px #f5f5f5;
  215. border-left:solid 1px #f5f5f5;
  216. border-bottom:solid 1px #b3b3b3;
  217. border-right:solid 1px #b3b3b3;
  218. color: {color:text};
  219. margin-left:0px;
  220. padding:5px;
  221. margin-top:5px;
  222. margin-bottom:5px;
  223. font-family:helvetica;
  224. font-size:10px;
  225. font-style:normal;
  226. text-align:center;
  227. }
  228.  
  229. .note {
  230. padding:0px 20px 0px 20px;
  231. background-color:{color:background};
  232. text-transform:lowercase;
  233. letter-spacing:0px;
  234. font-size: 11px;
  235. font-style:normal;
  236. text-align:left;
  237. line-height:120%;
  238. }
  239.  
  240. .note li {
  241. list-style-type:none;
  242. padding:5px 25px 5px 25px;
  243. text-align:left;
  244. margin-right:30px;
  245. margin-top:-50px;
  246. }
  247.  
  248. #info {
  249. padding-left:10px;
  250. padding-right:10px;
  251. font-family:helvetica;
  252. text-align:left;
  253. margin-top:15px;
  254. padding-top:10px;
  255. padding-bottom:5px;
  256. text-transform:none;
  257. font-style:none;
  258. font-size:9px;
  259. line-height:100%;
  260. background-color:#eee;
  261. border-top:solid 1px #f5f5f5;
  262. border-left:solid 1px #f5f5f5;
  263. border-right:solid 1px #b3b3b3;
  264. }
  265.  
  266. #RebloggedFrom {
  267. font-family:helvetica;
  268. padding-right:10px;
  269. padding-top:5px;
  270. text-align:right;
  271. margin-top:-20px;
  272. text-transform:none;
  273. font-style:none;
  274. font-size:9px;
  275. }
  276.  
  277. #tags {
  278. font-family:helvetica;
  279. text-align:left;
  280. margin-top:0px;
  281. margin-bottom:30px;
  282. padding-bottom:10px;
  283. padding-top:5px;
  284. padding-left:10px;
  285. padding-right:10px;
  286. text-transform:none;
  287. font-style:none;
  288. font-size:9px;
  289. width:478px;
  290. background-color:#eee;
  291. border-left:solid 1px #f5f5f5;
  292. border-bottom:solid 1px #b3b3b3;
  293. border-right:solid 1px #b3b3b3;
  294. }
  295.  
  296. #pagination{
  297. font-size:12px;
  298. margin-top:25px;
  299. margin-left:90px;
  300. width:245px;
  301. font-family:helvetica;
  302. font-style:normal;
  303. text-align:center;
  304. letter-spacing:1px;
  305. font-family:arial;
  306. font-weight:bold;
  307. }
  308.  
  309. #credit{
  310. right:8px;
  311. bottom:10px;
  312. position:fixed;
  313. padding:5px;
  314. }
  315.  
  316.  
  317.  
  318. {CustomCSS}</style></head><body>
  319.  
  320. <div id="sidebar">
  321. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  322. <div id="title">{Title}</div>
  323. <div id="links">
  324. <a href="{text:link 1 url}">{text:link 1}</a>
  325. <a href="{text:link 2 url}">{text:link 2}</a>
  326. <a href="{text:link 3 url}">{text:link 3}</a>
  327. <a href="{text:link 4 url}">{text:link 4}</a>
  328.  
  329. </div>
  330.  
  331.  
  332. <div id="description">{Description}</div>
  333.  
  334. {block:Pagination}
  335. <div id="pagination">
  336. {block:PreviousPage}
  337. <a href="{PreviousPage}">fall</a>
  338. {/block:PreviousPage}
  339. {block:NextPage}
  340. <a href="{NextPage}">jump</a>
  341. {/block:NextPage}
  342. </div>
  343. {/block:Pagination}
  344.  
  345. <div id="scrollbar">{scrollbar}</div>
  346.  
  347.  
  348. {block:HasPages}{block:Pages}
  349.  
  350. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  351.  
  352. </div>
  353.  
  354.  
  355. </div>
  356.  
  357. <div id="entries">{block:Posts}<div id="post">
  358.  
  359. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  360.  
  361. {block:blockquote}{/block:blockquote}
  362.  
  363.  
  364.  
  365. {block:Photo}
  366. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  367. {/block:Photo}
  368.  
  369. {block:Photoset}
  370. <center>{Photoset-500}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  371. {/block:Photoset}
  372.  
  373. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  374.  
  375. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  376.  
  377. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  378.  
  379. {block:Audio}{AudioPlayerBlack}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  380.  
  381. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  382.  
  383. {block:Answer}<div id="questions"<a href="{askerURL}"><b>{Asker}</b> asked: {Question}</div><div id="answer">{Answer}</div>{/block:answer}
  384.  
  385.  
  386. <div id="info">{block:Date}<a href="{Permalink}">{Month} {DayOfMonth}{/block:Date}{/block:Date} </a> /
  387. {block:NoteCount}<a href="{Permalink}"> {NoteCountWithLabel} </a>{/block:NoteCount}</div>
  388.  
  389. <div id="RebloggedFrom">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} x
  390. {block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}
  391.  
  392. <div id="tags">
  393. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  394.  
  395. </div>
  396. {block:PostNotes}{PostNotes}{/block:PostNotes}
  397. {/block:Posts}</div>
  398.  
  399.  
  400. <div id="credit" data="credit"> <a href="http://awzoella.tumblr.com"><big><big>☼</big></big></a></div>
  401. </div>
  402. </body>
  403. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement