Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
UNL_TourMap
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ryan Dee
UNL_TourMap
Commits
cd2d2ebf
Commit
cd2d2ebf
authored
11 years ago
by
Kevin Abel
Browse files
Options
Downloads
Patches
Plain Diff
Ignore built CSS.
parent
745dcf38
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.project
+8
-1
8 additions, 1 deletion
.project
www/css/.gitignore
+1
-0
1 addition, 0 deletions
www/css/.gitignore
www/css/map.css
+0
-1
0 additions, 1 deletion
www/css/map.css
with
9 additions
and
2 deletions
.project
+
8
−
1
View file @
cd2d2ebf
...
...
@@ -5,6 +5,11 @@
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>
org.eclipse.xtext.ui.shared.xtextBuilder
</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>
org.eclipse.wst.common.project.facet.core.builder
</name>
<arguments>
...
...
@@ -27,8 +32,10 @@
</buildCommand>
</buildSpec>
<natures>
<nature>
org.eclipse.php.core.PHPNature
</nature>
<nature>
net.vtst.ow.eclipse.less.nature
</nature>
<nature>
org.eclipse.xtext.ui.shared.xtextNature
</nature>
<nature>
org.eclipse.wst.jsdt.core.jsNature
</nature>
<nature>
org.eclipse.php.core.PHPNature
</nature>
<nature>
org.eclipse.wst.common.project.facet.core.nature
</nature>
</natures>
</projectDescription>
This diff is collapsed.
Click to expand it.
www/css/.gitignore
0 → 100644
+
1
−
0
View file @
cd2d2ebf
/map.css
This diff is collapsed.
Click to expand it.
www/css/map.css
deleted
100644 → 0
+
0
−
1
View file @
745dcf38
@charset
"UTF-8"
;
.fullscreen
{
height
:
100%
;
overflow
:
hidden
}
.fullscreen
body
{
height
:
100%
;
overflow
:
hidden
}
.map-band
{
position
:
relative
;
width
:
100%
;
height
:
720px
}
.nav-scrolling
.map-band
{
z-index
:
300
}
.fullscreen
.map-band
{
height
:
100%
;
position
:
fixed
;
top
:
0
;
left
:
0
;
z-index
:
300
}
.touch
.map-band
{
display
:
none
}
.fullscreen.touch
.map-band
{
display
:
block
}
.map-band
img
{
max-width
:
none
}
.map-band
a
.google-ctl
{
background-color
:
#fff
;
border
:
1px
solid
rgba
(
0
,
0
,
0
,
.15
);
-webkit-box-shadow
:
0
1px
4px
-1px
rgba
(
0
,
0
,
0
,
.3
);
-moz-box-shadow
:
0
1px
4px
-1px
rgba
(
0
,
0
,
0
,
.3
);
box-shadow
:
0
1px
4px
-1px
rgba
(
0
,
0
,
0
,
.3
);
-webkit-border-radius
:
2px
;
-webkit-background-clip
:
padding-box
;
-moz-border-radius
:
2px
;
-moz-background-clip
:
padding
;
border-radius
:
2px
;
background-clip
:
padding-box
;
cursor
:
pointer
;
margin
:
0
5px
;
padding
:
0
6px
;
font-weight
:
500
;
color
:
#000
}
.map-band
a
.google-ctl
:hover
{
background-color
:
#ebebeb
}
#mapLegend
{
margin
:
5px
5px
5px
0
}
#mapLegend
>*
{
width
:
270px
;
display
:
none
}
#mapLegend
.ready
>*
{
display
:
block
}
#mapSearch
{
z-index
:
1
}
#mapSearch
input
,
#mapSearch
button
{
font-size
:
11px
;
-webkit-box-shadow
:
0
2px
6px
rgba
(
0
,
0
,
0
,
.3
);
-moz-box-shadow
:
0
2px
6px
rgba
(
0
,
0
,
0
,
.3
);
box-shadow
:
0
2px
6px
rgba
(
0
,
0
,
0
,
.3
)}
#mapProgress
{
margin
:
5px
;
width
:
4em
;
display
:
none
}
#selectMarkers
{
list-style
:
none
;
padding
:
0
;
margin
:
0
5px
;
display
:
none
}
#selectMarkers
.ready
{
display
:
block
}
#selectMarkers
li
{
display
:
inline-block
;
vertical-align
:
top
}
#selectMarkers
li
a
{
display
:
block
;
background-color
:
#fff
;
border
:
1px
solid
rgba
(
0
,
0
,
0
,
.15
);
-webkit-box-shadow
:
0
1px
4px
-1px
rgba
(
0
,
0
,
0
,
.3
);
-moz-box-shadow
:
0
1px
4px
-1px
rgba
(
0
,
0
,
0
,
.3
);
box-shadow
:
0
1px
4px
-1px
rgba
(
0
,
0
,
0
,
.3
);
-webkit-border-radius
:
2px
;
-webkit-background-clip
:
padding-box
;
-moz-border-radius
:
2px
;
-moz-background-clip
:
padding
;
border-radius
:
2px
;
background-clip
:
padding-box
;
color
:
#000
;
padding
:
5px
;
cursor
:
pointer
;
font-weight
:
500
;
width
:
3.2em
;
height
:
2.8em
;
overflow
:
hidden
;
margin-bottom
:
5px
}
#selectMarkers
li
.on
a
,
#selectMarkers
li
a
:hover
{
background
:
#ebebeb
}
#selectMarkers
[
class
^=
icon-
]
:before
{
font-size
:
1.5em
;
margin-bottom
:
1em
}
#selectMarkers
.icon-building
:before
{
color
:
#ED1C24
}
#selectMarkers
.icon-police
:before
{
color
:
#FFDE17
}
#selectMarkers
.icon-phone
:before
{
color
:
#375CAA
}
#selectMarkers
.icon-sculpture
:before
{
color
:
#E16831
}
#selectMarkers
.icon-bike
:before
{
color
:
#428C4C
}
#selectMarkers
.icon-bus
:before
{
color
:
#662d91
}
@media
(
min-width
:
700px
){
#selectMarkers
li
a
{
width
:
auto
;
height
:
auto
}
#selectMarkers
[
class
^=
icon-
]
:before
{
margin-bottom
:
0
}}
#campusSelectors
{
sition
:
absolute
;
left
:
1em
;
padding
:
0
;
margin
:
0
;
list-style
:
none
;
font-size
:
80%
;
font-weight
:
500
;
display
:
none
}
@media
(
min-width
:
700px
){
#campusSelectors
{
display
:
block
}}
#campusSelectors
li
{
display
:
inline-block
}
#campusSelectors
li
a
{
display
:
block
;
-webkit-border-radius
:
0
0
3px
3px
;
-webkit-background-clip
:
padding-box
;
-moz-border-radius
:
0
0
3px
3px
;
-moz-background-clip
:
padding
;
border-radius
:
0
0
3px
3px
;
background-clip
:
padding-box
;
padding
:
0
10px
;
color
:
#000
;
background-color
:
#fff
;
border
:
1px
solid
rgba
(
0
,
0
,
0
,
.15
);
-webkit-box-shadow
:
0
1px
4px
-1px
rgba
(
0
,
0
,
0
,
.3
);
-moz-box-shadow
:
0
1px
4px
-1px
rgba
(
0
,
0
,
0
,
.3
);
box-shadow
:
0
1px
4px
-1px
rgba
(
0
,
0
,
0
,
.3
)}
.info-box
{
height
:
100%
;
overflow
:
auto
}
.info-box
.info-box-wrapper
{
overflow
:
hidden
}
.info-box
.title
{
margin-top
:
0
}
.info-box
.title
.code
{
font-family
:
"Gotham SSm A"
,
"Gotham SSm B"
,
Verdana
,
"Verdana Ref"
,
Geneva
,
Tahoma
,
"Lucida Grande"
,
"Lucida Sans Unicode"
,
"Lucida Sans"
,
"DejaVu Sans"
,
"Bitstream Vera Sans"
,
"Liberation Sans"
,
sans-serif
;
font-weight
:
400
;
font-style
:
normal
}
.info-box
.content
>*>
:first-child
{
margin-top
:
0
}
.info-box
.content
>*>
:last-child
{
margin-bottom
:
0
}
.info-box
.markerImages
{
text-align
:
center
}
.info-box
.markerImages
img
{
max-width
:
100%
}
#fullImage
{
display
:
none
}
#fullImage
img
{
width
:
100%
}
.ui-autocomplete
{
background-color
:
#fff
;
border
:
1px
solid
rgba
(
0
,
0
,
0
,
.15
);
-webkit-box-shadow
:
0
1px
4px
-1px
rgba
(
0
,
0
,
0
,
.3
);
-moz-box-shadow
:
0
1px
4px
-1px
rgba
(
0
,
0
,
0
,
.3
);
box-shadow
:
0
1px
4px
-1px
rgba
(
0
,
0
,
0
,
.3
);
padding
:
0
;
margin
:
0
;
list-style
:
none
;
font-size
:
60%
;
font-style
:
normal
;
text-align
:
left
;
max-height
:
50%
;
overflow-x
:
hidden
;
overflow-y
:
scroll
;
z-index
:
301
}
.ui-autocomplete
.buildingCode
{
font-size
:
90%
;
text-transform
:
uppercase
;
color
:
#137cbd
;
margin-right
:
.5em
}
.ui-autocomplete
.format
{
font-size
:
110%
;
line-height
:
1.1
;
font-weight
:
700
;
padding-top
:
6px
;
display
:
inline-block
}
.ui-autocomplete
.campus
{
text-transform
:
capitalize
;
color
:
#00892c
;
font-size
:
.75em
;
margin-left
:
.5em
}
.ui-autocomplete
li
{
padding
:
0
}
.ui-autocomplete
li
a
{
display
:
block
;
border-top
:
1px
solid
#fff
;
border-bottom
:
1px
solid
#d6d6d6
;
padding
:
0
0
0
5px
}
.ui-autocomplete
li
a
.ui-state-focus
{
background
:
#ebebeb
;
outline
:
2px
solid
#817f7b
}
#touch_control
{
display
:
none
}
.touch
#touch_control
{
display
:
block
}
#pointlist
{
list-style
:
none
;
padding
:
0
;
margin
:
0
}
#pointlist
li
{
display
:
block
;
font-size
:
75%
;
padding
:
6px
2px
}
#pointlist
li
:after
{
content
:
""
;
display
:
table
;
clear
:
both
}
#pointlist
li
a
{
border
:
0
;
display
:
block
}
#pointlist
li
.buildingCode
{
text-transform
:
uppercase
;
color
:
#137cbd
;
float
:
left
;
padding
:
11px
4px
;
border
:
1px
solid
#137cbd
;
-webkit-border-radius
:
3px
;
-webkit-background-clip
:
padding-box
;
-moz-border-radius
:
3px
;
-moz-background-clip
:
padding
;
border-radius
:
3px
;
background-clip
:
padding-box
;
font-size
:
1.2em
;
margin-right
:
1em
;
text-align
:
center
;
min-width
:
5em
}
#pointlist
li
:hover
.buildingCode
{
background
:
#137cbd
;
color
:
#fff
;
border-color
:
transparent
}
#pointlist
li
.format
{
font-weight
:
700
;
display
:
block
;
line-height
:
1
;
padding-top
:
6px
}
#pointlist
li
.campus
{
text-transform
:
capitalize
;
color
:
#00892c
;
font-size
:
.75em
;
display
:
block
}
#mapExternalActions
a
{
font-family
:
"Gotham SSm A"
,
"Gotham SSm B"
,
Verdana
,
"Verdana Ref"
,
Geneva
,
Tahoma
,
"Lucida Grande"
,
"Lucida Sans Unicode"
,
"Lucida Sans"
,
"DejaVu Sans"
,
"Bitstream Vera Sans"
,
"Liberation Sans"
,
sans-serif
;
font-weight
:
400
;
font-style
:
normal
;
display
:
block
;
padding
:
0
20px
20px
;
letter-spacing
:
.02em
;
line-height
:
1.333
;
border
:
0
;
text-align
:
center
;
text-transform
:
uppercase
}
#mapExternalActions
a
span
{
font-size
:
4.499em
;
display
:
block
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment