* animate.css: animations css * links.css: liens avec le fond blanc qui se déroule * links.css: WIP liens thème sombre * GitHub.ico: un petit merci à GitHub * live-concert-fg.png: image de plan rapproché : les fans * live-concert-scene.jpg: Image de fond : la scene * splash-image-2.jpg: image de fond : photo colorée, public de concert, vient de totemproduction.fr * links.css: ficher de définitions globales du style des bouttons (encore inutilisé) * yavsc.user.js: WIP implémente le widget "utilisateur", permettant l'affichage des liens rapides pour tout nom d'ulitisateur, le cas échéant, vers l'ajout à un cercle, vers son blog, vers des methodes choisies d'administateur, vers ses réseaux sociaux, voir plus. * About.aspx: Implémente une page "à propos" * Test.aspx: Page de test: désolé pour le bruit, elle n'est compilée qu'en mode `Debug` (elle n'est pas accessible en production) * NpgsqlBlogProvider.cs: Corrige la méthode pour enlever un tag à un article ... * NpgsqlBlogProvider.csproj: . * NpgsqlCircleProvider.cs: liste les cercles auquels appartient un utilisateur. * BasketController.cs: * NpgsqlContentProvider.cs: Les commandes sont fortement typée. * README.md: mise à jour des priorités * style.css: réécriture du thème clair * style.css: * implémente un classe css `clickme` pour attirer l'oeil sur le boutton de validation après la modification d'un champ de formulaire. * enlève tous les coins arrondis * modifie la chasse de caractères (une seule utilisée pour le moment) * * style.css: * integre la référence à la feuille de style des [animations](https://daneden.github.io/animate.css/) * corrige des marges, alignements * supprime ce qui reste de coin arrondi * néttoye les définitions obsolètes * définit la classe `username` * corrige le survol à la suppression de tag * FrontOfficeController.cs: renomme des methodes, refabriqué pour s'adapter aux changements de l'API du workflow, WIP propose les cercles utilisateurs pour l'ajout des profiles préstataires aux cercles. * HomeController.cs: implémente une page "à propos" * T.cs: re-autorise le titre vide de page, au cas où ... car ce n'est pas un véritable défaut fonctionnel. * YavscHelpers.cs: Implemente un outil de presentation des liens action traduits. Tous les liens action utilisent maintenant cette nouvelle methode, au profile de celle du framework `HtmlHelpers.ActionLink` * App.master: corrige l'usage du contrôle utilisateur des cotes dans le cadre des cotes de billet. * AppAdmin.master: * Index.aspx: * Service.aspx: * ProductCategory.aspx: traduction des liens action * NoLogin.master: * traduction des liens action * suppression des liens de remerciement dans le bas de page, cette information a été déplacée dans la page `/Home/Credits` * to-markdown.js: transforme maintenant les noeuds Html `div` en paragraphes Markdown. * yavsc.hidefieldset.js: Le script règle la forme de la souris au survol du bouton, le cas échéant. * yavsc.js: nouvelle fonction javascript pour logger un objet arbitraire. * yavsc.rate.js: Fixe la possibilité de mettre des cotes très basses ou très hautes (reste encore un mieux à faire), Affiche au survol des descriptions optionnelles de la cote. * Title.aspx: * UserPost.aspx: * Edit.aspx: * Index.aspx: * Brand.aspx: * Index.aspx: * PostActions.ascx: * TitleNotFound.aspx: * Booking.aspx: * Command.aspx: * ChangePasswordSuccess.aspx: Traduction des liens action * Login.aspx: * Traduction des liens actionTraduction des liens action * Profile.aspx: * Traduction des liens actionTraduction des liens action * utilisation de la classe css `mayhide` qui autorise maintenant un champ d'entrées de formulaire à être plié/déplié au click sur sa légende. * Admin.aspx: Traduction des liens actionTraduction des liens actionTraduction des liens actionTraduction des liens actionTraduction des liens actionTraduction des liens action * Backups.aspx: * RoleList.aspx: * UserList.aspx: * Index.aspx: Traduction des liens actionTraduction des liens action * Edit.aspx: * refabrication de la structure Html * Traduction des liens actionTraduction des liens action * Index.aspx: Simlpification des apperçus de blog * TagControl.ascx: refabrication pour simplifier l'implémentation du contrôle utilisateur des tags * UserPosts.aspx: Traduction des liens action, et simplification du listing de blog * Basket.aspx: Affiche les articles du panier de commandes avec leur vue dédiée à leur type (les commande sont maintenant fortement typées) * Catalog.aspx: Traduction des liens action, correctin du lien vers le produit (cassé depuis une vielle refabrication des routes) * DoAnEstimate.aspx: refabrication de la vue de création du devis: renommée depuis `Estimate` * Performer.ascx: * un message supplementaire à l'absence de compétence affichée par un préstataire * des guillemets autour du commentaire du préstataire sur sa compétence * ajout du préstataire au cercles * Performers.aspx: Décrit en détail les informations sur la disponibilité d'un préstataire, à la date demandée. * YourEstimates.aspx: renomage de cette page, pour préciser sa fonction : Vos devis. * Contact.aspx: structure Html de la page de contact * Credits.aspx: Ajoute les remerciements aux communauté du libre * Index.aspx: ne fait rien * Web.config: * import de `System.Transactions` * mise à jour des credits libres * WebDeploy.targets: utilise les séparateurs de chemin vers ficher à la POSIX, ne change rien pour ma config ... (TODO tester sous WoinDose) * Yavsc.csproj: déploie des pages des scripts Javascript et des images et feuilles de style en plus. * CircleManager.cs: implémente les methodes utilisées à la construction du contrôle utilisateur. * CircleProvider.cs: * doc xml * extension de interface * Commande.cs: l'objet `Command` devient abstrait, pour exister (être instanciée), une commande doit maintenant hériter de cet objet abstrait. * LocalizedText.resx: * LocalizedText.fr.resx: * LocalizedText.Designer.cs: * LocalizedText.fr.Designer.cs: traductions * IContentProvider.cs: doc xml * SiteSkills.aspx: renomage de cette page, pour préciser sa fonction : les compétences sur ce site.
283 lines
5.0 KiB
CSS
283 lines
5.0 KiB
CSS
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
|
|
@import url(/App_Themes/dark/links.css);
|
|
|
|
.panel {
|
|
display:inline-block;
|
|
width: calc(33% - 10px);
|
|
}
|
|
|
|
@media all and (max-width: 1200px) {
|
|
.panel {
|
|
width: calc(50% - 5px);
|
|
}
|
|
}
|
|
@media all and (max-width: 720px) {
|
|
.panel {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.skillname {
|
|
background-color: rgba(16,16,64,0.8);
|
|
border-color: #aaf;
|
|
}
|
|
|
|
body {
|
|
font-family: 'Open Sans', sans-serif;
|
|
background-color: black;
|
|
color: #D0FFD0;
|
|
}
|
|
|
|
|
|
.rate {
|
|
border: solid rgb(128,128,0) 1px;
|
|
background-color: rgba(20,20,20,.8);
|
|
color: yellow;
|
|
}
|
|
|
|
.rate:hover { border-color: green;
|
|
background-color:rgba(30,0,124,0.9); }
|
|
|
|
|
|
header {
|
|
}
|
|
|
|
header h1, header a {
|
|
background-color: rgba(0,0,0,.5);
|
|
}
|
|
|
|
nav {
|
|
background: url("/App_Themes/images/helix-nebula-1400x1400.s.jpg") 50% 10% repeat fixed ;
|
|
}
|
|
|
|
main {
|
|
background: url("/App_Themes/images/p8-av4.l.jpg") 50% 50% no-repeat fixed ;
|
|
}
|
|
|
|
footer {
|
|
background: url("/App_Themes/images/helix-nebula-1400x1400.s.jpg") 50% 90% repeat fixed ;
|
|
}
|
|
|
|
#copyr { background-color: rgba(20,20,20,.8); }
|
|
|
|
fieldset {
|
|
background-color: rgba(16,16,64,0.8);
|
|
border-color: #000060;
|
|
}
|
|
|
|
legend {
|
|
background-color: rgba(0,0,32,.5);
|
|
}
|
|
|
|
#gspacer {
|
|
background-color: rgba(20,20,20,.8);
|
|
}
|
|
.thanks {
|
|
background-color: rgba(50,50,50,.8);
|
|
color: rgb(230,230,230);
|
|
font-size: x-small;
|
|
font-weight: bold;
|
|
}
|
|
.thanks:hover {
|
|
background-color: rgba(80,80,80,.8);
|
|
color: white;
|
|
}
|
|
.postpreview {
|
|
background-color: rgba(0,0,32,0.8);
|
|
}
|
|
.post {
|
|
background-color: rgba(0,0,32,0.8);
|
|
color: #eee;
|
|
}
|
|
.hiddenpost { background-color: rgba(16,16,16,0.5); }
|
|
|
|
aside {
|
|
background-color: rgba(20,20,20,.6);
|
|
border-color: rgb(128,128,128);
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
padding: 1em;
|
|
}
|
|
|
|
.usertitleref {
|
|
background-color:rgba(0,0,32,0.6);
|
|
}
|
|
.editable {
|
|
border-color: rgb(020,20,256);
|
|
}
|
|
|
|
.notification {
|
|
background-color: rgba(64,64,0,0.5);
|
|
border-color: green ;
|
|
}
|
|
.dirty {
|
|
background-color: rgba(128,0,0,0.5);
|
|
}
|
|
.error, #error {
|
|
color: #f88;
|
|
background-color: rgba(128,0,0,0.5);
|
|
}
|
|
|
|
|
|
|
|
|
|
.validation-summary-errors{
|
|
color: #f88;
|
|
background-color: rgba(128,0,0,0.5);
|
|
}
|
|
|
|
.validation-summary-errors{
|
|
color: #f88;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
background-color: rgba(30,30,30,.8);
|
|
color: yellow;
|
|
}
|
|
a:hover {
|
|
background-color:rgba(50,50,50,.8);
|
|
color: white;
|
|
}
|
|
a:active {
|
|
background-color:rgba(124,0,32,0.9);
|
|
}
|
|
|
|
.actionlink, .menuitem, input[type='submit'] {
|
|
border-color: rgb(128,128,0);
|
|
background-color: rgba(20,20,20,.8);
|
|
color: yellow;
|
|
}
|
|
|
|
input, select, textarea {
|
|
color: white;
|
|
background-color:rgba(32,32,32,0.8);
|
|
border-color: rgb(128,128,128);
|
|
}
|
|
|
|
input:hover, textarea:hover {
|
|
color: white;
|
|
background-color:rgb(0,0,0);
|
|
}
|
|
.code {
|
|
background-color: rgba(0,0,256,0.1);
|
|
}
|
|
|
|
.clickme {
|
|
transition: background-color 2s;
|
|
}
|
|
|
|
@media all and (max-width: 640px) {
|
|
header {
|
|
padding-top:1em;
|
|
padding-bottom:1em;
|
|
}
|
|
|
|
#avatar {
|
|
margin:.5em;
|
|
}
|
|
|
|
header h1, header a , .actionlink, .menuitem, a { padding:.5em;}
|
|
|
|
nav {
|
|
margin: 1em;
|
|
padding: 1em;
|
|
background: url("/App_Themes/images/helix-nebula-1400x1400.s.jpg") 50% 10% repeat fixed ;
|
|
}
|
|
main {
|
|
margin: 1em;
|
|
padding: 1em;
|
|
background: url("/App_Themes/images/p8-av4.jpg") 50% 50% no-repeat fixed ;
|
|
}
|
|
footer {
|
|
background: url("/App_Themes/images/helix-nebula-1400x1400.s.jpg") 50% 90% repeat fixed ;
|
|
}
|
|
footer a {
|
|
border-radius:.5em;
|
|
margin:.5em;
|
|
padding:.5em;
|
|
}
|
|
|
|
.notification {
|
|
padding: .5em;
|
|
border-radius:.5em;
|
|
margin:.5em;
|
|
padding:.5em;
|
|
}
|
|
.menuitem {
|
|
display: block;
|
|
}
|
|
.post {
|
|
margin:.3em;
|
|
padding:.3em;
|
|
}
|
|
.usertitleref{
|
|
padding:.3em;
|
|
}
|
|
|
|
.bshpanel { cursor:zoom-in; }
|
|
|
|
.c2 { display:initial; }
|
|
.c2-alt { display:none; }
|
|
.c3 { display:none; }
|
|
.c3-alt { display:initial; }
|
|
}
|
|
|
|
@media all and (max-width: 350px) {
|
|
header {
|
|
padding-top:.5em;
|
|
padding-bottom:.5em;
|
|
}
|
|
|
|
header h1, header a { padding:.2em;}
|
|
|
|
nav {
|
|
margin: .5em;
|
|
padding: .5em;
|
|
background: url("/App_Themes/images/helix-nebula-1400x1400.xxs.jpg") 50% 10% repeat fixed ;
|
|
}
|
|
main {
|
|
margin: .5em;
|
|
padding: .5em;
|
|
background: url("/App_Themes/images/p8-av4.s.jpg") 50% 50% no-repeat fixed ;
|
|
}
|
|
footer {
|
|
background: url("/App_Themes/images/helix-nebula-1400x1400.xxs.jpg") 50% 10% repeat fixed ;
|
|
}
|
|
footer a {
|
|
border-radius:.2em;
|
|
margin:.2em;
|
|
padding:.2em;
|
|
}
|
|
.c2 { display:none; }
|
|
.c2-alt { display:initial; }
|
|
}
|
|
|
|
|
|
.input-validation-error { border: solid 1px red; background-color: rgba(128,0,0,0.5);
|
|
animation-name: hotzone;
|
|
animation-duration: 4s;
|
|
animation-iteration-count: infinite;
|
|
}
|
|
|
|
.field-validation-error { color: rgb(256,200,200); background-color: rgba(128,0,0,0.5);
|
|
animation-name: hotzone;
|
|
animation-duration: 4s;
|
|
animation-iteration-count: infinite;
|
|
}
|
|
|
|
input[type='submit'].clickme {
|
|
animation-name: hotzone;
|
|
animation-duration: 4s;
|
|
animation-iteration-count: infinite;
|
|
}
|
|
|
|
|
|
@keyframes hotzone {
|
|
from {
|
|
background-color: rgba(30,30,30,.8);}
|
|
50% {background-color: rgba(90,50,50,.8);}
|
|
to {background-color: rgba(30,30,30,.8);}
|
|
}
|
|
|