Advertisement
oswinoswild

THEME 14 BRICOLAGE

Mar 12th, 2014
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.43 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2.  
  3. <!---- THEME BY VILLAINIZES AND CALCEFER. PLEASE DON'T REMOVE/CHANGE CREDIT OR CLAIM AS YOUR OWN. ENJOY ---->
  4.  
  5.  
  6. <meta name="color:background" content="#ffffff"/>
  7. <meta name="color:text" content="#838282"/>
  8. <meta name="color:link" content="#b8b8b8"/>
  9. <meta name="color:link hover" content="#eeeeee"/>
  10. <meta name="color:border" content="#eeeeee"/>
  11. <meta name="color:hoverlink text" content="838282"/>
  12. <meta name="color:hoverlink border" content="838282"/>
  13. <meta name="color:hoverlink bg" content="#ffffff"/>
  14.  
  15. <meta name="image:sidebar" content=""/>
  16.  
  17. <meta name="text:homelink title" content="home">
  18. <meta name="text:link1 url" content="/">
  19. <meta name="text:link1 hover" content="link 1">
  20. <meta name="text:link2 url" content="/">
  21. <meta name="text:link2 hover" content="link 2">
  22. <meta name="text:link3 url" content="/">
  23. <meta name="text:link3 hover" content="link 3">
  24. <meta name="text:link4 url" content="/">
  25. <meta name="text:link4 hover" content="link 4">
  26. <meta name="text:link5 url" content="/">
  27. <meta name="text:link5 hover" content="link 5">
  28.  
  29. <head><title>{Title}</title>
  30. <link rel="shortcut icon" href="{Favicon}">
  31. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  32. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  33.  
  34. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  35.  
  36. <style>
  37. div#qTip {
  38. padding: 4px;
  39. display: none;
  40. text-align: center;
  41. position: absolute;
  42. font-size:8px;
  43. margin-left:-25px;
  44. margin-top:-35px;
  45. line-height:9px;
  46. font-family:Calibri;
  47. z-index: 1000;
  48. border: 1px solid {color:hoverlink border};
  49. background-color:{color:hoverlink bg};
  50. color: {color:hoverlink text};
  51. text-transform:uppercase;
  52. letter-spacing: 2px;
  53. }
  54. </style>
  55.  
  56. <style type="text/css">
  57.  
  58. *, body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;}
  59.  
  60. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:#838282;}
  61. ::-webkit-scrollbar {background-color:#838282;height:7px;width:12px;border:5px solid #fff;}
  62.  
  63. #bite a{
  64. display:block
  65. }
  66.  
  67. #bite .death {
  68. margin-top:0px;filter: alpha(opacity = 0);
  69. opacity:0;-webkit-transition: all 0s ease-out;
  70. -moz-transition: all 0s ease-out;transition: all 0s ease-out;
  71. }
  72.  
  73. #bite:hover .death {
  74. margin-top:0px;
  75. -webkit-transition: all 0s ease-out;
  76. -moz-transition: all 0s ease-out;
  77. transition: all 0s ease-out;
  78. filter: alpha(opacity = 100);
  79. filter: alpha(opacity = 100);
  80. opacity:100;
  81. }
  82.  
  83. body {
  84. background:{color:background};
  85. margin:0px;
  86. color:{color:text};
  87. font-family:baskerville;
  88. font-size:11px;
  89. line-height:100%;
  90. }
  91.  
  92. a {
  93. text-decoration:none;
  94. outline:none;
  95. -moz-outline-style:none;
  96. color:{color:link};
  97. -moz-transition-duration:0s;
  98. -webkit-transition-duration:0s;
  99. -o-transition-duration:0s;
  100. }
  101.  
  102. a:hover{
  103.  
  104. color:{color:link hover};
  105.  
  106. -moz-transition-duration:0.5s;
  107.  
  108. -webkit-transition-duration:0.5s;
  109.  
  110. -o-transition-duration:0.5s;}
  111.  
  112. img {
  113. border:none;
  114. }
  115.  
  116. blockquote {
  117. padding-left:5px;
  118. border-left:2px solid;
  119.  
  120. }
  121.  
  122. blockquote blockquote {
  123. padding-left:5px;
  124. border-left:2px solid;
  125. }
  126.  
  127. h1 {
  128. font-size:7px;
  129. text-align:center;
  130. font-family:calibri;
  131. letter-spacing:1px;
  132. color:{color:text};
  133. }
  134.  
  135. h2 {
  136. font-size:7px;
  137. text-align:center;
  138. font-family:calibri;
  139. letter-spacing:1px;
  140. color:{color:text};
  141. }
  142.  
  143. #title {
  144. font-size:20px;
  145. font-style:bold;
  146. text-align:center;
  147. padding-left:4px;
  148. height:40px;
  149. width:120px;
  150. line-height:40px;
  151. }
  152.  
  153. #sidebar {
  154. width:120px;
  155. position:fixed;
  156. margin-left:300px;
  157. margin-top:110px;
  158. }
  159.  
  160. #sidebarimage {
  161. position:fixed;
  162. width:120px;
  163. margin-left:4px;
  164. }
  165.  
  166. #sidebarimage img {
  167. width:120px;
  168. height:120px;
  169. }
  170.  
  171. #links {
  172. width:120px;
  173. font-family:baskerville;
  174. margin-top:135px;
  175. padding:5px;
  176. text-align:center;
  177. word-spacing:2px;
  178. font-size:10px;
  179. display:block;
  180. color:{color:link};
  181.  
  182. }
  183.  
  184. #links a {
  185. letter-spacing: 1px;
  186. padding:3px;
  187. }
  188.  
  189. #links a:hover{
  190. color:{color:hover};
  191. font-style:none;
  192. -moz-transition-duration:0s;
  193. -webkit-transition-duration:0s;
  194. -o-transition-duration:0s;
  195. }
  196.  
  197. #description {
  198. width:120px;
  199. font-size:9px;
  200. font-family:baskerville;
  201. padding:5px;
  202. text-align:center;
  203. letter-spacing:1px;
  204. line-height:90%;
  205. }
  206.  
  207. #pagination {
  208. text-align:center;
  209. margin-top:5px;
  210. }
  211.  
  212. #entries {
  213. padding:20px;
  214. width:500px;
  215. margin-left:650px;
  216. margin-top:100px;
  217. margin-bottom:50px;
  218. font-size:11px;
  219. }
  220.  
  221. #post {
  222. width:500px;
  223. padding-bottom:60px;
  224. }
  225.  
  226. #postinfo {
  227.  
  228. text-align:left;padding-top:5px;
  229.  
  230. margin-top:8px;
  231.  
  232. margin-bottom:10px;
  233.  
  234. text-transform: lowercase;
  235.  
  236. letter-spacing:0px;
  237. text-align:center;
  238.  
  239. font-size:9px;
  240.  
  241. line-height: 10px;
  242.  
  243. color:{color:link};
  244.  
  245. }
  246.  
  247. #details {
  248. text-align:right;
  249. margin-top:8px;
  250. text-transform:uppercase;
  251. font-size:8px;
  252. font-style:none;
  253. border-top:1px solid {color:Line};
  254. }
  255.  
  256. #tags {
  257. font-family:arial;
  258. letter-spacing:0px;
  259. text-transform:uppercase;
  260. font-size:8px;
  261. font-style:normal;
  262. margin-top:2px;
  263. text-align:right;
  264. }
  265.  
  266. #tags a {
  267. display:inline-block;
  268. padding:-3px;
  269. text-align:right;
  270. color:{color:Tags};
  271. -webkit-transition: all 0.6s ease-in-out;
  272. -moz-transition: all 0.6s ease-in-out;
  273. -o-transition: all 0.6s ease-in-out;
  274. -ms-transition: all 0.6s ease-in-out;
  275. -transition: all 0.6s ease-in-out;
  276. }
  277.  
  278.  
  279. #question {
  280. float:left;
  281. padding:1px;
  282. margin-top:-2px;
  283. margin-right:5px;
  284. }
  285.  
  286. #cred {
  287. position:fixed;
  288. color:{color:Font};
  289. bottom:7px;
  290. right:25px;
  291. font-size:10px;
  292. padding:5px;
  293. text-transform:uppercase;
  294.  
  295. }
  296.  
  297. #credit {
  298. position:fixed;
  299. color:{color:Font};
  300. bottom:7px;
  301. right:12px;
  302. font-size:10px;
  303. padding:5px;
  304. text-transform:uppercase;
  305.  
  306. }
  307.  
  308. {CustomCSS}</style></head><body>
  309.  
  310. <div id="sidebar">
  311.  
  312. <div id="title">{title}</div>
  313.  
  314. <div id="sidebarimage"><a title="{text:homelink title}" href="/"><img src="{image:sidebar}"></a></div>
  315.  
  316. <div id="links">
  317. <a title="{text:link1 hover}" href="{text:link1 url}">I.</a>
  318. <a title="{text:link2 hover}" href="{text:link2 url}">II.</a>
  319. <a title="{text:link3 hover}" href="{text:link3 url}">III.</a>
  320. <a title="{text:link4 hover}" href="{text:link4 url}">IV.</a>
  321. <a title="{text:link5 hover}" href="{text:link5 url}">V.</a>
  322. </div>
  323.  
  324. <div id="description">{Description}</div>
  325.  
  326. <div id="pagination">
  327. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">exhale</a>{/block:PreviousPage}
  328. {block:NextPage}— <a href="{NextPage}">inhale</a>{/block:NextPage}{/block:Pagination}
  329. </div>
  330.  
  331. </div>
  332.  
  333.  
  334. <div id="entries">{block:Posts}<div id="post">
  335.  
  336. {block:Text}<h1>{block:Title}<big><big>{Title}</big></big>{/block:Title}</h1>{Body}{/block:Text}
  337.  
  338. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  339.  
  340. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  341.  
  342. {block:Quote}<big><b><i>"{Quote}"</i></b></big>{block:Source}<p></p>— {Source}{/block:Source}{/block:Quote}
  343.  
  344. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  345.  
  346. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  347.  
  348. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  349.  
  350. {block:Audio}<div class="audio_container">{block:AudioEmbed}{AudioEmbed color="white"}{/block:AudioEmbed}</div>
  351. {block:Caption}<div class="caption">{Caption}</div>
  352. {/block:Caption}{/block:Audio}
  353.  
  354. {block:Answer}<div id="question"><img src="{AskerPortraitURL-24}"></div><big><i>{Asker} asked:</big></i><br>{Question}<p>{Answer}{/block:Answer}
  355.  
  356. <div id="details">
  357. <br> <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year} at {12Hour}:{Minutes} </a> {block:RebloggedFrom} - <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">/ <a href="{SourceURL}">{SourceLink}</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} - <a href="{Permalink}">{NoteCountWithLabel}</a>
  358. {block:HasTags}<div id="tags">tagged as:{block:Tags} <a href="{TagURL}">{Tag}</a>. {/block:Tags}</div>{/block:HasTags}</div></div>
  359. {/block:Posts}
  360. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  361. {/block:Posts}</div></div></div>
  362.  
  363. </div>
  364. {/block:Posts}
  365.  
  366. {/block:Posts}{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}{/block:Posts}
  367.  
  368. </div></div></div></div>
  369. </div>
  370.  
  371. <div id="cred"><a href="http://calcefer.tumblr.com" title="kiara">✪ </a> </div>
  372. <div id="credit"><a href="http://villainizes.tumblr.com" title="katie">©</a></div>
  373.  
  374. </body>
  375. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement