Advertisement
emrys

celtic carol

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