Skip to content

Commit

Permalink
Merge pull request #70 from tim-mit/allow-subpaths
Browse files Browse the repository at this point in the history
Allow subpaths
  • Loading branch information
aliasaria committed Jul 5, 2015
2 parents babf122 + b75e1cc commit 906b494
Show file tree
Hide file tree
Showing 11 changed files with 149 additions and 118 deletions.
72 changes: 36 additions & 36 deletions client/css/style.css
Expand Up @@ -21,7 +21,7 @@ body {
-khtml-user-select: none;
-webkit-user-select: none;

background-image: url('/css/bg/concrete_wall_2_2.png');
background-image: url('bg/concrete_wall_2_2.png');

}

Expand Down Expand Up @@ -127,7 +127,7 @@ width: 16px; height: 16px;
vertical-align: top;
height: 100%;
xopacity: 1;
background-image: url('/images/green-board-line.png');
background-image: url('../images/green-board-line.png');
background-repeat: repeat-y;
background-position: left top;
}
Expand Down Expand Up @@ -311,43 +311,43 @@ xopacity: .5;


#sticker-red {
background-image: url('/images/stickers/sticker-red.png');
background-image: url('../images/stickers/sticker-red.png');
}
#sticker-blue {
background-image: url('/images/stickers/sticker-blue.png');
background-image: url('../images/stickers/sticker-blue.png');
}
#sticker-yellow {
background-image: url('/images/stickers/sticker-yellow.png');
background-image: url('../images/stickers/sticker-yellow.png');
}
#sticker-green {
background-image: url('/images/stickers/sticker-green.png');
background-image: url('../images/stickers/sticker-green.png');
}
#sticker-pink {
background-image: url('/images/stickers/sticker-pink.png');
background-image: url('../images/stickers/sticker-pink.png');
}
#sticker-lightblue {
background-image: url('/images/stickers/sticker-lightblue.png');
background-image: url('../images/stickers/sticker-lightblue.png');
}
#sticker-orange {
background-image: url('/images/stickers/sticker-orange.png');
background-image: url('../images/stickers/sticker-orange.png');
}
#sticker-purple {
background-image: url('/images/stickers/sticker-purple.png');
background-image: url('../images/stickers/sticker-purple.png');
}
#sticker-gold {
background-image: url('/images/stickers/sticker-gold.png');
background-image: url('../images/stickers/sticker-gold.png');
}
#sticker-silverstar {
background-image: url('/images/stickers/sticker-silverstar.png');
background-image: url('../images/stickers/sticker-silverstar.png');
}
#sticker-bluestar {
background-image: url('/images/stickers/sticker-bluestar.png');
background-image: url('../images/stickers/sticker-bluestar.png');
}
#sticker-redstar {
background-image: url('/images/stickers/sticker-redstar.png');
background-image: url('../images/stickers/sticker-redstar.png');
}
#addsticker {
background-image: url('/images/icons/iconic/raster/black/plus_8x8.png');
background-image: url('../images/icons/iconic/raster/black/plus_8x8.png');
background-position: 2px 2px;
opacity: 0.3;

Expand All @@ -360,7 +360,7 @@ xopacity: .5;
opacity: 0.7;
}
#nosticker {
background-image: url('/images/stickers/sticker-deletestar.png');
background-image: url('../images/stickers/sticker-deletestar.png');
}

#sticker-nostar {
Expand All @@ -374,73 +374,73 @@ xopacity: .5;
}

