Advertisement
clairesrps

1989

Sep 12th, 2014
1,180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.44 KB | None | 0 0
  1.  
  2.  
  3. <!-- theme 7, by clairesrps // 1989 -->
  4. <!-- themesbyzsu.tumblr.com // base code -->
  5.  
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7.  
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9.  
  10. <head>
  11.  
  12.  
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16.  
  17. <meta name="color:Background" content="#f5eee8" />
  18. <meta name="color:Text" content="#976868" />
  19. <meta name="color:Title" content="#976868" />
  20. <meta name="color:Title" content="#555555" />
  21. <meta name="color:Links" content="#aa6677" />
  22. <meta name="color:Links Hover" content="#f5eee8" />
  23. <meta name="color:Scrollbar" content="#eeddcc" />
  24. <meta name="color:Scrollbar BG" content="#f5eee8" />
  25.  
  26. <meta name="image:Sidebar" content=""/>
  27.  
  28. <meta name="text:Sidebar Title" content="" />
  29.  
  30. <meta name="text:Link1 URL" content="" />
  31. <meta name="text:Link1 Title" content="" />
  32. <meta name="text:Link2 URL" content="" />
  33. <meta name="text:Link2 Title" content=""/>
  34. <meta name="text:Link3 URL" content="" />
  35. <meta name="text:Link3 Title" content="" />
  36. <meta name="text:Link4 URL" content="" />
  37. <meta name="text:Link4 Title" content="" />
  38.  
  39. <script src=”http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js”></script>
  40.  
  41. <script src=”http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js”></script>
  42.  
  43. <script>
  44. (function($){
  45. $(document).ready(function(){
  46. $(“a[title]”).style_my_tooltips({
  47. tip_follows_cursor:true,
  48. tip_delay_time:30,
  49. tip_fade_speed:300,
  50. attribute:”title”
  51. });
  52. });
  53. })(jQuery);
  54. </script>
  55.  
  56.  
  57. <style type="text/css">
  58.  
  59. ::-moz-selection {
  60. background-color:#eeeeee;
  61. color:#999999;
  62. }
  63.  
  64. ::selection {
  65. background-color:#eeeeee;
  66. color:#999999;
  67. }
  68.  
  69. ::-webkit-scrollbar{
  70. height: 5px;
  71. width: 5px;
  72. -webkit-border-radius: 0px;
  73. background-color:{color:Scrollbar BG};
  74. }
  75.  
  76. ::-webkit-scrollbar-thumb{
  77. background-color:{color:Scrollbar};
  78. }
  79.  
  80. ::-webkit-scrollbar-track{
  81. background-color:{color:Backgrounf};
  82. }
  83.  
  84. #s-m-t-tooltip {
  85. margin-top: 15px;
  86. font-family: georgia;
  87. font-size: 8px;
  88. text-transform:uppercase;
  89. padding:2px;
  90. background-color:{color:Entries};
  91. color:{color:Text};
  92. border:1px solid {color:Borders};
  93. z-index:9999;
  94. }
  95.  
  96. body {
  97. text-align:justify;
  98. font:11px arial;
  99. background-color:{color:Background};
  100. background-attachment:fixed;
  101. color:{color:Text};
  102. }
  103.  
  104.  
  105. a {
  106. text-decoration:none;
  107. outline:none;
  108. color:{color:Links};
  109. -webkit-transition: all 0.5s ease-in-out;
  110. -moz-transition: all 0.5s ease-in-out;
  111. -o-transition: all 0.5s ease-in-out;
  112. }
  113.  
  114. a:hover {
  115. color:{color:Links Hover};
  116. -webkit-transition: all 0.5s ease-in-out;
  117. -moz-transition: all 0.5s ease-in-out;
  118. -o-transition: all 0.5s ease-in-out;
  119. }
  120.  
  121.  
  122. #entries {
  123. padding:10px;
  124. width:500px;
  125. margin-left:600px;
  126. margin-top:40px;
  127. }
  128.  
  129. #posts {
  130. padding:7px;
  131. margin-bottom:5px;
  132. }
  133.  
  134. #posttitle {
  135. font-weight:bold;
  136. color:{color:Links};
  137. text-align:center;
  138. font-family: arial;
  139. font-size: 17px;
  140. text-transform:lowercase;
  141. }
  142.  
  143. #quotes {
  144. text-transform:lowercase;
  145. text-align:right;
  146. font-family: arial;
  147. font-weight:none;
  148. font-style:italic;
  149. color:{color:Text};
  150. text-align:left;
  151. font-size: 17px;
  152. }
  153.  
  154. #sidebar {
  155. float:right;
  156. position:fixed;
  157. width:250px;
  158. height:250px;
  159. margin-left:300px;
  160. margin-top:37px;
  161. overflow:hidden;
  162. padding:1px;
  163. }
  164.  
  165. #sbarimg {
  166. margin-top:55px
  167. }
  168.  
  169. #sbarimg img {
  170. position:fixed;
  171. width:250px;
  172. height:235px;
  173. margin-left:-255px;
  174. margin-top:-50px;
  175. }
  176.  
  177. #sbartitle {
  178. text-shadow:1px 1px 1px {color:Title Shadow};
  179. text-align:center;
  180. color:{color:Title};
  181. font-family:arial;
  182. font-size:18px;
  183. font-style:italic;
  184. margin-top:-40px
  185. }
  186.  
  187. #description {
  188. width: 218px;
  189. line-height:130%;
  190. padding: 16px;
  191. font-size: 9px;
  192. font-family:arial;
  193. margin-top: 0px;
  194. margin-left: 3px;
  195. }
  196.  
  197. #links {
  198. line-height:100%;
  199. padding-bottom: 3px;
  200. padding-top: 3px;
  201. margin-left: 4px;
  202. margin-bottom:5px;
  203. margin-top:5px;
  204. text-align:center;
  205. }
  206.  
  207. #links a{
  208. font-family:arial;
  209. font-size:9px;
  210. letter-spacing: 0px;
  211. text-transform: lowercase;
  212. padding:3px;
  213. color:{color:Links};
  214. -webkit-transition: all 0.5s ease-in-out;
  215. -moz-transition: all 0.5s ease-in-out;
  216. -o-transition: all 0.5s ease-in-out;
  217. }
  218.  
  219. #links a:hover{
  220. letter-spacing: 0px;
  221. color:{color:Links Hover};
  222. -webkit-transition: all 0.5s ease-in-out;
  223. -moz-transition: all 0.5s ease-in-out;
  224. -o-transition: all 0.5s ease-in-out;
  225. }
  226.  
  227. #pagination {
  228. font-size:20px;
  229. text-align:center;
  230. }
  231.  
  232. #info {
  233. font-size:7px;
  234. letter-spacing: 1px;
  235. text-transform: uppercase;
  236. padding-top: 3px;
  237. padding-bottom: 0px;
  238. text-align:left;
  239. margin-top:2px;
  240. }
  241.  
  242. #tags {
  243. text-transform: lowercase;
  244. letter-spacing: 1px;
  245. margin-top:0px;
  246. font-size: 8px;
  247. text-align:left;
  248. padding-bottom: 50px;
  249. }
  250.  
  251. b, strong {color:{color:Links Hover}}
  252. i, em {color:{color:Links}}
  253.  
  254. #p, p {
  255. margin-top:5px;
  256. margin-bottom:5px
  257. }
  258.  
  259. #audio {
  260. border-radius:0%;
  261. width:100%;
  262. height:100px;
  263. margin-bottom:10px
  264. }
  265.  
  266. .albumart {
  267. border-radius:0%;
  268. padding: 2px;
  269. border: 1px #f1f1f1 solid;
  270. float:left;
  271. width:100px;
  272. height:100px
  273. }
  274.  
  275. .player {
  276. border-radius:0%;
  277. margin-left:2px;
  278. margin-top:2px;
  279. padding:11px;
  280. display:block;
  281. height:80px;
  282. width:80px;
  283. overflow:hidden;
  284. position:absolute;
  285. opacity:0.3;
  286. background:#fff;
  287. -webkit-transition:all 0.4s ease-in-out;
  288. -moz-transition:all 0.4s ease-in-out;
  289. -o-transition:all 0.4s ease-in-out;
  290. -ms-transition: all 0.4s ease-in-out;
  291. transition:all 0.5s ease-in-out
  292. }
  293.  
  294. .player:hover {
  295. opacity:0.7;
  296. -webkit-transition:all 0.4s ease-in-out;
  297. -moz-transition:all 0.4s ease-in-out;
  298. -o-transition:all 0.4s ease-in-out;
  299. -ms-transition: all 0.4s ease-in-out;
  300. transition:all 0.5s ease-in-out
  301. }
  302.  
  303. .audioplayer {
  304. width:24px;
  305. height:24px;
  306. margin:28px 0 0 28px;
  307. overflow:hidden
  308. }
  309.  
  310. .audioinfo {
  311. margin-left:105px;
  312. height:54px;
  313. line-height:100%;
  314. color:{color:Text};
  315. padding:26px 5px 24px 10px;
  316. text-align:left
  317. }
  318.  
  319. .tracktitle {
  320. margin-top: 10px;
  321. color:{color:Title};
  322. margin-bottom:-15px;
  323. text-transform: uppercase;
  324. font-size: 11px;
  325. }
  326.  
  327. #asks {
  328. text-align:justify;
  329. padding:22px 5px 5px 8px;
  330. background-color:transparent;
  331. min-height:43px;
  332. margin-left:70px
  333. }
  334.  
  335. .asker {
  336. text-transform:uppercase;
  337. margin-bottom:-12px;
  338. font-size:11px;
  339. letter-spacing:0px;}
  340.  
  341. #answers {
  342. margin-top:8px}
  343.  
  344. blockquote {
  345. margin-top: 0px;
  346. margin-bottom: 0px;
  347. width: 480px;
  348. border-left: 1px {color:Links} solid;
  349. padding-left: 5px;
  350. margin-left: 5px;
  351. text-align:justify;
  352. }
  353.  
  354. #credit a {
  355. position:fixed;
  356. letter-spacing: 1px;
  357. font:10px georgia;
  358. color:{color:Links};
  359. padding:0px;
  360. bottom:10px;
  361. right:10px
  362. }
  363.  
  364. #credit a:hover {
  365. color:{color:Links Hover}
  366. }
  367.  
  368. .user_1 .label {color:{color:Links}; text-transform:uppercase; font-weight:bold}
  369. .user_2 .label {color:{color:Title}; text-transform:uppercase; font-weight:bold}
  370. .user_3 .label {color:{color:Links}; text-transform:uppercase; font-weight:bold}
  371. .user_4 .label {color:{color:Title}; text-transform:uppercase; font-weight:bold}
  372. .user_5 .label {color:{color:Links}; text-transform:uppercase; font-weight:bold}
  373. .user_6 .label {color:{color:Title}; text-transform:uppercase; font-weight:bold}
  374. .user_7 .label {color:{color:Links}; text-transform:uppercase; font-weight:bold}
  375. .user_8 .label {color:{color:Title}; text-transform:uppercase; font-weight:bold}
  376. .user_9 .label {color:{color:Links}; text-transform:uppercase; font-weight:bold}
  377. .user_10 .label {color:{color:Title}; text-transform:uppercase; font-weight:bold}
  378. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  379.  
  380.  
  381. </style>
  382. </head>
  383.  
  384. <body>
  385.  
  386. <div id="sidebar">
  387. <div id="sbarimg"><img src="{image:sidebar}" /></div>
  388. <div id="sbartitle">{text:Sidebar Title}</div>
  389. <div id="description"><div style="overflow:auto; padding-right:5px; width: 210px; height: 141px; text-align: justify;">{Description}</div></div>
  390.  
  391. <div id="links">
  392. <font style="font-size:8px;">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{/block:Pagination}</font>
  393. <a href="/">home</a>
  394. <a href="/ask">ask</a>
  395. <a href="{text:Link1 URL}">{text:Link1 Title}</a>
  396. <a href="{text:Link2 URL}">{text:Link2 Title}</a>
  397. <a href="{text:Link3 URL}">{text:Link3 Title}</a>
  398. <a href="{text:Link4 URL}">{text:Link4 Title}</a>
  399. <font style="font-size:8px;">{block:Pagination}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}</font>
  400. </div>
  401. </div>
  402.  
  403. <div id="entries">{block:Posts}<div id="post">
  404. {block:Title}<div id="posttitle">{Title}</div>{/block:Title} {Body}
  405.  
  406. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  407.  
  408. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  409.  
  410. {block:Quote}<big><big><big><i>{Quote}</i></big></big></big>{block:Source} <br><br><font style="text-transform:uppercase; text-align:right;"><b>- {Source}</b></font>{/block:Source}{/block:Quote}
  411.  
  412. {block:Link}<div id="posttitle"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  413.  
  414. {block:Chat}{block:Lines}{block:Label}<b><font style="text-transform:uppercase;">{Label}</font></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  415.  
  416. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  417.  
  418. {block:Audio}
  419. <div id="audio">
  420. <div class="player"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  421. <div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100" style="border-radius: 0%">{/block:AlbumArt}</div>
  422. <div class="audioinfo">
  423. <div class="tracktitle">{block:TrackName}{TrackName}{/block:TrackName}{block:Artist} by <b>{Artist}</b>{/block:Artist}</div><br>
  424. {block:Album}<br>
  425. <b>Album:</b> {Album}{/block:Album}<br>
  426. <b>Played:</b> {FormattedPlayCount} times</div></div>
  427. {block:Caption}{Caption}{/block:Caption}
  428. {/block:Audio}
  429.  
  430. {block:Answer}
  431. <img src="{AskerPortraitURL-64}" style="height:64px; width:64px; float:left; margin-top:5px; border:1px solid #f1f1f1; padding: 2px; border-radius: 0%">
  432. <div id="asks"><div class="asker"><b>{Asker} asked:</b></div>
  433. <br>{Question}</div>
  434. <div id="answers">{Answer}</div>
  435. {/block:Answer}
  436.  
  437. {block:Date}<div id="info">posted <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}{/block:NoteCount}{block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource} source <a href="{SourceURL}">©</a>{block:ContentSource}{/block:RebloggedFrom}</div>{/block:Date}
  438. <div id="tags">{block:Tags}{block:HasTags}#<a href="{TagURL}">{Tag}</a> {/block:HasTags}{/block:Tags}</div>
  439.  
  440. </div>
  441. {block:PostNotes}{PostNotes}{/block:PostNotes}
  442. {/block:Posts}</div>
  443.  
  444. <!-- DO NOT REMOVE THIS -->
  445. <div id="credit"><a href="http://clairesrps.tumblr.com/my themes"><small>♡</small></a></div>
  446. <!-- DO NOT REMOVE THIS -->
  447.  
  448. </body>
  449. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement