Advertisement
lizarps

Theme #006: Daisy

May 22nd, 2015
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.26 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9.  
  10.  
  11. <!--
  12. ✿ EDITED THEME BY SWIFTOFRPH!! ✿
  13. THEME EDITED FURTHER BY MORRISONSRPH
  14. -->
  15.  
  16. <meta name="color:Background" content="#f1f1f1"/>
  17. <meta name="color:Text" content="#888888"/>
  18. <meta name="color:Title BG" content="#dc85b0"/>
  19. <meta name="color:info" content="#f6f6f6"/>
  20. <meta name="color:Hover" content="#f2f2f2"/>
  21. <meta name="color:link" content="#f2c6e2"/>
  22. <meta name="color:Scrollbar" content="#ffffff"/>
  23. <meta name="color:ScrollbarBg" content="#ffffff"/>
  24. <meta name="color:Post Links" content="#dc85b0"/>
  25. <meta name="color:Post BG" content="#cccccc"/>
  26. <meta name="color:Answer Backg" content="#efdd93"/>
  27. <meta name="color:Bold" content="#ffffff"/>
  28. <meta name="color:Italic" content="#ffffff"/>
  29.  
  30. <meta name="image:Sidebar" content=""/>
  31.  
  32. <meta name="text:Link 1" content="" />
  33. <meta name="text:Link 1 Text" content="" />
  34. <meta name="text:Link 2" content="" />
  35. <meta name="text:Link 2 Text" content="" />
  36. <meta name="text:Link 3" content="" />
  37. <meta name="text:Link 3 Text" content="" />
  38.  
  39.  
  40.  
  41. <style type="text/css">
  42.  
  43. ::-webkit-scrollbar-thumb {
  44. height:auto;
  45. background-color:{color:Scrollbar};
  46. }
  47.  
  48. ::-webkit-scrollbar {
  49. height:9px;
  50. width:4px;
  51. background-color:{color:ScrollbarBg};
  52. }
  53.  
  54. body {
  55. background:{color:background};
  56. margin:0px;
  57. color:{color:text};
  58. font-family:calibri;
  59. font-size:10px;
  60. line-height:100%;
  61. letter-spacing:0px;
  62. text-align:justify;
  63. }
  64.  
  65. a {
  66. text-decoration:none;
  67. outline:none;
  68. -moz-outline-style:none;
  69. color:{color:Post Links};
  70. }
  71.  
  72. img {
  73. border:none;
  74. }
  75.  
  76. h1 {
  77. font-weight:normal;
  78. font-size:12px;
  79. text-align:center;
  80. font-style:normal;
  81. line-height:100%;
  82. letter-spacing:5px;
  83. padding:10px;
  84. background-color:{color:scrollbar bg};
  85. text-transform:uppercase;
  86. color:#dc85b0;
  87. }
  88.  
  89. h2 {
  90. font-size:15px;
  91. text-align:center;
  92. line-height:100%;
  93. letter-spacing:1px;
  94. color:#fff;
  95. background-color:{color:title bg};
  96. text-transform:uppercase;
  97. font-weight:normal;
  98. padding:10px;
  99. }
  100.  
  101. b {
  102. color:{color:bold};
  103. }
  104.  
  105.  
  106. i {
  107. color:{color:italic};
  108. }
  109.  
  110.  
  111. blockquote {
  112. border-left:2px solid {color:border};
  113. padding-left:5px;
  114. margin:5px;
  115. }
  116.  
  117. blockquote blockquote {
  118. padding-left:5px;
  119. border-left:2px solid;
  120. }
  121.  
  122. #s-m-t-tooltip {
  123. max-width:300px;
  124. padding:3px 4px 5px 4px;
  125. margin:20px 0px 0px 20px;
  126. background-color:{color:Post BG};
  127. border:1px solid {color:border};
  128. font-family:calibri;
  129. font-size:9px;
  130. letter-spacing:2px;
  131. text-transform:uppercase;
  132. color:{color:text};
  133. z-index:999999999999999999999999999999999999;
  134. }
  135.  
  136. a:hover {
  137. color:#000000;
  138. -moz-transition-duration:0.3s;
  139. -webkit-transition-duration:0.3s;
  140. -o-transition-duration:0.3s;
  141. }
  142.  
  143.  
  144. /*ENTRIES*/
  145.  
  146. .container {
  147. max-height: 500px;
  148. height: 500px;
  149. overflow: auto;
  150. background-color: #000000;
  151. }
  152.  
  153. #entries {
  154. position: fixed;
  155. height:500px;
  156. background-color: #f2c6e2;
  157. overflow:auto;
  158. padding:5px;
  159. overflow-x:hidden;
  160. width:565px;
  161. margin-left:660px;
  162. margin-top:-260px;
  163. border-bottom: 1px solid #f2c6e2;
  164. }
  165.  
  166. #post {
  167. width: 500px;
  168. margin-left:10px;
  169. margin-top:10px;
  170. height: auto;
  171. background-color: {color:post bg};
  172. padding: 20px;
  173. margin-bottom:30px;
  174. color: {color:text};
  175. text-align:justify;
  176. }
  177.  
  178. /*HEADER*/
  179.  
  180. #header {
  181. margin-top:-15px;
  182. margin-left:-220px;
  183. width:100%;
  184. height:165px;
  185. text-align:center;
  186. background:{color:header bg};
  187. }
  188.  
  189. #headerimage img {
  190. width:500px;
  191. height:165px;
  192. margin-left:auto;
  193. }
  194.  
  195. /*SIDEBAR*/
  196.  
  197. #sidebar {
  198. margin-left:100px;
  199. margin-top:120px;
  200. margin-left:150px;
  201. }
  202.  
  203. #sidebarimage {
  204. width 100px;
  205. height:150px;
  206. position:fixed;
  207. }
  208.  
  209. #sidebarimage img {
  210. width 500px;
  211. height:600px;
  212. margin-top:-140px;
  213. padding:3px;
  214. margin-left:-140px;
  215.  
  216. }
  217.  
  218.  
  219. /*LINKS*/
  220.  
  221. #link {
  222. width:40px;
  223. margin-bottom:10px;
  224. margin-left:1095px;
  225. margin-top:60px;
  226. font-size:20px;
  227. text-transform:uppercase;
  228. text-shadow: 1px 1px {color:post bg};
  229. text-align:left;
  230. letter-spacing:13px;
  231. line-height:170%;
  232. }
  233.  
  234. #link a{
  235. padding:3px;
  236. color:{color:link};
  237. letter-spacing:0px;
  238. text-decoration:none;
  239. -moz-transition-duration:1s;
  240. -webkit-transition-duration:1s;
  241. -o-transition-duration:1s;
  242. }
  243.  
  244. #link a:hover{
  245. color:{color:hover};
  246. -moz-transition-duration:1s;
  247. -webkit-transition-duration:1s;
  248. -o-transition-duration:1s;
  249. }
  250.  
  251.  
  252.  
  253. /*PAGI*/
  254.  
  255. #pagination {
  256. font-style:bold;
  257. font-family:'arial';
  258. letter-spacing:0px;
  259. font-size:10px;
  260. text-align:center;
  261. padding:10px;
  262. margin-top:430px;
  263. margin-left:1150px;
  264. text-transform:uppercase;
  265. position: fixed;
  266. }
  267.  
  268.  
  269. /*POST INFO*/
  270.  
  271. #info {
  272. width:500px;
  273. text-align:center;
  274. font-family:'arial';
  275. margin-top:0px;
  276. margin-left:-5px;
  277. letter-spacing:1px;
  278. font-size:10px;
  279. font-style:none;
  280. padding:5px;
  281. line-height:10px;
  282. text-transform:uppercase;
  283. background:{color:info};
  284. border-bottom:{color:post bg};
  285. border-top: double {color:post bg};;
  286. }
  287.  
  288. #info a {
  289. text-align:center;
  290. color:{color:Post Links};
  291. }
  292.  
  293. #info a:hover {
  294. -moz-transition-duration:0.3s;
  295. -webkit-transition-duration:0.3s;
  296. -o-transition-duration:0.3s;
  297. color:{color:Hover}
  298. }
  299.  
  300. #tags {
  301. float:left;
  302. background-color:#c4d6e8;
  303. width:530px;
  304. margin-top:6px;
  305. margin-left:-20px;
  306. text-align:center;
  307. font-size:7px;
  308. padding:5px;
  309. font-size:8px;
  310. opacity:1;
  311. transition-duration: 0.5s;
  312. -moz-transition-duration: 0.5s;
  313. -webkit-transition-duration: 0.5s;
  314. -o-transition-duration: 0.5s
  315. color:{color:Post Links};
  316. }
  317.  
  318. #tags a {
  319. letter-spacing:0px;
  320. font-size:8px;
  321. text-align:center;
  322. font-family:'CALIBRI';
  323. text-decoration:uppercase;
  324. display:inline-block;
  325. color:#dc85b0;
  326. }
  327.  
  328. #tags a:hover {
  329. -moz-transition-duration:0.3s;
  330. -webkit-transition-duration:0.3s;
  331. -o-transition-duration:0.3s;
  332. color:{color:Hover};
  333. }
  334.  
  335. /*QUESTION*/
  336.  
  337. #asker {
  338. color:{color:text};
  339. padding:14px;
  340. font-family:'arial';
  341. font-size:11px;
  342. letter-spacing:0px;
  343. text-align:left;
  344. margin-top:0px;
  345. text-transform:uppercase;
  346. line-height:100%;
  347. background-color:{color:Answer Backg}
  348. }
  349.  
  350. /*CREDIT*/
  351.  
  352. #cred {
  353. position:fixed;
  354. font-family:'Calibri';
  355. text-transform:uppercase;
  356. font-size:8px;
  357. right:9px;
  358. bottom:9px;
  359. padding:4px;
  360. letter-spacing:1px;
  361. background-color:{color:post bg};
  362. border:1px solid {color:border};
  363. }
  364.  
  365. {CustomCSS}</style></head><body>
  366.  
  367. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  368. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  369. <script>
  370.  
  371. (function($){
  372.  
  373. $(document).ready(function(){
  374.  
  375. $("a[title]").style_my_tooltips({
  376.  
  377. tip_follows_cursor:true,
  378.  
  379. tip_delay_time:50,
  380.  
  381. tip_fade_speed:600,
  382.  
  383. attribute:"title"
  384.  
  385. });
  386.  
  387. });
  388.  
  389. })(jQuery);
  390.  
  391. </script>
  392.  
  393.  
  394.  
  395.  
  396. {block:Pagination}
  397. <div id="pagination">
  398. {block:PreviousPage}<a href="{PreviousPage}">new</a>{/block:PreviousPage}
  399. — {block:NextPage}<a href="{NextPage}">older</a>{/block:NextPage}
  400. </div>
  401. {/block:Pagination}
  402. </div>
  403.  
  404. <div id="sidebar">
  405.  
  406. <div id="sidebarimage">
  407. <span style="width:50px; "><img src="{image:Sidebar}"></span>
  408. </div>
  409.  
  410.  
  411. <div id="link">
  412. <a title="refresh" href="/">●</a>
  413. <a title="message" href="/ask">●</a>
  414. <a title="navigate" href="/n">●</a>
  415. <a title="pictures" href="/tagged/img">●</a>
  416. <a title="bayview" a href="http://townofbayview.tumblr.com">●</a>
  417. </div>
  418.  
  419. </div>
  420.  
  421.  
  422.  
  423. <div id="entries">
  424. {block:Posts}
  425. <div id="post">
  426.  
  427. {block:Text}
  428. <h1>{block:Title}{Title}{/block:Title}</h1>
  429. {Body}{/block:Text}
  430.  
  431. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  432. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  433.  
  434. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  435. {/block:Caption}{/block:Photoset}
  436.  
  437. {block:Quote}<h1>"{Quote}"</h1>
  438. {block:Source}<div class="qsource"> —{Source}</div>
  439. {/block:Source}{/block:Quote}
  440.  
  441. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  442.  
  443. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  444.  
  445. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  446. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  447. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  448. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  449. {/block:Audio}<br>
  450.  
  451. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  452.  
  453. {block:Answer}<div id="asker">{Question} — <span style="text-align:lowercase; color:#fcfcfc;font-style:italic; "><b><i>{Asker} asked</i></b><br></span> </div><left><div style="padding:4px;margin-top:3px;font-size:11px;"><font face="arial">{Answer}</font></div>{/block:Answer}
  454.  
  455. <div id="info"><a href="{Permalink}" title="{TimeAgo}"><b>{MonthNumberWithZero}/{DayOfMonthWithZero}/{ShortYear} {12HourWithZero}:{Minutes}{CapitalAmPm}</b></a>{/block:Date} —{block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  456. and {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  457. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  458. with {NoteCountWithLabel}</a>{block:HasTags}<div id="tags">
  459. {block:Tags} <a href="/tagged/{Tag}">+ {Tag}</a>{/block:Tags}
  460. </div>{block:HasTags}
  461. </div>
  462. </div>
  463. {/block:Posts}
  464. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}</div></div>
  465. {/block:Posts}</div></div></div>
  466. <br><br><br><br>
  467. </div>
  468.  
  469. <div id="cred">
  470. <a href="http://morrisonsrph.tumblr.com/">CREDIT</a>
  471. </div>
  472. </div>
  473.  
  474.  
  475.  
  476. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement