Skip to content

Commit 1eab5de

Browse files
author
Rafael J. Staib
committed
Add a lot css improvements
1 parent a5095c6 commit 1eab5de

File tree

174 files changed

+62073
-47
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

174 files changed

+62073
-47
lines changed

JSteps.v11.suo

84 KB
Binary file not shown.

JSteps/Content/custom.css

Lines changed: 42 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -143,23 +143,25 @@ h1, h2, h3, h4, h5, h6
143143
{
144144
padding: 2.857em 0 1.429em;
145145
}
146-
147-
.sitewrapper > .content #lefthand > .affix
148-
{
149-
top: 7.143em;
150-
}
151146

152147
.sitewrapper > .content #lefthand-nav
153148
{
154149
padding: 0;
150+
}
151+
152+
.sitewrapper > .content #lefthand-nav.affix
153+
{
154+
top: 7.143em;
155155
width: 270px;
156156
}
157157

158158
.sitewrapper > .content #lefthand-nav > li > a
159159
{
160+
background: #eee;
160161
color: #2184be;
161162
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
162163
margin: 0;
164+
padding: 0.741em 1.429em;
163165

164166
-webkit-text-shadow: none;
165167
text-shadow: none;
@@ -180,6 +182,11 @@ h1, h2, h3, h4, h5, h6
180182
font-weight: 700;
181183
}
182184

185+
.sitewrapper > .content section
186+
{
187+
padding-bottom: 2.857em;
188+
}
189+
183190
.sitewrapper > .content.startpage
184191
{
185192
text-align: center;
@@ -310,10 +317,11 @@ body > footer
310317
width: 80%;
311318
}
312319

313-
.sitewrapper > .content #lefthand-nav
314-
{
315-
width: 220px;
316-
}
320+
.sitewrapper > .content #lefthand-nav.affix
321+
{
322+
top: 7.143em;
323+
width: 220px;
324+
}
317325
}
318326

319327
@media (max-width: 979px)
@@ -330,18 +338,15 @@ body > footer
330338

331339
.sitewrapper > .content
332340
{
333-
padding-left: 1.429em;
334-
padding-right: 1.429em;
341+
/*padding-left: 1.429em;
342+
padding-right: 1.429em;*/
335343
}
336-
337-
.sitewrapper > .content #lefthand > .affix
338-
{
339-
top: 2.857em;
340-
}
341344

342-
.sitewrapper > .content #lefthand-nav
345+
.sitewrapper > .content #lefthand-nav.affix
343346
{
344-
width: 166px;
347+
top: 2.857em;
348+
width: 22.92817679558011%;
349+
*width: 22.87498530621841%;
345350
}
346351

347352
.sitewrapper > .content.startpage .box > h2
@@ -362,23 +367,29 @@ body > footer
362367
padding: 0;
363368
}
364369

365-
.sitewrapper > .content.startpage .box > h2
370+
.sitewrapper > .content
366371
{
367-
font-size: 2em;
372+
padding-left: 1.429em;
373+
padding-right: 1.429em;
368374
}
369375

370-
.sitewrapper > .content #lefthand-nav
371-
{
372-
width: auto;
373-
margin-bottom: 20px;
374-
}
376+
.sitewrapper > .content.startpage .box > h2
377+
{
378+
font-size: 2em;
379+
}
375380

376-
.sitewrapper > .content #lefthand-nav.affix
377-
{
378-
position: static;
379-
width: auto;
380-
top: 0;
381-
}
381+
.sitewrapper > .content #lefthand-nav
382+
{
383+
width: auto;
384+
margin-bottom: 20px;
385+
}
386+
387+
.sitewrapper > .content #lefthand-nav.affix
388+
{
389+
position: static;
390+
width: auto;
391+
top: 0;
392+
}
382393

383394
.navbar
384395
{

JSteps/JSteps.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,9 @@
187187
<ItemGroup>
188188
<Content Include="Views\GettingStarted\Index.cshtml" />
189189
</ItemGroup>
190+
<ItemGroup>
191+
<None Include="Properties\PublishProfiles\FTP Cloud.pubxml" />
192+
</ItemGroup>
190193
<PropertyGroup>
191194
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
192195
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>

JSteps/JSteps.csproj.user

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<NameOfLastUsedPublishProfile>FTP Cloud</NameOfLastUsedPublishProfile>
5+
</PropertyGroup>
36
<ProjectExtensions>
47
<VisualStudio>
58
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
This file is used by the publish/package process of your Web project. You can customize the behavior of this process
4+
by editing this MSBuild file. In order to learn more about this please visit http://go.microsoft.com/fwlink/?LinkID=208121.
5+
-->
6+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
7+
<PropertyGroup>
8+
<WebPublishMethod>FTP</WebPublishMethod>
9+
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
10+
<LastUsedPlatform>Any CPU</LastUsedPlatform>
11+
<SiteUrlToLaunchAfterPublish>http://www.boot-steps.com</SiteUrlToLaunchAfterPublish>
12+
<PrecompileBeforePublish>True</PrecompileBeforePublish>
13+
<EnableUpdateable>True</EnableUpdateable>
14+
<DebugSymbols>False</DebugSymbols>
15+
<WDPMergeOption>DonotMerge</WDPMergeOption>
16+
<ExcludeApp_Data>False</ExcludeApp_Data>
17+
<publishUrl>ftp://waws-prod-db3-003.ftp.azurewebsites.windows.net</publishUrl>
18+
<DeleteExistingFiles>True</DeleteExistingFiles>
19+
<FtpPassiveMode>True</FtpPassiveMode>
20+
<FtpSitePath>site/wwwroot/</FtpSitePath>
21+
<UserName>rstaib\SolarInverter</UserName>
22+
<_SavePWD>True</_SavePWD>
23+
</PropertyGroup>
24+
</Project>
Lines changed: 167 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,167 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
This file is used by the publish/package process of your Web project. You can customize the behavior of this process
4+
by editing this MSBuild file. In order to learn more about this please visit http://go.microsoft.com/fwlink/?LinkID=208121.
5+
-->
6+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
7+
<PropertyGroup>
8+
<TimeStampOfAssociatedLegacyPublishXmlFile />
9+
<EncryptedPassword>AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAA88ql1ciRBUuvO6Q/OqT0lAAAAAACAAAAAAAQZgAAAAEAACAAAAAq/N3/XrRc37ycgKOv/+VcKA7n2eHp127G6uFegExwYQAAAAAOgAAAAAIAACAAAADhhbu6GdxDfpuFDvI7WbtlQ1KNHw0xAqNq0jSWqjxMxyAAAAD47W14xiA4O7P2Jz1kkyEF4YNhEjYxjIYjixCA4lmexkAAAAC4EKDnMV664Ny3i+v68jmriFfGSVEj9IgrYjKFZe/GtPBo4Ck4qAGMJ9G85zjGFlnk5qSsE/pJC+/ZSXBGusIb</EncryptedPassword>
10+
<_PublishTargetUrl>ftp://waws-prod-db3-003.ftp.azurewebsites.windows.net/site/wwwroot/</_PublishTargetUrl>
11+
</PropertyGroup>
12+
<ItemGroup>
13+
<File Include="bin/Antlr3.Runtime.dll">
14+
<publishTime>08/10/2013 15:22:56</publishTime>
15+
</File>
16+
<File Include="bin/App_global.asax.compiled">
17+
<publishTime>08/11/2013 01:15:47</publishTime>
18+
</File>
19+
<File Include="bin/App_global.asax.dll">
20+
<publishTime>08/11/2013 01:15:47</publishTime>
21+
</File>
22+
<File Include="bin/EntityFramework.dll">
23+
<publishTime>08/10/2013 15:22:55</publishTime>
24+
</File>
25+
<File Include="bin/JSteps.dll">
26+
<publishTime>08/10/2013 21:43:19</publishTime>
27+
</File>
28+
<File Include="bin/Microsoft.Web.Infrastructure.dll">
29+
<publishTime>08/10/2013 15:22:56</publishTime>
30+
</File>
31+
<File Include="bin/Microsoft.Web.Mvc.FixedDisplayModes.dll">
32+
<publishTime>08/10/2013 15:22:55</publishTime>
33+
</File>
34+
<File Include="bin/Newtonsoft.Json.dll">
35+
<publishTime>08/10/2013 15:22:56</publishTime>
36+
</File>
37+
<File Include="bin/System.Net.Http.dll">
38+
<publishTime>08/10/2013 15:22:56</publishTime>
39+
</File>
40+
<File Include="bin/System.Net.Http.Formatting.dll">
41+
<publishTime>08/10/2013 15:22:56</publishTime>
42+
</File>
43+
<File Include="bin/System.Net.Http.WebRequest.dll">
44+
<publishTime>08/10/2013 15:22:56</publishTime>
45+
</File>
46+
<File Include="bin/System.Web.Http.dll">
47+
<publishTime>08/10/2013 15:22:56</publishTime>
48+
</File>
49+
<File Include="bin/System.Web.Http.WebHost.dll">
50+
<publishTime>08/10/2013 15:22:56</publishTime>
51+
</File>
52+
<File Include="bin/System.Web.Mvc.dll">
53+
<publishTime>08/10/2013 15:22:55</publishTime>
54+
</File>
55+
<File Include="bin/System.Web.Optimization.dll">
56+
<publishTime>08/10/2013 15:22:56</publishTime>
57+
</File>
58+
<File Include="bin/System.Web.Providers.dll">
59+
<publishTime>08/10/2013 15:22:56</publishTime>
60+
</File>
61+
<File Include="bin/System.Web.Razor.dll">
62+
<publishTime>08/10/2013 15:22:56</publishTime>
63+
</File>
64+
<File Include="bin/System.Web.WebPages.Deployment.dll">
65+
<publishTime>08/10/2013 15:22:56</publishTime>
66+
</File>
67+
<File Include="bin/System.Web.WebPages.dll">
68+
<publishTime>08/10/2013 15:22:56</publishTime>
69+
</File>
70+
<File Include="bin/System.Web.WebPages.Razor.dll">
71+
<publishTime>08/10/2013 15:22:56</publishTime>
72+
</File>
73+
<File Include="bin/WebGrease.dll">
74+
<publishTime>08/10/2013 15:22:56</publishTime>
75+
</File>
76+
<File Include="Content/bootstrap.css">
77+
<publishTime>08/05/2013 21:07:22</publishTime>
78+
</File>
79+
<File Include="Content/bootstrap.min.css">
80+
<publishTime>08/05/2013 21:07:22</publishTime>
81+
</File>
82+
<File Include="Content/custom.css">
83+
<publishTime>08/11/2013 00:43:10</publishTime>
84+
</File>
85+
<File Include="Content/images/bg.jpg">
86+
<publishTime>08/05/2013 21:07:22</publishTime>
87+
</File>
88+
<File Include="Content/images/crossbrowser.png">
89+
<publishTime>08/08/2013 00:32:42</publishTime>
90+
</File>
91+
<File Include="Content/images/glyphicons-halflings-white.png">
92+
<publishTime>08/05/2013 21:07:22</publishTime>
93+
</File>
94+
<File Include="Content/images/glyphicons-halflings.png">
95+
<publishTime>08/05/2013 21:07:22</publishTime>
96+
</File>
97+
<File Include="Content/images/html5.png">
98+
<publishTime>08/08/2013 00:33:43</publishTime>
99+
</File>
100+
<File Include="Content/images/lightweight.png">
101+
<publishTime>08/08/2013 00:33:02</publishTime>
102+
</File>
103+
<File Include="Content/images/loading.gif">
104+
<publishTime>08/07/2013 23:16:26</publishTime>
105+
</File>
106+
<File Include="Content/images/social.png">
107+
<publishTime>08/07/2013 23:16:26</publishTime>
108+
</File>
109+
<File Include="Content/viewport-fix-mobile-ie10.css">
110+
<publishTime>08/10/2013 00:41:33</publishTime>
111+
</File>
112+
<File Include="github-btn.html">
113+
<publishTime>08/10/2013 15:16:14</publishTime>
114+
</File>
115+
<File Include="packages.config">
116+
<publishTime>08/10/2013 15:23:29</publishTime>
117+
</File>
118+
<File Include="PrecompiledApp.config">
119+
<publishTime>08/11/2013 01:15:45</publishTime>
120+
</File>
121+
<File Include="Scripts/bootstrap.js">
122+
<publishTime>08/05/2013 21:07:22</publishTime>
123+
</File>
124+
<File Include="Scripts/bootstrap.min.js">
125+
<publishTime>08/05/2013 21:07:22</publishTime>
126+
</File>
127+
<File Include="Scripts/html5shiv.js">
128+
<publishTime>08/05/2013 21:07:22</publishTime>
129+
</File>
130+
<File Include="Scripts/jquery-1.10.2.js">
131+
<publishTime>08/10/2013 15:24:56</publishTime>
132+
</File>
133+
<File Include="Scripts/jquery-1.10.2.min.js">
134+
<publishTime>08/10/2013 15:24:43</publishTime>
135+
</File>
136+
<File Include="Scripts/social.js">
137+
<publishTime>08/08/2013 01:08:58</publishTime>
138+
</File>
139+
<File Include="Scripts/tracking.js">
140+
<publishTime>08/10/2013 15:40:01</publishTime>
141+
</File>
142+
<File Include="Scripts/viewport-fix-mobile-ie10.js">
143+
<publishTime>08/10/2013 00:38:20</publishTime>
144+
</File>
145+
<File Include="Views/GettingStarted/Index.cshtml">
146+
<publishTime>08/11/2013 01:14:51</publishTime>
147+
</File>
148+
<File Include="Views/Home/Index.cshtml">
149+
<publishTime>08/11/2013 00:08:58</publishTime>
150+
</File>
151+
<File Include="Views/Shared/Error.cshtml">
152+
<publishTime>08/10/2013 14:02:29</publishTime>
153+
</File>
154+
<File Include="Views/Shared/_Layout.cshtml">
155+
<publishTime>08/11/2013 01:13:31</publishTime>
156+
</File>
157+
<File Include="Views/Web.config">
158+
<publishTime>08/10/2013 14:02:29</publishTime>
159+
</File>
160+
<File Include="Views/_ViewStart.cshtml">
161+
<publishTime>08/10/2013 14:02:29</publishTime>
162+
</File>
163+
<File Include="Web.config">
164+
<publishTime>08/10/2013 21:43:21</publishTime>
165+
</File>
166+
</ItemGroup>
167+
</Project>

0 commit comments

Comments
 (0)