Advertisement
dawnsalvatore

Theme #077 (big posts)

Jun 29th, 2013
533
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.65 KB | None | 0 0
  1. <!-- theme #077
  2. by dawnsalvatore -->
  3.  
  4. <html>
  5. <head>
  6.  
  7.  
  8. <title>{Title}</title>
  9.  
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12.  
  13. {block:Description}
  14. <meta name="description" content="{MetaDescription}" />
  15. {/block:Description}
  16.  
  17. </head>
  18.  
  19.  
  20. <!-- DEFAULT VARIABLES -->
  21. <meta name="color:Background" content="#ffffff" />
  22. <meta name="color:Border" content="#f5f5f5" />
  23. <meta name="color:Link" content="#bdbbbb" />
  24. <meta name="color:Linkhover" content="#333232" />
  25. <meta name="color:Scrollbar" content="#eeecee" />
  26. <meta name="color:Text" content="#b1b0b0" />
  27. <meta name="color:Title" content="#4d4c4b" />
  28.  
  29. <meta name="image:sidebar" content=""/>
  30. <meta name="image:background" content="" />
  31.  
  32. <meta name="text:Link1" content="" />
  33. <meta name="text:Link1 Title" content="" />
  34. <meta name="text:Link2" content="" />
  35. <meta name="text:Link2 Title" content="" />
  36. <meta name="text:Link3" content="" />
  37. <meta name="text:Link3 Title" content="" />
  38.  
  39. <meta name="if:Infinite Scroll" content="1"/>
  40.  
  41. <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js?ver=1.4.2'></script>
  42. <script type='text/javascript' src='http://static.tumblr.com/hqb6dzr/4Etm7ryn5/tooltip.js'></script>
  43. <script type="text/javascript">
  44. $(document).ready(function(){
  45. $("a.tooltip").tooltip();});</script>
  46.  
  47.  
  48. <style type="text/css">
  49.  
  50.  
  51. /* --- SCROLLBAR ---*/
  52. ::-webkit-scrollbar {height: 8px;width: 10px;}
  53. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  54. ::-webkit-scrollbar-track{background-color:{color:background};}
  55.  
  56.  
  57.  
  58. /* --- TOP ---*/
  59. iframe#tumblr_controls { right:3px !important; position: fixed !important; -webkit-transition: opacity 0.8s linear; opacity: 0.9; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; transition: all 0.8s ease-out;}
  60.  
  61. iframe#tumblr_controls:hover{ -webkit-transition: opacity 0.9s linear; opacity: 1; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out;}
  62.  
  63.  
  64. /* --- BODY ---*/
  65. body {color:{color:text}; background-color:{color:background}; background-image: url('{image:Background}'); background-attachment:fixed; font-family:calibri; font-size:9px; line-height:110%; ;}
  66.  
  67. a {color: {color:link}; text-decoration: none; font-weight: normal; -webkit-transition:all 0.7s ease; -moz-transition:all 0.7s ease; transition:all 0.7s ease;}
  68.  
  69. a:hover {color: {color:linkhover}; text-decoration: none; font-weight: normal; webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; opacity:0.9;}
  70.  
  71. img {border:none;}
  72.  
  73. h1{color:{color:title}; font-size:11px; line-height:100%;text-transform:uppercase ;font-family:baskerville;}
  74.  
  75. h2 {color:{color:title}; font-size:12px; text-transform:uppercase; letter-spacing: 1px; padding:4px; line-height:100%; font-family:baskerville;}
  76.  
  77. blockquote {border-left:2px solid {color:border}; padding-left:5px; margin-left:8px}
  78.  
  79. blockquote img, blockquote a img {max-width: 490px}
  80.  
  81. b, strong{color:{color:text};}
  82. i, em {border: none; color:{color:text};}
  83. p{margin-top:3px; margin-bottom:3px}
  84.  
  85. .user_1 .label {color:{color:linkhover}; font-weight:bold}
  86. .user_2 .label {color:{color:text}; font-weight:bold}
  87. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  88.  
  89. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  90.  
  91.  
  92. /* --- POSTS ---*/
  93. #entries{ width:500px; margin-left:450px; margin-top:5px; padding-left:12px; padding-top:10px; }
  94.  
  95. #posts{width:500px; overflow:hidden; padding:11px; padding-bottom:5px; }
  96.  
  97. #posts:hover #tags{opacity:1 ; -moz-transition-duration:0.5s ease-in-out; -webkit-transition-duration:0.5s ease-in-out; -o-transition-duration:0.5s ease-in-out;}
  98.  
  99.  
  100. /* --- SIDEBAR ---*/
  101. #sbar {width:110px; margin-top:230px; margin-left:240px; position:fixed;}
  102.  
  103. #sbar:hover #description {margin-top:-75px; margin-left: -140px; opacity:1 ; -webkit-transition: all 0.8s linear;-moz-transition: all 0.8s linear;transition: all 0.8s linear }
  104.  
  105. #sidebarimg img {width:100px; text-align:center; -webkit-transition: all 0.8s linear;-moz-transition: all 0.8s linear;transition: all 0.8s linear ; border:4px double {color:border};}
  106.  
  107. #sbar:hover #sidebarimg img {opacity:0.7 ; -webkit-transition: all 0.8s linear;-moz-transition: all 0.8s linear;transition: all 0.8s linear }
  108.  
  109. #description { position:fixed; width:125px; margin-top: -75px; margin-left: -20px; padding:3px; font-size:10px; font-family:georgia; line-height:110%; padding-bottom:4px; opacity:0 ; -webkit-transition: all 0.8s linear;-moz-transition: all 0.8s linear;transition: all 0.8s linear; background:{color:background};}
  110.  
  111.  
  112. /* --- LINKS ---*/
  113. #tlinks { letter-spacing:1px; padding:3px; margin-top:1px }
  114.  
  115. #tlinks a { font-size: 7.5px; display:inline-block; text-align:center; padding:3px; text-transform:uppercase; font-family:consolas;}
  116.  
  117. #tlinks a:hover {opacity:0.8 ; -moz-transition-duration:0.5s ease-in-out; -webkit-transition-duration:0.5s ease-in-out; -o-transition-duration:0.5s ease-in-out; }
  118.  
  119. a.tooltip:hover {position: relative;z-index: 100;}
  120.  
  121. a.tooltip:before {background:{color:background};color:{color:text};content: attr(data-tooltip);display: none; font: 8px calibri;padding: 2px ;position: absolute;margin:10px 0px 0px 10px; border:1px solid {color:border}; letter-spacing:2px;}
  122.  
  123. a.tooltip:hover:before {display: block;}
  124.  
  125.  
  126. /* --- CREDITS ---*/
  127. #credit {position: fixed; opacity:0.8; font-family:sans-serif; font-size:9px; letter-spacing:0px; text-align:left; bottom:12px; right:15px; background: none; }
  128.  
  129.  
  130. /* --- INFO ---*/
  131. #info{font-size:8px; text-transform:uppercase; padding:2px; margin-top:3px ; border-top:1px solid {color:border}; }
  132.  
  133. #tags { font-family: cambria; font-size:8px; text-transform:lowercase;opacity:0 ; -moz-transition-duration:0.5s ease-in-out; -webkit-transition-duration:0.5s ease-in-out; -o-transition-duration:0.5s ease-in-out;}
  134.  
  135. .notes img{width:15px; position:relative; top:1px; border-radius:60px;}
  136.  
  137. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  138.  
  139.  
  140. </style>
  141. <style type="text/css">{CustomCSS}</style>
  142. {block:IfInfiniteScroll} <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  143. {/block:IfInfiniteScroll}
  144. </head>
  145. <body>
  146. <BR>
  147.  
  148.  
  149.  
  150. <div id="sbar">
  151. <center>
  152. <div id="sidebarimg"><img src="{image:sidebar}"/> </div> </center>
  153. <div id="description">
  154. {Description}</div>
  155. <center> <div id="tlinks">
  156. <a class="tooltip" title="Home" href="/">1. </a>
  157. <a class="tooltip" title="Mail" href="/ask" > 2. </a>
  158. {block:ifLink1}<a class="tooltip" title="{text:Link1 Title}" href="{text:Link1}"> 3. </a>{/block:ifLink1}
  159. {block:ifLink2}<a class="tooltip" title="{text:Link2 Title}" href="{text:Link2}"> 4. </a>{/block:ifLink2}
  160. {block:ifLink3}<a class="tooltip" title="{text:Link3 Title}" href="{text:Link3}"> 5. </a>{/block:ifLink3}
  161.  
  162. </div>
  163. </center> <left>
  164. <div id="pagination">
  165. {block:Pagination}
  166. {block:PreviousPage}
  167. <a href="{PreviousPage}">new</a>
  168. {/block:PreviousPage} -
  169. {block:NextPage}
  170. <a href="{NextPage}">old</a>
  171. {/block:NextPage}
  172. {/block:Pagination}
  173.  
  174. </div></left>
  175.  
  176. </div>
  177. </div>
  178.  
  179. </div>
  180. <div id="credit"><a href="http://salvatoreh.tumblr.com/tagged/theme">© SALVATOREH</a></div>
  181.  
  182. <div id="entries">
  183. <div class = "autopagerize_page_element" >
  184. {block:Posts}
  185. <div id="posts">
  186.  
  187.  
  188. {block:Quote}<h2>"{Quote}"&nbsp; - {Source}</h2>{/block:Quote}
  189. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  190. {block:Text}{Body}{/block:Text}
  191.  
  192. {block:Link}<a href="{URL}" class="link" {Target}>{Name}&nbsp</a></h1>
  193. {block:Description}{Description}{/block:Description}{/block:Link}
  194.  
  195. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  196. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  197.  
  198. {block:Chat}<ul class="chat">{block:Title}{Title}{/block:Title} {block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  199.  
  200.  
  201. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  202.  
  203.  
  204. {block:Answer}<center> {Asker} asked: {Question}<br><br>
  205. {Answer}{/block:answer} </center>
  206.  
  207.  
  208. {block:Audio}
  209. {block:AlbumArt}<img src="{AlbumArtURL}" width="70" height="70">{/block:AlbumArt} <b>Song: </b>{block:TrackName}{TrackName}{/block:TrackName}<br>
  210. <b>Artist: </b>{block:Artist}{Artist}{/block:Artist}<br>
  211. <b>Album: </b>{block:Album}{Album}{/block:Album}<br>
  212. <b>Played: </b>{FormattedPlayCount} times
  213. <br> {AudioPlayerblack}
  214. {block:Caption}
  215. {Caption}
  216. {/block:Caption}
  217. {/block:Audio}
  218.  
  219. <center><div id="info">
  220. POSTED <a href="{Perimalink}">{block:Date}<a href="{Permalink}">{TimeAgo} </a>{/block:Date} WITH <a href="{Permalink}">{NoteCountWithLabel}</a> · <a href="{ReblogURL}" target="_blank">reblog</a>
  221. {block:ContentSource} (<a href="{SourceURL}"> © </a> {block:RebloggedFrom} <a href="{ReblogParentURL}"> {ReblogParentName} </a>){/block:RebloggedFrom}
  222. {/block:ContentSource}
  223. <div id="tags"> {block:HasTags}tagged as:{block:Tags} <a href="{TagURL}"> {Tag} </a>{/block:Tags}{/block:HasTags}</div>
  224.  
  225. </div></center>
  226.  
  227.  
  228. </div>
  229. </br>
  230. </br>
  231.  
  232. {block:PostNotes}{PostNotes}{/block:PostNotes}
  233.  
  234. {/block:Posts}</div>
  235.  
  236. </div>
  237.  
  238. </body>
  239. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement