Passage à ASP.NET vNext

This commit is contained in:
Paul Schneider 2016-05-17 18:22:18 +02:00
commit 388b004837
1929 changed files with 104611 additions and 235941 deletions

48
Yavsc/wwwroot/css/site.css Executable file
View file

@ -0,0 +1,48 @@
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}
/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
max-width: 280px;
}
.navbar-reac {
}
/* Carousel */
.carousel-caption p {
font-family: "jubilat";
font-weight: 600;
font-size: large;
line-height: 1.1;
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
color: white;
background-color: rgba(0,0,0,.5);
-webkit-text-shadow: inset 0 3px 5px rgb(0, 0, 0);
text-shadow: inset 0 3px 5px rgb(0, 0, 0);
margin:0;
padding:.5em;
}
ul.actiongroup li {
display:inline;
}
ul.actiongroup li a:hover {
background-color: rgba(128,128,128,.2);
color: red;
}
input, select, textarea {
max-width: 100%;
}
footer {
vertical-align: bottom;
padding: 1.5em;
}