Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.03 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>LinkedIn Unfollower</title>
  5. <base target="_blank">
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  7. <style>
  8. body {
  9. margin: 0;
  10. padding: 0;
  11. text-align: left;
  12. width: 300px;
  13. font-size: 14px;
  14. font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  15. font-weight: normal;
  16. background: #f6f7f9;
  17. color: #4b4f56;
  18. border: 1px solid #ced0d4;
  19. border-bottom-width: 2px;
  20. }
  21. a {
  22. text-decoration: none;
  23. font-size:12px;
  24. color: #008cc9;
  25. }
  26. label {
  27. margin-top: 10px;
  28. margin-bottom: 5px;
  29. display: inline-block;
  30. }
  31. label:first-child {
  32. margin-top: 0px;
  33. margin-bottom: 5px;
  34. display: inline-block;
  35. }
  36.  
  37. .content-panel {
  38. padding: 7.5px 7.5px 7.5px 7.5px;
  39. font-weight: normal;
  40. font-size: 13px;
  41. }
  42. input[type="number"], input[type="password"], input[type="email"], input[type="tel"], input[type="text"], input[type="file"], select
  43. {
  44. color: #4b4f56;
  45. border: 1px solid #ced0d4;
  46. padding: 0 8px;
  47. margin-bottom: 1px;
  48. line-height: 27.5px;
  49. font-weight: normal;
  50. font-size: 14px;
  51. width: 317px;
  52. font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  53. }
  54. .error-message {
  55. color: #a94442;
  56. border: 1px solid #ebccd1;
  57. padding: 5px 7.5px;
  58. margin-bottom: 1px;
  59. font-weight: normal;
  60. font-size: 13px;
  61. width: 266px;
  62. margin: 7.5px 7.5px 0px 7.5px;
  63. background: #f2dede;
  64. text-align: center;
  65. }
  66. .success-message {
  67. color: #3c763d;
  68. border: 1px solid #d6e9c6;
  69. padding: 0 8px;
  70. margin-bottom: 1px;
  71. font-weight: normal;
  72. font-size: 13px;
  73. width: 266px;
  74. margin: 7.5px 7.5px 0px 7.5px;
  75. background: #dff0d8;
  76. text-align: center;
  77. }
  78. nav {
  79. color: aliceblue;
  80. background-color: #005E93;
  81. border-bottom: 1px solid #ced0d4;
  82. font-size: 11px;
  83. text-transform: uppercase;
  84. letter-spacing: 0.75px;
  85. font-family: Helvetica, Arial, sans-serif;
  86. }
  87. nav span {
  88. padding: 8.5px 10.5px 9.5px 10.5px;
  89. display: inline-block;
  90. border-left: 1px solid #ced0d4;
  91. cursor: pointer;
  92. margin-right: -5px;
  93. }
  94. nav span:first-child {
  95. border-left: 0;
  96. }
  97. .actions {
  98. background-color: #005E93;
  99. border-top: 1px solid #ced0d4;
  100. padding: 7.5px;
  101. text-align: left;
  102. }
  103. button, button[type=button] {
  104. background-color: #f6f7f9;
  105. color: #4b4f56;
  106. border: 1px solid #ced0d4;
  107. padding: 0 8px;
  108. line-height: 27.5px;
  109. font-size: 11px;
  110. text-transform: uppercase;
  111. letter-spacing: 0.75px;
  112. font-family: Helvetica, Arial, sans-serif;
  113. margin-right: 5px;
  114. }
  115. button[type=submit] {
  116. background-color: #008cc9;
  117. color: #ffffff;
  118. border: 1px solid #4267b2;
  119. }
  120.  
  121. #menu {
  122. padding: 7.5px;
  123. font-size: 14px;
  124. }
  125.  
  126. #menu .expandable>.details {display: none;}
  127. #menu .expandable.expanded>.details {display: inline;}
  128. #menu .expandable>.expander::after {content: '…';}
  129. #menu .expandable.expanded>.expander::after {content: ':';}
  130. </style>
  131. </head>
  132. <body>
  133. <div style="color: aliceblue; background-color: #005E93; border-bottom: 1px solid #ced0d4; padding: 7.5px; text-align: center; cursor: default;">LinkedIn Unfollower</div>
  134. <ul id="menu">
  135. <li class="expandable"><a class="expander">Unfollow People You are Following</a><span class="details">
  136. <ul>
  137. <li><a data-command="unfollowAll">All</a></li>
  138. <li><a data-command="unfollowConnections">Connections</a></li>
  139. <li><a data-command="unfollowOutOfNetwork">Out-of-Network</a></li>
  140. <li><a data-command="unfollowCompanies">Companies</a></li>
  141. </ul>
  142. </span></li>
  143. <li><a data-command="unfollowFollowers">Unfollow People Who are Following You</a></li>
  144. <li class="expandable"><a class="expander">Ignore Received Invitations</a><span class="details">
  145. <ul>
  146. <li><a data-command="ignoreInvitations">All Invitations</a></li>
  147. <li><a data-command="ignoreInvitationsWithCommonCompany">Your Company</a></li>
  148. <li><a data-command="ignoreInvitationsWithCommonEducation">Your School</a></li>
  149. <li><a data-command="ignoreInvitationsWithCommonConnection">Having Mutual Connections with You</a></li>
  150. </ul>
  151. </span></li>
  152. <li><a data-command="withdrawSentInvitations">Withdraw Sent Invitations</a></li>
  153. </ul>
  154. <div class="actions">
  155. <button class="button" name="Close">Close</button>
  156. <span style="float: right; color: aliceblue; padding: 5px 0 0 0;">
  157. <a href="https://ste.sg/" target="_blank" style="color: aliceblue;">Visit our website STE.sg</a>
  158. |
  159. <a href="https://github.com/Singapore-Tech-Entrepreneurs/LinkedIn-Unfollower" target="_blank" style="color: aliceblue;">GitHub project</a>
  160. </span>
  161. </div>
  162. <script type="text/javascript" src="popup.js"></script>
  163. </body>
  164. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement