Advertisement
Gived

1994 theme

Oct 27th, 2013
2,065
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.26 KB | None | 0 0
  1. <!--
  2.  
  3. theme by gived
  4.  
  5. -->
  6. <html>
  7. <head>
  8. <title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}
  12. <meta name="description" content="{MetaDescription}" />
  13. {/block:Description}
  14. <meta name="color:Background" content="#ffffff" />
  15. <meta name="text:Content width" content="70%" />
  16. <meta name="color:Links" content="#8a8a8a"/>
  17. <meta name="color:Links Hover" content="#000000"/>
  18. <meta name="text:Link Text 01" content="home" />
  19. <meta name="text:Link URL 01" content="/" />
  20. <meta name="text:Link Text 02" content="msg" />
  21. <meta name="text:Link URL 02" content="/ask" />
  22. <meta name="text:Link Text 03" content="link" />
  23. <meta name="text:Link URL 03" content="/" />
  24. <meta name="text:Link Text 04" content="" />
  25. <meta name="text:Link URL 04" content="" />
  26. <meta name="text:Link Text 05" content="" />
  27. <meta name="text:Link URL 05" content="" /><meta name="font:Body" content="Palatino, Georgia, Times, 'Times New Roman', serif" /><meta name="font:Headers" content="Helvetica, Arial, sans-serif" />
  28.  
  29. <meta name="text:Permalink Icon" content="{1994}" />
  30.  
  31.  
  32.  
  33.  
  34. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
  35.  
  36. <style type="text/css">
  37. body {
  38. background-color: /*#fff0f0*/;
  39. font-family:{font:body};
  40. color: /*#d588ca*/ #696969;
  41. font-size: .87em;
  42. line-height:25px;
  43. }
  44.  
  45. div#sidebar{
  46. z-index:999;
  47. position:fixed;
  48. width:220px;
  49. top:0%;
  50. margin-left:0px;
  51. padding:0px;
  52. background-color: ;
  53. line-height: 14px;
  54. text-align:left;
  55. opacity: 1;
  56. }
  57.  
  58.  
  59.  
  60. .linkies{padding-top:px;-webkit-transition-duration: 0.3s;}
  61.  
  62. .linkies a{
  63.  
  64. cursor:auto;
  65. text-transform:uppercase;
  66. text-align:center;
  67. margin-bottom:50px;
  68. line-height:65px;
  69. padding:3px;
  70.  
  71. }
  72.  
  73. .linkies a:hover{
  74. background: ;-webkit-transition-duration: 0.3s;
  75.  
  76. text-transform:uppercase;
  77. border-top:px solid #222;
  78. color:{color:links hover};
  79. }
  80.  
  81. .o {cursor:help;
  82.  
  83. text-transform:uppercase;
  84.  
  85.  
  86. margin-top:5px;
  87. width:100px;
  88. padding:3px;
  89. margin-left:0px;
  90. -moz-transition: all 0.5s ease-out;
  91. -o-transition: all 0.5s ease-out;
  92. -webkit-transition: all 0.5s ease-out;
  93. transition: all 0.5s ease-out;
  94. color:{color:links}; line-height:44px;}
  95. .no { display:none; margin-bottom: 2px;font-size:.78em;}
  96.  
  97. .caption {
  98. text-align:left;
  99. width:100%;
  100. background: white;
  101.  
  102. }
  103. .post {
  104.  
  105. background:#fff;
  106.  
  107.  
  108. width:{text:content width};
  109. padding:px;
  110. margin:0px auto 50px auto;
  111. text-align:center;
  112.  
  113. margin-bottom:40px;
  114.  
  115.  
  116. }
  117.  
  118. .post img{width:100%;-moz-transition: all 3s ease-out;
  119. -o-transition: all 3s ease-out;
  120. -webkit-transition: all 3s ease-out;
  121. transition: all 3s ease-out;
  122. }
  123.  
  124.  
  125. #footer { text-align: center; margin-top: 25px; font-size: .82em; }
  126.  
  127.  
  128. .player {
  129. width:100%;
  130. background:#000;
  131. padding:10px 0;
  132. }
  133. a {
  134. color: {color:Links};
  135. text-decoration:none;
  136. }
  137. a:hover {
  138. color: {color:Links Hover};
  139. }
  140. img {
  141. border: none;
  142. border : 0;
  143. outline:none;
  144. }
  145. a img {
  146. outline: none;
  147. }
  148. div.center {
  149. padding: 20px;
  150. margin: 0px auto 0 200px;
  151. text-align:center;
  152. }
  153. ul.chat {
  154. list-style-type:none;
  155. padding:0;
  156. margin:0;
  157. }
  158. .permalink {
  159. width: 100px;
  160. margin-top: 20px;
  161. border-top: 3px solid {color:Accent Color};
  162. padding-top: 5px;
  163. }
  164. .notes {
  165. text-align: left;
  166. width: 200px;
  167. }
  168. ol.notes {
  169. list-style: none;
  170. }
  171. ol.notes img {
  172. display: none;
  173. }
  174. .credit {
  175. font-size: 16px;
  176. bottom: 5px;
  177. right: 5px;
  178. position: fixed;
  179. }
  180. .credit a {
  181. color: black;
  182. padding: 5px;
  183. background: white;
  184. border: 1px solid {color: border};
  185. }
  186.  
  187. #container {
  188. height:auto;
  189. margin:0 auto;
  190. position:relative;
  191. text-align:center;
  192.  
  193. }
  194.  
  195. @font-face {
  196. font-family:titulo;
  197. src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf');,
  198. }
  199.  
  200. @font-face{font-family:f;src:url('http://static.tumblr.com/hcocigh/GkVm9pnt3/marketingscript.ttf');}
  201.  
  202. .permalink-icon { text-align: center;}
  203. .post .shadow {z-index:-1;width:100%;height:100%;display:inline-block;position:absolute;left:-10px;top:8px;background-image:url('http://static.tumblr.com/rkiiohe/RJFmo1pz9/khul.png');border:1px solid #000;}
  204. </style>
  205.  
  206. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  207.  
  208.  
  209. </head>
  210.  
  211. <body>
  212. <script type="text/javascript">
  213. $(document).ready(function(){
  214. $(".no").hide();
  215. $(".o").click(function(){
  216. $(this).next(".no").slideToggle('fast');
  217. }); }); </script>
  218.  
  219. <div id="sidebar">
  220.  
  221. {block:ifshowsidebarphoto}
  222. <a href="/"><img src="{image:sidebar}" width=220px></a><br>{/block:ifshowsidebarphoto}
  223. {block:ifshowblogtitle}
  224.  
  225. <div class="linkies" style="font-size:30px;"><a href="/">{title}</a>
  226. </div>{/block:ifshowblogtitle}
  227.  
  228.  
  229. {block:IfLinkURL01}<div class="linkies"><a href="{text:Link URL 01}">{text:Link Text 01}</a></div>
  230. {/block:IfLinkURL01}
  231. <div style="border-bottom:1px solid #ccc;"></div>
  232. <div class="o">info</div>
  233. <div class="no"><br>{description}</div>
  234. <div style="border-bottom:1px solid #ccc;"></div>
  235. {block:IfLinkURL02}<div class="linkies"><a href="{text:Link URL 02}">{text:Link Text 02}</a>
  236. </div>
  237. {/block:IfLinkURL02}
  238.  
  239. <div style="border-bottom:1px solid #ccc;"></div>
  240.  
  241. {block:IfLinkURL03}<div class="linkies"><a href="{text:Link URL 03}">{text:Link Text 03}</a>
  242. </div>
  243. {/block:IfLinkURL03}
  244.  
  245. <div style="border-bottom:1px solid #ccc;"></div>
  246.  
  247. {block:IfLinkURL04}<div class="linkies"> <a href="{text:Link URL 04}">{text:Link Text 04}</a></div>
  248. {/block:IfLinkURL04}
  249.  
  250. {block:IfLinkURL05} <div style="border-bottom:1px solid #ccc;"></div><div class="linkies"> <a href="{text:Link URL 05}">{text:Link Text 05}</a>
  251. </div>
  252. {/block:IfLinkURL05}
  253.  
  254.  
  255. {block:HasPages}{block:Pages}<div class="linkies"> <div style="border-bottom:1px solid #ccc;"></div><a href="{URL}">{Label}</a></div>{/block:Pages}
  256. {/block:HasPages}
  257.  
  258. <div class="linkies"> <div style="border-bottom:1px solid #ccc;"></div><a href="http://givemehthemes.tumblr.com/">theme</a></div>
  259.  
  260. </div>
  261.  
  262. <div class="center">
  263. <div class="container">
  264. {block:Posts}
  265. <div class="post">
  266.  
  267. {block:Text}
  268. <div class="caption">{block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}
  269. {Body}
  270.  
  271. </div>
  272. {/block:Text}
  273.  
  274. {block:Link}
  275. <div class="caption"><a href="{URL}" class="link" {Target}>{Name}</a>
  276. {block:Description}<div class="description">{Description}</div>{/block:Description}</div>
  277.  
  278. {/block:Link}
  279.  
  280. {block:Quote}
  281. <div class="caption">
  282. "{Quote}"
  283. {block:Source}
  284. <br>&mdash; {Source}
  285. {/block:Source}
  286.  
  287. </div>
  288. {/block:Quote}
  289.  
  290. {block:Photo}
  291. {block:IndexPage}
  292. <img src="{PhotoURL-500}" >
  293. {/block:IndexPage}
  294.  
  295. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:PermalinkPage}
  296. {block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  297.  
  298. {/block:Photo}
  299.  
  300. {block:Chat}<div class="caption">
  301. {block:Title}<h2>{Title}</h2>{/block:Title}
  302. <ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul>
  303. </div>
  304. {/block:Chat}
  305.  
  306. {block:Video}
  307. {Video-500}
  308. {block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  309.  
  310. {/block:Video}
  311.  
  312. {block:Photoset}
  313. <center>
  314. {block:Photos}<img src="{PhotoURL-500}" width="{text:content width}" style="padding:0px;"/>
  315. {/block:Photos}</center>
  316. {block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  317.  
  318. {/block:Photoset}
  319.  
  320. {block:Audio}
  321. {block:AlbumArt}<a href="{Permalink}"><img src="{AlbumArtURL}"></a>{/block:AlbumArt}
  322. <div class="player">{AudioPlayerBlack}</div>
  323. {block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  324.  
  325. {/block:Audio}
  326.  
  327.  
  328.  
  329. <div class="notes">{block:PostNotes}{NoteCountWithLabel}<br>{PostNotes} {/block:PostNotes}</div>
  330. {block:Indexpage}<div style="font-size:17px; font-weight:bold;"><a href="{Permalink}">{text:Permalink Icon}</a></div>{/block:Indexpage}
  331. </div>
  332. {/block:Posts}
  333. </div>
  334.  
  335.  
  336. <div id="footer">
  337. Tumbling from 2012–2013.<br/>
  338. This theme is <a href="http://gived.tumblr.com/" title="Bold"><em>Bold</em></a> by Miriam Jones.
  339. </div>
  340.  
  341. </body>
  342. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement