Guest User

Untitled

a guest
May 24th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. <code><html>
  2. <head>
  3. <title>{Name}'s start.io homepage</title>
  4. <style type="text/css">
  5. body {
  6. font-family: helvetica;
  7. font-size: 12px;
  8. background-color: #4254D8;
  9. }
  10.  
  11. h1 {
  12. text-align: center;
  13. }
  14.  
  15. a {
  16. color: #4254D8;
  17. text-decoration: none;
  18. }
  19.  
  20. a:hover {
  21. text-decoration: line-through;
  22. font-family: Georgia
  23. }
  24.  
  25. .group {
  26. background-color: #f1f1f1;
  27. border: 1px solid #000000;
  28. padding: 10px;
  29. margin: 15px;
  30. }
  31.  
  32. .group.group1 {
  33. background-color: #ffffff;
  34. }
  35. .group.group2 {
  36. background-color: #ffffff;
  37. }
  38. .group.group3 {
  39. background-color: #ffffff;
  40. }
  41. .group.group4 {
  42. background-color: #ffffff;
  43. }
  44. .group.group5 {
  45. background-color: #ffffff;
  46. }
  47.  
  48. .group a.link {
  49. font-size: 15px;
  50. }
  51.  
  52. .group a.link.updated {
  53. font-weight: bold;
  54. border-bottom: solid 2px #ffffff;
  55. font-family: verdana
  56. }
  57. </style>
  58. </head>
  59. <body>
  60. <h1><a href="{Permalink}"><font color="black">ZOMG! {Name} has a start.io homepage!</font></a></h1>
  61.  
  62. {Groups}
  63. <div class="group group{Iteration}">
  64. <h2><a href="{Permalink}">{Name} &rarr;</a></h2>
  65. <a href="{Permalink}"><sup><strong>&</strong></sup></a>
  66. {Links}
  67. <a href="{Permalink}" title="{Target}" target="new" {if:Color}style="color: {Color}"{/if} class="link {if:Updated}updated{/if}" title="{Clicks} Clicks">{Title}</a>{if:Last}. {else}, {/if}
  68. {/Links}
  69. </div>
  70. {/Groups}
  71.  
  72. </body>
  73. <html>
  74. </code>
Add Comment
Please, Sign In to add comment