Trevania

Enormity ;; Theme

Dec 25th, 2012
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.95 KB | None | 0 0
  1. <html>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. <!----
  12. PAGE DESIGNED BY STEPHANIE TREVANIA
  13. DO NOT ATTEMPT TO RECREATE OR REDISTRIBUTE
  14. DO NOT REMOVE THE CREDIT.
  15. I WILL FIND YOU IF YOU DO.
  16. PLUS, WHY WOULD YOU DO SUCH A THING.
  17. IF YOU NEED HELP, DROP ME A LINE OR GOOGLE IT
  18.  
  19. T R E V A N I A . T U M B L R . C O M
  20.  
  21. ------>
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31. <head>
  32.  
  33. <!--Default Variables-->
  34. <!--Colors-->
  35. <meta name="color:Background" content="#ffffff"/>
  36. <meta name="color:Container" content="#ffffff"/>
  37. <meta name="color:Entry" content="#ffffff"/>
  38. <meta name="color:Side" content="#ffffff"/>
  39. <meta name="color:Text" content="#828282"/>
  40. <meta name="color:Link" content="#8ea089"/>
  41. <meta name="color:Link Hover" content="#e8e8e8"/>
  42. <meta name="color:Border" content="#4d4949"/>
  43.  
  44. <!--Text-->
  45. <meta name="font:title" content="calibri" />
  46. <meta name="font:body" content="calibri" />
  47.  
  48. <!--Images-->
  49. <meta name="image:Background" content""/>
  50. <meta name="image:Sidebar" content""/>
  51.  
  52. <!-- LINKS -->
  53. <meta name="text:link 1" content="link 1" />
  54. <meta name="text:link 1 url" content="/" />
  55. <meta name="text:link 2" content="link 2" />
  56. <meta name="text:link 2 url" content="/" />
  57. <meta name="text:link 3" content="link 3" />
  58. <meta name="text:link 3 url" content="/" />
  59. <meta name="text:link 4" content="link 4" />
  60. <meta name="text:link 4 url" content="/" />
  61. <meta name="text:link 5" content="link 5" />
  62. <meta name="text:link 5 url" content="/" />
  63.  
  64. {block:Description}
  65. <meta name="description" content="{MetaDescription}" />{/block:Description}
  66.  
  67. <title>{block:PostSummary} {PostSummary} - {/block:PostSummary}{Title}</title>
  68. </style>
  69.  
  70. <style type="text/css">
  71.  
  72. body{
  73. background-color: {color:Background};
  74. background-image: url({image:Background});
  75. background-attachment: fixed;
  76. background-repeat: repeat;
  77. background-position: center;
  78. font-family:helvetica;
  79. font-size:10px;
  80. line-height:11px;
  81. color:{color:Text};
  82. }
  83.  
  84. a:link, a:active, a:visited{
  85. color: {color:Link};
  86. text-decoration:none;
  87. }
  88.  
  89. a:hover{
  90. color: {color:Link Hover};
  91. text-decoration: italics;
  92. }
  93.  
  94. b, strong{
  95. color: #F63;
  96. }
  97. i, em {
  98. color: #999;
  99. }
  100.  
  101. j {
  102. color:#85D8CB;
  103. }
  104.  
  105. s , strikethrough {
  106. color:#b9d160;
  107. }
  108.  
  109. #container {
  110. width: 100%;
  111. position: fixed;
  112. margin: 0 auto;
  113. }
  114.  
  115. #entry {
  116. background-color: {color:entry};
  117. font-family:calibri;
  118. width:500px;
  119. float:left;
  120. margin-left:500px;
  121. margin-top:30px;
  122. padding:10px;
  123. border-left: 1px dotted {color:border};
  124. }
  125.  
  126. #permalink{
  127. position:relative;
  128. margin-top:5px;
  129. padding:2px;
  130. font-size:8px;
  131. text-transform:uppercase;
  132. }
  133.  
  134. #sidebarandshit {
  135. text-align:center;
  136. position: fixed;
  137. width:220px;
  138. height:700px;
  139. margin-top:40px;
  140. margin-left:200px;
  141. padding:0px;
  142. }
  143.  
  144.  
  145. #header {
  146. line-height: 12px;
  147. padding:25px;
  148. padding-top:10px;
  149. padding-bottom: 10px;
  150. font-size:8px;
  151. letter-spacing: 1px;
  152. text-transform:uppercase;
  153. margin-top:10px;
  154. margin-bottom:4px;
  155. border-bottom: 1px dotted {color:border};
  156.  
  157. }
  158.  
  159.  
  160. .nav{
  161. padding-top:5px;
  162. padding-bottom: 10px;
  163. font-size:9px;
  164. text-transform:uppercase;
  165. margin-top:10px;
  166. margin-bottom:10px;
  167.  
  168.  
  169. }
  170.  
  171. #sidebar_imgandshit {
  172. margin: 10px auto;
  173. width: 185px;
  174. height: 185px;
  175. border: 10px solid {color:Entry};
  176.  
  177.  
  178.  
  179.  
  180. }
  181.  
  182. #sidebar_textandshit{
  183. background-color: {color:entry};
  184. margin-top:-10px;
  185. text-align:left;
  186. font-family: calibri;
  187. font-size: 10px;
  188. padding:25px;
  189. padding-top: 15px;
  190. text-transform:none;
  191. border-top: 1px dotted {color:border};
  192. margin-top: 10px;
  193.  
  194.  
  195.  
  196. }
  197.  
  198. #tagsandshit {
  199. background-color:{color:background};
  200. font-family:calibri;
  201. text-align:left;
  202. margin:7px 4px 2px 0px;
  203. padding:2px;
  204. text-transform:uppercase;
  205. font-style:none;
  206. font-size:6px;
  207. line-height: 11px;
  208. width:493px;
  209. border-right: 1px solid {color:border};
  210. border-top: 1px solid {color:border};
  211. border-left: 1px solid {color:border};
  212.  
  213. }
  214.  
  215. #notesandshit {
  216. font-size: 8px;
  217. margin-left: 530px;
  218. text-transform:uppercase;
  219. letter-spacing: 1px;
  220. line-height:15px;
  221. width: 500px;
  222. }
  223.  
  224.  
  225. #askandshit {
  226. background-color:#F63;
  227. color: #ffffff;
  228. padding:5px;
  229. margin-top: 2px;
  230. margin-bottom:2px;
  231. font-family:calibri;
  232. font-size:10px;
  233. text-align:center;
  234. border-left: 1px dotted {color:link};
  235.  
  236. }
  237.  
  238.  
  239. #morelinksandshit {
  240. margin-top:-1px;
  241. font-family:calibri;
  242. text-align:center;
  243. font-size:10px;
  244. text-transform:uppercase;
  245. font-weight:none;
  246. padding:2px;
  247. letter-spacing:1px;
  248.  
  249. }
  250.  
  251.  
  252. .posttitle{
  253. font-size: 18px;
  254. line-height: 20px;
  255. }
  256.  
  257. blockquote{
  258. margin-left:10px;
  259. padding-left:4px;
  260. border-left: 1px dotted {color:Text};
  261. }
  262.  
  263. .p { padding-top: 5px; }
  264. .ol, ul { margin-left: 10px; padding: 5px; }
  265. .ul { list-style-type: square; }
  266.  
  267. .audio{background-color:none; display:block}
  268.  
  269. {CustomCSS}
  270. </style>
  271.  
  272. <link rel="shortcut icon" href="{Favicon}">
  273. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  274.  
  275. </head>
  276. <body>
  277. <div id="container">
  278. <div id="sidebarandshit">
  279. <div id="header"><a href="/">{Title}</a></div>
  280. <div id="sidebar_imgandshit">
  281. <img src="{image:Sidebar}"></div>
  282. <div class="nav">
  283. {block:PreviousPage}<a href="{PreviousPage}"> ← </a>{block:PreviousPage} &nbsp; ·
  284. <a href="/">Home</a> · &nbsp;
  285. <a href="/ask">Ask</a> · &nbsp;
  286. <a href="/archive">Past</a> ·&nbsp;
  287. <a href="http://tomhardies.tumblr.com/">Theme</a> · &nbsp; {block:NextPage}<a href="{NextPage}"> → </a>{/block:NextPage}{/block:Pagination}
  288. <div id="sidebar_textandshit">{Description}</div>
  289.  
  290. <br/>
  291.  
  292. <div id="morelinksandshit">
  293. <a href="{text:link 1 url}">{text:link 1}</a> ·
  294. <a href="{text:link 2 url}">{text:link 2}</a> ·
  295. <a href="{text:link 3 url}">{text:link 3}</a> ·
  296. <a href="{text:link 4 url}">{text:link 4}</a> ·
  297. <a href="{text:link 5 url}">{text:link 5}</a> <br>
  298. </div>
  299.  
  300. </div></div></div></div>
  301.  
  302.  
  303. {block:Posts}<div id="entry">{block:Text}{block:Title}<div class="posttitle">{Title}</div>{/block:Title}
  304. {Body}{/block:Text}
  305.  
  306. {block:Link}<div class="posttitle"><b><a href="{URL}">{Name}</a></b></div>{block:Description}{Description}{/block:Description}{/block:Link}
  307.  
  308. {block:Photo}<center><img src="{PhotoURL-500}"/></center>
  309. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  310.  
  311. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  312.  
  313. {block:Quote}<div class="posttitle">"{Quote}"</div>{block:Source}- {Source}
  314. {/block:Source}{/block:Quote}
  315.  
  316. {block:Chat}{block:Title}<div class="posttitle">{Title}</div>{/block:Title}
  317. {block:Lines}{block:Label}<b>{Label} </b>{/block:Label}
  318. {Line}<br>{/block:Lines}{/block:Chat}
  319.  
  320. {block:Answer}<div id="askandshit"><j>{Asker} wondered:</j><br>{Question}</div>{Answer}{/block:answer}
  321.  
  322. {block:Audio}<span class="audio">{AudioPlayerBlack}</span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  323.  
  324.  
  325. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  326.  
  327. <div id="tagsandshit">{block:Date}<b>posted:</b> <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount}, with: <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} &nbsp; /&nbsp; via: <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">{ReblogParentName}</a> >> {/block:RebloggedFrom}{block:ContentSource} source: <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}<br>
  328.  
  329. {block:HasTags}<j>Tags:</j>{block:Tags} · <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div>
  330.  
  331.  
  332. {/block:Posts}<div id="notesandshit">{block:PostNotes}{PostNotes}</div>{/block:PostNotes}<br />
  333.  
  334. </div>
  335. </body>
  336. </html>
Add Comment
Please, Sign In to add comment