Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. #content {
  2. max-width: 50em;
  3. display: inline-block;
  4. line-height: 1.4;
  5. text-align: left;
  6.  
  7. }
  8.  
  9.  
  10. #eventslist li {
  11. list-style-type: none;
  12. }
  13.  
  14. #eventslist .eTitle {
  15.  
  16. display: block;
  17. margin-top: 1em;
  18. padding: 0.75em;
  19. cursor: pointer;
  20. width: 60%;
  21. min-width: 270px;
  22.  
  23. }
  24.  
  25.  
  26. #eventslist .eDescription {
  27. color: rgb( 77, 0, 38 );
  28. background: rgb(232, 234,240 );
  29. display: block;
  30. padding: 0.75em;
  31. width: 60%;
  32. min-width: 270px;
  33.  
  34. }
  35. .titleHover {
  36. background: rgb( 77, 0, 38 );
  37. color: rgb(232, 234,240 );
  38. }
  39. .nottitleHover {
  40. color: rgb( 77, 0, 38 );
  41. background: rgb(232, 234,240 );
  42. }
  43. .Atriangle {
  44. padding: 0.2em;
  45. float: right;
  46. margin-left: 1em;
  47. display: block;
  48. font-family: 'consolas';
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement