Advertisement
maridette

bxyondtheborder

Dec 20th, 2014
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.95 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <meta name="text:Font Size" content="14"/>
  6. <meta name="text:Subtitle" content="Subtitle"/>
  7. <meta name="color:Background" content="grey" />
  8. <meta name="color:Accent Color" content="blue" />
  9. <meta name="color:Link" content="red" />
  10. <meta name="color:Link Hover" content="gold" />
  11. <meta name="color:posts background" content="white" />
  12. <meta name="color:text" content="black" />
  13. <meta name="font:Body" content="bookmania" />
  14.  
  15. <meta name="image:Wallpaper" content="http://i58.tinypic.com/2wfofsx.jpg" />
  16. <meta name="image:Sidebar" content="http://i57.tinypic.com/25t9edl.jpg" />
  17.  
  18. <title>{Title}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  19. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  20. <link rel="shortcut icon" href="{Favicon}" />
  21.  
  22. <style type="text/css">
  23.  
  24. body {
  25. background-color: {color:background};
  26. font-family: {font:body};
  27. background-image: url({image:wallpaper});
  28. margin: 0;
  29. word-wrap: break-word;
  30. background-attachment:fixed;
  31. font-size:{text:Font Size}px;
  32. max-width:100%;
  33. }
  34.  
  35. a {
  36. text-decoration:none;
  37. color: {color:link};
  38. -webkit-transition: color .3s ease;
  39. transition: color .3s ease;
  40. }
  41.  
  42. a:hover {
  43. color: {color:link hover};
  44. }
  45.  
  46. #sidebar {
  47. position: fixed;
  48. width:300px;
  49. margin:100px;
  50. }
  51.  
  52. #sidebar .title {
  53. font-size: 30px;
  54. text-align: center;
  55. margin-bottom:5px;
  56. padding:5px;
  57. border-radius:2px;
  58. background:{color:posts background};
  59. box-shadow:0px 0px 5px {color:link};
  60. -webkit-transition: box-shadow .3s ease;
  61. transition: box-shadow .3s ease;
  62. }
  63.  
  64. #sidebar .title:hover {
  65. box-shadow: 0px 0px 10px {color:link hover};
  66. }
  67.  
  68. #sidebar #flipbox {
  69. width:210px;
  70. height:auto;
  71. margin:auto;
  72. }
  73.  
  74. #sidebar #flipbox .image {
  75. max-width: 200px;
  76. height: auto;
  77. -webkit-transition: transform .25s .25s ease-out;
  78. transition: transform .25s .25s ease-out;
  79. }
  80.  
  81. #sidebar #flipbox .description {
  82. color: {color:text};
  83. font-size: 14px;
  84. text-align: left;
  85. line-height:100%;
  86. max-width:200px;
  87. float:right;
  88. margin-left:-200px;
  89. -webkit-transform: rotateY(90deg);
  90. transform: rotateY(90deg);
  91. -webkit-transition: transform .25s ease-in;
  92. transition: transform .25s ease-in;
  93. }
  94.  
  95. #sidebar #flipbox:hover .image {
  96. -webkit-transform: rotateY(90deg);
  97. transform: rotateY(90deg);
  98. -webkit-transition: transform .25s ease-in;
  99. transition: transform .25s ease-in;
  100. }
  101.  
  102. #sidebar #flipbox:hover .description {
  103. -webkit-transform: rotateY(0deg);
  104. transform: rotateY(0deg);
  105. -webkit-transition: transform .25s .25s ease-out;
  106. transition: transform .25s .25s ease-out;
  107. }
  108.  
  109. #sidebar .links {
  110. background:{color:posts background};
  111. padding: 5px;
  112. margin:5px;
  113. float:left;
  114. width:80px;
  115. border-radius:2px;
  116. text-align:center;
  117. box-shadow:0px 0px 5px {color:link};
  118. -webkit-transition: box-shadow .3s ease;
  119. transition: box-shadow .3s ease;
  120. }
  121.  
  122. #sidebar .links:hover {
  123. box-shadow: 0px 0px 10px {color:link hover};
  124. }
  125.  
  126. #sidebar .pagination {
  127. color:{color:text};
  128. font-size: 14px;
  129. text-align: center;
  130. padding:10px;
  131. margin-top:5px;
  132. position: relative;
  133. left: 50%;
  134. transform: translateX(-50%);
  135. line-height:100%;
  136. float:left;
  137. border-radius:2px;
  138. box-shadow:0px 0px 5px {color:accent color};
  139. background:{color:posts background};
  140. }
  141.  
  142. #posts {
  143. background:{color:posts background};
  144. box-shadow:0px 0px 10px {color:accent color};
  145. width:500px;
  146. color:{color:text};
  147. margin:20px 0;
  148. position:relative;
  149. left:500px;
  150. padding:10px;
  151. border-radius:2px;
  152. }
  153.  
  154. #posts img{
  155. max-width:100%;
  156. }
  157.  
  158. #posts .source {
  159. text-align:right;
  160. }
  161.  
  162. #posts .question {
  163. border: {color:accent color} dotted 1px;
  164. padding:10px;
  165. }
  166.  
  167. #posts .chatlabel {
  168. color:{color:link};
  169. float:left;
  170. }
  171.  
  172. #posts .chatline {
  173. padding:1px;
  174. }
  175.  
  176. #posts .albumart {
  177. background:url(http://i.imgur.com/DykurMM.png);
  178. width:100px;
  179. height:100px;
  180. position:absolute;
  181. }
  182.  
  183. #posts .audioplayercontainer {
  184. opacity:0.2;
  185. position:relative;
  186. width:100px;
  187. height:100px;
  188. -webkit-transition: opacity .3s ease;
  189. transition: opacity .3s ease;
  190. border:1px {color:posts background} solid;
  191. top:-1px;
  192. left:-1px;
  193. }
  194.  
  195. #posts .audioplayercontainer:hover {
  196. opacity:0.8;
  197. }
  198.  
  199. #posts .audioplayer {
  200. width:27px;
  201. height:27px;
  202. overflow:hidden;
  203. position: relative;
  204. margin:37px;
  205. }
  206.  
  207. #posts .audioinfo {
  208. float:left;
  209. margin-left:110px;
  210. margin-top:-105px;
  211. position:relative;
  212. }
  213.  
  214. blockquote {
  215. border-left: solid 2px {color:text};
  216. margin-left: 5px;
  217. padding-left: 5px;
  218. }
  219.  
  220. #posts .permalink {
  221. border-top: 1px {color:accent color} dotted;
  222. text-align:center;
  223. }
  224.  
  225. #posts .tags {
  226. text-align:center;
  227. color:{color:link};
  228. }
  229.  
  230. #posts .tags .comma:last-child {
  231. display: none;
  232. }
  233.  
  234. #posts #notecontainer ol.notes {
  235. list-style-type: none;
  236. margin: 0;
  237. padding:10px;
  238. }
  239.  
  240. #notecontainer img.avatar {
  241. margin-right:5px;
  242. width: 16px;
  243. height: 16px;
  244. }
  245.  
  246. #s-m-t-tooltip {
  247. padding:5px;
  248. margin:5px;
  249. background-color: {color:posts background};
  250. border-radius:2px;
  251. box-shadow:0px 0px 5px {color:accent color};
  252. font-size:xx-small;
  253. color:{color:text};
  254. z-index:999;
  255. }
  256.  
  257. #credit {
  258. position:fixed;
  259. bottom:0;
  260. left:0;
  261. margin-left:5px;
  262. }
  263.  
  264. </style>
  265.  
  266. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  267. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  268. <script>
  269. (function($){
  270. $(document).ready(function(){
  271. $("a[title]").style_my_tooltips({
  272. tip_follows_cursor:true,
  273. tip_delay_time:0,
  274. tip_fade_speed:200,
  275. attribute:"title"
  276. });
  277. });
  278. })(jQuery);
  279. </script>
  280.  
  281. </head>
  282. <body>
  283.  
  284. <div id="sidebar">
  285. <a href="/"><div class="title">{Title}</div></a>
  286. <br>
  287. <div id="flipbox">
  288. <img class="image" src="{image:Sidebar}" />
  289. <div class="description"><br>{Description}</div>
  290. </div>
  291. <a href="/"><div class="links">{lang:Home}</div></a>
  292. {block:AskEnabled}<a href="/ask"><div class="links">Message</div></a>{/block:AskEnabled}
  293. {block:SubmissionsEnabled}<a href="/submit"><div class="links">Submit</div></a>{/block:SubmissionsEnabled}
  294. {block:HasPages}{block:Pages}<a href="{url}"><div class="links">{Label}</div></a>{/block:Pages}{/block:HasPages}
  295. {block:Pagination}
  296. <div class="pagination">
  297. {block:PreviousPage}<a href="{PreviousPage}">Back</a>{/block:PreviousPage}
  298. {block:NextPage}<a href="{NextPage}">Forth</a>{/block:NextPage}
  299. </div>
  300. {/block:Pagination}
  301. </div>
  302.  
  303. {block:Posts}
  304. <div id="posts">
  305.  
  306. {block:Photo}
  307. {LinkOpenTag}<img src="{PhotoURL-500}" />{LinkCloseTag}
  308. {block:Caption}{Caption}{/block:Caption}
  309. {/block:Photo}
  310.  
  311. {block:Photoset}
  312. {Photoset-500}
  313. {block:Caption}{Caption}{/block:Caption}
  314. {/block:Photoset}
  315.  
  316. {block:Video}
  317. {Video-500}
  318. {block:Caption}{Caption}{/block:Caption}
  319. {/block:Video}
  320.  
  321. {block:Audio}
  322. <div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div>
  323. <div class=audioplayercontainer><div class="audioplayer">{AudioPlayerWhite}</div></div>
  324. <div class=audioinfo>{block:TrackName}<b>{TrackName}</b>{/block:TrackName}
  325. {block:Artist}<small><br><br>{Artist}</small>{/block:Artist}
  326. {block:Album}<small><br><br>{Album}{/block:Album}</small></div>
  327. {block:caption}
  328. <br>
  329. <div>{caption}</div>
  330. {/block:caption}
  331. {/block:Audio}
  332.  
  333. {block:Quote}
  334. <big><big>“{Quote}”</big></big>
  335. <div class="source">{block:Source}– {Source}{/block:Source}</div>
  336. {/block:Quote}
  337.  
  338. {block:Text}
  339. {block:Title}<big><big>{Title}</big></big><br />{/block:Title}
  340. {Body}
  341. {/block:Text}
  342.  
  343. {block:Answer}
  344. <div class="question"><big><big>{Question}</big></big><br />
  345. <div class="source">– {lang:asked by asker 2}</div></div>
  346. {Answer}
  347. {/block:Answer}
  348.  
  349. {block:Chat}
  350. {block:Title}<big><big>{Title}</big></big><br />{/block:Title}
  351. {block:Lines}
  352. {block:Label}<div class="chatlabel"><strong>{Label}&nbsp</strong></div>{/block:Label}
  353. <div class="chatline">{Line}</div>
  354. {/block:Lines}
  355. {/block:Chat}
  356.  
  357. {block:Link}
  358. <a href="{URL}"><big><big>{Name}</big></big></a>
  359. {block:Description}<br />{Description}{/block:Description}
  360. {/block:Link}
  361.  
  362. <div class="permalink"><small><small>
  363. <a href="{permalink}">{block:Date}{TimeAgo}{/block:Date}
  364. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}</a>
  365. </small></small></div>
  366.  
  367. {block:HasTags}
  368. <div class="tags">
  369. <small><small>
  370. {block:Tags}
  371. <a href="{TagURL}">{Tag}</a><span class="comma">,&nbsp</span>
  372. {/block:Tags}
  373. </small></small>
  374. </div>
  375. {/block:HasTags}
  376.  
  377.  
  378. {block:PostNotes}
  379. <div id="notecontainer">{PostNotes}</div>
  380. {/block:PostNotes}
  381.  
  382. </div>
  383.  
  384. {/block:Posts}
  385.  
  386. <div id="credit">
  387. <a href="http://onehellofathemeblog.tumblr.com/" title="Theme Credit">
  388. <img src="http://i58.tinypic.com/2zxpnxj.png" /></a>
  389. </div>
  390.  
  391. </body>
  392. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement