Advertisement
karennn13

theme 4

Oct 27th, 2013
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.54 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!-- THEME 4 BY KAREN AKA TEENWOVLES PLEASE DO NOT STEAL -->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <head>
  9.  
  10.  
  11. <meta name="color:bg" content="#FFFFFF">
  12. <meta name="color:link" content="#E6E4E4">
  13. <meta name="color:hover" content="#454545">
  14. <meta name="color:infobg" content="#FCFCFC">
  15. <meta name="color:text" content="#9A9A9A">
  16. <meta name="color:tags" content="#EDEDED">
  17. <meta name="color:scrollbar" content="#D6D5D5">
  18. <meta name="color:border" content="#FAFAFA">
  19. <meta name="color:tooltip text " content="#FAFAFA">
  20.  
  21. <meta name="image:sidebar" content=""/>
  22.  
  23. <meta name="text:linkA" content="">
  24. <meta name="text:linkA url" content="/">
  25. <meta name="text:linkB" content="">
  26. <meta name="text:linkB url" content="/">
  27. <meta name="text:linkC" content="">
  28. <meta name="text:linkC url" content="/">
  29. <meta name="text:linkD" content="">
  30. <meta name="text:linkD url" content="/">
  31. <meta name="text:linkE" content="">
  32. <meta name="text:linkE url" content="/">
  33. <meta name="text:linkF" content="">
  34. <meta name="text:linkF url" content="/">
  35.  
  36. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  37. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  38. <link rel="shortcut icon" href="{Favicon}" />
  39. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  40.  
  41. <style type="text/css">
  42.  
  43.  
  44. a {
  45. color:{color:link};
  46. text-decoration:none;
  47. -moz-transition-duration:0.5s;
  48. -webkit-transition-duration:0.5s;
  49. -o-transition-duration:0.5s;
  50. }
  51.  
  52. a:hover {
  53. color:{color:hover};
  54. text-decoration:none;
  55. -moz-transition-duration:0.5s;
  56. -webkit-transition-duration:0.5s;
  57. -o-transition-duration:0.5s;
  58. }
  59.  
  60.  
  61. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  62. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  63. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  64.  
  65. body {
  66. background-color:{color:bg};
  67. font-family:garamond;
  68. font-weight:normal;
  69. }
  70.  
  71.  
  72.  
  73.  
  74. h1 {
  75. font-weight:normal;
  76. font-size:10px;
  77. text-align:center;
  78. font-style:normal;
  79. line-height:80%;
  80. letter-spacing:1px;
  81. text-transform:uppercase;
  82. color:{color:text};
  83. }
  84.  
  85. h2 {
  86. font-size:15px;
  87. text-align:center;
  88. line-height:100%;
  89. letter-spacing:-0.5px;
  90. color:{color:text};
  91. font-weight:normal;
  92. padding:5px;
  93. padding-bottom:2px;
  94. }
  95.  
  96.  
  97. blockquote {
  98. border-left:2px solid {color:text};
  99. padding-left:5px;
  100. margin:5px;
  101. }
  102.  
  103. #theme {
  104. background-color:{color:bg};
  105. width:700px;
  106. margin: 0 auto -12px auto;
  107. text-align: center;
  108. }
  109.  
  110. #sidebar {
  111. color:{color:text};
  112. position:fixed;
  113. width:150px;
  114. height:auto;
  115. margin-top:180px;
  116. margin-left:-60px;
  117. text-align:left;
  118. }
  119.  
  120. #sidebar img {
  121. width:150px;
  122. height:150px;
  123. margin-bottom:110px;
  124. }
  125.  
  126.  
  127. .links {
  128. margin-top:-100px;
  129. margin-bottom:-80px;
  130. margin-left:160px;
  131. font-size:8px;
  132. text-transform:uppercase;
  133. text-align:center;
  134. letter-spacing:2px;
  135. line-height:170%;
  136. }
  137.  
  138. .links a{
  139. padding:3px;
  140. color:{color:link};
  141. letter-spacing:0px;
  142. text-decoration:none;
  143. -moz-transition-duration:1s;
  144. -webkit-transition-duration:1s;
  145. -o-transition-duration:1s;
  146. }
  147.  
  148. .links a:hover{
  149. color:{color:hover};
  150. -moz-transition-duration:1s;
  151. -webkit-transition-duration:1s;
  152. -o-transition-duration:1s;
  153. }
  154.  
  155. .desc {
  156. border-top:1px solid {color:border};
  157. margin-bottom:10px;
  158. text-align:justify;
  159. font-size:10px;
  160. color:{color:text};
  161. letter-spacing:1px;
  162. line-height:150%;
  163. }
  164.  
  165. .desc a {
  166. color:{color:link};
  167. }
  168.  
  169. .pagi {
  170. font-size:8px;
  171. text-transform:uppercase;
  172. letter-spacing:3px;
  173. font-style:normal;
  174. text-align:center;
  175. }
  176.  
  177. .pagi a {
  178. color:{color:link};
  179. }
  180.  
  181. #stuffcontainer {
  182. float:left;
  183. margin-left:200px;
  184. margin-top:75px;
  185. text-align:justify;
  186. background-color:{color:bg};
  187. color:{color:text};
  188. margin-bottom: 35px;
  189. }
  190.  
  191.  
  192. #stuff {
  193. width:500px;
  194. margin-top:75px;
  195. text-align:justify;
  196. font-size:11px;
  197. line-height:90%;
  198. letter-spacing:0x;
  199. color:{color:text};
  200. }
  201.  
  202. .caption {
  203. width:500px;
  204. text-align:justify;
  205. line-height:120%;
  206. }
  207.  
  208. .ask {
  209. padding:10px;
  210. text-align:left;
  211. color:{color:text};
  212. background-color:{color:infobg};
  213. border-bottom:1px solid {color:border};
  214. border-right:1px solid {color:border};
  215. }
  216.  
  217. .ans {
  218. text-align:left;
  219. padding:10px;
  220. color:{color:text};
  221. }
  222.  
  223. .audio {
  224. width:500px;
  225. padding-bottom:10px;
  226. background-color:{color:infobg};
  227. }
  228.  
  229. .albumart {
  230. float:left;
  231. padding:0px 10px 10px 0px;
  232. }
  233.  
  234. .albumart img {
  235. width:45px;
  236. height:45px;
  237. }
  238.  
  239. .playercontainer {
  240. text-align:left;
  241. padding:10px;
  242. background-color:#ffffff;
  243. width:480px;
  244. }
  245.  
  246. .audioinfo {
  247. padding:10px;
  248. color:{color:text};
  249. }
  250.  
  251. #postinfo {
  252. width:490px;
  253. padding:5px;
  254. font-size:8px;
  255. color:{color:link};
  256. text-transform:uppercase;
  257. font-style:normal;
  258. letter-spacing:2px;
  259. text-align:left;
  260. border-top:1px solid {color:border};
  261. border-bottom:1px solid {color:border};
  262. -moz-transition-duration:0.5s;
  263. -webkit-transition-duration:0.5s;
  264. -o-transition-duration:0.5s;
  265. }
  266.  
  267. #postinfo a {
  268. color:{color:link};
  269. text-align:center;
  270. letter-spacing:1px;
  271. font-style:normal;
  272. }
  273.  
  274. #postinfo a:hover {
  275. color:{color:hover};
  276. }
  277.  
  278. .note {
  279. text-transform:uppercase;
  280. font-style:normal;
  281. letter-spacing:0px;
  282. font-size: 9px;
  283. text-align:left;
  284. line-height:90%;
  285. margin-left:-40px;
  286. }
  287.  
  288. .note li {
  289. list-style-type:none;
  290. border-bottom:1px solid {color:border};
  291. padding:10px 25px 10px 25px;
  292. text-align:left;
  293. margin:0px;
  294. -moz-transition-duration:0.5s;
  295. -webkit-transition-duration:0.5s;
  296. -o-transition-duration:0.5s;
  297. }
  298.  
  299. .tags {
  300. font-style:normal;
  301. width:500px;
  302. text-transform:uppercase;
  303. font-style:normal;
  304. color:{color:tags};
  305. letter-spacing:2px;
  306. line-height:120%;
  307. font-size:8px;
  308. text-align:left;
  309. padding:2px;
  310. -moz-transition-duration:0.5s;
  311. -webkit-transition-duration:0.5s;
  312. -o-transition-duration:0.5s;
  313. }
  314.  
  315. .tags a {
  316. color:{color:tags};
  317. letter-spacing:1px;
  318. padding:1px;
  319. }
  320.  
  321. .tags a:hover {
  322. color:{color:link};
  323. }
  324.  
  325. ul.chat, .chat ol, .chat li {
  326. list-style:none;
  327. margin:0px;
  328. padding:2px;
  329. }
  330.  
  331. .label {
  332. text-decoration:underline;
  333. font-weight:700;
  334. background-color:{color:infobg};
  335. margin-right:5px;
  336. }
  337.  
  338. #s-m-t-tooltip {
  339.  
  340. max-width:300px;
  341.  
  342. padding:3px 4px 5px 4px;
  343.  
  344. margin:20px 0px 0px 20px;
  345.  
  346. background-color:#fff; /* change the background color */
  347.  
  348. border:1px solid #ddd; /* change the border color */
  349.  
  350. font-family:calibri; /* change the font */
  351.  
  352. font-size:9px; /* change the font size */
  353.  
  354. letter-spacing:2px; /* change the letter spacing */
  355.  
  356. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  357.  
  358. color:#999; /* change the text color */
  359.  
  360. z-index:999999999999999999999999999999999999;
  361.  
  362. }
  363. #cred {
  364. position:fixed;
  365. font-size:8px;
  366. font-weight:normal;
  367. line-height:150%;
  368. letter-spacing:2px;
  369. right:10px;
  370. bottom:10px;
  371. text-transform:uppercase;
  372. text-align:center;
  373. }
  374.  
  375.  
  376.  
  377. {CustomCSS}
  378.  
  379. </style></head>
  380.  
  381. <body>
  382. <div id="theme">
  383. <div id="sidebar">
  384. <img src="{image:sidebar}">
  385. <div class="links">
  386. {block:IfLinkA}
  387. <a title="refresh" href="{text:linkA url}">{text:linkA}</a>
  388. {/block:IfLinkA}
  389. {block:IfLinkB}
  390. <a title="ask" href="{text:linkB url}">{text:linkB}</a>
  391. {/block:IfLinkB}
  392. {block:IfLinkC}
  393. <a title="links" href="{text:linkC url}">{text:linkC}</a>
  394. {/block:IfLinkC}
  395. {block:IfLinkD}
  396. <a title="text 4" href="{text:linkD url}">{text:linkD}</a>
  397. {/block:IfLinkD}
  398. {block:IfLinkE}
  399. <a title="text 5" href="{text:linkE url}">{text:linkE}</a>
  400. {/block:IfLinkE}
  401. {block:IfLinkF}
  402. <a title="text 6" href="{text:linkF url}">{text:linkF}</a>
  403. {/block:IfLinkF}
  404. </div>
  405. <div class="desc">
  406. {Description}
  407. </div>
  408. {block:Pagination}
  409. <div class="pagi">
  410. {block:PreviousPage}
  411. <a href="{PreviousPage}">←</a>
  412. {/block:PreviousPage}
  413. {block:NextPage}
  414. <a href="{NextPage}">→</a>
  415. {/block:NextPage}
  416. </div>
  417. {/block:Pagination}
  418. </div>
  419.  
  420. <div id="stuffcontainer">
  421.  
  422. {block:Posts}
  423.  
  424. <div id="stuff">
  425.  
  426. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  427.  
  428. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  429.  
  430. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  431. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  432.  
  433. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  434.  
  435. {block:Photoset}<center>{Photoset-500}</center>
  436. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  437.  
  438. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  439.  
  440. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  441.  
  442. {block:Answer}<div class="ask">{Asker} asked: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  443.  
  444. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  445. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  446. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  447. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  448. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  449.  
  450.  
  451.  
  452. {block:Date}<div id="postinfo">{MonthNumberWithZero}-{DayOfMonthWithZero} / <a href="{Permalink}">{24Hour}:{Minutes}</a>{block:NoteCount} / <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} / <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  453. {block:ContentSource} / <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  454. {block:HasTags}
  455. <div class="tags">
  456. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  457. {/block:HasTags}
  458. <div class="note">
  459. {block:PostNotes}{PostNotes}{/block:PostNotes}
  460. </div>
  461. </div>
  462. {/block:Posts}
  463.  
  464. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  465.  
  466. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  467. <!--tutorial by meem.co.vu-->
  468. <script>
  469.  
  470. (function($){
  471.  
  472. $(document).ready(function(){
  473.  
  474. $("a[title]").style_my_tooltips({
  475.  
  476. tip_follows_cursor:true,
  477.  
  478. tip_delay_time:90,
  479.  
  480. tip_fade_speed:600,
  481.  
  482. attribute:"title"
  483.  
  484. });
  485.  
  486. });
  487.  
  488. })(jQuery);
  489.  
  490. </script>
  491. </div>
  492.  
  493. <div id="cred"><a href="http://teenwovles.tumblr.com/">&#9733;&#9734;&#9733;</a></div>
  494.  
  495. </div>
  496. </div>
  497. </div>
  498. </body>
  499. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement