pegasusthemes

page 07 // myrina

May 19th, 2018 (edited)
1,878
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.06 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!-- THEME BY @VENUSTHMS
  5. do not remove the credit
  6.  
  7. -------------------------------------------------------------------------
  8.  
  9. - terms of use: venusthms.tumblr.com/terms
  10.  
  11. - message me if you got any problems or questions about the code
  12.  
  13. - you'll find instructions about customization through out the code
  14.  
  15. - the grid/filter effect was created with the tutorial by @cyantists
  16.  
  17. - icon font https://suiomi.com/font#_=_
  18.  
  19. ---------------------------------------------------------------------->
  20.  
  21. <title>lists</title><link rel="shortcut icon" href="{Favicon}"> <!-- change (tab) title here -->
  22.  
  23. <!---- SCRIPT - DO NOT TOUCH ---->
  24.  
  25. <link href="//solrainha.github.io/saturnicons/saturnicons.css" rel="stylesheet"><link href="https://fonts.googleapis.com/css?family=Karla|Montserrat|Playfair+Display|Quicksand|Raleway" rel="stylesheet"><link href="https://fonts.googleapis.com/css?family=Lora|PT+Serif|Quattrocento" rel="stylesheet"><link rel="stylesheet" type="text/css" href="//venusthms.github.io/pages/myrina/style.css"><script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script><script src="https://static.tumblr.com/xd6ujov/9Rpouml9f/imagesloaded.pkgd.min.js"></script> <script src="https://static.tumblr.com/f6blkfc/3khouzw5b/masonry.pkgd.min.js"></script><script src="//venusthms.github.io/pages/myrina/grid.js"></script><link href="https://static.tumblr.com/4gatuv1/X8Poxwvz8/style-my-tooltips.css" rel="stylesheet" type="text/css" /><script src="//dl.dropbox.com/s/qxwy3ik34kqna5q/venus.js"></script>
  26. <script src="https://static.tumblr.com/4gatuv1/Aneoxwvz8/jquery.style-my-tooltips.js"></script>
  27. <script>
  28. !function(t){t(document).ready(function(){t("a[title]").style_my_tooltips({tip_follows_cursor:!0,tip_delay_time:200,tip_fade_speed:300})})}(jQuery);
  29. </script>
  30.  
  31.  
  32. <style type="text/css">
  33.  
  34. /* tooltips */
  35.  
  36. #s-m-t-tooltip {
  37. max-width: 250px;
  38. margin:24px 14px 7px 12px;
  39. padding:5px 8px;
  40. background: #fff;
  41. border-radius:2px;
  42. font-family: 'karla';
  43. letter-spacing: 1px;
  44. font-size:11px;
  45. color:#000;
  46. box-shadow: none;
  47. }
  48.  
  49. /* scrollbar */
  50.  
  51. ::-webkit-scrollbar {
  52. width:5px;
  53. height:17px;
  54. background-color: #F6F6F6;
  55. }
  56. ::-webkit-scrollbar-track {
  57. background-color: #F6F6F6;
  58. }
  59. ::-webkit-scrollbar-thumb {
  60. background-color: #f8eaf1;
  61. min-height:24px;
  62. min-width:24px;
  63. }
  64.  
  65. /* selection */
  66.  
  67. ::-moz-selection { background:#eee;color:#000; }
  68. ::selection { background:#eee;color:#000; }
  69.  
  70. /* general */
  71.  
  72. body {
  73. background: #fff;
  74. cursor: default;
  75. font-family: karla;
  76. font-size: 12px;
  77. }
  78.  
  79. /* header */
  80.  
  81. h1 { /* title */
  82. font-family: 'quicksand';
  83. font-size: 20px;
  84. box-shadow: 0 -8px 0 #f9e5ef inset;
  85. }
  86.  
  87. h1, .desc, .button, .venus path {
  88. color: #000;
  89. fill:#000;
  90. }
  91.  
  92. .button:hover {
  93. text-decoration: underline;
  94. }
  95.  
  96. .button.selected { /* selected filter */
  97. color:#000000;
  98. text-decoration:underline;
  99. }
  100.  
  101. /* navigation */
  102.  
  103. .links {
  104. left: 20px; /* change to right if you want the nav on the right side */
  105. }
  106.  
  107. .links a {
  108. box-shadow: 0 -14px 0 #fcf2f7 inset;
  109. }
  110.  
  111. .links a:hover {
  112. box-shadow: 0 -6px 0 #fcf2f7 inset;
  113. color: #000;
  114. }
  115.  
  116. /* items */
  117.  
  118. .item {
  119. background: #fcf2f7; /* background colour */
  120. }
  121.  
  122. h2 { /* item titles */
  123. font-family: 'quicksand';
  124. font-size: 15px;
  125. text-decoration: underline;
  126. }
  127.  
  128. /* lists */
  129.  
  130. ol {
  131. list-style: upper-roman; /* ordered lists style */
  132. list-style-position: inside;
  133. }
  134.  
  135. ul li:before { /* icon before unordered lists */
  136. content: '\e12b';
  137. font-family:'saturnicons';
  138. font-size: 11px;
  139. top: 2px;
  140. }
  141.  
  142. /* updates */
  143.  
  144. .updates i {
  145. background: #E6D3E8;
  146. }
  147.  
  148. /* to do lists */
  149.  
  150. .finished:before { /* finished icon */
  151. content:'\e086';
  152. font-family:'saturnicons';
  153. font-size: 9px;
  154. margin-right: 10px;
  155. }
  156.  
  157. .inwork:before { /* progress icon */
  158. content:'\e184';
  159. font-family:'saturnicons';
  160. font-size: 9px;
  161. margin-right: 10px;
  162. }
  163.  
  164. .canceled:before { /* canceled icon */
  165. content:'\e0c4';
  166. font-family:'saturnicons';
  167. font-size: 9px;
  168. margin-right: 10px;
  169. }
  170.  
  171. /*links*/
  172.  
  173. a {
  174. box-shadow: 0 -5px 0 #E6D3E8 inset;
  175. }
  176.  
  177. a:hover {
  178. color: #000;
  179. box-shadow: 0 -14px 0 #E6D3E8 inset;
  180. }
  181.  
  182. </style>
  183. <link rel="stylesheet" type="text/css" href="//venusthms.github.io/pages/credit/venus.css">
  184. </head>
  185.  
  186. <body>
  187.  
  188. <!----- header ----->
  189.  
  190. <div class="header">
  191. <div class="headercontent">
  192. <h1>title</h1> <!----- title here ----->
  193. <p class="desc">here goes your description. make sure that you don't make it too long.</p>
  194. <div class="filter">
  195. <div class="button selected" filter="item">everything</div>
  196. <div class="button" filter="filter1">filter one</div>
  197. <div class="button" filter="filter2">filter two</div>
  198. <div class="button" filter="filter3">filter three</div>
  199. </div></div>
  200.  
  201. <div class="links">
  202. <a href="/" title="back">back</a>
  203. <a href="/ask" title="ask">ask</a>
  204. <a href="/" title="link">link</a>
  205. <a href="/" title="link">link</a>
  206. </div></div>
  207.  
  208.  
  209. <!----- items container start:
  210. - replace filter1/filter2/etc (after 'item') with the filter names you set above(<div class="button" filter="THISISYOURFILTERNAME">filter one</div>)
  211.  
  212. - make sure to have 'todolist'/'list'/'updates'/'text' afer 'item'.
  213.  
  214. - you can find the layouts for the different items here
  215. ----->
  216. <div class="grid">
  217.  
  218. <!----- example: to do list ----->
  219. <div class="item todolist filter1"> <h2>title</h2>
  220. <span class="finished"><p>something</p></span>
  221. <span class="inwork"><p>something else</p></span>
  222. <span class="canceled"><p>even more</p></span>
  223. </div>
  224.  
  225. <!----- example: unordered list ----->
  226. <div class="item list filter2"><h2>title</h2>
  227. <ul>
  228. <li>list thingy</li>
  229. <li>list thingy</li>
  230. <li>list thingy</li>
  231. </ul>
  232. </div>
  233.  
  234. <!----- example: ordered list ----->
  235. <div class="item list filter3"><h2>title</h2>
  236. <ol>
  237. <li>list thingy</li>
  238. <li>list thingy</li>
  239. <ol>
  240. <li>sublist thingy</li>
  241. <li>sublist thingy</li>
  242. </ol>
  243. <li>list thingy</li>
  244. <li>list thingy</li>
  245. </ol>
  246. </div>
  247.  
  248. <!----- example: updates ----->
  249. <div class="item updates filter1 filter3"><h2>title</h2>
  250. <i>xx.yy</i> <p>update here</p><br>
  251. <i>xx.yy</i> <p>another update</p>
  252. </div>
  253.  
  254. <!----- example: text----->
  255. <div class="item info filter1 filter3"><h2>title</h2>
  256. <p>here goes some text. text text text text text text text text. maybe even include a <a href="/">link</a>. text text text.</p>
  257. </div>
  258.  
  259.  
  260.  
  261. </div><!--- Items container ends -->
  262.  
  263. <!----- credit: do not remove or edit! ----->
  264. <a class="v" href="https://venusthms.tumblr.com/" title="Venusthms">
  265. <div class="venus-icon"></div>
  266. </a>
  267.  
  268.  
  269. </body>
  270. </html>
Advertisement
Add Comment
Please, Sign In to add comment