Advertisement
karenok

Theme 20

May 24th, 2013
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.69 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <link href='http://fonts.googleapis.com/css?family=Neucha|Karla|Scada' rel='stylesheet' type='text/css'>
  5.  
  6. <meta name="color:background" content="#FFFFFF" />
  7. <meta name="color:text" content="#57554F" />
  8. <meta name="color:link" content="#000000" />
  9. <meta name="color:link hover" content="#57554F"/>
  10. <meta name="image:sidebar" content="" />
  11. <meta name="image:backround" content="" />
  12. <meta name="text:link1title" content="" />
  13. <meta name="text:link1link" content="" />
  14. <meta name="text:link2title" content="" />
  15. <meta name="text:link2link" content="" />
  16. <meta name="text:link3title" content="" />
  17. <meta name="text:link3link" content="" />
  18. <meta name="text:link4title" content="" />
  19. <meta name="text:link4link" content="" />
  20. <meta name="text:link5title" content="" />
  21. <meta name="text:link5link" content="" />
  22. <meta name="text:link6title" content="" />
  23. <meta name="text:link6link" content="" />
  24.  
  25. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  26. <title>{Title}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  27. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  28. <link rel="shortcut icon" href="{Favicon}" />
  29. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  30. <style type="text/css">
  31.  
  32.  
  33. body {color:{color:text};background-color:{color:background};background-image: url('');background-position: center;background-attachment:fixed;background-repeat: repeat;font-size:10px;font-family:helvetica;line-height:110%;text-align:justify}
  34.  
  35. a{color: {color:link}; text-decoration: none;}
  36.  
  37. a:hover{ opacity: 0.7; text-shadow: 2px 0px #df8181, -2px 0px #54d2cb; -webkit-transition: all 1s ease-in-out;}
  38.  
  39. #content {margin-left:430px; margin-top:0px; width:400px}
  40.  
  41. #posts{overflow:hidden; background-color: {color:background}; border-left:0px solid; border-right:0px solid; padding:3px}
  42.  
  43. #sidebarimg img {max-width: 210px; margin-left:0px; margin-top:0px;
  44. height: auto; text-align:center;}
  45.  
  46. #description {font-size:10px; text-align:center; font-family:helvetica; line-height:110%; margin-bottom:10px}
  47.  
  48. #sidebar {width:210px; margin-left:170px; margin-top:250px; position:fixed;
  49. overflow:hidden; background:trans; padding:3px}
  50.  
  51. #description {font-size:10px; text-align:center; font-family:helvetica; line-height:110%; margin-bottom:10px}
  52.  
  53. .links{background:trans;text-align:center;}
  54.  
  55. .links a{background:trans;display:inline-block;font-family:helvetica;font-size:9px;text-transform: lowercase;letter-spacing: 1px; padding:2px 2px 2px 2px; -webkit-border-radius: 1px;-moz-border-radius: 1px;}
  56.  
  57. .user_1 .label {color:{color:link}; font-weight:bold}
  58. .user_2 .label {color:{color:text}; font-weight:bold}
  59. .user_3 .label {color:{color:link}; font-weight:bold}
  60. .user_4 .label {color:{color:text}; font-weight:bold}
  61. .user_5 .label {color:{color:link}; font-weight:bold}
  62. .user_6 .label {color:{color:text}; font-weight:bold}
  63. .user_7 .label {color:{color:link}; font-weight:bold}
  64. .user_8 .label {color:{color:text}; font-weight:bold}
  65. .user_9 .label {color:{color:link}; font-weight:bold}
  66. .user_10 .label {color:{color:text}; font-weight:bold}
  67. .user_11 .label {color:{color:link}; font-weight:bold}
  68. .user_12 .label {color:{color:text}; font-weight:bold}
  69. .user_13 .label {color:{color:link}; font-weight:bold}
  70. .user_14 .label {color:{color:text}; font-weight:bold}
  71. .user_15 .label {color:{color:link}; font-weight:bold}
  72. .user_16 .label {color:{color:text}; font-weight:bold}
  73. .user_17 .label {color:{color:link}; font-weight:bold}
  74. .user_18 .label {color:{color:text}; font-weight:bold}
  75. .user_19 .label {color:{color:link}; font-weight:bold}
  76. .user_20 .label {color:{color:text}; font-weight:bold}
  77. .user_21 .label {color:{color:link}; font-weight:bold}
  78. .user_22 .label {color:{color:text}; font-weight:bold}
  79. .user_23 .label {color:{color:link}; font-weight:bold}
  80. .user_24 .label {color:{color:text}; font-weight:bold}
  81. .user_25 .label {color:{color:link}; font-weight:bold}
  82. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  83.  
  84. i, em {color: {color:Italic};}
  85. b, strong {color: {color:Bold};}
  86.  
  87. ::selection {
  88. color:{color:Text};
  89. background-color: {color:Link};
  90. }
  91.  
  92. ::-moz-selection {
  93. color:{color:Text};
  94. background-color: {color:Link};
  95. }
  96.  
  97. ::-webkit-selection {
  98. color:{color:Text};
  99. background-color:{color:Link};
  100. }
  101.  
  102. blockquote {border-left:2px {color:Link} solid; padding-left:5px; margin:1px 6px 1px 10px}
  103.  
  104. p{margin-top:5px; margin-bottom:5px; }
  105.  
  106. blockquote {padding:0px; text-align:left; padding-left:5px; margin:5px; background-color:transparent; border-left:3px solid {color:Link};}
  107.  
  108.  
  109. ol.notes img {
  110. width: 16px;
  111. position: relative;
  112. display: inline;
  113. top: 3px;
  114. }
  115. .photoset, .photoset_row, div.photoset_photo, .photoset img, .html_photoset {
  116.  
  117. margin: 0 auto;
  118. }
  119.  
  120. .text {
  121. padding: 5px;
  122. }
  123.  
  124. ol.notes {
  125. padding: 0 10px;
  126. }
  127.  
  128. .perma
  129. {
  130. opacity: 0.0;
  131. filter: alpha(opacity = 0);
  132. margin-top: -21px;
  133. width: px;
  134. height: 30px;
  135. line-height: 30px;
  136. font-size: 9px;
  137. position:absolute;
  138. text-align: center;
  139. z-index:9999991;
  140. color: {color:permalink};
  141.  
  142. }
  143. a.p
  144. {
  145.  
  146. color: {color:permalink};
  147. }
  148. .entry:hover .perma {
  149.  
  150. -webkit-transition: opacity 0.4s linear;
  151. opacity: 1;
  152. -moz-transition: all 0.4s linear;
  153. transition: all 0.4s linear;
  154. filter: alpha(opacity = 100);
  155.  
  156. }
  157.  
  158. select {
  159. font-size: 9px;
  160. width: 100px;
  161. margin-left: 10px;
  162.  
  163. }
  164. option {
  165. font-size: 9px;
  166. text-align: left;
  167.  
  168. }
  169. input[type=button]
  170. {
  171. font-size: 9px;
  172. }
  173.  
  174. .likep {
  175. width: 21px;
  176. height: 20px;
  177. overflow: hidden;
  178. position: relative;
  179. z-index: 9999999;
  180. position: absolute;
  181. margin-top: 26px;
  182. margin-left: 5px;
  183. }
  184. .rep {
  185. width: 24px;
  186. height: 20px;
  187. overflow: hidden;
  188. position: relative;
  189. z-index: 9999999;
  190. position: absolute;
  191. margin-top: 26px;
  192. margin-left: 29px;
  193. }
  194. .likep a:hover {
  195. background-position: 0px 0px;
  196. }
  197. .likep a {
  198. background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  199. background-position: 0px 0px;
  200. display: block;
  201. z-index: 9999999;
  202. webkit-transition: all 0s linear;
  203. -webkit-transition: all 0s linear;
  204. -moz-transition: all 0s linear;
  205. transition: all 0s linear;
  206. }
  207. .likep img {
  208. width: 21px;
  209. height: 20px;
  210. webkit-transition: all 0.2s linear;
  211. -webkit-transition: all 0.2s linear;
  212. -moz-transition: all 0.2s linear;
  213. transition: all 0.2s linear;
  214. }
  215. .rep img{
  216. width: 24px;
  217. height: 20px;
  218. line-height: 30px;
  219. display: inline;
  220. }
  221.  
  222. .not { position: absolute;
  223. background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png");
  224. height: 20px;
  225. font-size: 11px;
  226. line-height: 20px;
  227. color: #fff;
  228. position: absolute;
  229. margin-top: 26px;
  230. margin-left: 56px;
  231. padding-left: 4px;
  232. padding-right: 4px;
  233. -moz-border-radius: 2px;
  234. border-radius: 2px;
  235. }
  236. .not a{
  237. color: #fff;
  238. font-weight: bold;
  239. font-family: Arial;
  240. }
  241.  
  242. ::-webkit-scrollbar-thumb:horizontal {
  243. background-color:#eee
  244. height:auto !important;
  245. }
  246.  
  247. ::-webkit-scrollbar {
  248. height:auto;
  249. width:7px;
  250. background-color: transparent;
  251. }
  252.  
  253. p {
  254. margin:0px;
  255. margin-top:0px;
  256. }
  257.  
  258.  
  259. </style>
  260. <style type="text/css">{CustomCSS}</style>
  261.  
  262. </head>
  263.  
  264. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  265.  
  266. <div id="sidebar">
  267.  
  268.  
  269. <div class="links"><a href="{text:link1link}">{text:link1title}</a> | <a href="{text:link2link}">{text:link2title}</a> | <a href="{text:link3link}">{text:link3title}</a> | <a href="{text:link4link}">{text:link4title}</a> | <a href="{text:link5link}">{text:link5title}</a> | <a href="{text:link6link}">{text:link6title}</a> </div>
  270. <div id="sidebarimg"><img src="{image:sidebar}"></div>
  271. <div id="description"><br>{Description}</div>
  272.  
  273. </div>
  274.  
  275. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  276. <div id="content">
  277. {block:Posts}
  278. <div class="entry">
  279. {block:IndexPage}<div class="perma">
  280. <div class="likep"><a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a></div> <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  281. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  282.  
  283.  
  284.  
  285. </div>
  286. {/block:IndexPage}
  287. {block:Text}
  288. <div class="text">
  289. {block:Title}
  290. <h3><a href="{Permalink}">{Title}</a></h3>
  291. {/block:Title}
  292. {Body}
  293. </div>
  294. {/block:Text}
  295.  
  296. {block:Photo}
  297. {block:IndexPage}
  298. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>{LinkCloseTag}
  299. {/block:IndexPage}
  300. {block:permalinkpage}{LinkOpenTag}
  301. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>{LinkCloseTag}
  302. {/block:permalinkpage}
  303.  
  304. {/block:Photo}
  305.  
  306. {block:Photoset}
  307. {block:IndexPage}
  308. {Photoset-500}
  309. {/block:IndexPage}
  310. {block:permalinkpage}
  311. {Photoset-500}
  312. {/block:permalinkpage}
  313. {/block:Photoset}
  314.  
  315. {block:Quote}
  316. <div class="text">
  317. "{Quote}"
  318. {block:Source}
  319. <div class="source">{Source}</div>
  320. {/block:Source}
  321. </div>
  322. {/block:Quote}
  323.  
  324. {block:Link}
  325. <div class="text">
  326. <a href="{URL}" class="link" {Target}>{Name}</a>
  327. {block:Description}
  328. <div class="description">{Description}</div>
  329. {/block:Description}
  330. </div>
  331. {/block:Link}
  332.  
  333. {block:Chat}
  334. <div class="text">
  335. {block:Title}
  336. <h3><a href="{Permalink}">{Title}</a></h3>
  337. {/block:Title}
  338. <ul class="chat">
  339. {block:Lines}
  340. <li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}
  341.  
  342. {Line} </li>
  343. {/block:Lines}
  344. </ul>
  345. </div>
  346. {/block:Chat}
  347.  
  348. {block:Video}
  349.  
  350. {block:IndexPage}
  351. {Video-500}
  352. {/block:IndexPage}
  353. {block:permalinkpage}
  354. {Video-500}
  355. {/block:permalinkpage}
  356. {/block:Video}
  357.  
  358. {block:Audio}
  359. {AudioPlayerBlack}
  360. <div class="text">
  361. {block:Caption}
  362. {Caption}
  363. {/block:Caption}
  364. </div>
  365. {/block:Audio}
  366. {block:PermalinkPage}
  367. <center>{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{block:NoteCount} - {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} - Tags: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</center>
  368. {/block:PermalinkPage}
  369. {block:PostNotes}{PostNotes}{/block:PostNotes}
  370. </div>
  371. {/block:Posts}
  372. </div>
  373. </div>
  374.  
  375. </body>
  376.  
  377. </a><div style="position:fixed; bottom:10px; left:1300px;">
  378. <a href="http://fvckanonymous.tumblr.com/"><small>C R E D I T</small></a>
  379.  
  380.  
  381. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement