openlayers_plus_behavior_maptext_toggle.css in OpenLayers Plus 7.2
Same filename and directory in other branches
a.toggle_button.down {
background: #ccc;
border-bottom: solid 2px #777;
border-left: solid 2px #eaeaea;
border-right: solid 2px #777;
border-top: solid 2px #eaeaea;
cursor: pointer;
}
a.toggle_button {
background: #bbb;
border-bottom: solid 2px #eaeaea;
border-left: solid 2px #777;
border-right: solid 2px #eaeaea;
border-top: solid 2px #777;
float: right;
margin-top: 10px;
padding: 5px 5px;
position: relative;
}
.maptext a.popup-close {
color: #fff;
display: block;
float: right;
text-decoration: none;
}
body .maptext .popup-pager {
display: none;
}
body .maptext .popup-count {
display: none;
}
.maptext h2.popup-title a {
font-size: 0.8em;
font-weight: normal;
letter-spacing: 0.02em;
}
.region-content .maptext a {
color: #ececec;
text-decoration: none;
}
.region-content .maptext a:hover {
color: #fff;
text-decoration: none;
}
.maptext .popup-content {
background-color: #000;
color: #fff;
font-size: 0.9em;
font-weight: normal;
letter-spacing: 0.02em;
opacity: 0.7;
padding-bottom: 5px;
padding-top: 10px;
}
/* Overrides/replaces kim.css line 666 */
div.maptext h2.popup-title {
background-color: #000;
font-size: 18px;
margin-bottom: 1px;
width: 100%;
}
/* david styles */
html div.maptext h2.popup-title {
margin-top: 0;
}
div.maptext_0_system_navigation {
float: left;
width: 200px;
}
div.maptext_1_search_form {
float: right;
padding-left: 210px;
width: 210px;
}
.bntitle {
bottom: 2px;
}
/*
New Styles for maptext by Joseph Ssekono
*/
div.olControlMaptext {
left: 50px;
top: 20px;
}
div.olControlMaptext.btns {
background: #444;
border: 1px solid #dedede;
font-family: sans-serif;
width: 194px;
}
div.olControlMaptext h3 {
background: #111 url(../images/collapser.png) no-repeat right;
background-position: 95% 50%;
color: #fff;
font-family: sans-serif;
font-size: 0.8em;
margin-bottom: 0;
padding: 5px;
text-transform: uppercase;
}
div.bnContainer a {
background: #ffffff url(../images/flyoutRightActive.png) no-repeat right;
background-position: 95% 50%;
border: 1px solid #d6d6d6;
border-radius: 4px;
color: #444445;
color: #ec7721;
font-family: sans-serif;
font-size: 1em;
margin: 4px 5%;
padding: 2.5%;
text-transform: uppercase;
width: 85%;
}
div.bnContainer a.toggle_button.down {
background: #ffffff url(../images/flyoutRight.png) no-repeat;
background-position: 95% 50%;
border: 1px solid #d6d6d6;
color: #444;
}
div.olControlMaptext .maptext {
border: 1px solid #d2cccd;
left: 194px;
top: 24px;
width: 300px;
}
.region-content .maptext a {
color: #444445;
}
div.maptext h2.popup-title {
background-color: #444;
color: #ec7721;
font-family: sans-serif;
font-size: 1.4em;
margin-bottom: 0px;
text-transform: uppercase;
}
div.maptext h2.popup-title a {
color: #ec7721;
}
div.maptext h2.popup-title a:hover {
color: #ec7721;
text-decoration: underline;
}
.maptext .popup-content {
background-color: #888;
color: #222;
opacity: 1;
}
span.pieLabel div {
color: #333333 !important;
}
div.olControlMaptext .maptext p {
padding: 5px 10px;
}
div.maptext {
position: relative;
}
div.maptext h2 a {
padding: 5px 10px;
width: auto;
}
div.maptext a.popup-close {
background: url(../images/closer.png) no-repeat;
color: transparent;
font-weight: bold;
height: 13px;
position: absolute;
right: 10px;
top: 8px;
width: 14px;
}
div.maptext a.popup-close:hover {
color: transparent;
}
div.olControlMaptext .maptext ul {
margin: 10px;
}
div.olControlMaptext .maptext ul li {
list-style-image: none;
padding: 5px 0px;
}
div.olControlMaptext .maptext ul li a:hover {
color: #ec7721;
}
a.facetapi-limit-link {
font-weight: bold;
margin-left: 10px;
}
div.openlayers-map .openlayers_plus-blockswitcher {
background: none repeat scroll 0 0 #ffffff;
margin: 0 10px;
width: auto;
z-index: 3000;
}
div.openlayers-map .openlayers_plus-blockswitcher h2 {
font-family: sans-serif;
font-size: 18px;
margin-bottom: 10px;
}
File
behaviors/openlayers_plus_behavior_maptext_toggle.cssView source
- a.toggle_button.down {
- background: #ccc;
- border-bottom: solid 2px #777;
- border-left: solid 2px #eaeaea;
- border-right: solid 2px #777;
- border-top: solid 2px #eaeaea;
- cursor: pointer;
- }
-
- a.toggle_button {
- background: #bbb;
- border-bottom: solid 2px #eaeaea;
- border-left: solid 2px #777;
- border-right: solid 2px #eaeaea;
- border-top: solid 2px #777;
- float: right;
- margin-top: 10px;
- padding: 5px 5px;
- position: relative;
- }
-
- .maptext a.popup-close {
- color: #fff;
- display: block;
- float: right;
- text-decoration: none;
- }
-
- body .maptext .popup-pager {
- display: none;
- }
-
- body .maptext .popup-count {
- display: none;
- }
-
- .maptext h2.popup-title a {
- font-size: 0.8em;
- font-weight: normal;
- letter-spacing: 0.02em;
- }
-
- .region-content .maptext a {
- color: #ececec;
- text-decoration: none;
- }
-
- .region-content .maptext a:hover {
- color: #fff;
- text-decoration: none;
- }
-
- .maptext .popup-content {
- background-color: #000;
- color: #fff;
- font-size: 0.9em;
- font-weight: normal;
- letter-spacing: 0.02em;
- opacity: 0.7;
- padding-bottom: 5px;
- padding-top: 10px;
- }
-
- /* Overrides/replaces kim.css line 666 */
- div.maptext h2.popup-title {
- background-color: #000;
- font-size: 18px;
- margin-bottom: 1px;
- width: 100%;
- }
-
- /* david styles */
- html div.maptext h2.popup-title {
- margin-top: 0;
- }
-
- div.maptext_0_system_navigation {
- float: left;
- width: 200px;
- }
-
- div.maptext_1_search_form {
- float: right;
- padding-left: 210px;
- width: 210px;
- }
-
- .bntitle {
- bottom: 2px;
- }
-
- /*
- New Styles for maptext by Joseph Ssekono
- */
- div.olControlMaptext {
- left: 50px;
- top: 20px;
- }
-
- div.olControlMaptext.btns {
- background: #444;
- border: 1px solid #dedede;
- font-family: sans-serif;
- width: 194px;
- }
-
- div.olControlMaptext h3 {
- background: #111 url(../images/collapser.png) no-repeat right;
- background-position: 95% 50%;
- color: #fff;
- font-family: sans-serif;
- font-size: 0.8em;
- margin-bottom: 0;
- padding: 5px;
- text-transform: uppercase;
- }
-
- div.bnContainer a {
- background: #ffffff url(../images/flyoutRightActive.png) no-repeat right;
- background-position: 95% 50%;
- border: 1px solid #d6d6d6;
- border-radius: 4px;
- color: #444445;
- color: #ec7721;
- font-family: sans-serif;
- font-size: 1em;
- margin: 4px 5%;
- padding: 2.5%;
- text-transform: uppercase;
- width: 85%;
- }
-
- div.bnContainer a.toggle_button.down {
- background: #ffffff url(../images/flyoutRight.png) no-repeat;
- background-position: 95% 50%;
- border: 1px solid #d6d6d6;
- color: #444;
- }
-
- div.olControlMaptext .maptext {
- border: 1px solid #d2cccd;
- left: 194px;
- top: 24px;
- width: 300px;
- }
-
- .region-content .maptext a {
- color: #444445;
- }
-
- div.maptext h2.popup-title {
- background-color: #444;
- color: #ec7721;
- font-family: sans-serif;
- font-size: 1.4em;
- margin-bottom: 0px;
- text-transform: uppercase;
- }
-
- div.maptext h2.popup-title a {
- color: #ec7721;
- }
-
- div.maptext h2.popup-title a:hover {
- color: #ec7721;
- text-decoration: underline;
- }
-
- .maptext .popup-content {
- background-color: #888;
- color: #222;
- opacity: 1;
- }
-
- span.pieLabel div {
- color: #333333 !important;
- }
-
- div.olControlMaptext .maptext p {
- padding: 5px 10px;
- }
-
- div.maptext {
- position: relative;
- }
-
- div.maptext h2 a {
- padding: 5px 10px;
- width: auto;
- }
-
- div.maptext a.popup-close {
- background: url(../images/closer.png) no-repeat;
- color: transparent;
- font-weight: bold;
- height: 13px;
- position: absolute;
- right: 10px;
- top: 8px;
- width: 14px;
- }
-
- div.maptext a.popup-close:hover {
- color: transparent;
- }
-
- div.olControlMaptext .maptext ul {
- margin: 10px;
- }
-
- div.olControlMaptext .maptext ul li {
- list-style-image: none;
- padding: 5px 0px;
- }
-
- div.olControlMaptext .maptext ul li a:hover {
- color: #ec7721;
- }
-
- a.facetapi-limit-link {
- font-weight: bold;
- margin-left: 10px;
- }
-
- div.openlayers-map .openlayers_plus-blockswitcher {
- background: none repeat scroll 0 0 #ffffff;
- margin: 0 10px;
- width: auto;
- z-index: 3000;
- }
-
- div.openlayers-map .openlayers_plus-blockswitcher h2 {
- font-family: sans-serif;
- font-size: 18px;
- margin-bottom: 10px;
- }