Mercurial > altnet-hispano
changeset 156:6e554de521aa
Estética de altnet hispano
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj Wed Aug 03 09:38:23 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj Thu Aug 04 18:44:57 2011 -0300 @@ -92,6 +92,11 @@ <Content Include="Content\AltNetHispanoVans.css" /> <Content Include="Content\altnetlogo.png" /> <Content Include="Content\question.jpg" /> + <Content Include="Content\themes\altnethispano\images\div_content.gif" /> + <Content Include="Content\themes\altnethispano\images\div_wrapperIn.gif" /> + <Content Include="Content\themes\altnethispano\images\header-background.gif" /> + <Content Include="Content\themes\altnethispano\images\logoDiscountASPNET.gif" /> + <Content Include="Content\themes\altnethispano\images\menu.png" /> <Content Include="Content\twitter\sign-in-with-twitter-d-sm.png" /> <Content Include="Content\twitter\sign-in-with-twitter-d.png" /> <Content Include="Content\twitter\sign-in-with-twitter-l-sm.png" /> @@ -211,6 +216,9 @@ <ItemGroup> <Content Include="Views\Shared\DefaultEditor.cshtml" /> </ItemGroup> + <ItemGroup> + <Content Include="Views\Shared\_MenuPortal.cshtml" /> + </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
--- a/Agendas/trunk/src/Agendas.Web/Content/Site.css Wed Aug 03 09:38:23 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Web/Content/Site.css Thu Aug 04 18:44:57 2011 -0300 @@ -5,12 +5,14 @@ ----------------------------------------------------------*/ body { - background-color: #5c87b2; - font-size: 75%; + background: url("themes/altnethispano/images/header-background.gif") repeat-x scroll 0 0 #FFFFFF; font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif; + font-size: 70%; margin: 0; - padding: 0; - color: #696969; + margin: 0 auto; + width: 1024px; + padding: 0; + color: #575757; } .logo { @@ -47,7 +49,6 @@ h1, h2, h3, h4, h5, h6 { font-size: 1.5em; - color: #000; } h1 @@ -87,16 +88,19 @@ page width. Or, you can specify an exact pixel width. */ .page { - width: 90%; margin-left: auto; margin-right: auto; } +#portal { + display: inline; +} + #header { - position: relative; + position: relative; + background: url("themes/altnethispano/images/div_wrapperIn.gif") repeat-x scroll 0 0 #FFFFFF; margin-bottom: 0px; - color: #000; padding: 0; } @@ -105,7 +109,6 @@ font-weight: bold; padding: 5px 0; margin: 0; - color: #fff; border: none; line-height: 2em; font-size: 32px !important; @@ -113,9 +116,12 @@ #main { + background: url("themes/altnethispano/images/div_content.gif") repeat-x 50% 100% transparent; padding: 30px 30px 15px 30px; + height: 540px; background-color: #fff; - margin-bottom: 30px; + margin-left: auto; + margin-right: auto; _height: 1px; /* only IE6 applies CSS properties starting with an underscore */ } @@ -127,14 +133,14 @@ line-height: normal; margin: 0; font-size: .9em; + background-color: transparent; } /* TAB MENU ----------------------------------------------------------*/ ul#menu { - border-bottom: 1px #5C87B2 solid; - padding: 0 0 2px; + padding: 0 0 0px; position: relative; margin: 0; text-align: right; @@ -142,27 +148,28 @@ ul#menu li { + background: url("themes/altnethispano/images/menu.png") repeat-y scroll 0 0 #fff; + border: 1px solid #979797; + padding: 5px 20px; display: inline; list-style: none; + color: #575757; } ul#menu li#greeting { - padding: 10px 20px; font-weight: bold; text-decoration: none; line-height: 2.8em; - color: #fff; + color: #575757; } ul#menu li a { - padding: 10px 20px; font-weight: bold; text-decoration: none; line-height: 2.8em; - background-color: #e8eef4; - color: #034af3; + color: #575757; } ul#menu li a:hover @@ -265,28 +272,27 @@ #logindisplay { + display: block; font-size:1.1em; - display:block; text-align:right; margin:10px; - color:White; } #logindisplay a:link { - color: white; + color: #575757; text-decoration: underline; } #logindisplay a:visited { - color: white; + color: #575757; text-decoration: underline; } #logindisplay a:hover { - color: white; + color: #575757; text-decoration: none; } @@ -347,3 +353,58 @@ { width: 6em; } + +/* Portal menu +------------------------------------------------------*/ +ul#portalmenu +{ + width: 50%; + padding: 0 0; + position: relative; + margin: 0; + text-align: left; +} + +ul#portalmenu li +{ + display: inline; + list-style: none; +} + +ul#portalmenu li#greeting +{ + font-weight: bold; + text-decoration: none; + line-height: 2.8em; + color: #fff; +} + +ul#portalmenu li a +{ + background: url("themes/altnethispano/images/menu.png") repeat-y scroll 0 0 #fff; + border: 1px solid #979797; + padding: 5px 20px; + font-weight: bold; + text-decoration: none; + line-height: 2.8em; + color: #575757; +} + +ul#portalmenu li a:hover +{ + background-color : #E6E6E6; + text-decoration: none; + color: #575757; +} + +ul#portalmenu li a:active +{ + background-color: #a6e2a6; + text-decoration: none; +} + +ul#portalmenu li.selected a +{ + background-color: #fff; + color: #000; +} \ No newline at end of file
Binary file Agendas/trunk/src/Agendas.Web/Content/themes/altnethispano/images/div_content.gif has changed
Binary file Agendas/trunk/src/Agendas.Web/Content/themes/altnethispano/images/div_wrapperIn.gif has changed
Binary file Agendas/trunk/src/Agendas.Web/Content/themes/altnethispano/images/header-background.gif has changed
Binary file Agendas/trunk/src/Agendas.Web/Content/themes/altnethispano/images/logoDiscountASPNET.gif has changed
--- a/Agendas/trunk/src/Agendas.Web/Views/Shared/_Layout.cshtml Wed Aug 03 09:38:23 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Web/Views/Shared/_Layout.cshtml Thu Aug 04 18:44:57 2011 -0300 @@ -19,15 +19,19 @@ </head> <body> + <div id="portal"> + @Html.Partial("_MenuPortal") + </div> + <div class="page"> <div id="header"> <div id="title"> <h1>Gestión de VANs</h1> </div> - <div id="logindisplay"> - @Html.Partial("_LogOnPartial") - </div> + <div id="logindisplay"> + @Html.Partial("_LogOnPartial") + </div> <div id="menucontainer"> @Html.Partial("_Menu") @@ -40,8 +44,13 @@ <img alt="logo" src="@Url.Content("~/Content/altnetlogo.png")" /> </div> @RenderBody() - <div id="footer"> - </div> + </div> + <div id="footer"> + Contacto: <a href="mailto:contacto@althethispano.org" alt="contacto@althethispano.org">contacto@althethispano.org</a> - + <strong>hosting by </strong> + <a target="_blank" title="DiscountASP" href="http://www.discountasp.com/"> + <img src="/Content/themes/altnethispano/images/logoDiscountASPNET.gif" alt="DiscountASP.NET" height="25" /> + </a> </div> </div> </body>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Agendas/trunk/src/Agendas.Web/Views/Shared/_MenuPortal.cshtml Thu Aug 04 18:44:57 2011 -0300 @@ -0,0 +1,5 @@ +<ul id="portalmenu"> + <li><a href="http://altnethispano.org/">Inicio</a></li> + <li><a href="http://altnethispano.org/wiki">Wiki</a></li> +</ul> +