Guest User

Untitled

a guest
Jun 21st, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <script type="text/javascript" charset="utf-8">
  2. LocalHipster.Widget({
  3. type: "happyhour",
  4. venue: 63,
  5. width: 320,
  6. height: 400,
  7. theme: {
  8. name: "base",
  9. custom: {
  10. header: {
  11. background: "#804000",
  12. color: "#FFF",
  13. button: {
  14. background: "#555555",
  15. color: "#000"
  16. },
  17. },
  18. content: {
  19. background: "#fff",
  20. event: {
  21. background: "#000",
  22. color: "FFF"
  23. },
  24. weekday: {
  25. background: "#978",
  26. color: "#000"
  27. }
  28. }
  29. }
  30. }
  31. });
  32. </script>
Add Comment
Please, Sign In to add comment