Advertisement
Guest User

Untitled

a guest
Feb 27th, 2015
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <div id='legend-content' style='display:none;'>
  2. <div class='legend'>
  3. <div class='legend-title'>My title</div>
  4. <div class='legend-title'>My sub-title</div>
  5. </div>
  6. </div>
  7.  
  8. .legend .legend-title {
  9. text-align: Center;
  10. margin-bottom: 8px;
  11. font-weight: bold;
  12. font-size: 120%;
  13. color: #ffffff;
  14. }
  15.  
  16. .legend{
  17. background: rgba(80,80,80,0.3);
  18. }
  19.  
  20. .map-legend.wax-legend {
  21. background: rgba(80,80,80,.1);
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement