Advertisement
Patttir

Cube Tango

Mar 15th, 2020
667
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.26 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5. <title>{Title}</title>
  6. <link rel="shortcut icon" href="{FavIcon}" />
  7. <meta name="image:Background" content=""/>
  8. <meta name="image:Sidebar" content=""/>
  9. <meta name="color:Background" content="#ffffff" />
  10. <meta name="color:Text" content="#006e86"/>
  11. <meta name="color:Link" content="#006e86"/>
  12. <meta name="color:Scrollbar" content="#006e86"/>
  13. <meta name="color:Posts" content="#ffc5d8"/>
  14. <meta name="color:Borders" content="#ffc5d8"/>
  15.  
  16. <meta name="text:Link 1 title" content="link1"/>
  17. <meta name="text:Link 1 url" content="/"/>
  18. <meta name="text:Link 2 title" content="link2"/>
  19. <meta name="text:Link 2 url" content="/"/>
  20. <meta name="text:Link 3 title" content="link3"/>
  21. <meta name="text:Link 3 url" content="/"/>
  22. <meta name="text:Link 4 title" content="link4"/>
  23. <meta name="text:Link 4 url" content="/"/>
  24. <meta name="text:Post Transparency" content="0.3"/>
  25.  
  26. <meta name="if:Fullscreen Bg" content="0" />
  27.  
  28. <style>
  29. body {
  30. color:{color:text};
  31. background:{color:background};
  32. background-image:url('{image:Background}');
  33. background-attachment: fixed;
  34. background-repeat: repeat;
  35. text-align:left;
  36. {block:iffullscreenbg}
  37. background-size: cover;
  38. {/block:iffullscreenbg}
  39. font:16px 'consolas';
  40. line-height:18px;
  41. }
  42. a,a:active,a:visited {
  43. text-decoration:none;
  44. color:{color:link};
  45. }
  46.  
  47. h1 {
  48. color:{color:text};
  49. font-size:32px;
  50. line-height:34px;
  51. }
  52. h2 {
  53. color:{color:text};
  54. font-size:28px;
  55. line-height:30px;
  56. }
  57. h3 {
  58. color:{color:text};
  59. font-size:24px;
  60. line-height:26px;
  61. }
  62. blockquote {
  63. border-left: 2px solid {color:text};
  64. margin-left: 2px;
  65. padding-left: 10px;
  66. }
  67. ::-webkit-scrollbar {
  68. width: 4px;
  69. height: 5px;
  70. background: {color:Background};
  71. }
  72. ::-webkit-scrollbar-thumb {
  73. background: {color:Scrollbar};
  74. border-radius: 16px;
  75. }
  76.  
  77. #top{
  78. width:100%;
  79. left:0px;
  80. top:0px;
  81. position:fixed;
  82. }
  83. #image {
  84. position:absolute;
  85. top:0px;
  86. left:0px;
  87. padding:10px;
  88. height:180px;
  89. width:180px;
  90. border:solid {color:borders};
  91. border-width: 0px 2px 2px 0px;
  92. background:rgba({RGBcolor:posts},{text:Post Transparency});
  93. }
  94. #pag {
  95. position:absolute;
  96. top:200px;
  97. left:0px;
  98. text-align:center;
  99. padding:10px;
  100. width:180px;
  101. line-height:40px;
  102. }
  103. #bar {
  104. width:100%;
  105. left:202px;
  106. top:0px;
  107. position:fixed;
  108. padding:15px;
  109. border-bottom:2px solid {color:borders};
  110. background:rgba({RGBcolor:posts},{text:Post Transparency});
  111. }
  112.  
  113. .link {
  114. font-size:18px;
  115. padding:5px;
  116. margin:5px;
  117. border:2px solid {color:borders};
  118. }
  119. .link2 {
  120. font-size:18px;
  121. padding:5px;
  122. margin:5px;
  123. border:2px solid {color:borders};
  124. background:rgba({RGBcolor:posts},{text:Post Transparency});
  125. }
  126.  
  127. #posts {
  128. width:500px;
  129. height: auto;
  130. margin: auto;
  131. margin-top: 10%;
  132. margin-bottom: 10%;
  133. }
  134. .entry {
  135. overflow: auto;
  136. background:rgba({RGBcolor:posts},{text:Post Transparency});
  137. padding:10px;
  138. margin-top:20px;
  139. border:2px solid {color:borders};
  140. }
  141. .entry img{
  142. max-width:100%;
  143. height: auto;
  144. }
  145. .entry iframe {
  146. width:100%;
  147. }
  148. .grid-container {
  149. display: grid;
  150. grid-template-areas:
  151. 'image music music music';
  152. grid-gap: 0px;
  153. padding: 0px;
  154. margin-bottom:10px;
  155. }
  156.  
  157. .grid-container > div {
  158. text-align: center;
  159. font-size: 30px;
  160. }
  161. .item1 { grid-area: image; height:150px; width:150px;}
  162. .item2 { grid-area: music; margin:auto;}
  163.  
  164. .grid-containera {
  165. display: inline-grid;
  166. grid-template-columns: auto;
  167. padding: 0px;
  168. margin:auto;
  169. }
  170. .grid-itema {
  171. margin:auto;
  172. padding: 10px;
  173. line-height:28px;
  174. font-size: 30px;
  175. text-align: center;
  176. }
  177.  
  178.  
  179. </style>
  180. </head>
  181.  
  182. <body>
  183. <div id="top">
  184. <div id="image"><img src="{image:Sidebar}" style="max-height:100%;" title="{title}"></div>
  185. <div id="pag">
  186. {block:Pagination}
  187. {block:PreviousPage}<p><a class="link2" href ="{PreviousPage}">Previous Page</a>{/block:PreviousPage}
  188. {block:NextPage}<p><a class="link2" href ="{NextPage}">Next Page</a>{/block:NextPage}
  189. {/block:Pagination}
  190. </div>
  191. </div>
  192. <div id="bar">
  193. <a class="link" href={text:link 1 url}>{text:link 1 title}</a>
  194.  
  195. <a class="link" href={text:link 2 url}>{text:link 2 title}</a>
  196.  
  197. <a class="link" href={text:link 3 url}>{text:link 3 title}</a>
  198.  
  199. <a class="link" href={text:link 4 url}>{text:link 4 title}</a>
  200.  
  201. </div>
  202.  
  203. </div>
  204.  
  205. <div id="posts">
  206. {block:Posts}
  207. <div class="entry">
  208. <!--Photo Posts-->
  209. {block:Photo}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/> {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  210. <!--Photo Sets-->
  211. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  212. <!--Text Posts-->
  213. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  214. <!--Link Posts-->
  215. {block:Link}<h1><a href="{URL}">{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  216. <!--Quote Posts-->
  217. {block:Quote}"{Quote}"{block:Source}<br>- {Source}{/block:Source}{/block:Quote}
  218. <!--Chat Posts-->
  219. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label} </b>{/block:Label}<span><i>{Line}</i><br></span>{/block:Lines}{/block:Chat}
  220. <!--Audio Posts-->
  221. {block:Audio}<div class="grid-container"><div class="item1">{block:AlbumArt}<img src="{AlbumArtURL}" width="100%"/>{/block:AlbumArt}</div><div class="item2">{AudioPlayer}</div></div>{block:TrackName}Track: {TrackName}<br>{/block:TrackName}{block:Artist}Artist: {Artist}<br>{/block:Artist}{block:Album}Album: {Album}<br>{/block:Album}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  222. <!--Video Posts-->
  223. {block:Video}{block:IndexPage}{Video-500}{/block:IndexPage}{block:PermalinkPage}{Video-500}{/block:PermalinkPage} {block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{block:Video}
  224. <!--Asks-->
  225. {block:Answer}<b>{Asker}</b> asked: <br><center><i>{Question}</i></center><p>{Answer}{/block:Answer}
  226. <!--Date of Posting-->
  227. {block:IndexPage}<p>Posted on: <a href="{Permalink}">{MonthNumberwithZero}.{DayofMonthwithZero}.{Year}, {DayofWeek}</a> {block:NoteCount} Notes: <a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}
  228. {block:HasTags}<p>#:{block:Tags} <a href="{TagURL}">{Tag}, </a> {/block:Tags}{/block:HasTags}<p><a href="{ReblogURL}">Reblog ⮌</a>{/block:IndexPage}
  229.  
  230. {block:PermalinkPage}
  231. <p>Posted on: <a href="{Permalink}">{MonthNumberwithZero}.{DayofMonthwithZero}.{Year}, {DayofWeek}</a> {block:NoteCount} Notes: <a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}
  232. {block:HasTags}<p>#:{block:Tags} <a href="{TagURL}">{Tag}, </a> {/block:Tags}{/block:HasTags}
  233. <p><a href="{ReblogURL}">Reblog ⮌</a>
  234. {block:RebloggedFrom}<center><a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> | <a href="{ReblogRootURL}" title="{ReblogRootName}">src</a><br></center>{/block:RebloggedFrom}
  235. {/block:PermalinkPage}
  236. </div>
  237. {block:PermalinkPage}
  238. {block:PostNotes}
  239. <div class="entry">{PostNotes}</div>{/block:PostNotes}{/block:PermalinkPage}
  240. {/block:Posts}
  241. </div>
  242. </body>
  243.  
  244. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement