Advertisement
karenok

Theme #1

Apr 19th, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.68 KB | None | 0 0
  1. <!--
  2. Theme by notdoncaster. Don't remove the credit or i'll kick you okok.
  3. -->
  4.  
  5. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/mFbkoqlkr/tumblrautopager.js"></script>
  6.  
  7.  
  8. <html>
  9. <head>
  10. <title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}" />
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  13.  
  14. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  15.  
  16. <meta name="color:Background" content="#050000"/>
  17. <meta name="color:Text" content="#000000"/>
  18. <meta name="color:Link" content="#DDDDDD"/>
  19. <meta name="color:Scrollbar" content="#000000"/>
  20. <meta name="color:Sidebar Title" content="#000000"/>
  21.  
  22. <meta name="image:Background" content=""/>
  23. <meta name="image:Sidebar" content=""/>
  24.  
  25.  
  26. <meta name="text:Link1 Url" content="/" />
  27. <meta name="text:Link1 Title" content="Link 1" />
  28. <meta name="text:Link2 Url" content="/" />
  29. <meta name="text:Link2 Title" content="Link 2" />
  30. <meta name="text:Link3 Url" content="/" />
  31. <meta name="text:Link3 Title" content="Link 3" />
  32. <meta name="text:Link4 Url" content="/" />
  33. <meta name="text:Link4 Title" content="Link 4" />
  34. <meta name="text:Link5 Url" content="/" />
  35. <meta name="text:Link5 Title" content="Link 5" />
  36. <meta name="text:Sidebar Title" content="" />
  37. <meta name="text:Quote" content="" />
  38. <meta name="text:Sub Quote" content="" />
  39.  
  40.  
  41. <style type="text/css">
  42.  
  43. body{
  44. color:{color:Text};
  45. background-attachment:fixed;
  46. background-color:{color:Background};
  47. background-image: url('{image:Background}');
  48. text-align:justify;
  49. font-family:helvetica;
  50. font-size:11px;
  51. }
  52.  
  53. a{
  54. color: {color:link};
  55. text-decoration: none;
  56. }
  57.  
  58. a:hover{
  59. color:{color:Link Hover};
  60. }
  61.  
  62. a img{
  63. border:0;
  64. }
  65.  
  66. #entries{
  67. margin-left:310px;
  68. width:512px;
  69. }
  70.  
  71. #sidebarimg {
  72. margin-bottom:0px;
  73. padding:0px;
  74. }
  75.  
  76. #sidebarimg img {
  77. max-width:220px;
  78. height: auto;
  79. }
  80.  
  81. #sidebar {
  82. width:220px;
  83. margin-left:50px;
  84. height:auto;
  85. margin-top:105px;
  86. position:fixed;
  87. overflow:hidden;
  88. padding:0px;
  89. }
  90.  
  91.  
  92. #links {
  93. width:220px;
  94. background-color:transparent;
  95. margin-left:0px;
  96. padding:0px;
  97. text-align:center;
  98. font-size:10px;
  99. font-family:helvetica;
  100. }
  101.  
  102. #description {
  103. font-size:10px;
  104. text-align:center;
  105. font-family:helvetica;
  106. line-height:100%;
  107. margin-top:2px;
  108. }
  109.  
  110. #posts{
  111. background-color:transparent;
  112. margin-bottom:0px;
  113. margin-top:15px;
  114. padding:0px;
  115. overflow:hidden;
  116. padding:0px;
  117. }
  118.  
  119. #h1{
  120. font-family:helvetica;
  121. color:{color:Text};
  122. font-size:25px;
  123. line-height:12px;
  124. font-weight:normal;
  125. margin:0px;
  126. padding:0px;
  127. margin-top:5px;
  128. }
  129.  
  130. blockquote {
  131. border-left:2px {color:text} solid;
  132. padding-left:6px;
  133. margin:1px 6px 1px 10px;
  134. }
  135.  
  136. p{
  137. margin-top:5px;
  138. margin-bottom:5px;
  139. }
  140.  
  141. .postalign{
  142. text-align:justify;
  143. padding:3px 7px 0px 7px;
  144. }
  145.  
  146. .question{
  147. background: {color:background};
  148. font-size: 10px;
  149. font-weight:none;
  150. color: {color:Text};
  151. padding: 10px;
  152. }
  153.  
  154. .ask{
  155. font-size: 10px;
  156. background-color:{color:Background};
  157. color:{color:Text};
  158. margin-bottom:0px;
  159. padding: 7px;
  160. }
  161.  
  162. .asker{text-transform: lowercase; padding-bottom:0px; font-size: 11px;}
  163.  
  164. .answer{padding:4px;}
  165.  
  166. .chat {line-height: 12px; list-style: none }
  167. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height:20px;}
  168. .person1 {background-color:{color:Background}; color: {color:text}; }
  169. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:Text}}
  170. .person2 {color: {color:Text} }
  171. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:Text}}
  172.  
  173. .quote{font-family:{font:Title}; font-size:13px; color: {color:Text}; font-style:italic;}
  174.  
  175. .audio{background-color:{color:Entries}; height:35px; overflow:hidden;}
  176.  
  177. .entry .perma a{
  178. color:{color:text};}
  179.  
  180. .entry .perma{
  181. margin-top:15px;
  182. position: absolute;
  183. line-height: 13px;
  184. left:340px;
  185. padding-bottom:1px;
  186. padding-top:3px;
  187. border: 0px;
  188. text-align: center;
  189. overflow:hidden;
  190. width:115px;
  191. opacity: 0;
  192. height:0px;
  193. background-color:{color:background};
  194. -webkit-transition: all 0.5s ease-out;
  195. -moz-transition: all 0.5s ease-out;
  196. transition: all 0.8s ease-out;
  197. }
  198.  
  199. .entry:hover .perma{
  200. text-align: center;
  201. overflow:visible;
  202. opacity:0.8;
  203. height:14px;
  204. -webkit-transition: all 0.5s linear;
  205. -moz-transition: all 0.5s linear;
  206. transition: all 0.5s linear;
  207.  
  208. }
  209.  
  210. .entry {
  211. float:left;
  212. display: block;
  213. margin: 2px;
  214. padding:2px;
  215. overflow:hidden;
  216. border: 1px solid #ddd;
  217. width:500px;
  218. {block:PermalinkPage}
  219. width:500px;
  220. text-align:left;
  221. {/block:PermalinkPage}
  222. background: {color:background};
  223. background-image:URL();
  224. -webkit-transition: all .7s ease;
  225. -moz-transition: all .7s ease;
  226. -o-transition: all .7s ease;
  227. transition: all .7s ease;
  228. }
  229.  
  230. .entry:hover{
  231. opacity:1;
  232. -webkit-transition: all .7s ease;
  233. -moz-transition: all .7s ease;
  234. -o-transition: all .7s ease;
  235. transition: all .7s ease;
  236. }
  237.  
  238. i, em {color: {color:Link};}
  239. b, strong {color: {color:Link};}
  240.  
  241. ::selection {
  242. color:{color:Text};
  243. background-color: {color:Link};
  244. }
  245.  
  246. ::-moz-selection {
  247. color:{color:Text};
  248. background-color: {color:Link};
  249. }
  250.  
  251. ::-webkit-selection {
  252. color:{color:Text};
  253. background-color:{color:Link};
  254. }
  255.  
  256. </style>
  257. <style type="text/css">{CustomCSS}</style>
  258. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  259. </head>
  260.  
  261.  
  262. <body>
  263.  
  264. <div id="sidebar">
  265. <div id="sidebarimg"><center><img src="{image:Sidebar}"/></center></div>
  266. <div id="links">
  267. {block:ifLink1Title}<a href="{text:Link1 Url}">{text:Link1 Title}</a>{/block:ifLink1Title}{block:ifLink2Title} <a href="{text:Link2 Url}">{text:Link2 Title}</a>{/block:ifLink2Title}{block:ifLink3Title} <a href="{text:Link3 Url}">{text:Link3 Title}</a>{/block:ifLink3Title}{block:ifLink4Title} <a href="{text:Link4 Url}">{text:Link4 Title}</a>{/block:ifLink4Title}{block:ifLink5Title} <a href="{text:Link5 Url}">{text:Link5 Title}</a>{/block:ifLink5Title}
  268. </div>
  269. <div id="description">{Description}</div>
  270.  
  271. </div>
  272.  
  273. <div id="entries">
  274. <div class=autopagerize_page_element>
  275. {block:Posts}
  276. <div class="entry">
  277.  
  278. {block:Text}{block:Title}<div id="h1"><span class="title">{Title}</span></div>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel} | {timeago}</a></a><br>{/block:HasTags}</span></align>
  279. {/block:Text}
  280.  
  281. {block:Link}<div id="h1"><a href="{URL}" class="title">{Name}</a></div>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> | {timeago} <a href="{Permalink}"></span></align>{block:Link}
  282.  
  283. {block:Photo}
  284. {block:IndexPage}
  285. <div class="perma">
  286. <a href="{permalink}">{NoteCountWithLabel}</a> | {TimeAgo}</a></div>
  287. <center>
  288. <div class="photo"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></div>
  289. {/block:IndexPage}
  290. {block:PermalinkPage}
  291. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500px"/></div><Center>{block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}{LinkCloseTag}</center>
  292. {/block:PermalinkPage}
  293. {/block:Photo}
  294.  
  295. {block:Photoset}
  296. {block:IndexPage}
  297. <div class="perma">
  298. <a href="{permalink}">{NoteCountWithLabel}</a> | {TimeAgo}</a></div>
  299. <center>
  300. {Photoset-500}</center>
  301. {/block:IndexPage}
  302. {block:PermalinkPage}
  303. <center>
  304. {Photoset-500}</center>
  305. {/block:PermalinkPage}
  306. {/block:Photoset}
  307.  
  308. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} | posted {timeago}</a> <a href="{Permalink}"> </span>{/block:Quote}
  309.  
  310. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  311. <ul class="chat">
  312. {block:Lines}
  313. <li class="user_{UserNumber}">
  314. {block:Label}
  315. <span class="label">{Label}</span>
  316. {/block:Label}
  317.  
  318. {Line}
  319. </li>
  320. {/block:Lines}
  321. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} | posted {timeago}</a> <a href="{Permalink}">
  322. {/block:Chat}
  323.  
  324. {block:Audio}
  325. <div style="width:400px; height:30px;">
  326. {AudioPlayerBlack}
  327. </div>
  328. {block:IndexPage}
  329. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} - posted {timeago}</a> <a href="{Permalink}"> </a>
  330. </span>{/block:IndexPage}
  331. {/block:Audio}
  332.  
  333. {block:Video}
  334. {block:IndexPage}
  335. <center>
  336. {Video-500}</center>
  337. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} | posted {timeago}</a> <a href="{Permalink}"></span></align>
  338. {/block:IndexPage}
  339. {block:PermalinkPage}
  340. <center>
  341. {Video-500}</center>
  342. {/block:PermalinkPage}
  343. {block:Video}
  344.  
  345.  
  346. {block:PostNotes}<div align="middle">{caption}</div>
  347. <center>
  348.  
  349. {block:HasTags}
  350. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  351. {block:RebloggedFrom}
  352. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  353. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  354.  
  355. {/block:RebloggedFrom}
  356. </center></span>
  357. <br>
  358. <div id="postnotes">{PostNotes}</div><br>
  359.  
  360. <center>{block:ContentSource}
  361. <br><a href="{SourceURL}">
  362. {lang:Source}:
  363. {block:SourceLogo}
  364. <img src="{BlackLogoURL}" width="{LogoWidth}"
  365. height="{LogoHeight}" alt="{SourceTitle}" />
  366. {/block:SourceLogo}
  367. {block:NoSourceLogo}
  368. {SourceLink}
  369. {/block:NoSourceLogo}
  370. </a>
  371. {/block:ContentSource}</center>
  372.  
  373. {/block:PostNotes}
  374. </div>
  375. {/block:Posts}
  376.  
  377. {block:PostNotes}
  378. <div id="notes"><div id="notess">{PostNotes}</div></div></div>
  379. {/block:PostNotes}
  380.  
  381.  
  382. </div>
  383. </div>
  384. </body>
  385. <div style="position:fixed;bottom:10px;right:10px;">
  386. <a href="http://notdoncaster.tumblr.com/">C R E D I T</a>
  387. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement