Fixes some pages, links, presentation,

restores some routes.

* p8-av4.s.jpg:
* star-939235_1280.s.jpg:
* star-939235_1280.xxs.jpg: a smaller background

* Makefile: restores the server reload after rsync call

* style.css: adds animation

* AdminController.cs: Fixes the call to Notify

* Global.asax.cs: restores a dropped route

* App.master: Drops script references to jQuery-ui and Prettify from
the master page. They are heavy.

* parallax.js: specifies the capture to false at calling the event
  listener registration

* UserPost.aspx: Fixes this page

* Index.aspx: adds the `panel` class to embed those default home page
  links

* Web.csproj: dropping the imported parallax.js script

* animated-overlay.gif: may be used in a futur work :-)
This commit is contained in:
Paul Schneider 2015-10-24 16:32:46 +02:00
commit 6106c6cdda
16 changed files with 184 additions and 485 deletions

View file

@ -142,6 +142,7 @@
<Folder Include="fonts\" />
<Folder Include="lib\" />
<Folder Include="App_Data\" />
<Folder Include="App_Themes\images\" />
</ItemGroup>
<ItemGroup>
<Compile Include="Controllers\HomeController.cs" />
@ -398,7 +399,6 @@
<Content Include="images\helix-nebula-1400x1400.xxs.jpg" />
<Content Include="images\star-939235_1280.xxs.jpg" />
<Content Include="images\p8-av4.xxs.jpg" />
<Content Include="Scripts\parralax.js" />
<Content Include="Views\Blogs\Title.aspx" />
<Content Include="Views\Blogs\PostActions.ascx" />
<Content Include="Scripts\yavsc.tags.js" />
@ -443,6 +443,24 @@
<Content Include="App_Themes\sunburst.css" />
<Content Include="App_Themes\prettify.css" />
<Content Include="images\FhHRx.gif" />
<Content Include="images\animated-overlay.gif" />
<Content Include="App_Themes\images\ui-bg_flat_30_cccccc_40x100.png" />
<Content Include="App_Themes\images\ui-bg_flat_50_5c5c5c_40x100.png" />
<Content Include="App_Themes\images\ui-bg_glass_20_555555_1x400.png" />
<Content Include="App_Themes\images\ui-bg_glass_40_0078a3_1x400.png" />
<Content Include="App_Themes\images\ui-bg_glass_40_ffc73d_1x400.png" />
<Content Include="App_Themes\images\ui-bg_gloss-wave_25_333333_500x100.png" />
<Content Include="App_Themes\images\ui-bg_highlight-soft_80_eeeeee_1x100.png" />
<Content Include="App_Themes\images\ui-bg_inset-soft_25_000000_1x100.png" />
<Content Include="App_Themes\images\ui-bg_inset-soft_30_f58400_1x100.png" />
<Content Include="App_Themes\images\ui-icons_222222_256x240.png" />
<Content Include="App_Themes\images\ui-icons_4b8e0b_256x240.png" />
<Content Include="App_Themes\images\ui-icons_a83300_256x240.png" />
<Content Include="App_Themes\images\ui-icons_cccccc_256x240.png" />
<Content Include="App_Themes\images\ui-icons_ffffff_256x240.png" />
<Content Include="Scripts\parallax.js" />
<Content Include="images\p8-av4.s.jpg" />
<Content Include="images\star-939235_1280.s.jpg" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />