Skip to content
Extraits de code Groupes Projets
Valider 299da4d4 rédigé par cerdic's avatar cerdic
Parcourir les fichiers

renommage de formfx.css en spip_formulaires.css

et @import via habillage.css pour conserver la compat avec les anciens squelettes
(direction_css est propagee dans les @import)
parent 1b175b89
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
config/remove.txt -text config/remove.txt -text
dist/favicon.ico -text dist/favicon.ico -text
dist/feed.png -text dist/feed.png -text
dist/formfx.css -text
dist/formulaires/choix_mots.html -text dist/formulaires/choix_mots.html -text
dist/formulaires/forum/charger.php -text dist/formulaires/forum/charger.php -text
dist/formulaires/forum/traiter.php -text dist/formulaires/forum/traiter.php -text
...@@ -45,6 +44,7 @@ dist/puce.gif -text ...@@ -45,6 +44,7 @@ dist/puce.gif -text
dist/puce_rtl.gif -text dist/puce_rtl.gif -text
dist/rechercher.png -text dist/rechercher.png -text
dist/spip.png -text dist/spip.png -text
dist/spip_formulaires.css -text
dist/spip_pass.html -text dist/spip_pass.html -text
dist/win_width.htc -text dist/win_width.htc -text
ecrire/action/acceder_document.php -text ecrire/action/acceder_document.php -text
......
/* ----------------------------------------------------------- */ /* ----------------------------------------------------------- */
/* Feuilles de styles des squelettes par defaut pour SPIP 1.9 */ /* Feuilles de styles des squelettes par defaut pour SPIP 1.9 */
/* ----------------------------------------------------------- */ /* ----------------------------------------------------------- */
/*@import url(formfx.css);*/ @import url(spip_formulaires.css);
/* ------------------------------------------ /* ------------------------------------------
/* Typographie generale (style transversaux) /* Typographie generale (style transversaux)
......
...@@ -23,9 +23,6 @@ ...@@ -23,9 +23,6 @@
[(#REM) Feuille de style CSS pour l'impression ] [(#REM) Feuille de style CSS pour l'impression ]
[<link rel="stylesheet" href="(#CHEMIN{impression.css}|direction_css)" type="text/css" media="print" />] [<link rel="stylesheet" href="(#CHEMIN{impression.css}|direction_css)" type="text/css" media="print" />]
[(#REM) Feuille de style CSS pour les formulaires ]
[<link rel="stylesheet" href="(#CHEMIN{formfx.css}|direction_css)" type="text/css" media="all" />]
[(#REM) Feuille de style personnalisee pour surcharger les precedentes [(#REM) Feuille de style personnalisee pour surcharger les precedentes
A noter par defaut cette css n'existe pas A noter par defaut cette css n'existe pas
] ]
......
Fichier déplacé
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
[<link rel="shortcut icon" href="(#CHEMIN{favicon.ico})" />] [<link rel="shortcut icon" href="(#CHEMIN{favicon.ico})" />]
<link rel="stylesheet" href="[(#CHEMIN{spip_style.css}|direction_css)]" type="text/css" /> <link rel="stylesheet" href="[(#CHEMIN{spip_style.css}|direction_css)]" type="text/css" />
<link rel="stylesheet" href="[(#CHEMIN{minipres.css}|direction_css)]" type="text/css" /> <link rel="stylesheet" href="[(#CHEMIN{minipres.css}|direction_css)]" type="text/css" />
<link rel="stylesheet" href="[(#CHEMIN{formfx.css}|direction_css)]" type="text/css" /> <link rel="stylesheet" href="[(#CHEMIN{spip_formulaires.css}|direction_css)]" type="text/css" />
</head> </head>
<body class='pass' > <body class='pass' >
......
...@@ -299,9 +299,6 @@ table.spip_barre { ...@@ -299,9 +299,6 @@ table.spip_barre {
padding-bottom: 0px; padding-bottom: 0px;
} }
table.spip_barre a img { table.spip_barre a img {padding: 3px; border: 1px outset #GET{claire}; }
/*[(#EVAL{_DIR_IMG_PACK}|concat{fond-fondo.gif}|image_bg{[(#ENV{couleur_claire})], center center })]*/
padding: 3px; border: 1px outset #GET{claire}; }
table.spip_barre a:hover img { background: #FFF; border: 1px solid #CC9; } table.spip_barre a:hover img { background: #FFF; border: 1px solid #CC9; }
table.spip_barre input.barre { width: 99%; background: transparent; border: 0; color: #F57900; } table.spip_barre input.barre { width: 99%; background: transparent; border: 0; color: #F57900; }
\ No newline at end of file
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter