Advertisement
emrys

heaven theme

Sep 15th, 2013
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.14 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. <!-- theme by diana (@isaacholic). don't steal -->
  4. </script>
  5. <head>
  6.  
  7.  
  8.  
  9. <!-- DEFAULT VARIABLES -->
  10. <meta name="color:background" content="#ffffff" />
  11. <meta name="color:entry" content="#ffffff" />
  12.  
  13.  
  14.  
  15. <meta name="color:title" content="#cccccc" />
  16. <meta name="color:text" content="#636161" />
  17. <meta name="color:link" content="#a7a4a4" />
  18. <meta name="color:qbackground" content="#000" />
  19. <meta name="color:info"content="#000">
  20. <meta name="color:nav" content="#ffffff">
  21. <meta name="color:navbg" content="#131212">
  22. <meta name="color:fontask" content="#fff">
  23. <meta name="color:bborder" content="#eeeeee">
  24.  
  25.  
  26.  
  27.  
  28. <meta name="font:title" content="arial" />
  29. <meta name="font:body" content="arial" />
  30.  
  31. <meta name="image:sidebar" content=""/>
  32. <meta name="image:background" content="" />
  33.  
  34.  
  35.  
  36.  
  37. <meta name="text:Link1" content="" />
  38. <meta name="text:Link1 Title" content="" />
  39. <meta name="text:Link2" content="" />
  40. <meta name="text:Link2 Title" content="" />
  41. <meta name="text:Link3" content="" />
  42. <meta name="text:Link3 Title" content="" />
  43. <meta name="text:Link4" content="" />
  44. <meta name="text:Link4 Title" content="" />
  45. <meta name="color:scrollbarbg" content="#ffffff"/>
  46. <meta name="color:scrollbar" content="#f4f4f4"/>
  47.  
  48. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  49. <title>{Title}</title>
  50. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  51. <link rel="shortcut icon" href="{Favicon}" />
  52. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  53. <link href='http://fonts.googleapis.com/css?family=Monda' rel='stylesheet' type='text/css'>
  54.  
  55.  
  56.  
  57. <style type="text/css">
  58.  
  59. ::-webkit-scrollbar {
  60.  
  61. height: 7px;
  62.  
  63. width: 7px;
  64.  
  65. background-color: {color:scrollbar};}
  66.  
  67.  
  68.  
  69. ::-webkit-scrollbar-thumb {
  70.  
  71. background-color:{color:scrollbar};
  72.  
  73. }
  74.  
  75.  
  76.  
  77. ::-webkit-scrollbar-track{
  78.  
  79. background-color: {color:scrollbarbg};
  80.  
  81. }
  82.  
  83.  
  84.  
  85. ::-webkit-scrollbar-buttom{
  86.  
  87. background-color:{color:scrollbarbg};
  88.  
  89. }
  90.  
  91.  
  92. body {color:{color:text}; background-color:{color:background}; background-image: url('{image:Background}'); background-attachment:fixed;font-size:10px; text-align:justify;font-family:georgia;line-height:13px;}
  93.  
  94. a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
  95. a:hover{color:{color:linkhover}; transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out}
  96.  
  97. #entries{ margin-left:400px; margin-top:30px; width:410px; line-height:110%;}
  98.  
  99. #posts{overflow:hidden; background-color: {color:entry}; padding:12px;margin-top:20px; width:400px;}
  100.  
  101. #header {width:100%;
  102. height:20px;
  103. background:black;
  104. margin-top:-35px;
  105. padding:10px 15px 0px 0px;
  106. position:fixed;}
  107.  
  108. #title{font-style:italic;
  109. font-size:22px;
  110. font-family:baskerville;
  111. letter-spacing: -2px;
  112. font-weight:bold;
  113. color:{color:title};
  114. position:fixed;
  115. margin-left:510px;}
  116.  
  117. #sidebar{width:200px; margin-left:150px;height:200px;;margin-top:100px;position:fixed;line-height:110%;text-align:center;}
  118. #simg {text-align:center; margin-left:0px;margin-top:10px;position:static;}
  119. #simg img {max-width: 190px; height: auto; text-align:center;padding:4px;}
  120.  
  121. #texty {line-height:130%;width:175px;font-family:cambria;margin-left:5px;letter-spacing:1px;}
  122.  
  123.  
  124. #links {
  125. text-align:right;
  126. position:static;
  127. width:190px;}
  128.  
  129. #links a{display:block;
  130. font-family:helvetica;
  131. line-height:150%;
  132. margin-top:1px;
  133. color:{color:nav};
  134. font-size:10px;
  135. background:{color:navbg};
  136. border-right:10px solid {color:bborder};
  137. letter-spacing:1px;}
  138.  
  139. #links a:hover{-webkit-transition: all 0.5s ease-in-out;
  140. background:#fff;
  141. color:#000;
  142. letter-spacing:8px;}
  143.  
  144.  
  145. #credit {width:50px;
  146. height:20px;
  147. text-align:center;
  148. bottom:10px;
  149. right:0px;
  150. position:fixed;
  151. opacity:1;
  152. font-family:cambria;
  153. font-size:10px;
  154. background:{color:credit};
  155. border:1px solid #eee;}
  156.  
  157. #credit:hover {background-color: #000;
  158. padding:0px 5px 0px 5px;
  159. opacity:1;
  160. transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-moz-transiption: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out}
  161.  
  162. #pagination{ margin-left:115px;
  163. padding:5px;
  164. text-align:center;
  165. line-height:130%;
  166. margin-top:10px;
  167. text-transform:none;
  168. font-size:12px;
  169. position:fixed;}
  170.  
  171.  
  172. h1{color:{color:text}; font-family:cambria; font-size:12px; line-height:12px; letter-spacing:0px; font-weight:bold; text-transform:uppercase; margin:0px; padding:0px; text-align:left}
  173. h2{color:{color:text}; font-family:cambria; font-size:12px; line-height:12px; letter-spacing:0px; font-weight:normal; text-transform:none; margin:0px; padding:0px; margin-bottom:-0px; text-align:left;font-style:italic;}
  174.  
  175.  
  176. #source {text-align: left}
  177.  
  178. #info {margin-top:10px;text-align:right;padding-top:5px; }
  179. #info a {font:7px trebuchet ms; text-transform:uppercase;line-height:110%;letter-spacing:1px;background-color: {color:info}; padding:2px 7px 2px 7px;color:#fff;}
  180. #info :hover{padding:2px 7px 2px 7px; background-color:#000;color:#fff;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
  181.  
  182. #tags {font-family:georgia;text-align:right;margin-top:8px;border-top:1px dotted #eee;padding-top:3px;}
  183. #tags a{font-size:9px;;line-height:110%;padding:5px;margin-right:3px;margin-bottom:5px;}
  184. #tags a:hover {padding: 2px 7px 2px 7px; background-color:#000000;color:#ffffff;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
  185.  
  186. #ask {font-size:10px;
  187. background-color:{color:qbackground};
  188. color:{color:fontask};
  189. text-align:left;
  190. font-family:calibri;
  191. border-bottom:1px dotted #ccc;
  192. padding:10px;
  193. line-height:130%;
  194. font-style:italic;}
  195.  
  196. .asker {
  197. text-align:right;
  198. padding:5px;
  199. font-style:italic;
  200. font-size:10px;
  201. }
  202. #answer {font-size:10px;
  203. font-family:cambria;
  204. margin-left:5px;}
  205.  
  206. blockquote {
  207. border-left:2px solid {color:text};
  208. padding-left:5px;
  209. margin:5px;
  210. font-size:10px;}
  211. small{font-size:10px;}
  212. p{font-size:10px;}
  213. i,em{font-style:italic;font-size:10px;}
  214. b,strong{font-style:bold;}
  215. big{font-size:14px;}
  216.  
  217. img a{border:none; width:100%}
  218. .audio{background-color:black; display:block;}
  219.  
  220. .user_1 .label {color:{color:link}; font-weight:bold}
  221. .user_2 .label {color:{color:text}; font-weight:bold}
  222. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  223.  
  224. .notes img{width:10px; position:relative; top:1px;}
  225. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  226. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  227.  
  228.  
  229. </style>
  230. <style type="text/css">{CustomCSS}</style>
  231.  
  232.  
  233. </head>
  234.  
  235. <body>
  236.  
  237.  
  238. <div id="credit"><a href="http://isaacholic.tumblr.com">。◕‿◕。</a></div>
  239.  
  240. <div id="header">
  241. <div id="title">{Title}
  242. </div>
  243.  
  244. </div>
  245.  
  246.  
  247. <div id="sidebar">
  248. <div id="simg"><a href="/"><img src="{image:sidebar}"/></a></div>
  249. <div id="texty">{block:Description}{Description}{/block:Description}</div>
  250. <div id="links">
  251. <a href="/ask">ask</a>
  252. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  253. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  254. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  255. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  256. </div>
  257.  
  258. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  259. {block:JumpPagination length="3"}
  260. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  261. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  262. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}</div>
  263. </div>
  264. </div>
  265.  
  266.  
  267.  
  268.  
  269. <div id="entries">
  270. {block:Posts}
  271. <div id="posts">
  272.  
  273.  
  274. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  275. {block:Text}{Body}{/block:Text}
  276.  
  277. {block:Quote}<h2>"{Quote}" <br>— {Source}</h2>{/block:Quote}
  278.  
  279. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  280. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  281.  
  282. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  283. {block:Photoset}<center>{Photoset-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  284.  
  285. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  286.  
  287. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  288.  
  289. {block:Answer}
  290. <div id="ask">Q: {Question}<br> </div><div class="asker">-{Asker}</div>
  291. <div id="answer">{Answer}</div>{/block:Answer}
  292.  
  293. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  294.  
  295. <div id="info">
  296. {block:Date} <a href="{Permalink}">{DayOfMonthWithZero}.{MonthNumberWithZero}</a> {/block:Date}{block:NoteCount} <a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}</div>
  297. <div id="tags">{block:HasTags}{block:Tags}<a href="{TagUrl}">#{Tag} </a></span>{/block:Tags}{/block:HasTags}</div></div>
  298.  
  299.  
  300. {/block:Posts}
  301. <!-- {block:NoRebloggedFrom}
  302. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  303. {/block:NoRebloggedFrom} -->
  304. {block:ContentSource}
  305. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  306. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  307. {/block:SourceLogo}
  308. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  309. {/block:ContentSource}
  310. {block:PostNotes}{PostNotes}{/block:PostNotes}
  311.  
  312. </div>
  313.  
  314. </body>
  315.  
  316. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement