Advertisement
Owldolly

Future Diary Theme

Mar 2nd, 2015
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.81 KB | None | 0 0
  1. <head>
  2. <!-- (c) Future Diary by Sapphire (http://owl-doll.tumblr.com)
  3. Do not steal or redistribute. If you have any questions feel free to contact me - http://owl-doll.tumblr.com/ask
  4. Images; pixiv
  5. -->
  6.  
  7. <head>
  8. <title>
  9. {Title}
  10. </title>
  11.  
  12. <link href='http://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here' rel='stylesheet' type='text/css'>
  13.  
  14. {CustomCSS}
  15. </style>
  16. {block:IfInfiniteScroll}
  17. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  18. {/block:IfInfiniteScroll}
  19. </head>
  20.  
  21. <meta name="image:Sidebar" content="http://i612.photobucket.com/albums/tt206/SapphPsychopath/1067755.jpg"/>
  22. <meta name="image:Picture" content="http://i612.photobucket.com/albums/tt206/SapphPsychopath/yunorend.png"/>
  23. <meta name="image:Background" content="http://i612.photobucket.com/albums/tt206/SapphPsychopath/Backgrounds/tumblr_ls0w5txuft1r3vazto8_250.png">
  24. <meta name="text:Picture position 1" content="0px">
  25. <meta name="text:Picture position 2" content="170px">
  26. <meta name="if:Show title" content="1">
  27. <meta name="if:Infinite Scroll" content="1">
  28. <meta name="color:Headers" content="##fac4b7">
  29. <meta name="color:Font" content="#fac4b7">
  30. <meta name="color:Links" content="#c5bfbf">
  31. <meta name="color:Links hover" content="#ffb3b3">
  32. <meta name="color:Borders" content="#ffdfdf">
  33. <meta name="color:Nav background" content="#fc4343">
  34. <meta name="color:Boxes" content="#FFFFFF">
  35. <meta name="text:Link 1 Title" content="Link 1 title" />
  36. <meta name="text:Link 1" content="http://" />
  37. <meta name="text:Link 2 Title" content="Link 2 title" />
  38. <meta name="text:Link 2" content="http://" />
  39. <meta name="text:Link 3 Title" content="Link 3 title" />
  40. <meta name="text:Link 3" content="http://" />
  41.  
  42.  
  43. <style type="text/css">
  44.  
  45. @font-face {
  46. font-family: "tinytots";
  47. src: url('http://static.tumblr.com/vvvx9lt/wYnm4sxza/tinytots.ttf');
  48. }
  49.  
  50. body {
  51. margin:0px;
  52. background-color: white;
  53. background-image:url({image:background});
  54. background-attachment: fixed;
  55. background-repeat: repeat;}
  56. body, div, p, textarea, submit, input{
  57. font-family: tinytots;
  58. font-size: 8px;
  59. line-height:10px;
  60. letter-spacing:0px;
  61. color: {color:font};
  62. }
  63.  
  64. p {
  65. margin:0px;
  66. margin-top:0px;
  67. }
  68.  
  69.  
  70. a:link, a:active, a:visited{
  71. color: {color:links};
  72. text-decoration: none;
  73. }
  74.  
  75. a:hover {
  76. color: {color:hover};
  77. text-decoration: none;
  78. }
  79.  
  80.  
  81. div#center{
  82. margin:auto;
  83. position:relative;
  84. width:840px;
  85. background-color:;
  86. overflow:auto;
  87. overflow-y:hidden;
  88. }
  89.  
  90. div#content{
  91. float:left;
  92. width:400px;
  93. padding:2px;
  94. margin-left: 25px;
  95. background: transparent;
  96. margin-top: 18px;
  97. }
  98.  
  99. div#entry{
  100. background-color:{color:boxes};
  101. margin-top:14px;
  102. border: 3px solid {color:borders};
  103. padding: 3px;
  104. }
  105.  
  106. #entry .future a{
  107. color: FFF;
  108. }
  109.  
  110. #entry .future{
  111. width: 100px;
  112. opacity: 0;
  113. background: {color:nav background};
  114. color: white;
  115. text-transform: uppercase;
  116. border-radius: 0px 20px 20px 0px;
  117. -webkit-transition: all .4s linear;
  118. -moz-transition: all .4s linear;
  119. transition: all .4s linear;
  120. opacity: 0;
  121. position: absolute;
  122. margin-left: -3px;
  123. font-family: tinytots;
  124. font-size: 8px;
  125. text-align: right;
  126. padding-left: 2px;
  127. margin-top: 2px;
  128. padding-right: 3px;
  129. z-index: 999;
  130. }
  131.  
  132. #entry:hover .future{
  133. padding-left: 10px;
  134. -webkit-transition: all .4s linear;
  135. -moz-transition: all .4s linear;
  136. transition: all .4s linear;
  137. opacity: 3;
  138. }
  139.  
  140. .yuki {
  141. opacity: 1;
  142. -webkit-transition: all .4s linear;
  143. -moz-transition: all .4s linear;
  144. transition: all .4s linear;
  145. }
  146.  
  147.  
  148. .yuno {
  149. opacity: 1;
  150. -webkit-transition: all .4s linear;
  151. -moz-transition: all .4s linear;
  152. transition: all .4s linear;
  153. }
  154.  
  155.  
  156. div#paradox {
  157. position:fixed;
  158. float:right;
  159. margin-left:560px;
  160. z-index:10;
  161. margin-top:25px;
  162. background: white;
  163.  
  164. border-radius:56px;
  165. border: 3px solid {color:borders};
  166. }
  167.  
  168. .sidebar img{max-width:155px; border:none;
  169. }
  170.  
  171. div#pagesend{
  172. position: fixed;
  173. width: 70px;
  174. padding: 5px;
  175. margin-top: 25px;
  176. margin-left: 650px;
  177. text-align: center;
  178. border: 3px solid {color:borders};
  179. background: white;
  180. }
  181.  
  182. div#beforeend{
  183. position: fixed;
  184. width: 70px;
  185. padding: 5px;
  186. margin-top: 258px;
  187. margin-left: 660px;
  188. text-align: center;
  189. border: 3px solid {color:borders};
  190.  
  191. background: white;
  192. z-index: 100;
  193. }
  194.  
  195. div#deadend{
  196. font-family: Just Me Again Down Here;
  197. font-size: 15px;
  198. letter-spacing: 3px;
  199. padding-bottom: 1px;
  200. }
  201.  
  202. div#sidebar{
  203. position:fixed !important;
  204. width: 160px;
  205. height: auto;
  206. margin: 10px 0px 0px 50px;
  207. padding: 5px;
  208. left: 0px;
  209. top: 25px;
  210. font-size: 8px;
  211. line-height:8px;
  212. font-family: tinytots;
  213. letter-spacing:0px;
  214. margin-bottom: 6px;
  215. background-color:{color:boxes};
  216. border: 3px solid {color:borders};
  217. }
  218.  
  219. #postnotes{
  220. text-align: justify;}
  221.  
  222. #postnotes blockquote{
  223. border: 0px;}
  224.  
  225. .akise a{
  226. display: inline-block;
  227. width: 70px;
  228. text-transform: uppercase;
  229. background: {color:nav background};
  230. color: white;
  231. padding: 3px;
  232. border-radius: 5px;
  233. margin-top: 3px;
  234. margin-left: 2px;
  235. font-family: tinytots;
  236. font-size: 8px;
  237. }
  238.  
  239. .title{
  240. font-family: Just Me Again Down Here;
  241. font-size: 15px;
  242. line-height: 15px;
  243. color: {color:titles};
  244. font-weight: normal;
  245. }
  246.  
  247. .title2{
  248. font-family: Just Me Again Down Here;
  249. font-size: 15px;
  250. line-height: 15px;
  251. color: {color:titles};
  252. }
  253.  
  254. blockquote{
  255. padding:0px 0px 2px 5px;
  256. margin:0px 0px 2px 1px;
  257. border-left: 1px dotted #555555;
  258. }
  259.  
  260. blockquote p, ul{
  261. margin:0px;
  262. padding:0px;
  263. }
  264.  
  265.  
  266. a img{border: 0px;}
  267.  
  268. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  269.  
  270. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  271. .user_7 .label, .user_8 .label, .user_9 .label {color: #FFB3B3;}
  272.  
  273. .notes img{width:10px; position:relative; top:3px;}
  274.  
  275.  
  276. small{font-size: 90%;}
  277.  
  278.  
  279. </style>
  280.  
  281.  
  282. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  283. <meta name="viewport" content="width=820" />
  284. </head>
  285. <body>
  286.  
  287. <div id="center">
  288. <div id="sidebar">
  289. <center>
  290. <div id="deadend">
  291. {block:ifShowtitle}{title}{/block:ifShowtitle}
  292. </div>
  293. <br>
  294. <div class="sidebar img"><img src="{image:sidebar}" class="yuki"></div>
  295. <br>
  296. {Description}
  297. <br><br>
  298. <div class="akise">
  299.  
  300. <a href="/">home</a> <a href="{text:Link 1}">{text:Link 1 Title}</a> <a href="{text:Link 2}">{text:Link 2 Title}</a> <a href="{text:Link 3}">{text:Link 3 Title}</a> <a href="/ask">Ask</a>
  301. <a href="http://owl-doll.tumblr.com">Theme</a>
  302.  
  303. <br><br>
  304. </div>
  305. <div align="center">
  306. {block:IfNotInfiniteScroll}{block:Pagination}<div id="page">
  307. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>{/block:PreviousPage}
  308. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  309. </div>{/block:Pagination}{/block:IfNotInfiniteScroll}
  310.  
  311. </div>
  312. </div>
  313.  
  314. <div class="yuno"><img style="position:fixed; bottom:{text:picture position 1}; right:{text:picture position 2}; max-width; 600px; z-index=1" src="{image:picture}"></div>
  315.  
  316.  
  317. <div id="content">
  318. {block:Posts}
  319. <div id="entry">
  320.  
  321. {block:IndexPage}
  322. <div class="future">
  323. <a href="{permalink}">{NoteCount}</a> @ {24Hour}:{Minutes}</a>
  324. </div>
  325. {/block:IndexPage}
  326.  
  327. {block:Text}
  328. {block:Title}<span class="title">{Title}</span>{/block:Title}
  329. <span class="entrytext">{Body}</span>
  330. {/block:Text}
  331.  
  332. {block:Link}
  333. <a href="{URL}" class="title">{Name}</a>
  334. {block:Description}{Description}{/block:Description}
  335. {block:Link}
  336.  
  337. {block:Photo}
  338. <img class="yuki" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="388"/>
  339. {/block:Photo}
  340.  
  341. {block:Quote}
  342. <span class="title">{Quote}</span>
  343. {block:Source}{Source}{/block:Source}
  344. {/block:Quote}
  345.  
  346. {block:Chat}
  347. {block:Title}<span class="title">{Title}</span>{/block:Title}
  348. <ul class="chat">
  349. {block:Lines}
  350. <li class="user_{UserNumber}">
  351. {block:Label}
  352. <span class="label">{Label}</span>
  353. {/block:Label}
  354.  
  355. {Line}
  356. </li>
  357. {/block:Lines}
  358. </ul>
  359.  
  360. {/block:Chat}
  361.  
  362.  
  363. {block:Audio}
  364. <center><div class="audio"><div style="width:400px; height:-10px;"><div style="float:center">{AudioPlayerWhite}</div><div style="margin-top:10px; float:center;">
  365. {block:ExternalAudio} // <a href="{ExternalAudioURL}">Download?</a>{/block:ExternalAudio}</div></div></centeR>
  366. {/block:Audio}
  367.  
  368. {block:Video}<center>
  369. {Video-400}</center>
  370. {block:Video}
  371.  
  372. {block:Answer}
  373. <img src="{AskerPortraitURL-40}" align="left" style="float: left; margin: 1px 4px 0 0;border-radius: 40px;>
  374. <span></span>{Asker}: {Question}&nbsp;</div>
  375. {Answer}
  376. {/block:Answer}
  377.  
  378.  
  379. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom}<b>origin:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  380. <br>{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}{/block:PermalinkPage}
  381.  
  382. {block:PostNotes}{PostNotes}
  383. {/block:PostNotes}
  384. </div>
  385.  
  386. {/block:Posts}
  387. </div></div>
  388.  
  389. </div>
  390. </center>
  391. </style>
  392. </body>
  393. </html></div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement