Advertisement
Patttir

gradient gradient

Jun 26th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.02 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!-------DOn't use please. --->
  5.  
  6. <head>
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{FavIcon}" />
  9.  
  10. <meta name="image:Background" content=""/>
  11. <meta name="image:Sidebar" content=""/>
  12. <meta name="color:Background" content="#ffffff" />
  13. <meta name="color:Text" content="#660053"/>
  14. <meta name="color:Link" content="#5400c2"/>
  15. <meta name="color:Pillar" content="#ade9ff"/>
  16. <meta name="image:Pillar" content="#ade9ff"/>
  17. <meta name="image:Banner" content="#ade9ff"/>
  18.  
  19.  
  20. <meta name="color:Borders 1" content="#ade9ff"/>
  21. <meta name="color:Borders 2" content="#ade9ff"/>
  22. <meta name="color:Posts 1" content="#ffc5d8"/>
  23. <meta name="color:Posts 2" content="#ffc5d8"/>
  24. <meta name="color:Side 1" content="#ffc5d8"/>
  25. <meta name="color:Side 2" content="#ffc5d8"/>
  26. <meta name="color:links bg" content="#ffc5d8"/>
  27.  
  28. <meta name="text:Link 1 title" content="index"/>
  29. <meta name="text:Link 1 url" content="/"/>
  30. <meta name="text:Link 2 title" content="link 2"/>
  31. <meta name="text:Link 2 url" content="/ask"/>
  32. <meta name="text:Link 3 title" content="link 2"/>
  33. <meta name="text:Link 3 url" content="/ask"/>
  34. <meta name="text:Icon size" content="100" />
  35.  
  36. <style type="text/css">
  37.  
  38.  
  39. /* basic styles */
  40. body {
  41. color: {color:Text};
  42. background-color: {color:Background};
  43. background-image: url({image:Background});
  44. font-family: Arial, Helvetica, sans-serif;
  45. font-size:16px;
  46. line-height: 16px;
  47. background-attachment:fixed;
  48. }
  49. a {
  50. text-decoration: none;
  51. color:{color:Link};
  52. -moz-transition-duration:0.3s;
  53. -webkit-transition-duration:0.3s;
  54. -o-transition-duration:0.3s;
  55. }
  56. a:hover {
  57. color:{color:link};
  58. -moz-transition-duration:0.3s;
  59. -webkit-transition-duration:0.3s;
  60. -o-transition-duration:0.3s;
  61. }
  62. h1 {
  63. font-size: 16px;
  64. color: {color:Text};
  65. }
  66.  
  67.  
  68. blockquote {
  69. border-left: 1px solid {color:text};
  70. margin-left: 2px;
  71. padding-left: 10px;
  72. }
  73.  
  74. ::-webkit-scrollbar {
  75. width: 5px;
  76. height: 5px;
  77. }
  78. ::-webkit-scrollbar-button {
  79. width: 0px;
  80. height: 0px;
  81. }
  82. ::-webkit-scrollbar-thumb {
  83. background-image: linear-gradient({color:borders 1}, {color:borders 2}, {color:borders 2}, {color:borders 1});
  84. }
  85. ::-webkit-scrollbar-track {
  86. background: {color:borders 1};
  87. }
  88. ::-webkit-scrollbar-corner {
  89. background: {color:borders 1};
  90. }
  91.  
  92. .entry img {max-width:100%; border-radius: 0px;}
  93. .photoset iframe {border-radius: 0px;}
  94.  
  95. #content {
  96. position:relative;
  97. width: 430px;
  98. margin-left: 40%;
  99. margin-right: 60%;
  100. margin-top: 0px;
  101. padding:10px;
  102. }
  103.  
  104. .entry {
  105. margin-top: 30px;
  106. padding: 15px;
  107. border-radius:0px;
  108. background:linear-gradient({color:posts 1}, {color:posts 2}, {color:posts 1});
  109. border:3px solid {color:borders};
  110. border-image: linear-gradient({color:borders 1}, {color:borders 2}, {color:borders 2}, {color:borders 1})1;
  111. }
  112.  
  113. #pillar {
  114. position: fixed;
  115. height:100%;
  116. margin-left:10%;
  117. margin-top:-8px;
  118. box-sizing: border-box;
  119. border-left:3px solid {color:borders 1};
  120. border-right:3px solid {color:borders 1};
  121. width:196px;
  122. background:{color:pillar};
  123. background-image:url({image:pillar});
  124. }
  125. #side {
  126. position: relative;
  127. width: 170px;
  128. padding: 10px;
  129. margin-bottom:30px;
  130. margin-top:30%;
  131. margin-left:-3px;
  132. border-radius:0px;
  133. background:linear-gradient({color:side 1}, {color:side 2}, {color:side 1});
  134. border-image: linear-gradient({color:borders 1}, {color:borders 2}, {color:borders 2}, {color:borders 1})1;
  135. border-left:3px solid;
  136. border-top:2px solid;
  137. border-right:3px solid;
  138. border-bottom:2px solid;
  139. }
  140.  
  141.  
  142. #side img {
  143. width:{text:icon size}px;
  144. {block:ifroundicon}
  145. border-radius:80px;
  146. {/block:ifroundicon}
  147. padding-bottom:10px;
  148. }
  149.  
  150. #notes {
  151. margin-top:10px;
  152. }
  153.  
  154. .head {
  155. font-size: 16px;
  156. margin-bottom: 10px;
  157. margin-left: 10px;
  158. color: {color:Title};
  159. letter-spacing: .5px;
  160. }
  161.  
  162. img.avatar {display:none; }
  163. ol.notes {
  164. margin-top: 20px;
  165. }
  166.  
  167. #pagination {
  168. padding: 0;
  169. margin: 0;
  170. }
  171. #links {
  172. padding:3px;
  173. line-height:30px;
  174. font-size:18px;
  175. border-top:3px solid {color:borders};
  176. border-image: linear-gradient(to right,{color:borders 1}, {color:borders 2}, {color:borders 2}, {color:borders 1})1;
  177. }
  178.  
  179.  
  180.  
  181.  
  182. </style>
  183.  
  184.  
  185. </head>
  186.  
  187. <body>
  188. <div id="pillar">
  189. <center>
  190. <img src="{image:banner}">
  191. </center>
  192. <div id="side">
  193. <center>
  194. <div id="sideimg"><img src="{image:Sidebar}"></div>
  195. <center>
  196. <center>
  197. {description}<p>
  198. </center>
  199.  
  200. </div>
  201.  
  202. <div id="links"><a class="links" href=/>Home</a> </div>
  203. <div id="links"><a class="links" href=/ask>Mail</a> </div>
  204. <div id="links"><a class="links" href={text:link 1 url}>{text:link 1 title}</a> </div>
  205. <div id="links"><a class="links" href={text:link 2 url}>{text:link 2 title}</a> </div>
  206. <div id="links"><a class="links" href={text:link 3 url}>{text:link 3 title}</a> </div>
  207. <div id="pagination">
  208. {block:PreviousPage}<div id="links"><a class="links" href="{PreviousPage}">back</a></div>{/block:PreviousPage}
  209. <div id="links">{block:NextPage}<a class="links" href="{NextPage}">foward</a>{/block:NextPage}</div></div></div></div>
  210.  
  211.  
  212.  
  213. <div id="content">
  214. {block:Posts}
  215.  
  216. <div class="entry">
  217.  
  218.  
  219. {block:Photo}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a> {block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photo}
  220.  
  221. <div class="photoset">{block:Photoset}{block:IndexPage}{Photoset-400}{/block:IndexPage}{block:PermalinkPage}{Photoset-400}{/block:PermalinkPage} {block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photoset}</div>
  222.  
  223. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body} {/block:Text}
  224.  
  225. {block:Link}<h1><a href="{URL}">{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  226.  
  227. {block:Quote}"{Quote}"{block:Source}<br>- {Source}{/block:Source}{/block:Quote}
  228.  
  229. {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}
  230.  
  231. {block:Audio}{AudioPlayerWhite}{block:IndexPage}<p>{block:TrackName}Track: {TrackName}<br>{/block:TrackName}{block:Artist}Artist: {Artist}<br>{/block:Artist}{block:Album}Album: {Album}<br>{/block:Album}{block:PlayCount}Played: {PlayCount}{/block:PlayCount}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Audio}
  232.  
  233. {block:Video}{block:IndexPage}{Video-400}{/block:IndexPage}{block:PermalinkPage}{Video-400}{/block:PermalinkPage} {block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{block:Video}
  234.  
  235. {block:Answer}<b>{Asker}</b> asked: <br><center><i>{Question}</i></center><p>{Answer}{/block:Answer}
  236.  
  237. <div id="notes">
  238. <center>{block:HasTags}#:{block:Tags} <a href="{TagURL}">{Tag}, </a> {/block:Tags}{/block:HasTags}
  239.  
  240. {block:PermalinkPage}
  241. {block:RebloggedFrom}<br><a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> | {block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">src</a><br>{/block:ContentSource}{/block:RebloggedFrom}
  242. {/block:PermalinkPage}
  243. <br>
  244. <br>
  245. {block:IndexPage}<a href="{Permalink}">{MonthNumberwithZero}.{DayofMonthwithZero}.{Year},</a> <a href="{Permalink}">{DayofWeek}</a><br>{block:NoteCount} <a href="{Permalink}">{NoteCountwithlabel}</a>{/block:NoteCount} <a href="{ReblogURL}">reblog?</a>{/block:IndexPage}
  246. </div>
  247.  
  248.  
  249.  
  250. {block:PermalinkPage}
  251. <center><p>{NoteCountwithLabel}</center>
  252. {block:PostNotes}{PostNotes}{/block:PostNotes}
  253. {/block:PermalinkPage}
  254. </div>
  255. {/block:Posts}
  256.  
  257. </div><!---content div--->
  258.  
  259. </body>
  260.  
  261. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement