Advertisement
Gived

Miniluv

Apr 21st, 2014
933
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.24 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.js" type="text/javascript"></script>
  5.  
  6. <!---
  7. Theme by gived.tumblr.com
  8.  
  9. tag idea from a default theme
  10. --->
  11.  
  12. <title>{title}</title>
  13. <meta name="color:Background" content=""/>
  14. <meta name="color:Text" content=""/>
  15. <meta name="color:Links" content=""/>
  16. <meta name="color:Links Hover" content=""/>
  17. <meta name="color:Blogtitle" content=""/>
  18. <meta name="color:Blogtitle Hover" content=""/>
  19. <meta name="color:Nav Links" content=""/>
  20. <meta name="color:Nav Links Hover" content=""/>
  21. <meta name="font:Body" content="courier new"/>
  22. <meta name="text:Text Size" content="12"/>
  23. <meta name="text:Blogtitle Size" content=""/>
  24.  
  25. <meta name="text:Link 1 Title" content=""/>
  26. <meta name="text:Link 2 Title" content=""/>
  27. <meta name="text:Link 3 Title" content=""/>
  28. <meta name="text:Link 1 URL" content="no"/>
  29. <meta name="text:Link 2 URL" content=""/>
  30. <meta name="text:Link 3 URL" content=""/>
  31. <meta name="image:logo" content="" />
  32. <meta name="if:logo" content="" />
  33. <meta name="if:Tags" content="1"/>
  34. <meta name="if:Captions" content="0"/>
  35. <link rel="shortcut icon" href="{Favicon}">
  36.  
  37.  
  38. <style type="text/css">
  39.  
  40. body{
  41. text-align:left;
  42. font-family:{font:Body};
  43. font-size:{text:Text Size}px;
  44. line-height: 21px;
  45. color:{color:text};
  46. background-color:{color:Background};
  47. }
  48.  
  49. #tumblr_controls{
  50. -webkit-filter: invert(100%);
  51. }
  52.  
  53. a{
  54. text-decoration:underline;
  55. color:{color:links};
  56. -moz-transition: all 0.5s ease-out;
  57. -o-transition: all 0.5s ease-out;
  58. -webkit-transition: all 0.5s ease-out;
  59. transition: all 0.5s ease-out;
  60. }
  61.  
  62. a:hover{
  63. text-decoration:none;
  64. color:{color:Links Hover};
  65. -moz-transition: all 0.5s ease-out;
  66. -o-transition: all 0.5s ease-out;
  67. -webkit-transition: all 0.5s ease-out;
  68. transition: all 0.5s ease-out;
  69. }
  70.  
  71. #what{
  72. margin:auto;
  73. width:500px;
  74. background:;
  75. }
  76.  
  77. .blogtitle{
  78. text-align:left;
  79. font-weight:bold;
  80. text-transform:uppercase;
  81. line-height:70px;
  82. font-size:{text:Blogtitle Size}px;
  83. margin-top:60px;
  84. color:{color:Blogtitle};
  85. text-decoration:none;
  86. -moz-transition: all 0.5s ease-out;
  87. -o-transition: all 0.5s ease-out;
  88. -webkit-transition: all 0.5s ease-out;
  89. transition: all 0.5s ease-out;
  90. }
  91.  
  92. .blogtitle a:hover{
  93. color:{color:Blogtitle Hover};
  94. text-decoration:none;
  95. -moz-transition: all 0.5s ease-out;
  96. -o-transition: all 0.5s ease-out;
  97. -webkit-transition: all 0.5s ease-out;
  98. transition: all 0.5s ease-out;
  99. }
  100.  
  101. .navigation, .navigation a{
  102. text-transform:uppercase;
  103. text-align:left;
  104. margin-bottom:40px;
  105. -moz-transition: all 0.5s ease-out;
  106. -o-transition: all 0.5s ease-out;
  107. -webkit-transition: all 0.5s ease-out;
  108. transition: all 0.5s ease-out;
  109. }
  110.  
  111. .navigation a:hover{
  112. color:{color:Nav Links Hover};
  113. -moz-transition: all 0.5s ease-out;
  114. -o-transition: all 0.5s ease-out;
  115. -webkit-transition: all 0.5s ease-out;
  116. transition: all 0.5s ease-out;
  117. }
  118.  
  119. .music{
  120. width:500px;
  121. overflow:hidden;
  122. background:#FFFFFF;
  123. }
  124.  
  125.  
  126. #text {position:fixed;
  127. bottom:5px;
  128. right:10px;
  129. text-transform:uppercase;
  130.  
  131. padding:5px;
  132. font-size:11px;}
  133. #text a {text-decoration:none;}
  134.  
  135. h2{
  136. text-transform:uppercase;
  137. font-size:12pt;
  138. }
  139.  
  140. ::-webkit-scrollbar-thumb:vertical {
  141. background:{color:Text};
  142. height:300px;
  143. }
  144.  
  145. ::-webkit-scrollbar {
  146. height:300px;
  147. width:8px;
  148. background-color:{color:Background};
  149. }
  150.  
  151. #entry .permalink{
  152. opacity:1;
  153. padding-top:5px;
  154. float:left;
  155.  
  156.  
  157. -moz-transition: all 0.3s ease-out;
  158. -o-transition: all 0.3s ease-out;
  159. -webkit-transition: all 0.3s ease-out;
  160. transition: all 0.3s ease-out;
  161. }
  162.  
  163. #entry:hover .permalink{
  164. opacity:1;
  165. -moz-transition: all 0.3s ease-out;
  166. -o-transition: all 0.3s ease-out;
  167. -webkit-transition: all 0.3s ease-out;
  168. transition: all 0.3s ease-out;
  169. }
  170.  
  171. #entry{
  172. margin-bottom:225px;
  173.  
  174. width:500px;
  175. }
  176.  
  177. #entry img{
  178. border:1px solid black;
  179.  
  180. width:500px;
  181. -moz-transition: all 3s ease-out;
  182. -o-transition: all 3s ease-out;
  183. -webkit-transition: all 3s ease-out;
  184. transition: all 3s ease-out;
  185. }
  186.  
  187. #entry img:hover{
  188.  
  189. -moz-transition: all 2s ease-out;
  190. -o-transition: all 2s ease-out;
  191. -webkit-transition: all 2s ease-out;
  192. transition: all 2s ease-out;
  193. }
  194.  
  195. div.video embed,
  196. div.post div.video object {
  197. width:500px !important;
  198. height:400px !important;
  199. }
  200.  
  201. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {
  202. display:none;
  203. }
  204.  
  205. {CustomCSS}
  206.  
  207. </style>
  208.  
  209. {block:IfEndlessScroll}<script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>{/block:IfEndlessScroll}
  210.  
  211. </head>
  212.  
  213. <body>
  214. <div id="text"><a href="http://gived.tumblr.com" target="_blank">☆GTheme</a></div>
  215. <div id="what">
  216.  
  217. <div class="blogtitle">
  218. <a href="/">{Title}</a>
  219. {block:Iflogo}
  220. <a href="/"><img src="{image:logo}" width="90px"/></a></img>
  221.  
  222. {/block:Iflogo}
  223. </div>
  224.  
  225. {description}<br><br>
  226.  
  227. <div class="navigation">
  228.  
  229. {block:ifLink1Title}
  230. <a href="{text:Link 1 URL}">{text:Link 1 Title}</a>
  231. {/block:ifLink1Title}
  232.  
  233. &nbsp; &nbsp; &nbsp;
  234.  
  235. {block:ifLink2Title}
  236. <a href="{text:Link 2 URL}">{text:Link 2 Title}</a>
  237. {/block:ifLink2Title}
  238.  
  239. &nbsp; &nbsp; &nbsp;
  240.  
  241. {block:ifLink3Title}
  242. <a href="{text:Link 3 URL}">{text:Link 3 Title}</a>
  243. {/block:ifLink3Title}
  244.  
  245. {block:HasPages}{block:Pages}&nbsp; &nbsp; &nbsp;<a href="{URL}">{Label}</a>{/block:Pages}
  246. {/block:HasPages}
  247.  
  248. </div>
  249.  
  250. <div class="autopagerize_page_element">
  251.  
  252. {block:Posts}
  253. <div id="entry">
  254.  
  255. {block:Photo}
  256.  
  257. <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500"/></a>
  258. {block:ifCaptions}
  259. {block:Caption}{Caption}{/block:Caption}
  260. {/block:ifCaptions}
  261. {block:ifNotCaptions}
  262. {block:PermalinkPage}
  263. {block:Caption}{Caption}{/block:Caption}
  264. {/block:PermalinkPage}
  265. {/block:ifNotCaptions}
  266. {block:ContentSource}
  267. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  268. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  269. {/block:SourceLogo}
  270. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  271. {/block:ContentSource}
  272. {block:ReblogParentURL}
  273. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  274. {/block:ReblogParentURL}
  275.  
  276. {/block:Photo}
  277.  
  278. {block:Text}
  279.  
  280. {block:Title}<h2><a href="{Permalink}">{Title}</a></h2>{/block:Title}
  281. {Body}
  282. {/block:Text}
  283.  
  284. {block:Quote}
  285.  
  286. "{Quote}"
  287. {block:Source}<p>&mdash; <b>{Source}</b></p>{/block:Source}
  288. {/block:Quote}
  289.  
  290. {block:Answer}
  291.  
  292. <b>{Asker}:</b> &nbsp; {Question}<br>
  293. - &nbsp; {Answer}
  294. {/block:answer}
  295.  
  296. {block:Photoset}
  297.  
  298. <center>{Photoset-500}</center>
  299. {block:ifCaptions}
  300. {block:Caption}{Caption}{/block:Caption}
  301. {/block:ifCaptions}
  302. {block:ifNotCaptions}
  303. {block:PermalinkPage}
  304. {block:Caption}{Caption}{/block:Caption}
  305. {/block:PermalinkPage}
  306. {/block:ifNotCaptions}
  307. {/block:Photoset}
  308.  
  309. {block:Chat}
  310.  
  311. {block:Title}<b>{Title}</b>{/block:Title}
  312. {block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}
  313. {/block:Chat}
  314.  
  315. {block:Audio}
  316.  
  317. <div class="music">{AudioPlayerWhite}</div>
  318. {block:Caption}{Caption}{/block:Caption}
  319. {/block:Audio}
  320.  
  321. {block:Link}
  322.  
  323. <a href="{URL}"><h2>{Name}</h2></a>{block:Description}{Description}{/block:Description}
  324. {/block:Link}
  325.  
  326. {block:Video}
  327. <div class="video">{Video-400}</div>
  328. {block:ifCaptions}
  329. {block:Caption}{Caption}{/block:Caption}
  330. {/block:ifCaptions}
  331. {block:ifNotCaptions}
  332. {block:PermalinkPage}
  333. {block:Caption}{Caption}{/block:Caption}
  334. {/block:PermalinkPage}
  335. {/block:ifNotCaptions}
  336.  
  337. {/block:Video}
  338.  
  339. {block:IndexPage}
  340. <div class="permalink">rebloged <a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}">{NoteCountWithLabel}</a>
  341. {block:ifTags}
  342. {block:HasTags}
  343. <br>
  344. Tagged As:
  345. {block:Tags}<a href="{TagURL}">#{Tag}</a><span class="com"> ,</span>
  346. {/block:Tags}
  347. {/block:HasTags}
  348. {/block:ifTags}
  349. </div>
  350. {/block:IndexPage}
  351.  
  352. {block:PermalinkPage}
  353. Posted {TimeAgo} with {NoteCountWithLabel}
  354. <br>
  355. <b>Tags:</b>
  356. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  357. {/block:Tags}
  358. {/block:HasTags}
  359. <br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a>· (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  360. {/block:PermalinkPage}
  361.  
  362. </div>
  363. {/block:Posts}
  364. </div>
  365.  
  366. </div>
  367.  
  368. </body>
  369. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement