cvndythemes

Update Tab 01

May 18th, 2020
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. <!----------
  2. JAM ICONS: To change, go to
  3. jam-icons.com
  4. to choose the icon you want, then just switch out the jam icon code with code name of your choice
  5. ---------->
  6. <link rel="stylesheet" href="https://unpkg.com/jam-icons/css/jam.min.css">
  7.  
  8. <style>
  9. .updatesone {background-color:#f9f9f9;} /*-- Background Color --*/
  10. .updatesone h1 {color:#ffffff;} /*-- Titles Font Color --*/
  11. .updatesone h1 {background-color:#95d3e0;} /*-- Titles Background Color --*/
  12. .updatesone a {color:#000000;} /*-- Links Color --*/
  13. /*-- MOVE THE UPDATES TAB BY RAISING OR LOWERING THE TOP/LEFT NUMBERS --*/
  14. .updates_one {top:20px;left:30px;}
  15.  
  16. /* --- DO NOT EDIT BELOW --- */
  17. .updates_one {position:fixed;width:20px;height:40px;text-align:center;padding:0px;z-index:50!important;}
  18. .updates_one .jam {position:relative;top:0px;left:0px;font-size:15pt;}
  19. .updates_one:hover .updatesone {height:200px;}
  20. .updatesone {margin:5px 0px 0px 0px;width:180px;padding:0px 13px 0px 13px;overflow:scroll;height:0px;font-size:10pt;transition:0.3s ease-in-out;-webkit-transition:0.3s ease-in-out;-moz-transition:0.3s ease-in-out;}
  21. .updatesone::-webkit-scrollbar {width:0px;}
  22. .updatesone h1 {display:block;padding:4px 4px 3px 4px;margin:16px 0px 8px 0px;font-size:10.5pt;font-weight:normal!important;text-transform:uppercase;}
  23. .updatesone b {font-weight:bold;}
  24. .updatesone i {font-style:italic;}
  25. .updatesone a {display:inline-block;padding:0px 1px 3px 1px;text-decoration:none;border-bottom:1px solid;margin:0px 4px;transition:0.2s ease-in-out;-webkit-transition:0.2s ease-in-out;-moz-transition:0.2s ease-in-out;}
  26. .updatesone a:hover {opacity:0.7;}
  27. </style>
  28.  
  29.  
  30. <!-- START ETHEREAL UPDATES 01 -->
  31. <div class="updates_one">
  32.  
  33. <!---------- JAM ICONS CODE -->
  34. <span class="jam jam-star"></span>
  35.  
  36. <!-- START UPDATES SECTION -->
  37. <div class="updatesone">
  38. <!---------- START UPDATES -->
  39.  
  40. <h1>Update Title One</h1>
  41.  
  42. Lorem ipsum <b>dolor</b> sit amet, consectetur <i>adipiscing</i> elit. Aliquam pretium magna et velit dignissim, a <b>placerat</b> nisi rutrum.
  43.  
  44. <p>
  45.  
  46. <a href="/">link</a>
  47. <a href="/">link</a>
  48. <a href="/">link</a>
  49.  
  50. <br>
  51.  
  52. <h1>Update Title Two</h1>
  53.  
  54. Lorem <b>ipsum</b> dolor sit amet, <i>consectetur</i> adipiscing elit. Aliquam pretium magna et velit <b>dignissim</b>, a placerat nisi rutrum.
  55.  
  56. <!---------- END UPDATES -->
  57. </div>
  58. <!-- END UPDATES SECTION -->
  59. </div>
  60. <!-- END ETHEREAL UPDATES 01 -->
Add Comment
Please, Sign In to add comment