jaesimplethemes

Pastel Palettes

Feb 9th, 2018
1,618
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.01 KB | None | 0 0
  1. <!---
  2. BY SIMPLETHEMES.TUMBLR.COM
  3. EDIT BUT DO NOT REMOVE CREDIT
  4. --->
  5.  
  6. <html>
  7. <head>
  8.  
  9. <title>{title}</title>
  10. <link rel="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  13.  
  14. <link href="https://fonts.googleapis.com/css?family=Lato|Lora|Open+Sans|Raleway|Roboto" rel="stylesheet">
  15.  
  16. <style type="text/css">
  17.  
  18. ::-webkit-scrollbar {
  19. width:17px;
  20. height:17px;
  21. }
  22. ::-webkit-scrollbar {
  23. background-color:rgb(255,255,255); /* background color */
  24. }
  25. ::-webkit-scrollbar-track {
  26. border:8px solid rgb(255,255,255); /* background color */
  27. background-color:rgb(230,230,230); /* light border color */
  28. }
  29. ::-webkit-scrollbar-thumb {
  30. border:8px solid rgb(255,255,255); /* background color */
  31. background-color:rgb(144,144,144); /* dark border color */
  32. min-height:24px;
  33. min-width:24px;
  34. }
  35.  
  36. body{
  37. background:#fff;/*BACKGROUND COLOR*/
  38. /*SELECT YOUR FONT HERE
  39. font-family: 'Roboto', sans-serif;
  40. font-family: 'Open Sans', sans-serif;
  41. font-family: 'Lato', sans-serif;
  42. font-family: 'Raleway', sans-serif;
  43. font-family: 'Lora', serif;*/
  44. font-family:'Open Sans', sans-serif;
  45. color:#a4a4a4;/*TEXT COLOR*/
  46. font-size:11px;/*FONT SIZE i dont recommend anything smaller than this*/
  47. }
  48.  
  49. a{
  50. text-decoration:none;
  51. color:#666;/*LINKS COLOR*/
  52. border-bottom:1px solid #ebebeb;/*LINK BORDERS*/
  53. }
  54.  
  55. a:hover{
  56. text-decoration:none;
  57. color:#a4a4a4;/*LINK HOVER*/
  58. border-bottom:1px solid #ebebeb;/*LINK BORDERS*/
  59. cursor:help;
  60. }
  61.  
  62. .container{
  63. margin-left:250px;
  64. width:700px;
  65. }
  66.  
  67. .sidebar{
  68. background:#fff;/*SIDEBAR BACKGROUND*/
  69. width:210px;
  70. position:fixed;
  71. top:0;
  72. left:0;
  73. height:100%;
  74. padding:20px;
  75. border:1px solid #ebebeb;/*BORDER COLOR*/
  76. }
  77.  
  78. .sidebar img{
  79. margin-bottom:20px;
  80. border-radius:10px;
  81. width:50px;
  82. height:50px;
  83. }
  84.  
  85. .ttl{
  86. color:#a4a4a4;/*this is the sidebar title color*/
  87. font-size:15px;
  88. margin-top:15px;
  89. }
  90.  
  91. .postcont{
  92. background:#ff0000;
  93. width:400px;
  94. padding-top:100px;
  95. }
  96.  
  97. .box{
  98. background:#fff;
  99. border:1px solid #ebebeb;
  100. margin:20px;
  101. padding:10px;
  102. width:150px;}
  103. .box img{
  104. max-width:150px;}
  105. .ttldata{
  106. color:#a4a4a4;
  107. font-size:20px;}
  108. .price{
  109. font-size:25px;
  110. margin-top:15px;
  111. float:right;}
  112.  
  113. h2{
  114. font-size:15px;
  115. font-weight:100;
  116. text-align:center;
  117. }
  118.  
  119. h2 a:hover{
  120. font-size:19px;
  121. text-decoration:none;
  122. }
  123.  
  124. li{
  125. list-style:none;
  126. padding:0;
  127. margin:0;
  128. }
  129.  
  130. li:before{
  131. content:">";
  132. padding-right:5px;
  133. }
  134.  
  135. blockquote{
  136. margin-top:10px;
  137. margin-left:0px;
  138. max-width:100%;
  139. border-left:1px solid #ebebeb;
  140. padding-left:15px;
  141. padding-top:2px;
  142. }
  143.  
  144. .posts img {
  145. max-width:100%;
  146. }
  147.  
  148. pre{
  149. white-space:pre-wrap;
  150. white-space:-moz-pre-wrap;
  151. white-space:-pre-wrap;
  152. white-space:-o-pre-wrap;
  153. word-wrap:break-word;
  154. }
  155.  
  156. .cred{
  157. position:fixed;
  158. right:15px;
  159. font-size:.9em;
  160. bottom:10px;
  161. }
  162.  
  163. .cred a{
  164. color:{color:text};
  165. }
  166.  
  167. </style>
  168.  
  169. </head>
  170.  
  171. <body>
  172.  
  173. <div class="container">
  174. <div class="sidebar">
  175. <!--SIDEBAR IMAGE HERE-->
  176. <img src="http://static.tumblr.com/szhljla/wtOosfx8y/3ba97d2aee39cfe531080895cc1f3316.jpg"/>
  177. <div class="ttl">⋯ Comissions Page</div><br>
  178. <!--DESCRIPTION HERE-->
  179. <div class="desc">This is a description</div>
  180. <div class="links">
  181. <div class="ttl">⋯ Links</div>
  182. <!--SOME LINKS GO HERE-->
  183. <a href="/">index</a><br>
  184. <a href="/ask">inbox</a><br>
  185. <a href="/about">about the artist</a><br>
  186. <a href="http://tumblr.com/dashboard">dash</a>
  187. </div><!--links-->
  188. <div class="info">
  189. <div class="ttl">⋯ Info</div>
  190. <!--IMPORTANT ARTIST INFO THINGS-->
  191. comissions: open/closed<br>
  192. contact @ [email protected]<br><br>
  193. I WILL NOT DRAW:<br>
  194. example<br>
  195. example<br><br>
  196. <a href="/">redbubble shop</a><br>
  197. <a href="/">tictail shop</a> [closed!]<br>
  198. <a href="/">ko-fi</a><br>
  199. <a href="/">instagram</a>
  200. </div>
  201. <div class="upd">
  202. <div class="ttl">⋯ Updates</div>
  203. <!--HERE IS A PLACE FOR UPDATES-->
  204. Insert update here<br>
  205. Another update
  206. </div>
  207. </div><!--sidebar-->
  208.  
  209.  
  210.  
  211. </div><!--container-->
  212.  
  213. <a class="cred" href="http://simplethemes.tumblr.com" target="_blank">S</a>
  214.  
  215. <!-- masonry -->
  216. <script src="https://unpkg.com/masonry-layout@4/dist/masonry.pkgd.js"></script>
  217. <script>
  218. $('.container').masonry({
  219. itemSelector: '.box',
  220. });
  221. </script>
  222.  
  223. <div class="container" data-masonry='{ "itemSelector": ".box"}'>
  224.  
  225. <!--COPY PASTE THIS TO ADD A BOX
  226. <div class="box">
  227. <img src="YOUR IMAGE GOES HERE"/>
  228. <div class="price">THIS IS THE PRICE</div>
  229. <div class="data">
  230. <div class="ttldata">TITLE FOR EXAMPLE DOODLE ICON ETC</div>
  231. THIS IS THE DESCRIPTION OF THE TYPE OF COMISSION
  232. </div>
  233. </div><!--box-->
  234. <!--EXAMPLE BOX-->
  235. <div class="box">
  236. <img src="http://static.tumblr.com/szhljla/RXZosftdz/a64aa739f9d4f981d919523364302ed0.jpg"/>
  237. <div class="price">$5</div>
  238. <div class="data">
  239. <div class="ttldata">Doodle</div>
  240. This is the description of the art there we go
  241. </div>
  242. </div><!--box-->
  243.  
  244.  
  245. <!--ADD OTHER BOXES BELOW ALWAYS BEFORE THE LAST DIV-->
  246.  
  247.  
  248. </div>
  249.  
  250. </body>
  251. </html>
Advertisement
Add Comment
Please, Sign In to add comment