| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146 |
- html, body {
- height: 100%;
- }
- * html #page {
- height: 100%;
- }
- html, body {
- margin:0;
- padding:0;
- height: 100%;
- min-height: 100%;
- }
- body{
- margin:0;
- padding:0;
- font-family: Trebuchet, Arial, Helvetica;
- background-color: #FFFFFF;
- /*min-width:1000px;*/
- }
- #page {
- padding-top:0px;
- padding-bottom:0px;
-
- width:1000px;
- margin-left: auto;
- margin-right: auto;
-
- margin-top:0px;
- margin-bottom:-83px;
- /* Fallback for web browsers that doesn't support RGBa */
- background: rgb(255, 255, 255);
- /* RGBa with 0.6 opacity */
- background: rgba(255, 255, 255, 0.7);
-
- border-right: solid 1px #EBE7E7;
- border-left: solid 1px #EBE7E7;
- min-height: 100%;
- }
- #pluginName{
- float:right;
- margin-right: 10px;
- margin-top:40px;
- color:#E44C26;
- font-size:14px;
- font-family: Arial, Helvetica, sans-serif;
- }
- #pageContent{
- position:absolute;
- padding-top:100px;
- padding-left:10px;
- padding-right:10px;
- width:1000px;
- overflow:hidden;
- }
- .pageListItem{
- position: absolute;
- width: 1000px;
- }
- header{
- min-width:1000px;
- left:0px;
- position:absolute;
- height:100px;
- width:100%;
- display:block;
- background-image: url(assets/header.png);
- border-bottom: solid 3px #100000;
- border-top: solid 3px #100000;
- box-shadow: 0px 0px 10px #000;
- z-index:5;
- }
- #headerContainer{
- width:1000px;
- margin-left: auto;
- margin-right: auto;
- }
- #logo{
- padding-top: 15px;
- padding-left: 10px;
- float: left;
- width: 380px;
- }
- #log{
- background-color: #FFFFFF;
- height: 100px;
- width: 100px;
- }
- #websiteLink{
- color:#EF5F22;
- }
- /**
- * plugin css
- */
- #pluginDetails{
- margin-top: 50px;
- }
- #imgContainer{
- width: 980px;
- height: 500px;
- }
- #positionButtonDiv{
- /* Fallback for web browsers that doesn't support RGBa */
- /* background: rgb(58, 56, 63);*/
- /* RGBa with 0.6 opacity */
- /* background: rgba(58, 56, 63, 0.8);*/
- /*border: solid 1px #100000;*/
- color:#FFFFFF;
- padding: 8px;
- text-align: left;
- position:absolute;
- right: 35px;
- top: 190px;
- }
- #positionButtonDiv .positionButtonSpan img{
- float: right;
- border:0;
- }
- .positionMapClass area{
- cursor: pointer;
- }
- .zoomButton{
- border:0;
- cursor: pointer;
- }
- .zoomableContainer{
- /*background-image: url("transparent.png");*/
- }
|