Advertisement
Guest User

Theme2

a guest
Aug 22nd, 2012
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.64 KB | None | 0 0
  1. <a href="http://nofearthemes.tumblr.com">Theme</a>
  2.  
  3. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  4. <head>
  5. <meta name="color:Background" content="#E2E2E2"/>
  6. <meta name="color:Box" content="#FFF"/>
  7. <meta name="color:Text" content="#000"/>
  8. <meta name="color:Title" content="#000"/>
  9. <meta name="color:Link" content="#777"/>
  10. <meta name="color:Hover" content="#333"/>
  11. <meta name="image:Background" content=""/>
  12. <meta name="image:Sidebar" content=""/>
  13. <meta name="if:Show Photo" content="0"/>
  14. <meta name="if:Show Title" content="0"/>
  15. <meta name="if:Show Links" content="1"/>
  16. <meta name="if:Faded Images" content="0"/>
  17. <meta name="if:Inverted Fade" content="0"/>
  18. <meta name="font:Title" content="Century Gothic"/>
  19. <meta name="font:Body" content="Arial"/>
  20. <meta name="text:Title font size" content="15px"/>
  21. <meta name="text:Title line height" content="14px"/>
  22.  
  23. <title>{Title}</title>
  24.  
  25. <style type="text/css">
  26.  
  27. body{
  28. margin:0px;
  29. background-color: {color:Background};
  30. background-image:url({image:Background});
  31. background-attachment: fixed;
  32. background-repeat: repeat;
  33. font-family:{font:Body};
  34. font-size: 10px;
  35. line-height:10px;
  36. color:{color:Text};
  37. }
  38.  
  39. a:link, a:active, a:visited{color: {color:Link}; text-decoration: none; -webkit-transition: color 0.3s ease-out; -moz-transition: color 0.3s ease-out; transition: color 0.3s ease-out;}
  40.  
  41. a:hover{color:{color:Hover};
  42. text-decoration: none;}
  43.  
  44. #center{
  45. margin:auto;
  46. position:relative;
  47. width: 670px;
  48. overflow:auto;
  49. overflow-y:hidden;
  50. }
  51.  
  52. #posts{
  53. float: right;
  54. width:400px;
  55. margin-top: 4px;
  56. margin-right: 6px;
  57. }
  58.  
  59. #entry {
  60. padding-right:1px;
  61. float:left;
  62. height:auto;
  63. background-color:#fff;
  64. {block:IndexPage}
  65. width:400px;
  66. overflow-x:hidden;
  67. overflow:hidden;
  68. {/block:IndexPage}
  69. {block:PermalinkPage}
  70. width:400px;
  71. {/block:PermalinkPage}
  72.  
  73. }
  74.  
  75. #entry .permalink{position:absolute;margin-top: 6px;width:400px;height:10px;padding-bottom:2px;
  76. background-color:#ccc;overflow:hidden;font-size:10px;line-height:13px;text-align:center;
  77. opacity:0.0;}
  78.  
  79. #entry:hover .permalink{overflow:visible;-webkit-transition: opacity 0.2s linear; opacity: 0.8;
  80. -webkit-transition: all 0.2s linear; opacity: 0.8;-moz-transition: all 0.2s linear; opacity: 0.8;
  81. transition: all 0.2s linear; opacity: 0.8;}
  82.  
  83. #sidebar{
  84. position:fixed !important;
  85. -moz-border-radius: 5px;
  86. border-radius: 10px;
  87. width:250px;
  88. height:auto;
  89. background-color:{color:box};
  90. padding: 3px;
  91. top: 150px;
  92. }
  93.  
  94. #pages{
  95. float: right;
  96. font-size: 9px;
  97. font-family: Arial;
  98. background-color:{color:box};
  99. padding: 2px;
  100. width: auto;
  101. margin-bottom: 2px;
  102. }
  103.  
  104. #pages a:hover{font-style: italic;}
  105.  
  106. #permapage{
  107. font-family: Arial;
  108. font-size: 9px;
  109. text-align: left;
  110. margin-bottom: 8px;
  111. }
  112.  
  113. .title{font-family: {font:Title}; font-size: {text:Title font size}; line-height: {text:Title line height}; color: {color:Title}; font-weight: normal;}
  114.  
  115. .blogtitle{font-family: Georgia; letter-spacing:2px; font-size: 20px; line-height: 15px; text-transform: Uppercase;}
  116.  
  117.  
  118. .video embed, .post div.video object {width:350px !important;height:230px !important;}
  119.  
  120. #linkss{float: left; font-family: Verdana; text-transform:uppercase; margin-bottom: 4px; font-size: 8px; line-height: 9px;-moz-border-radius: 15px; border-radius: 15px; margin: 2px; background-color: #DDD; border: 2px dotted #999; width: 45px; padding: 4px;}
  121.  
  122. #linkss a{color:#555;}
  123.  
  124. #linkss a:hover{
  125. font-style: italic;
  126. }
  127.  
  128.  
  129. blockquote{padding:0px 0px 2px 3px; margin:0px 0px 2px 1px; border-left: 1px solid {color:Text};}
  130.  
  131. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  132. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  133. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};}
  134.  
  135. {block:ifFadedImages}img{-webkit-transition: opacity 0.8s linear; opacity: 0.75;}img:hover{-webkit-transition: opacity 0.8s linear; opacity: 1;}
  136. {/block:ifFadedImages}
  137.  
  138. {block:ifInvertedFade}img{-webkit-transition: opacity 0.7s linear; opacity: 50;}img:hover{-webkit-transition: opacity 0.2s linear; opacity: .60;}
  139. {/block:ifInvertedFade}
  140.  
  141. </style>
  142.  
  143. <link rel="shortcut icon" href="{Favicon}">
  144. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  145. <meta name="viewport" content="width=820" />
  146. </head>
  147.  
  148. <body>
  149.  
  150. <div id="center">
  151.  
  152. <div id="sidebar">
  153. {block:ifShowTitle}<center><div class="blogtitle"><a href="/">{Title}</a></div>{/block:ifShowTitle}{block:ifShowPhoto}<a href="/"><img src="{image:sidebar}" width=240px></a>{/block:ifShowPhoto}</center>
  154.  
  155. {block:ifShowLinks}
  156.  
  157. <div style="padding-top: 2px;"></div><center>
  158. <div id="linkss"><a href="/">Home</a></div>
  159. <div id="linkss"><a href="/ask">Message</a></div>
  160. <div id="linkss"><a href="/archive">Archive</a></div>
  161. <div id="linkss"><a href="http://nofearthemes.tumblr.com">Credit</a></div></center>
  162.  
  163. {/block:ifShowLinks}
  164.  
  165. {Description}
  166.  
  167. </div>
  168.  
  169. <div id="posts">
  170. {block:Posts}
  171.  
  172. <div id="entry">
  173.  
  174. {block:IndexPage}
  175. <div class="permalink">
  176. <a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">Reblog</a></span></div>
  177. {/block:IndexPage}
  178.  
  179. {block:Text}
  180. {block:Title}<span class="title"><center>{Title}</center></span>{/block:Title}
  181. <span class="entrytext">{Body}</span>
  182. {/block:Text}
  183.  
  184. {block:Link}
  185. <a href="{URL}" class="title"><center>{Name}</center></a>
  186. {block:Description}{Description}{/block:Description}
  187. {block:Link}
  188.  
  189. {block:Photo}
  190. {block:IndexPage}{LinkOpenTag}<div class="photo"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=400px/></div>{LinkCloseTag}{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=400px/>{LinkCloseTag}{/block:PermalinkPage}{/block:Photo}
  191.  
  192. {block:Quote}
  193. {Quote}
  194. {block:Source}<b>{Source}</b>{/block:Source}
  195. {/block:Quote}
  196.  
  197. {block:Chat}
  198. {block:Title}<span class="title"><center>{Title}</center></span>{/block:Title}
  199. <ul class="chat">
  200. {block:Lines}
  201. <li class="user_{UserNumber}">
  202. {block:Label}
  203. <span class="label">{Label}</span>
  204. {/block:Label}
  205.  
  206. {Line}
  207. </li>
  208. {/block:Lines}
  209. </ul>
  210. {/block:Chat}
  211.  
  212. {block:Audio}
  213. <center><div style="margin-top:70px;">{AudioPlayerBlack}</div>
  214. {block:Caption}{Caption}{/block:Caption}</center>
  215. {/block:Audio}
  216.  
  217. {block:Video}
  218. <div class="video">{Video-400}</div>
  219. {block:Video}
  220. </div>
  221.  
  222. {block:PermalinkPage}<div id="permalinkpage"><br>{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}<br></div>{/block:PermalinkPage}
  223.  
  224. {block:PostNotes}<div id="postnotespage">{PostNotes}</div>
  225. {/block:PostNotes}
  226.  
  227. {/block:Posts}
  228.  
  229.  
  230.  
  231. </div>
  232. </div>
  233. </div>
  234. </div>
  235. </center>
  236. </body>
  237. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement