-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9f9d443
commit fd0aa1a
Showing
145 changed files
with
35,623 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
draw-eraser-2.png was created by: Oxygen Icons 4.3.1 (KDE) (oxygen), http://www.oxygen-icons.org/ | ||
And downloaded from: http://openiconlibrary.sourceforge.net/gallery2/?./Icons/actions/draw-eraser-2.png | ||
|
||
License: http://commons.wikimedia.org/wiki/Commons:GNU_Free_Documentation_License_1.2 | ||
License: http://creativecommons.org/licenses/by-sa/3.0/deed.en | ||
|
||
================================================================================================================ | ||
|
||
transform-move.png was created by: Oxygen Icons 4.3.1 (KDE) (oxygen), http://www.oxygen-icons.org/ | ||
And downloaded from: http://openiconlibrary.sourceforge.net/gallery2/?./Icons/actions/transform-move.png | ||
|
||
License: http://commons.wikimedia.org/wiki/Commons:GNU_Free_Documentation_License_1.2 | ||
License: http://creativecommons.org/licenses/by-sa/3.0/deed.en | ||
|
||
================================================================================================================ | ||
|
||
map-add-icon-21423.png was created by: FatCow, http://www.fatcow.com/ | ||
And downloaded from: http://www.iconspedia.com/icon/map-add-icon-21423.html | ||
|
||
License: http://commons.wikimedia.org/wiki/Commons:GNU_Free_Documentation_License_1.2 | ||
License: http://creativecommons.org/licenses/by-sa/3.0/deed.en | ||
|
||
================================================================================================================ | ||
|
||
The following are under Public Domain license: | ||
|
||
http://openiconlibrary.sourceforge.net/gallery2/?./Icons/devices/media-floppy-3.png | ||
http://openiconlibrary.sourceforge.net/gallery2/?./Icons/actions/document-open-5.png | ||
http://openiconlibrary.sourceforge.net/gallery2/?./Icons/actions/document-save-as-3.png | ||
http://openiconlibrary.sourceforge.net/gallery2/?./Icons/actions/edit-delete-3.png | ||
http://openiconlibrary.sourceforge.net/gallery2/?./Icons/actions/edit-undo-4.png | ||
http://openiconlibrary.sourceforge.net/gallery2/?./Icons/actions/list-add-3.png | ||
http://openiconlibrary.sourceforge.net/gallery2/?./Icons/actions/list-remove-3.png | ||
http://openiconlibrary.sourceforge.net/gallery2/?./Icons/mimetypes/image-x-generic.png | ||
http://openiconlibrary.sourceforge.net/gallery2/?./Icons/places/tango-style/folder.png | ||
http://openiconlibrary.sourceforge.net/gallery2/?./Icons/actions/document-new-4.png | ||
|
||
================================================================================================================ | ||
|
||
The following are under unknown license: | ||
http://openiconlibrary.sourceforge.net/gallery2/?./Icons/actions/edit-delete-4.png | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,190 @@ | ||
body { | ||
overflow-x: hidden; | ||
overflow-y: hidden; | ||
} | ||
#container { | ||
width: 100%; | ||
height: 100%; | ||
position: fixed; | ||
top: 0px; | ||
left: 0px; | ||
zoom: 1.00; | ||
z-index: 0; | ||
} | ||
#map | ||
{ | ||
z-index: -20; | ||
background-image: url(maps/BlankCanvas.png); | ||
background-repeat: no-repeat; | ||
background-position: left top; | ||
} | ||
.unit | ||
{ | ||
position: absolute; | ||
width: 32px; | ||
z-index: 20; | ||
pointer-events: all; | ||
} | ||
.squadInfoTable | ||
{ | ||
display: table; | ||
table-layout: fixed; | ||
font-size: 12px; | ||
color: black; | ||
} | ||
.squadInfoRow | ||
{ | ||
display: table-row; | ||
width: 100%; | ||
} | ||
.squadInfoLabel | ||
{ | ||
display: table-cell; | ||
vertical-align: center; | ||
text-align: right; | ||
font-weight: bold; | ||
padding-left: 3px; | ||
padding-right: 3px; | ||
padding-top: 3px; | ||
width: 35%; | ||
} | ||
.squadInfoValue | ||
{ | ||
display: table-cell; | ||
vertical-align: center; | ||
text-align: right; | ||
padding-left: 3px; | ||
padding-right: 3px; | ||
padding-top: 3px; | ||
width:35%; | ||
} | ||
.squadInfoIcon | ||
{ | ||
display: table-cell; | ||
vertical-align: center; | ||
text-align: center; | ||
padding-left: 3px; | ||
padding-right: 3px; | ||
padding-top: 3px; | ||
} | ||
.badguydot | ||
{ | ||
position: absolute; | ||
z-index: 10; | ||
pointer-events: none; | ||
} | ||
.badguydot img | ||
{ | ||
width:40px; | ||
height:auto; | ||
} | ||
#scroll-arrows | ||
{ | ||
position: absolute; | ||
top: 0px; | ||
left: 0px; | ||
width: 100%; | ||
height: 100%; | ||
pointer-events: none; | ||
z-index: 50; | ||
} | ||
#right-arrow | ||
{ | ||
position: absolute; | ||
right: 5px; | ||
width: 50px; | ||
height: 100%; | ||
opacity: 0.75; | ||
background: url(images/arrow_right.png) no-repeat center center; | ||
pointer-events: all; | ||
} | ||
#left-arrow | ||
{ | ||
position: absolute; | ||
left: 5px; | ||
width: 50px; | ||
height: 100% | ||
;opacity: 0.75; | ||
background: url(images/arrow_left.png) no-repeat center center; | ||
pointer-events: all; | ||
} | ||
#down-arrow | ||
{ | ||
position: absolute; | ||
bottom: 5px; | ||
width: 100%; | ||
height: 50px; | ||
opacity: 0.75; | ||
background: url(images/arrow_down.png) no-repeat center center; | ||
pointer-events: all; | ||
} | ||
#up-arrow | ||
{ | ||
position: absolute; | ||
top: 5px; | ||
width: 100%; | ||
height: 50px; | ||
opacity: 0.75; | ||
background: url(images/arrow_up.png) no-repeat center center; | ||
pointer-events: all; | ||
} | ||
@media screen and (max-device-width: 480px) { | ||
/*#container canvas | ||
{ | ||
width: 460px; | ||
height: 300px; | ||
background: url(atl_map_small.png) no-repeat center center; | ||
} | ||
.dot img | ||
{ | ||
width: 10px; | ||
} | ||
.uav img | ||
{ | ||
width: 32px; | ||
}*/ | ||
} | ||
|
||
div.clearButton { | ||
position:absolute; | ||
top: 13px; | ||
right: 6px; | ||
z-index: 60; | ||
pointer-events:all; | ||
} | ||
|
||
#unitMenu { | ||
display: none; | ||
background-color: #6C87A4; | ||
} | ||
.modalDialog { | ||
/*position: fixed;*/ | ||
font-family: Arial, Helvetica, sans-serif; | ||
top: 0; | ||
right: 0; | ||
bottom: 0; | ||
left: 0; | ||
background: rgba(0,0,0,0.8); | ||
z-index: 99999; | ||
opacity:0; | ||
-webkit-transition: opacity 400ms ease-in; | ||
-moz-transition: opacity 400ms ease-in; | ||
transition: opacity 400ms ease-in; | ||
pointer-events: none; | ||
} | ||
|
||
.btn-group .dropdown-menu { | ||
font-size:14px; | ||
} | ||
|
||
.no-close .ui-dialog-titlebar-close { | ||
display: none; | ||
} | ||
|
||
#scenarioSelection { | ||
width: 340px; | ||
} | ||
|
||
.layer-listitem { | ||
display: inline; | ||
} |
Oops, something went wrong.