wheretimeisendless

Theme #4

Jun 19th, 2012
1,811
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.24 KB | None | 0 0
  1. <!--
  2. theme by youroliviachachi
  3. don't remove the credit pls
  4. -->
  5.  
  6. <link href='http://fonts.googleapis.com/css?family=Coming+Soon' rel='stylesheet' type='text/css'>
  7. <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
  8.  
  9. <head>
  10. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  11. <link href='http://fonts.googleapis.com/css?family=Questrial' rel='stylesheet' type='text/css'>
  12. <script type="text/javascript">
  13. WebFontConfig = {
  14. google: { families: [ 'Questrial::latin' ] }
  15. };
  16. (function() {
  17. var wf = document.createElement('script');
  18. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  19. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  20. wf.type = 'text/javascript';
  21. wf.async = 'true';
  22. var s = document.getElementsByTagName('script')[0];
  23. s.parentNode.insertBefore(wf, s);
  24. })(); </script>
  25.  
  26. <title>{title}</title>
  27.  
  28. <meta name="color:background" content="#ffffff"/>
  29. <meta name="color:text" content="#000000"/>
  30. <meta name="color:title" content="#000000"/>
  31. <meta name="color:link" content="#555555"/>
  32. <meta name="color:links hover" content="#DDDDDD"/>
  33. <meta name="color:shadow" content="#000000" />
  34. <meta name="color:hover" content="#000000"/>
  35. <meta name="image:Background" content=""/>
  36. <meta name="image:sidebar" content="http://i45.tinypic.com/2w4xt1k.jpg"/>
  37. <meta name="if:Show Sidebar Image" content="1"/>
  38. <meta name="if:faded images" content="0"/>
  39. <meta name="if:tiny scrollbar" content="1"/>
  40. <meta name="text:sbartitle" content="" />
  41. <meta name="text:sbartext" content="" />
  42. <meta name="text:sidebanner" content="your text here" />
  43. <meta name="text:link one" content="/" />
  44. <meta name="text:link one title" content="Home" />
  45. <meta name="text:link two" content="/ask" />
  46. <meta name="text:link two title" content="Ask" />
  47. <meta name="text:link three" content="" />
  48. <meta name="text:link three title" content="Link 3" />
  49. <meta name="text:link four" content="" />
  50. <meta name="text:link four title" content="Link 4" />
  51. <meta name="text:link five" content="" />
  52. <meta name="text:link five title" content="Link 5" />
  53.  
  54. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  55.  
  56. <style type="text/css">
  57.  
  58. iframe#tumblr_controls{position:fixed !important;}
  59.  
  60. @font-face {
  61. font-family: "tinytots";
  62. src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');
  63. }
  64.  
  65. @font-face {
  66. font-family: "one direction font";
  67. src: url('http://static.tumblr.com/nsunyax/moym3ki1c/onedirection.ttf');
  68. }
  69.  
  70. @font-face {
  71. font-family: "kg ray of sunshine";
  72. src: url('http://static.tumblr.com/nsunyax/2Rvm13ta3/kgrayofsunshine.ttf');
  73. }
  74.  
  75. {block:iftinyscrollbar}
  76. ::-webkit-scrollbar {width: 5px; height: 4px; background: #FFFFFF; }
  77. ::-webkit-scrollbar-thumb { background-color: #FFFFFF; border: 1px solid #000; border-radius:20px;}
  78. {/block:iftinyscrollbar}
  79.  
  80. {block:iffadedimages}img{-webkit-transition: opacity 0.8s linear; opacity: 0.75;}img:hover{-webkit-transition: opacity 0.8s linear; opacity: 1;}
  81. {/block:iffadedimages}
  82.  
  83. body {
  84. margin:0px;
  85. background-color: {color:Background};
  86. background-image:url({image:Background});
  87. background-attachment: fixed;
  88. background-repeat: repeat;
  89. font-family: questrial;
  90. font-size: 13px;
  91. line-height:14px;
  92. color:{color:Text};
  93. }
  94.  
  95. p {
  96. margin:0px;
  97. margin-top:1px;
  98. }
  99.  
  100. a:link, a:active, a:visited{
  101. color: {color:Link};
  102. text-decoration: none;
  103. }
  104.  
  105. a:hover{
  106. color:{color:hover}; text-shadow: 0px 0px 3px {color:shadow}; font-style:none;
  107. -webkit-transition: all 0.4s ease-in;
  108. -moz-transition: all 0.4s ease-in;
  109. -o-transition: all 0.4s ease-in;
  110. transition: all 0.4s ease-in;
  111. }
  112.  
  113.  
  114.  
  115. div#cage{
  116. margin:auto;
  117. position:relative;
  118. width:800px;
  119. overflow:hidden;
  120. color: {color:Title};
  121. margin-left:30%;
  122. }
  123.  
  124. div#center{
  125. margin:auto;
  126. position:relative;
  127. width:840px;
  128. background-color:;
  129. overflow:auto;
  130. overflow-y:hidden;
  131. }
  132.  
  133. div#content{
  134. float:right;
  135. width:500px;
  136. padding:0px;
  137. margin-right: 275px;
  138. background: transparent;
  139. }
  140.  
  141. div#entry{
  142. padding: 0px;
  143. background-color: transparent;
  144. }
  145.  
  146. #title {
  147. font-size: 30px;
  148. text-align:center;
  149. font-family:"Coming Soon", cursive;
  150. text-shadow:#000 1px 1px 0.5em;
  151. color: {color:Title};
  152. line-height:110%}
  153.  
  154. #sidebartext {
  155. font-size:12px;
  156. text-align:center;
  157. font-family: questrial;
  158. line-height:110%;
  159. margin-bottom:10px}
  160.  
  161.  
  162. div#sidebar{
  163. position:fixed !important;
  164. margin-left: -225px;
  165. margin-top: 0px;
  166. background-color: transparent;
  167. height: 100%;
  168. width: 275px;
  169. padding: 0px;
  170. text-align: center;
  171. }
  172.  
  173. #pagination {
  174. font-family:questrial;
  175. text-align:center;
  176. font-size:10px;
  177. }
  178.  
  179. #postnotes{
  180. text-align: justify;}
  181.  
  182. #postnotes blockquote{
  183. border: 0px;}
  184.  
  185. div#sidebanner{
  186. position:fixed !important;
  187. width: 100;
  188. height: auto;
  189. margin-top: 450px;
  190. margin-left: 600px;
  191. background-color: transparent;
  192. font-family: "amatic sc";
  193. font-size: 35px;
  194. color: #000;
  195. line-height: 35px;
  196. text-transform: bold;
  197. text-align: center;
  198. }
  199.  
  200. .title{
  201. font-family: "coming soon";
  202. font-size: 16px;
  203. line-height: 18px;
  204. text-shadow:#000 1px 1px 0.5em;
  205. color: {color:Title};
  206. letter-spacing: 1;
  207. font-weight: normal;
  208. }
  209.  
  210. .blogtitle{
  211. font-family: "questrial";
  212. font-size: 25px;
  213. line-height: 20px;
  214. text-shadow: 2px 2px 2px #888;
  215. letter-spacing: 0;
  216. font-weight: normal;
  217. }
  218.  
  219. .navv{
  220. font-family: "tinytots";
  221. font-size: 8px;
  222. line-height: 8px;
  223. text-transform: uppercase;
  224. letter-spacing: 0;
  225. font-weight: normal;
  226. }
  227.  
  228. blockquote{
  229. padding:2px 2px 2px 5px;
  230. margin:2px 2px 2px 1px;
  231. border-left: 1px dotted {color:Text};
  232. }
  233.  
  234. blockquote p, ul{
  235. margin:0px;
  236. padding:0px;
  237. }
  238.  
  239. #entry .perma{
  240. height: auto;
  241. width: auto;
  242. opacity: 0;
  243. background-color: transparent;
  244. position: absolute;
  245. font-family: "tinytots";
  246. font-size: 8px;
  247. text-transform: uppercase;
  248. margin-top:-2px;
  249. margin-left: 470px;
  250. padding: 2px;
  251. padding-top: 1px;
  252. padding-bottom: 1px;
  253. line-height: 12px;
  254. padding: 2px;
  255. -webkit-transition: all 0.5s ease;
  256. -moz-transition: all 0.5s ease;
  257. -o-transition: all 0.5s ease;
  258. }
  259.  
  260. #entry:hover .perma{
  261. margin-left: 500px;
  262. -webkit-transition: opacity 0.5s linear; opacity: 0.9;
  263. -webkit-transition: all 0.5s linear;
  264. -moz-transition: all 0.5s linear;
  265. transition: all 0.5s linear;
  266. }
  267.  
  268. {CustomCSS}
  269. </style>
  270.  
  271. <link rel="shortcut icon"href="{Favicon}">
  272. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  273. <meta name="viewport" content="width=820" />
  274.  
  275. </head>
  276. <body>
  277.  
  278. <div id="cage">
  279. <div id="center">
  280. <div id="sidebar">
  281. <p><div id="title">{text:sbartitle}</div>
  282. <div id="sidebartext">{text:sbartext}</div><p>
  283. {block:ifshowsidebarimage}<a href="/"><img src="{image:sidebar}" width=275 px></a><br />{/block:ifshowsidebarimage}
  284. <p><div class="navv"><a href="{text:Link One}">{text:Link One Title}</a> · <a href="{text:Link Two}">{text:Link Two Title}</a> · <a href="{text:Link Three}">{text:Link Three Title}</a> · <a href="{text:Link Four}">{text:Link Four Title}</a> · <a href="{text:Link Five}">{text:Link Five Title}</a> · <a href="http://youroliviachachi.tumblr.com/">©</a></div><br />{description}<center><div id="pagination">{block:PreviousPage}<a href="{PreviousPage}"><font size="3">-</font></a>{/block:PreviousPage} / {block:NextPage}<a href="{NextPage}"><font size="3">+</font></a>{/block:NextPage}</div></center></div>
  285.  
  286. <div id="sidebanner"><b>{text:sidebanner}</b></div>
  287.  
  288. <div id="content">
  289. {block:Posts}
  290. <div id="entry">
  291.  
  292. {block:IndexPage}
  293. <div class="perma">
  294. <a href="{permalink}"><font color="000">{NoteCountWithLabel}</font></a> · <a href="{ReblogURL}" target="_blank"><font color="000">reblog</font></a></div>
  295. {/block:IndexPage}
  296.  
  297. {block:Text}
  298. {block:Title}<span class="title"><b>{Title}</b></span><br>{/block:Title}
  299. <span class="entrytext">{Body}</span>{/block:Text}
  300.  
  301. {block:Link}
  302. <a href="{URL}" class="title">{Name}</a><br>
  303. {block:Description}{Description}{/block:Description}
  304. {block:Link}
  305.  
  306. {block:Photo}
  307. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=500px /></a></div>{LinkCloseTag}{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px;/>{LinkCloseTag}{/block:PermalinkPage}
  308. {/block:Photo}
  309.  
  310. {block:Photoset}<center>
  311. {Photoset-400}</center>{Caption}
  312. {/block:Photoset}
  313.  
  314. {block:Quote}
  315. <center><font size="4">"{Quote}"</font></center>
  316. {block:Source}
  317. <center>— {Source}</center>
  318. {/block:Source}
  319. {/block:Quote}
  320.  
  321. {block:Chat}
  322. {block:Title}
  323. {Title}
  324. {/block:Title}
  325. {block:Lines}
  326. {block:Label}
  327. {Label}
  328. {/block:Label}
  329. {Line}<br />
  330. {/block:Lines}
  331. {/block:Chat}
  332.  
  333.  
  334. {block:Audio}
  335. <center><div style="width:500px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">{block:ExternalAudio}{/block:ExternalAudio}</div></div></center><br>
  336. {/block:Audio}
  337.  
  338. {block:Video}<center>
  339. {Video-400}</center><p>{caption}
  340. {block:Video}
  341.  
  342. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}<center>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}<br />{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:hasTags}{/block:PermalinkPage}
  343.  
  344. {block:PostNotes}{PostNotes}
  345. {/block:PostNotes}
  346. </div>
  347.  
  348. {/block:Posts}
  349.  
  350. </center>
  351. </div>
  352. </body>
  353. </html>
Advertisement
Add Comment
Please, Sign In to add comment