Advertisement
singforabsolution

Theme By Kelsey #25

May 8th, 2012
974
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.01 KB | None | 0 0
  1. <!-- please don't remove the credit or use as a base code-->
  2.  
  3. <head>
  4.  
  5. <!--Default Variables-->
  6. <!--Colors-->
  7. <meta name="color:Background" content="#FFFFFF"/>
  8. <meta name="color:Text" content="#000000"/>
  9. <meta name="color:Post Title" content="#1C1C1C"/>
  10. <meta name="color:Link" content="#838B8B"/>
  11. <meta name="color:Link Hover" content="#E0EEEE"/>
  12. <meta name="color:Blog Title" content="#8B7D7B"/>
  13. <meta name="color:Chat 1" content="#586464"/>
  14. <meta name="color:Chat 2" content="#06212b"/>
  15. <meta name="color:Ask Background" content="#838b8b"/>
  16. <meta name="color:Sidelinks" content="#E8E8E8"/>
  17. <meta name="color:Sidelinks Hover" content="#CFCFCF"/>
  18.  
  19. <!--Images-->
  20. <meta name="image:Background" content=""/>
  21. <!--Options-->
  22. <meta name="if:Infinite Scrolling" content=""/>
  23. <meta name="if:Tiny Cursor" content="1"/>
  24. <meta name="if:Tiny Scrollbar" content="1"/>
  25. <meta name="if:Rainbow Links" content=""/>
  26. <meta name="if:Blog Title" content="1"/>
  27. <meta name="if:Show Caption" content=""/>
  28.  
  29. <!--Links-->
  30. <meta name="text:Link 1 URL" content="/"/>
  31. <meta name="text:Link 1 name" content="home"/>
  32. <meta name="text:Link 2 URL" content="/ask"/>
  33. <meta name="text:Link 2 name" content="ask"/>
  34. <meta name="text:Link 3 URL" content="/"/>
  35. <meta name="text:Link 3 name" content="etc"/>
  36. <meta name="text:Link 4 URL" content="/archive"/>
  37. <meta name="text:Link 4 name" content="archive">
  38.  
  39. {block:Description}
  40. <meta name="description" content="{MetaDescription}" />{/block:Description}
  41. <title>
  42. {block:PostSummary}
  43. {PostSummary} - {/block:PostSummary}{Title}</title>
  44.  
  45. {block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}
  46.  
  47. </style>
  48. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  49. <style type="text/css">
  50.  
  51. {block:iftinycursor}
  52. body, a, a:hover {cursor: url(http://i.imgur.com/2qleX.jpg), progress;}{/block:iftinycursor}
  53.  
  54.  
  55. {block:iftinyscrollbar}
  56. ::-webkit-scrollbar {width: 8px; height: 4px; background: #FFFFFF; }
  57. ::-webkit-scrollbar-thumb { background-color: #E8E8E8; -webkit-border-radius: 1ex; border: 1px solid black;}
  58. {/block:iftinyscrollbar}
  59.  
  60. @font-face { font-family: "silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
  61.  
  62. body{
  63. background-color: {color:Background};
  64. background-image:url({image:Background});
  65. background-attachment:fixed;
  66. background-repeat:repeat;
  67. background-position:center;
  68. font-family:default;
  69. font-size:12px;
  70. line-height:12px;
  71. letter -spacing:0px;
  72. color:{color:Text};
  73. }
  74.  
  75. a:link, a:active, a:visited{
  76. color: {color:Link};
  77. text-decoration:none;
  78. -webkit-transition: all 0.3s linear;
  79. -moz-transition: all 0.3s linear;
  80. transition: all 0.3s linear;
  81. }
  82. a:hover{
  83. color: {color:Link Hover};
  84. {block:iftinycursor}cursor: url(http://i.imgur.com/IepP2.jpg), progress{/block:iftinycursor};
  85. -webkit-transition: all 0.3s linear;
  86. -moz-transition: all 0.3s linear;
  87. transition: all 0.3s linear;
  88. }
  89.  
  90. #container {
  91. margin:auto;
  92. position:right;
  93. width:1200px;
  94. color: {color:Title};
  95. _margin-left:10%;
  96. }
  97.  
  98. #content {
  99. float:center;
  100. width:358px;
  101. padding:3px;
  102. margin-top:0px;
  103. margin-left:300px;
  104. background:transparent;
  105. }
  106.  
  107. #entry {
  108. margin-top:15px;
  109. padding:3px;
  110. background-color:clear;
  111. }
  112.  
  113. #entry img{
  114. {block:IndexPage}max-width:400px;{/block:IndexPage}
  115. }
  116.  
  117. #entry .permalink a{
  118. color:{color:Link};
  119. }
  120.  
  121. #entry .permalink a:hover{
  122. color: {color:Link Hover};
  123. }
  124.  
  125. #entry .permalink{
  126. width:100px;
  127. padding-right:2px;
  128. padding-left:4px;
  129. border-right:2px solid {color:Link};
  130. color:{color:Link};
  131. position:absolute;
  132. text-align:right;
  133. font-size:10px;
  134. line-height:11px;
  135. overflow:hidden;
  136. background-color:transparent;
  137. margin-left:-140px;
  138. margin-top:3px;
  139. opacity:0.0;
  140. -webkit-transition: all 0.3s linear;
  141. -moz-transition: all 0.3s linear;
  142. transition: all 0.3s linear;
  143. }
  144.  
  145. #entry:hover .permalink{
  146. margin-left:-120px;
  147. overflow:visible;
  148. -webkit-transition: opacity 0.3s linear; opacity: 1;
  149. -webkit-transition: all 0.3s linear;
  150. -moz-transition: all 0.3s linear;
  151. transition: all 0.3s linear;
  152. }
  153.  
  154. #side {
  155. position:fixed !important;
  156. width:145px;
  157. height:100%;
  158. font-size:11px;
  159. line-height:10px;
  160. background-color:clear;
  161. margin-top:-13px;
  162. margin-left:500px ;
  163. padding:2px;
  164. padding-top:30px;
  165. }
  166.  
  167. .o {
  168. border-top:1px dotted black;
  169. }
  170. .navigate a{
  171. color: {color:Link};
  172. display:block;
  173. text-transform: none;
  174. height: 12px;
  175. padding:2px;
  176. margin-top:2px;
  177. position:relative;
  178. text-align: left;
  179. z-index:1;
  180. -webkit-transition: all 0.9s ease-out;
  181. -moz-transition: all 0.9s ease-out;
  182. transition: all 0.9s ease-out;
  183. }
  184.  
  185. .navigate a:hover{
  186. color: {color:Link Hover};
  187. -webkit-transition: all 0.9s ease-out;
  188. -moz-transition: all 0.9s ease-out;
  189. transition: all 0.9s ease-out;
  190. }
  191.  
  192. .blogtitle{
  193. font-size:23px;
  194. font-family:default;
  195. line-height:23px;
  196. color: {color:Blog Title};
  197. border-bottom:1px dotted black;
  198. }
  199.  
  200. .posttitle{
  201. font-size:20px;
  202. line-height:18px;
  203. color: {color:Post Title};
  204. font-family:default;
  205. }
  206.  
  207.  
  208. blockquote{
  209. padding:0px 0px 2px 5px;
  210. margin:0px 0px 2px 1px;
  211. border-left: 1px solid {color:Text};}
  212. blockquote p, ul{margin:0px; padding:0px;
  213. }
  214.  
  215. .chat .line{
  216. color:{color:Chat 1};
  217. margin: 0 0 0px;
  218. padding: 2px;
  219. }
  220. .chat .line.odd{
  221. color:{color:Chat 2};
  222. }
  223.  
  224. .label {font-weight:bold; color:{color:text}}
  225.  
  226. .question {
  227. color:{color:Text};
  228. font-size:10px;
  229. font-weight:normal;
  230. line-height:95%;
  231. background: {color:Ask Background};
  232. margin: 0 0 10px 0;
  233. padding: 10px 15px;
  234. position:relative;
  235. -moz-border-radius:5px; -webkit-border-radius:5px;
  236. }
  237.  
  238. .questionarrow {
  239. width:13px;
  240. height:7px;
  241. font-size:30px;
  242. position:absolute;
  243. color:{color:Ask Background};
  244. bottom: -3.5px;
  245. left: 260px;
  246. }
  247.  
  248.  
  249. .asker {
  250. width:500px;
  251. text-align:left;
  252. color:{color:Text};
  253. font-family:silkscreen;
  254. font-size:9px;
  255. }
  256.  
  257. .asker a {
  258. color:{color:Text};
  259. }
  260.  
  261. .asker img {
  262. float:left;
  263. margin-left:220px;
  264. vertical-align:top;
  265. margin-right:3px;
  266. max-height:15px;
  267. }
  268.  
  269. a img{border:0px;}
  270.  
  271. .p { padding-top:5px; }
  272. .ol, ul { margin-left:10px; padding:5px; }
  273. .ul { list-style-type:square; }
  274.  
  275. .albumart { margin-bottom:0px; }
  276. .albumart img, .audio embed { width:55px; padding-right:3px; }
  277.  
  278. .video embed, .post div.video object {width:250px !important; height:187px !important;}
  279.  
  280. .notes img{width:10px; position:left; top:3px;}
  281.  
  282.  
  283. .pages {
  284. {block:ifNotInfiniteScrolling}
  285. height:16px;
  286. padding-top:5px;
  287. margin-top:10px;
  288. font-size:12px;
  289. font-family:default;
  290. float:center;
  291. background-color:white;
  292. {block:ifboxshadows};
  293. box-shadow: 0px 5px 20px rgba(0,0,0,0.35);
  294. {/block:ifboxshadows}
  295. {block:ifboxborders}
  296. border: 1px solid black;
  297. {/block:ifboxborders}
  298. {/block:ifNotInfiniteScrolling}
  299. }
  300.  
  301. {font-size: 100%;}
  302.  
  303. {CustomCSS}
  304. </style>
  305.  
  306. <link rel="shortcut icon" href="{Favicon}">
  307.  
  308. <link rel="alternate" type="application/rss+xml" title="{Title}" href="{RSS}" />
  309.  
  310. {block:ifrainbowlinks}<script type="text/javascript" src="http://static.tumblr.com/jn17x0j/2Zvltn7mc/rainbow_links.txt
  311. "></script>{/block:ifrainbowlinks}
  312.  
  313. {block:ifinfinitescrolling}<style>#toTop {display:none;text-decoration:none;position:fixed;bottom:20px;right:20px;overflow:hidden;width:30px;height:40px;border:none;text-indent:-999px;background:url(http://static.tumblr.com/hi8vwsz/Q0ull6xz3/totop.png) no-repeat left top;z-index:3000;}#toTopHover {background:url(http://static.tumblr.com/hi8vwsz/Q0ull6xz3/totop.png) no-repeat left -40px;
  314. width:30px;height:40px;display:block;overflow:hidden;float:left;opacity: 0;-moz-opacity: 0;filter:alpha(opacity=0);}
  315. #toTop:active, #toTop:focus {outline:none;}#toTop:active, #toTop:focus {outline:none;}</style>
  316.  
  317. <script type="text/javascript" src="http://static.tumblr.com/53unaru/kx3lgzker/jquery-1.3.2.min.js" charset="utf-8"></script>
  318. <script type="text/javascript" src="http://static.tumblr.com/53unaru/4jtlgzkf8/easing.js"></script>
  319. <script type="text/javascript" src="http://static.tumblr.com/53unaru/y8wlgzkbt/jquery.ui.totop.js"></script>
  320. <script type="text/javascript">
  321. $(document).ready(function() {
  322. $().UItoTop({ easingType: 'easeOutQuart' });
  323. });
  324. </script>{/block:ifinfinitescrolling}
  325.  
  326.  
  327. </head>
  328. <body>
  329. <div id="container">
  330. <div id="content">
  331. <div id="side">
  332. <center>
  333. <img src="{PortraitURL-128}" style=" -webkit-border-radius: 255px;-moz-border-radius: 255px;border-radius: 255px;float:right; float:center; padding:0px; background:transparent;"/>
  334. {block:IfBlogTitle}
  335. <div class="blogtitle"><a href="/">{Title}</a></div>
  336. {/block:IfBlogTitle}
  337. </center>
  338. <br>
  339. {Description}
  340. <br><br>
  341. <div class="o">
  342. <center>
  343. <div class="navigate">
  344. <a href="{text:Link 1 URL}">{text:Link 1 name}</a>
  345. <a href="{text:Link 2 URL}">{text:Link 2 name}</a>
  346. <a href="{text:Link 3 URL}">{text:Link 3 name}</a>
  347. <a href="{text:Link 4 URL}">{text:Link 4 name}</a>
  348. <a href="http://sociallyawkwardgiraffe.tumblr.com">theme</a>
  349. </div>
  350.  
  351. {block:ifNotInfiniteScrolling}
  352. <br>
  353. {block:PreviousPage} <a href="{PreviousPage}"><font size="2">←</font></a>{/block:PreviousPage}
  354. {block:NextPage}<a href="{NextPage}"><font size="2">→</font></a>{/block:NextPage}{/block:ifpagination}
  355. {block:PermalinkPagination}
  356. {block:PreviousPost}<a href="{PreviousPost}"><font size="2">↓</font></a>{/block:PreviousPost}
  357. {block:NextPost}<a href="{NextPost}"><font size="2">↑</font></a>{/block:NextPost}
  358. {/block:PermalinkPagination}
  359. {/block:ifNotInfiniteScrolling}
  360.  
  361. </center>
  362.  
  363. </div>
  364. </div>
  365. </div>
  366.  
  367.  
  368.  
  369. <div id="content">
  370. {block:Posts}
  371. <div id="entry">
  372.  
  373. {block:IndexPage}
  374. <div class="permalink">
  375. <l><a href="{Permalink}">
  376. {NoteCountWithLabel}</a><br>
  377. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a></l>
  378. {block:HasTags}<div class="tags"> tags: {block:Tags}<a href="{TagURL}" target="_blank">#{Tag} </a>{/block:Tags}</div>{/block:HasTags}
  379. </div>
  380. {/block:IndexPage}
  381.  
  382. {block:Text}{block:Title}<span class="posttitle">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>{/block:text}
  383.  
  384. {block:Link}<a href="{URL}" class="posttitle">{Name}</a>{block:Description}{Description}{/block:Description}{/block:link}
  385.  
  386. {block:Photo}<center>{LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=400px/></a>{LinkCloseTag}</center>{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Photo}
  387.  
  388. {block:Photoset}<center>{Photoset-400}</center></span>{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Photoset}
  389.  
  390. {block:Quote}<span class="posttitle">{Quote}</span>{block:Source}<i> - {Source}</i>{/block:Source}<br>{/block:Quote}
  391.  
  392. {block:Chat}{block:title}<div id="title">{Title}<br></div>{/block:title}<div class="chat">{block:Lines}<div class="chat"><div class="line {Alt}"><div class="{Alt} user_{UserNumber}">
  393. {block:Label}<span class="label"><b>{Label} </b></span>{/block:Label}{Line}</div></div></div>{/block:Lines}</div>{/block:Chat}
  394.  
  395. {block:Audio}{block:albumart}<div class="albumart"><img src="{albumarturl}" align="left"></div>{/block:albumart}<div style="width: 300px; height: 20px;">{AudioPlayerBlack}</div><BR>{block:TrackName}<span><strong>Title</strong>:
  396. {TrackName}</span>{/block:TrackName}<br>
  397. {block:Artist}<span><strong>Artist:</strong>
  398. {Artist}</span>{/block:Artist}<br>
  399. {block:Caption}{Caption}{/block:Caption}
  400. {/block:Audio}
  401.  
  402. {block:Video}<center>{Video-400}<BR></center>{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Video}
  403.  
  404.  
  405.  
  406. {block:Answer}
  407. <div class="question">
  408. <div class="questionarrow">▼</div>
  409. {Question}
  410. </div>
  411. <div class="asker"><img src="{AskerPortraitURL-24}">{Asker}</div>
  412. <div class="answer">{Answer}</div>
  413. {/block:answer}
  414.  
  415. </center>
  416.  
  417. {block:PermalinkPage}
  418. <div id="permapage"><Br>{block:Date}{Month} {DayofMonth},{Year}{/block:Date}{block:NoteCount} · {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} · Tags: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</div>
  419. {/block:PermalinkPage}
  420.  
  421. {block:PostNotes}{PostNotes}
  422. {/block:PostNotes}</div>{/block:Posts}
  423.  
  424. </div>
  425.  
  426. </div></div>
  427. </div>
  428.  
  429. </div>
  430. </body>
  431. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement