diff options
author | polo <ordipolo@gmx.fr> | 2023-04-23 23:39:10 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2023-04-23 23:39:10 +0200 |
commit | 21746f17dbd12499f794b1f2822b50e9e6c5d494 (patch) | |
tree | a8769620928d112bc5f4752b87886d5d2f2c90ea /public/css | |
parent | 6d4de815d7252956c4507b8767bd4b79b9a71fc8 (diff) | |
download | melaine-21746f17dbd12499f794b1f2822b50e9e6c5d494.zip |
bouton partager
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/discographie.css | 10 | ||||
-rw-r--r-- | public/css/main.css | 9 | ||||
-rw-r--r-- | public/css/pages_articles_simples.css | 6 |
3 files changed, 7 insertions, 18 deletions
diff --git a/public/css/discographie.css b/public/css/discographie.css index 2aae57e..7fb48df 100644 --- a/public/css/discographie.css +++ b/public/css/discographie.css | |||
@@ -120,12 +120,6 @@ input | |||
120 | padding-bottom: 20px; | 120 | padding-bottom: 20px; |
121 | border-bottom: 1px black solid; | 121 | border-bottom: 1px black solid; |
122 | } | 122 | } |
123 | /* mêmes règles que .boutonArticle dans main.css */ | ||
124 | .boutonAlbum span | ||
125 | { | ||
126 | padding: 2px; | ||
127 | border: 4px black groove; | ||
128 | } | ||
129 | 123 | ||
130 | #articles | 124 | #articles |
131 | { | 125 | { |
@@ -209,10 +203,10 @@ a:hover figure figcaption | |||
209 | { | 203 | { |
210 | width: 100%; | 204 | width: 100%; |
211 | } | 205 | } |
212 | .linkAlbumHTML | 206 | /*.linkAlbumHTML |
213 | { | 207 | { |
214 | color: blue; | 208 | color: blue; |
215 | } | 209 | }*/ |
216 | 210 | ||
217 | 211 | ||
218 | @media screen and (min-width: 700px) | 212 | @media screen and (min-width: 700px) |
diff --git a/public/css/main.css b/public/css/main.css index 77ab7ff..4017e31 100644 --- a/public/css/main.css +++ b/public/css/main.css | |||
@@ -87,11 +87,12 @@ img | |||
87 | vertical-align: bottom; | 87 | vertical-align: bottom; |
88 | } | 88 | } |
89 | 89 | ||
90 | .boutonArticle span | 90 | button a |
91 | { | 91 | { |
92 | padding: 2px; | 92 | color: black; |
93 | border: 4px black groove; | 93 | text-decoration: none; |
94 | } | 94 | } |
95 | |||
95 | .boutonSubmitEditeur | 96 | .boutonSubmitEditeur |
96 | { | 97 | { |
97 | margin-top: 5px; | 98 | margin-top: 5px; |
@@ -144,8 +145,6 @@ form | |||
144 | #courriel * | 145 | #courriel * |
145 | { | 146 | { |
146 | max-width: 220px; | 147 | max-width: 220px; |
147 | color: black; | ||
148 | text-decoration: none; | ||
149 | } | 148 | } |
150 | 149 | ||
151 | #courriel>button /* bouton pour remonter */ | 150 | #courriel>button /* bouton pour remonter */ |
diff --git a/public/css/pages_articles_simples.css b/public/css/pages_articles_simples.css index 2f3e901..ec8e665 100644 --- a/public/css/pages_articles_simples.css +++ b/public/css/pages_articles_simples.css | |||
@@ -29,11 +29,7 @@ figure | |||
29 | /* comme "article" dans main.css */ | 29 | /* comme "article" dans main.css */ |
30 | font-size: 90%; | 30 | font-size: 90%; |
31 | } | 31 | } |
32 | .boutonArticle span | 32 | |
33 | { | ||
34 | position: relative; | ||
35 | bottom: 6px; | ||
36 | } | ||
37 | @media screen and (min-width: 700px) | 33 | @media screen and (min-width: 700px) |
38 | { | 34 | { |
39 | #titre | 35 | #titre |