weathermap |
Subversion Repositories: |
Rev 13 | Rev 85 | |
---|---|---|
Line 1... | Line 1... | |
#mainview { background: #ccc; } |
#mainview { background: #ccc; padding-top: 60px; } | |
|
| |
body { font-family: Gill Sans, Verdana, sans-serif; margin:0; } |
body { font-family: 'Gill Sans', Verdana, sans-serif; margin:0; } | |
#toolbar { font-family: Verdana, sans-serif; } |
#toolbar { font-family: Verdana, sans-serif; } | |
|
| |
#toolbar { position: fixed; top:0px; left: 0px; width: 100%; | ||
color: white; border-bottom: gray solid 1px; | ||
z-index: 10; opacity: 0.9; | ||
background: #1958b7; | ||
} | ||
| ||
#dlgEditorSettings { display: none; z-index: 7; position: absolute;top: 80px;left: 50px;} | ||
|
| |
#dlgNodeProperties { display: none; z-index: 2; position: absolute;top: 100px;left: 100px;} |
#dlgNodeProperties { display: none; z-index: 2; position: absolute;top: 100px;left: 100px;} | |
#dlgTextEdit { display: none; z-index: 4; position: absolute;top: 150px;left: 150px;} | ||
#dlgLinkProperties { display: none; z-index: 3; position: absolute; top: 80px; left: 150px; } |
#dlgLinkProperties { display: none; z-index: 3; position: absolute; top: 80px; left: 150px; } | |
#dlgMapProperties { display: none; z-index: 1; position: absolute;top: 90px; left: 120px;} |
#dlgMapProperties { display: none; z-index: 1; position: absolute;top: 90px; left: 120px;} | |
#dlgMapStyle { display: none; z-index: 1; position: absolute;top: 40px; left: 50px;} |
#dlgMapStyle { display: none; z-index: 1; position: absolute;top: 40px; left: 50px;} | |
|
| |
#dlgColours { display: none; z-index: 1; position: absolute;top: 140px; left: 90px;} |
#dlgColours { display: none; z-index: 1; position: absolute;top: 140px; left: 90px;} | |
#dlgImages { display: none; z-index: 1; position: absolute;top: 120px; left: 70px;} |
#dlgImages { display: none; z-index: 1; position: absolute;top: 120px; left: 70px;} | |
|
| |
#dlgTextEdit textarea { padding: 3px;} | ||
|
| |
/* some fudges for the Welcome screen*/ |
/* some fudges for the Welcome screen*/ | |
#dlgStart { z-index: 1; position: absolute; top: 90px; left: 60px; width: 600px;} |
#dlgStart { z-index: 1; position: absolute; top: 90px; left: 60px; width: 600px;} | |
#dlgStart .dlgBody ul { list-style: none; } |
#dlgStart .dlgBody ul { list-style: none; } | |
#dlgStart .dlgBody ul a { text-decoration: none; color: white; font-weight: bold;} |
#dlgStart .dlgBody ul a { text-decoration: none; color: white; font-weight: bold;} | |
Line 29... | Line 38... | |
/* border: 3px dashed red; |
/* border: 3px dashed red; | |
background: #fee; |
background: #fee; | |
padding: 5px; |
padding: 5px; | |
/* the warning bit we'll show unless the javascript hides it */ |
/* the warning bit we'll show unless the javascript hides it */ | |
font-size: 80%; |
font-size: 80%; | |
// padding: 5px; |
/* padding: 5px; */ | |
margin: 25px; |
margin: 25px; | |
} |
} | |
|
| |
div.dlgTitlebar ul { |
div.dlgTitlebar ul { | |
float: right; |
float: right; | |
Line 89... | Line 98... | |
width:100%; |
width:100%; | |
margin:0; |
margin:0; | |
padding:0; |
padding:0; | |
font-size:11px; |
font-size:11px; | |
color:#fff; |
color:#fff; | |
background:#ccc; |
/* background:#ccc;*/ | |
background: #1958b7; |
background: #1958b7; | |
margin-bottom: 10px; |
/* margin-bottom: 10px; */ | |
} |
} | |
|
| |
#toolbar ul li.tb_help { |
#toolbar ul li.tb_help { | |
font-style: italic; |
font-style: italic; | |
padding: 2px; |
padding: 2px; | |
Line 117... | Line 126... | |
|
| |
cursor: pointer; |
cursor: pointer; | |
text-align: center; |
text-align: center; | |
|
| |
background: #2175bc; |
background: #2175bc; | |
color:#fff; | ||
} | ||
| ||
#toolbar ul li.tb_coords { | ||
float:left; | ||
padding:7px 12px; | ||
text-decoration:none; | ||
width: 70px; | ||
| ||
text-align: center; | ||
| ||
| ||
background: #1958b7; | ||
color:#fff; |
color:#fff; | |
} |
} | |
|
| |
|
| |
#toolbar ul li.tb_active:hover { |
#toolbar ul li.tb_active:hover { | |
color:#fff; |
color:#fff; | |
background:#2586d7; |
background:#2586d7; | |
} |
} | |
|
| |
.dlgProperties { |
.dlgProperties { | |
width: 400px; |
width: 600px; | |
background: #077; |
background: #077; | |
margin: 5px; |
margin: 5px; | |
font-size: 8pt; |
font-size: 8pt; | |
color: white; |
color: white; | |
} |
} | |
Line 171... | Line 193... | |
td { color: white; font-weight: normal; text-align: left; font-size: 8pt;} |
td { color: white; font-weight: normal; text-align: left; font-size: 8pt;} | |
|
| |
#xycapture { cursor: crosshair; } |
#xycapture { cursor: crosshair; } | |
|
| |
.alert { |
.alert { | |
background: #fff6bf url(images/alert.png) center no-repeat; |
background: #fff6bf url(images/exclamation.png) center no-repeat; | |
background-position: 15px 50%; /* x-pos y-pos */ |
background-position: 15px 50%; /* x-pos y-pos */ | |
text-align: left; |
text-align: left; | |
padding: 5px 20px 5px 45px; |
padding: 5px 20px 5px 45px; | |
border-top: 2px solid #ffd324; |
border-top: 2px solid #ffd324; | |
border-bottom: 2px solid #ffd324; |
border-bottom: 2px solid #ffd324; | |
} |
} | |
|
| |
.fontsamples { height: 64px; width: 300px; overflow: auto; } |
.fontsamples { height: 64px; width: 300px; overflow: auto; } | |
|
| |
.cactilink, .cactinode { white-space: nowrap; } |
.cactilink, .cactinode { white-space: nowrap; } | |
| ||
#item_configtext { overflow: scroll; white-space: nowrap; } | ||
|