/*.sticker-red {
background-image: url('/images/stickers/sticker-red.png');
background-image: url('../images/stickers/sticker-red.png');
background-repeat: no-repeat;
background-position: right bottom;
}
.sticker-blue {
background-image: url('/images/stickers/sticker-blue.png');
background-image: url('../images/stickers/sticker-blue.png');
background-repeat: no-repeat;
background-position: right bottom;
}
.sticker-yellow {
background-image: url('/images/stickers/sticker-yellow.png');
background-image: url('../images/stickers/sticker-yellow.png');
background-repeat: no-repeat;
background-position: right bottom;
}
.sticker-green {
background-image: url('/images/stickers/sticker-green.png');
background-image: url('../images/stickers/sticker-green.png');
background-repeat: no-repeat;
background-position: right bottom;
}
.sticker-gold {
background-image: url('/images/stickers/sticker-gold.png');
background-image: url('../images/stickers/sticker-gold.png');
background-repeat: no-repeat;
background-position: right bottom;
}
.sticker-bluestar {
background-image: url('/images/stickers/sticker-bluestar.png');
background-image: url('../images/stickers/sticker-bluestar.png');
background-repeat: no-repeat;
background-position: right bottom;
}
.sticker-silverstar {
background-image: url('/images/stickers/sticker-silverstar.png');
background-image: url('../images/stickers/sticker-silverstar.png');
background-repeat: no-repeat;
background-position: right bottom;
}
.sticker-redstar {
background-image: url('/images/stickers/sticker-redstar.png');
background-image: url('../images/stickers/sticker-redstar.png');
background-repeat: no-repeat;
background-position: right bottom;
}
.sticker-pink {
background-image: url('/images/stickers/sticker-pink.png');
background-image: url('../images/stickers/sticker-pink.png');
background-repeat: no-repeat;
background-position: right bottom;
}
.sticker-orange {
background-image: url('/images/stickers/sticker-orange.png');
background-image: url('../images/stickers/sticker-orange.png');
background-repeat: no-repeat;
background-position: right bottom;
}
.sticker-lightblue {
background-image: url('/images/stickers/sticker-lightblue.png');
background-image: url('../images/stickers/sticker-lightblue.png');
background-repeat: no-repeat;
background-position: right bottom;
}
.sticker-purple {
background-image: url('/images/stickers/sticker-purple.png');
background-image: url('../images/stickers/sticker-purple.png');
background-repeat: no-repeat;
background-position: right bottom;
}*/
Expand Down Expand Up @@ -594,14 +594,14 @@ img {


/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); }
.ui-icon { width: 16px; height: 16px; background-image: url(../images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(../images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(../images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(../images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(../images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(../images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../images/ui-icons_cd0a0a_256x240.png); }


.ui-resizable { position: relative;}
Expand Down
50 changes: 25 additions & 25 deletions client/lib/jquery-ui/development-bundle/demos/demos.css
Expand Up @@ -35,7 +35,7 @@ body {
}

.layout-grid td.demos {
background: url('/images/demos_bg.jpg') no-repeat;
background: url('../images/demos_bg.jpg') no-repeat;
height: 337px;
overflow: hidden;
}
Expand Down Expand Up @@ -153,12 +153,12 @@ eventually we should convert the font sizes to ems -- using px for now to minimi
#demo-config-menu li a:hover,
#demo-config-menu li a:active { background-color:#f6f6f6; }

#demo-config-menu li.demo-config-on { background: url(images/demo-config-on-tile.gif) repeat-x left center; }
#demo-config-menu li.demo-config-on { background: url(../images/demo-config-on-tile.gif) repeat-x left center; }

#demo-config-menu li.demo-config-on a:link,
#demo-config-menu li.demo-config-on a:visited,
#demo-config-menu li.demo-config-on a:hover,
#demo-config-menu li.demo-config-on a:active { background: url(images/demo-config-on.gif) no-repeat left; padding-left:18px; color:#fff; border:0; margin-left:-10px; margin-top: 0px; margin-bottom: 0px; }
#demo-config-menu li.demo-config-on a:active { background: url(../images/demo-config-on.gif) no-repeat left; padding-left:18px; color:#fff; border:0; margin-left:-10px; margin-top: 0px; margin-bottom: 0px; }

#demo-source, #demo-notes {
clear: both;
Expand All @@ -179,12 +179,12 @@ code, pre { padding:8px 0 8px 20px ; font-size: 1.2em; line-height:130%; }
#demo-source a.source-open:link,
#demo-source a.source-open:visited,
#demo-source a.source-open:hover,
#demo-source a.source-open:active { background-image: url(images/demo-spindown-open.gif); }
#demo-source a.source-open:active { background-image: url(../images/demo-spindown-open.gif); }

#demo-source a.source-closed:link,
#demo-source a.source-closed:visited,
#demo-source a.source-closed:hover,
#demo-source a.source-closed:active { background-image: url(images/demo-spindown-closed.gif); }
#demo-source a.source-closed:active { background-image: url(../images/demo-spindown-closed.gif); }

div.demo {
padding:12px;
Expand Down Expand Up @@ -216,24 +216,24 @@ div.demo-description {
----------------------------------*/
#widget-docs .ui-widget { font-family: Trebuchet MS,Verdana,Arial,sans-serif; font-size: 1em; }
#widget-docs .ui-widget input, #widget-docs .ui-widget select, #widget-docs .ui-widget textarea, #widget-docs .ui-widget button { font-family: Trebuchet MS,Verdana,Arial,sans-serif; font-size: 1em; }
#widget-docs .ui-widget-header { border: 1px solid #ffffff; background: #464646 url(images/464646_40x100_textures_01_flat_100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
#widget-docs .ui-widget-header { border: 1px solid #ffffff; background: #464646 url(../images/464646_40x100_textures_01_flat_100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
#widget-docs .ui-widget-header a { color: #ffffff; }
#widget-docs .ui-widget-content { border: 1px solid #ffffff; background: #ffffff url(images/ffffff_40x100_textures_01_flat_75.png) 50% 50% repeat-x; color: #222222; }
#widget-docs .ui-widget-content { border: 1px solid #ffffff; background: #ffffff url(../images/ffffff_40x100_textures_01_flat_75.png) 50% 50% repeat-x; color: #222222; }
#widget-docs .ui-widget-content a { color: #222222; }

/* Interaction states
----------------------------------*/
#widget-docs .ui-state-default, #widget-docs .ui-widget-content #widget-docs .ui-state-default { border: 1px solid #666666; background: #555555 url(images/555555_40x100_textures_03_highlight_soft_75.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; outline: none; }
#widget-docs .ui-state-default, #widget-docs .ui-widget-content #widget-docs .ui-state-default { border: 1px solid #666666; background: #555555 url(../images/555555_40x100_textures_03_highlight_soft_75.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; outline: none; }
#widget-docs .ui-state-default a { color: #ffffff; text-decoration: none; outline: none; }
#widget-docs .ui-state-hover, #widget-docs .ui-widget-content #widget-docs .ui-state-hover, #widget-docs .ui-state-focus, #widget-docs .ui-widget-content #widget-docs .ui-state-focus { border: 1px solid #666666; background: #444444 url(images/444444_40x100_textures_03_highlight_soft_60.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; outline: none; }
#widget-docs .ui-state-hover, #widget-docs .ui-widget-content #widget-docs .ui-state-hover, #widget-docs .ui-state-focus, #widget-docs .ui-widget-content #widget-docs .ui-state-focus { border: 1px solid #666666; background: #444444 url(../images/444444_40x100_textures_03_highlight_soft_60.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; outline: none; }
#widget-docs .ui-state-hover a { color: #ffffff; text-decoration: none; outline: none; }
#widget-docs .ui-state-active, #widget-docs .ui-widget-content #widget-docs .ui-state-active { border: 1px solid #666666; background: #ffffff url(images/ffffff_40x100_textures_01_flat_65.png) 50% 50% repeat-x; font-weight: normal; color: #F6921E; outline: none; }
#widget-docs .ui-state-active, #widget-docs .ui-widget-content #widget-docs .ui-state-active { border: 1px solid #666666; background: #ffffff url(../images/ffffff_40x100_textures_01_flat_65.png) 50% 50% repeat-x; font-weight: normal; color: #F6921E; outline: none; }
#widget-docs .ui-state-active a { color: #F6921E; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
#widget-docs .ui-state-highlight, #widget-docs .ui-widget-content #widget-docs .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(images/fbf9ee_40x100_textures_02_glass_55.png) 50% 50% repeat-x; color: #363636; }
#widget-docs .ui-state-error, #widget-docs .ui-widget-content #widget-docs .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/fef1ec_40x100_textures_05_inset_soft_95.png) 50% bottom repeat-x; color: #cd0a0a; }
#widget-docs .ui-state-highlight, #widget-docs .ui-widget-content #widget-docs .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(../images/fbf9ee_40x100_textures_02_glass_55.png) 50% 50% repeat-x; color: #363636; }
#widget-docs .ui-state-error, #widget-docs .ui-widget-content #widget-docs .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(../images/fef1ec_40x100_textures_05_inset_soft_95.png) 50% bottom repeat-x; color: #cd0a0a; }
#widget-docs .ui-state-error-text, #widget-docs .ui-widget-content #widget-docs .ui-state-error-text { color: #cd0a0a; }
#widget-docs .ui-state-disabled, #widget-docs .ui-widget-content #widget-docs .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
#widget-docs .ui-priority-primary, #widget-docs .ui-widget-content #widget-docs .ui-priority-primary { font-weight: bold; }
Expand All @@ -243,14 +243,14 @@ div.demo-description {
----------------------------------*/

/* states and images */
#demo-frame-wrapper .ui-icon, #widget-docs .ui-icon { width: 16px; height: 16px; background-image: url(images/222222_256x240_icons_icons.png); }
#widget-docs .ui-widget-content .ui-icon {background-image: url(images/222222_256x240_icons_icons.png); }
#widget-docs .ui-widget-header .ui-icon {background-image: url(images/222222_256x240_icons_icons.png); }
#widget-docs .ui-state-default .ui-icon { background-image: url(images/888888_256x240_icons_icons.png); }
#widget-docs .ui-state-hover .ui-icon, #widget-docs .ui-state-focus .ui-icon {background-image: url(images/454545_256x240_icons_icons.png); }
#widget-docs .ui-state-active .ui-icon {background-image: url(images/454545_256x240_icons_icons.png); }
#widget-docs .ui-state-highlight .ui-icon {background-image: url(images/2e83ff_256x240_icons_icons.png); }
#widget-docs .ui-state-error .ui-icon, #widget-docs .ui-state-error-text .ui-icon {background-image: url(images/cd0a0a_256x240_icons_icons.png); }
#demo-frame-wrapper .ui-icon, #widget-docs .ui-icon { width: 16px; height: 16px; background-image: url(../images/222222_256x240_icons_icons.png); }
#widget-docs .ui-widget-content .ui-icon {background-image: url(../images/222222_256x240_icons_icons.png); }
#widget-docs .ui-widget-header .ui-icon {background-image: url(../images/222222_256x240_icons_icons.png); }
#widget-docs .ui-state-default .ui-icon { background-image: url(../images/888888_256x240_icons_icons.png); }
#widget-docs .ui-state-hover .ui-icon, #widget-docs .ui-state-focus .ui-icon {background-image: url(../images/454545_256x240_icons_icons.png); }
#widget-docs .ui-state-active .ui-icon {background-image: url(../images/454545_256x240_icons_icons.png); }
#widget-docs .ui-state-highlight .ui-icon {background-image: url(../images/2e83ff_256x240_icons_icons.png); }
#widget-docs .ui-state-error .ui-icon, #widget-docs .ui-state-error-text .ui-icon {background-image: url(../images/cd0a0a_256x240_icons_icons.png); }


/* Misc visuals
Expand All @@ -268,8 +268,8 @@ div.demo-description {
#widget-docs .ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }

/* Overlays */
#widget-docs .ui-widget-overlay { background: #aaaaaa url(images/aaaaaa_40x100_textures_01_flat_0.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
#widget-docs .ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/aaaaaa_40x100_textures_01_flat_0.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; }
#widget-docs .ui-widget-overlay { background: #aaaaaa url(../images/aaaaaa_40x100_textures_01_flat_0.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
#widget-docs .ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(../images/aaaaaa_40x100_textures_01_flat_0.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; }

/*
----------------------------------*/
Expand Down Expand Up @@ -301,10 +301,10 @@ div.demo-description {
.docs-list .param-header { float:left; clear:left; width:100%; padding:8px 0; border-top:1px solid #eee; }
#widget-docs .param-header h3, #widget-docs .param-header p { margin:0; float:left; }
#widget-docs .param-header h3 { width:50%; }
#widget-docs .param-header h3 span { background: url(images/demo-spindown-closed.gif) no-repeat left; padding-left:13px; }
#widget-docs .param-open .param-header h3 span { background: url(images/demo-spindown-open.gif) no-repeat left; }
#widget-docs .param-header h3 span { background: url(../images/demo-spindown-closed.gif) no-repeat left; padding-left:13px; }
#widget-docs .param-open .param-header h3 span { background: url(../images/demo-spindown-open.gif) no-repeat left; }
#widget-docs .param-header p { width:24%; }
#widget-docs .param-header p.param-type span { background: url(images/icon-docs-info.gif) no-repeat left; cursor:pointer; border-bottom:1px dashed #ccc; padding-left:15px; }
#widget-docs .param-header p.param-type span { background: url(../images/icon-docs-info.gif) no-repeat left; cursor:pointer; border-bottom:1px dashed #ccc; padding-left:15px; }

.param-details { padding-left:13px; }
.param-args { margin:0 0 1.5em; border-top:1px dotted #ccc;}
Expand Down

0 comments on commit 906b494

Please sign in to comment.