You are here

openlayers_plus_behavior_maptext_toggle.css in OpenLayers Plus 7

Same filename and directory in other branches
  1. 7.2 behaviors/openlayers_plus_behavior_maptext_toggle.css
a.toggle_button {
    background: #ccc;
    cursor: pointer;
    border-top: solid 2px #eaeaea;
    border-left: solid 2px #eaeaea;
    border-bottom: solid 2px #777;
    border-right: solid 2px #777;
    padding: 5px 5px;   
    margin-top: 10px;
    
    float: right;
    position: relative;	
    }

a.toggle_button.down {
    background: #bbb;
    border-top: solid 2px #777;
    border-left: solid 2px #777;
    border-bottom:solid 2px  #eaeaea;
    border-right: solid 2px #eaeaea;
    }

.maptext a.popup-close{
  display: block;
  float: right;
  color: #fff; 
  text-decoration: none;
}

body .maptext .popup-pager {
  display: none;
}

body .maptext .popup-count{
  display: none;
}

.maptext h2.popup-title a{
  letter-spacing: 0.02em;
  font-size: 0.8em;
  font-weight: normal;
  
}

.region-content .maptext a{
  text-decoration: none;
  color: #ECECEC;
}
.region-content .maptext a:hover{
  text-decoration: none;
  color: #fff;
}

.maptext .popup-content{
  	  background-color: #000;  
      padding-top: 10px; 
      padding-bottom: 5px; 
      color: #fff;
      letter-spacing: 0.02em;
      font-size: 0.9em;
      font-weight: normal;
		opacity: 0.7;      
}


/* Overrides/replaces kim.css line 666 */
div.maptext h2.popup-title {
    font-size: 18px;
    margin-bottom: 1px;
    background-color: #000;  
    
    width: 100%;
}


/* david styles */
html div.maptext h2.popup-title{margin-top: 0;}
       

File

behaviors/openlayers_plus_behavior_maptext_toggle.css
View source
  1. a.toggle_button {
  2. background: #ccc;
  3. cursor: pointer;
  4. border-top: solid 2px #eaeaea;
  5. border-left: solid 2px #eaeaea;
  6. border-bottom: solid 2px #777;
  7. border-right: solid 2px #777;
  8. padding: 5px 5px;
  9. margin-top: 10px;
  10. float: right;
  11. position: relative;
  12. }
  13. a.toggle_button.down {
  14. background: #bbb;
  15. border-top: solid 2px #777;
  16. border-left: solid 2px #777;
  17. border-bottom:solid 2px #eaeaea;
  18. border-right: solid 2px #eaeaea;
  19. }
  20. .maptext a.popup-close{
  21. display: block;
  22. float: right;
  23. color: #fff;
  24. text-decoration: none;
  25. }
  26. body .maptext .popup-pager {
  27. display: none;
  28. }
  29. body .maptext .popup-count{
  30. display: none;
  31. }
  32. .maptext h2.popup-title a{
  33. letter-spacing: 0.02em;
  34. font-size: 0.8em;
  35. font-weight: normal;
  36. }
  37. .region-content .maptext a{
  38. text-decoration: none;
  39. color: #ECECEC;
  40. }
  41. .region-content .maptext a:hover{
  42. text-decoration: none;
  43. color: #fff;
  44. }
  45. .maptext .popup-content{
  46. background-color: #000;
  47. padding-top: 10px;
  48. padding-bottom: 5px;
  49. color: #fff;
  50. letter-spacing: 0.02em;
  51. font-size: 0.9em;
  52. font-weight: normal;
  53. opacity: 0.7;
  54. }
  55. /* Overrides/replaces kim.css line 666 */
  56. div.maptext h2.popup-title {
  57. font-size: 18px;
  58. margin-bottom: 1px;
  59. background-color: #000;
  60. width: 100%;
  61. }
  62. /* david styles */
  63. html div.maptext h2.popup-title{margin-top: 0;}