Advertisement
singforabsolution

Theme By Kelsey #22

Apr 28th, 2012
405
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.55 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="#E0FFFF"/>
  8. <meta name="color:Text" content="#000000"/>
  9. <meta name="color:Post Title" content="#1C1C1C"/>
  10. <meta name="color:Link" content="#8B7D7B"/>
  11. <meta name="color:Link Hover" content="#CDB7B5"/>
  12. <meta name="color:Blog Title" content="#8B7D7B"/>
  13. <meta name="color:Chat 1" content=""/>
  14. <meta name="color:Chat 2" content=""/>
  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. <meta name="image:Sidebar" content=""/>
  22.  
  23. <!--Options-->
  24. <meta name="if:Infinite Scrolling" content="1"/>
  25. <meta name="if:Tiny Cursor" content="1"/>
  26. <meta name="if:Tiny Scrollbar" content="1"/>
  27. <meta name="if:Box shadows" content="1"/>
  28. <meta name="if:Box borders" content="1"/>
  29. <meta name="if:Rainbow Links" content=""/>
  30. <meta name="if:Blog Title" content="1"/>
  31. <meta name="if:Show Caption" content=""/>
  32.  
  33. <!--Links-->
  34. <meta name="text:Link 1 URL" content="/"/>
  35. <meta name="text:Link 1 name" content="home"/>
  36. <meta name="text:Link 2 URL" content="/about"/>
  37. <meta name="text:Link 2 name" content="about"/>
  38. <meta name="text:Link 3 URL" content="/ask"/>
  39. <meta name="text:Link 3 name" content="ask"/>
  40.  
  41. {block:Description}
  42. <meta name="description" content="{MetaDescription}" />{/block:Description}
  43. <title>
  44. {block:PostSummary}
  45. {PostSummary} - {/block:PostSummary}{Title}</title>
  46.  
  47. {block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}
  48.  
  49. </style>
  50. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  51. <style type="text/css">
  52.  
  53. {block:iftinycursor}
  54. body, a, a:hover {cursor: url(http://i.imgur.com/IepP2.jpg), progress;}{/block:iftinycursor}
  55.  
  56.  
  57. {block:iftinyscrollbar}
  58. ::-webkit-scrollbar {width: 8px; height: 4px; background: #FFFFFF; }
  59. ::-webkit-scrollbar-thumb { background-color: #E8E8E8; -webkit-border-radius: 1ex; border: 1px solid black;}
  60. {/block:iftinyscrollbar}
  61.  
  62. @font-face { font-family: "silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
  63.  
  64. body{
  65. background-color: {color:Background};
  66. background-image:url({image:Background});
  67. background-attachment:fixed;
  68. background-repeat:repeat;
  69. background-position:center;
  70. font-family:default;
  71. font-size:12px;
  72. line-height:12px;
  73. letter -spacing:0px;
  74. color:{color:Text};
  75. }
  76.  
  77. a:link, a:active, a:visited{
  78. color: {color:Link};
  79. text-decoration:none;
  80. }
  81. a:hover{
  82. color: {color:Link Hover};
  83. }
  84.  
  85. #container {
  86. margin:auto;
  87. position:right;
  88. width:1200px;
  89. color: {color:Title};
  90. _margin-left:10%;
  91. }
  92.  
  93. #content {
  94. float:center;
  95. width:358px;
  96. padding:3px;
  97. margin-top:0px;
  98. margin-left:420px;
  99. background:transparent;
  100. }
  101.  
  102. #entry {
  103. margin-top:15px;
  104. padding:3px;
  105. background-color:white;
  106. {block:ifboxshadows};
  107. box-shadow: 0px 5px 20px rgba(0,0,0,0.35);
  108. {/block:ifboxshadows}
  109. {block:ifboxborders}
  110. border: 1px solid black;
  111. {/block:ifboxborders}
  112. }
  113.  
  114. #entry img{
  115. {block:IndexPage}max-width:350px;{/block:IndexPage}
  116. }
  117.  
  118. #entry .permalink a{
  119. color:{color:Link};
  120. }
  121.  
  122. #entry .permalink{
  123. width:auto;
  124. position:absolute;
  125. text-align:left;
  126. font-family:silkscreen;
  127. font-size:8px;
  128. overflow:hidden;
  129. background-color:transparent;
  130. margin-left:320px;
  131. opacity:0.0;
  132. background-color:clear;
  133. -webkit-transition: all 0.7s ease-out;
  134. -moz-transition: all 0.7s ease-out;
  135. transition: all 0.7s ease-out;
  136. }
  137.  
  138. #entry:hover .permalink{
  139. margin-left:360px;
  140. overflow:visible;
  141. -webkit-transition: opacity 0.2s linear; opacity: 1.8;
  142. -webkit-transition: all 0.7s ease-out;
  143. -moz-transition: all 0.7s ease-out;
  144. transition: all 0.7s ease-out;
  145. }
  146.  
  147. #side {
  148. position:fixed !important;
  149. width:200px;
  150. height:auto;
  151. font-size:10px;
  152. line-height:9px;
  153. background-color:white;
  154. margin-top:40px;
  155. margin-left:-250px ;
  156. padding:2px;
  157. {block:ifboxshadows};
  158. box-shadow: 0px 5px 20px rgba(0,0,0,0.35);
  159. {/block:ifboxshadows}
  160. {block:ifboxborders}
  161. border: 1px solid black;
  162. {/block:ifboxborders}
  163. }
  164.  
  165. .navigate a{
  166. background: {color:Sidelinks};
  167. color: {color:Link};
  168. display:block;
  169. text-transform: none;
  170. height: 12px;
  171. padding:2px;
  172. margin-top:2px;
  173. position:relative;
  174. text-align: left;
  175. z-index:1;
  176. -webkit-transition: all 0.5s ease-out;
  177. -moz-transition: all 0.5s ease-out;
  178. transition: all 0.5s ease-out;
  179. border-left: 10px solid {color:Sidelinks Hover};
  180. }
  181.  
  182. .navigate a:hover{
  183. background: {color:Sidelinks Hover};
  184. border-left: 10px solid {color:Sidelinks Hover};
  185. color: {color:Link};
  186. text-align:right;
  187. -webkit-transition: all 0.5s ease-out;
  188. -moz-transition: all 0.5s ease-out;
  189. transition: all 0.5s ease-out;
  190. }
  191.  
  192. .blogtitle{
  193. font-size:23px;
  194. font-family:default;
  195. line-height:23px;
  196. color: {color:Blog Title};
  197. text-transform:uppercase;
  198. }
  199.  
  200. .posttitle{
  201. font-size:16px;
  202. line-height:16px;
  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. background-color:{color:Chat 1};
  217. margin: 0 0 0px;
  218. padding: 2px;
  219. }
  220. .chat .line.odd{
  221. background-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. {block:IfBlogTitle}
  334. <div class="blogtitle"><a href="/">{Title}</a></div>
  335. {/block:IfBlogTitle}
  336. </center>
  337. <img src="{image:sidebar}" width="200" style=" float:right; border:0px solid {color:borders}; padding:0px; background:transparent;"/>
  338. <br>
  339. {Description}
  340. <br><br>
  341. <center>
  342. <div class="navigate">
  343. <a href="{text:Link 1 URL}">{text:Link 1 name}</a>
  344. <a href="{text:Link 2 URL}">{text:Link 2 name}</a>
  345. <a href="{text:Link 3 URL}">{text:Link 3 name}</a>
  346. <a href="http://sociallyawkwardgiraffe.tumblr.com">theme</a>
  347. </div>
  348. </center>
  349.  
  350. </div>
  351. </div>
  352.  
  353.  
  354.  
  355. <div id="content">
  356. {block:Posts}
  357. <div id="entry">
  358. {block:IndexPage}
  359. <div class="permalink">
  360. <a href="{permalink}"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width=18px> </a> </div>
  361. {/block:IndexPage}
  362.  
  363. {block:Text}{block:Title}<span class="posttitle">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>{/block:text}
  364.  
  365. {block:Link}<a href="{URL}" class="posttitle">{Name}</a>{block:Description}{Description}{/block:Description}{/block:link}
  366.  
  367. {block:Photo}<center>{LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=350px/></a>{LinkCloseTag}</center>{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Photo}
  368.  
  369. {block:Photoset}<center>{Photoset-250}</center></span>{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Photoset}
  370.  
  371. {block:Quote}<span class="posttitle">{Quote}</span>{block:Source}<i> - {Source}</i>{/block:Source}<br>{/block:Quote}
  372.  
  373. {block:Chat}{block:title}<div id="title"><center>{Title}<br></center></div>{/block:title}<div class="chat">{block:Lines}<div class="chat"><div class="line {Alt}"><div class="{Alt} user_{UserNumber}">
  374. {block:Label}<span class="label"><b>{Label}</b></span>{/block:Label}{Line}</div></div></div>{/block:Lines}</div>{/block:Chat}
  375.  
  376. {block:Audio}{block:albumart}<div class="albumart"><img src="{albumarturl}" align="left"></div>{/block:albumart}<div style="width: 300px; height: 20px;">{AudioPlayerGrey}</div><BR>{block:TrackName}<span><strong>Title</strong>:
  377. {TrackName}</span>{/block:TrackName}<br>
  378. {block:Artist}<span><strong>Artist:</strong>
  379. {Artist}</span>{/block:Artist}<br>
  380. {block:Caption}{Caption}{/block:Caption}
  381. {/block:Audio}
  382.  
  383. {block:Video}<center>{Video-400}<BR></center>{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Video}
  384.  
  385.  
  386.  
  387. {block:Answer}
  388. <div class="question">
  389. <div class="questionarrow">▼</div>
  390. {Question}
  391. </div>
  392. <div class="asker"><img src="{AskerPortraitURL-24}">{Asker}</div>
  393. <div class="answer">{Answer}</div>
  394. {/block:answer}
  395.  
  396. </center>
  397.  
  398. {block:PermalinkPage}
  399. <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>
  400. {/block:PermalinkPage}
  401.  
  402. {block:PostNotes}{PostNotes}
  403. {/block:PostNotes}</div>{/block:Posts}
  404.  
  405. <center>
  406. {block:ifNotInfiniteScrolling}
  407. <div class="pages">
  408. <center>
  409. {block:PreviousPage} <a href="{PreviousPage}">«prev</a>{/block:PreviousPage}
  410. {block:NextPage}<a href="{NextPage}">next»</a>{/block:NextPage}
  411. {/block:ifNotInfiniteScrolling}
  412. <center>
  413. </center>
  414. </div>
  415.  
  416. </div></div>
  417. </div>
  418.  
  419. </div>
  420. </body>
  421. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement