* robots.txt: Web robots should not

index /Account/Login nor
  /Google/Login


* Makefile:
* GDate.cs:
* YavscModel.csproj:
* Resource.cs:
* CalendarApi.cs:
* GoogleController.cs:
* CalendarListEntry.cs:
* CalendarEventList.cs:
* CalendarEntryList.cs: refactoring

* style.css: another style

* Index.aspx: cleanning

* Index.aspx: code formatting

* Login.aspx: Fixes the Page title 

* Web.config: Trying to fix the default directory index

* Web.csproj: robots.txt creation

* TextInput.cs: xml doc
This commit is contained in:
Paul Schneider 2015-03-12 13:56:59 +01:00
commit b2fdbc8d2e
16 changed files with 180 additions and 67 deletions

View file

@ -5,7 +5,7 @@ body {
background-repeat: no-repeat;
color: #D0FFD0;
font-family: 'Arial', cursive;
margin-bottom:3em;
padding-bottom:2.5em;
}
textarea {
@ -16,20 +16,20 @@ input, textarea, checkbox {
color: #FFFFA0;
background: black;
}
main {
background-color: rgba(17,0,23,0.65);
float:left;
margin:.5em;
margin-bottom:3em;
}
.panel,.bshpanel,aside {
background-color: rgba(32,16,16,0.8);
padding: 0.5em; margin: 0.5em;
border-radius:5px; border: solid 1px #000060;
float: right;
}
.bsh { float: right; }
.bsh { float: right; }
video,img {
@ -45,12 +45,22 @@ footer {
bottom:0;
left:0;
right:0;
background-color:rgba(0,16,0,0.6);
background-color:rgba(0,16,0,0.8);
display: flex;
justify-content: space-around;
justify-content: space-around;
z-index:-1;
}
#login {
position:fixed;
width:7em;
top:0;
right:0;
background-color:rgba(0,16,0,0.8);
justify-content: space-around;
padding:1em;
}
footer img { max-height: 2em; }
a {
@ -195,18 +205,23 @@ padding-left: 20px;
.bshd:hover > .bsh {
display: none;
}
footer {
footer img {
max-height: 1em;
}
footer a {
font-size: xx-small;
footer {
font-size: small;
}
body { margin-bottom:1em; font-size: smaller; }
}
@media all and (max-width: 350px) {
footer img { max-height: 0.7em; }
footer { font-size: xx-small; }
footer img { max-height: 0.8em; }
footer { font-size: x-small; }
}
}