Advertisement
Vaellyth

VXR Tracker 1

Jun 11th, 2017
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. [doHTML]
  2. <link href="https://fonts.googleapis.com/css?family=Overpass+Mono|Share+Tech+Mono|VT323" rel="stylesheet">
  3.  
  4. <style type="text/css">
  5.  
  6. img:hover {
  7. opacity: 1.0;
  8. }
  9.  
  10. a.trackerbox {
  11. font-size: 9px;
  12. transition: color 1s ease-in-out;
  13. -webkit-transition: color 1s ease-in-out;
  14. -moz-transition: color 1s ease-in-out;
  15. }
  16.  
  17. a.trackerbox:hover {
  18. color: #999;
  19. }
  20. </style>
  21.  
  22. <div style="width: 500px; height: 275px; border: 1px solid #111; overflow-y: scroll; background: rgba(0, 0, 0, 0.5); box-sizing: border-box; padding: 5px; margin: auto; text-align: center;">
  23.  
  24. <h1 style="color: #FF0099;" font-family: Share Tech Mono; width: 100%; margin: auto; margin-top: 10px; font-size: 14px; text-transform: lowercase !important;">Character's Tracker</h1>
  25.  
  26. <img src="http://placehold.it/100x100" style="margin: auto; border: 1px solid #FF0099; margin: 0px 10px; opacity: 0.7; transition: opacity 1s ease-in-out; -webkit-transition: opacity 1s ease-in-out; -moz-transition: opacity 1s ease-in-out;" />
  27.  
  28. <h3 style="font-family: VT323; color: #999; text-transform: uppercase;">blurb or quote or something here</h3>
  29.  
  30. <h1 style="background: #transparent; width: 100%; margin: auto;"><a href="thread 1" class="trackerbox" style="color: #FF0099;">active thread</a>
  31. <br><a href="thread 2" class="trackerbox" style="color: #0066CC;">active thread</a>
  32. <br><a href="thread 3" class="trackerbox" style="color: #FF9900;">active thread</a>
  33. <br><a href="thread 4" class="trackerbox" style="color: #00FF33;">active thread</a></h1>
  34. </div>
  35. </div>
  36. [/doHTML]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement