summaryrefslogtreecommitdiff
path: root/public/melaine.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/melaine.css')
-rw-r--r--public/melaine.css214
1 files changed, 107 insertions, 107 deletions
diff --git a/public/melaine.css b/public/melaine.css
index f7faf99..dcb218c 100644
--- a/public/melaine.css
+++ b/public/melaine.css
@@ -1,107 +1,107 @@
1/* public/melaine.css */ 1/* public/melaine.css */
2 2
3.police_titre 3.police_titre
4{ 4{
5 color: #e9d4be; 5 color: #e9d4be;
6} 6}
7 7
8td 8td
9{ 9{
10 vertical-align: top; 10 vertical-align: top;
11} 11}
12 12
13pre 13pre
14{ 14{
15 font-family: 'Arial', 'sans'; 15 font-family: 'Arial', 'sans';
16 white-space: pre-wrap; 16 white-space: pre-wrap;
17} 17}
18 18
19figure 19figure
20{ 20{
21 /*margin: 5px;*/ 21 /*margin: 5px;*/
22} 22}
23.boutonArticle 23.boutonArticle
24{ 24{
25 border-bottom: 1px black solid; 25 border-bottom: 3px black double;
26} 26}
27.boutonArticle a 27.boutonArticle a
28{ 28{
29 padding: 2px; 29 padding: 2px;
30 border: 4px black groove; 30 border: 4px black groove;
31} 31}
32 32
33@media screen and (min-width: 700px) 33@media screen and (min-width: 700px)
34{ 34{
35 #titre 35 #titre
36 { 36 {
37 width: 630px; 37 width: 630px;
38 height: 171px; 38 height: 171px;
39 background-image: url("mouette.png"); 39 background-image: url("mouette.png");
40 } 40 }
41 41
42 #photo 42 #photo
43 { 43 {
44 width: 630px; 44 width: 630px;
45 height: 230px; 45 height: 230px;
46 background-image: url("melaine/photo.png"); 46 background-image: url("melaine/photo.png");
47 position: relative; 47 position: relative;
48 bottom: 30px; 48 bottom: 30px;
49 } 49 }
50 50
51 img 51 img
52 { 52 {
53 max-width: 630px; 53 max-width: 630px;
54 } 54 }
55} 55}
56 56
57@media screen and (max-width: 699px) 57@media screen and (max-width: 699px)
58{ 58{
59 #titre 59 #titre
60 { 60 {
61 width: 480px; 61 width: 480px;
62 height: 131px; 62 height: 131px;
63 background-image: url("mouette_petit.png"); 63 background-image: url("mouette_petit.png");
64 margin: auto; 64 margin: auto;
65 } 65 }
66 66
67 #photo 67 #photo
68 { 68 {
69 width: 480px; 69 width: 480px;
70 height: 191px; 70 height: 191px;
71 background-image: url("melaine/photo_petit.png"); 71 background-image: url("melaine/photo_petit.png");
72 margin: auto; 72 margin: auto;
73 position: relative; 73 position: relative;
74 bottom: 24px; 74 bottom: 24px;
75 } 75 }
76 76
77 img 77 img
78 { 78 {
79 max-width: 480px; 79 max-width: 480px;
80 } 80 }
81} 81}
82 82
83@media screen and (max-width: 479px) 83@media screen and (max-width: 479px)
84{ 84{
85 #titre 85 #titre
86 { 86 {
87 width: 320px; 87 width: 320px;
88 height: 88px; 88 height: 88px;
89 background-image: url("mouette_mini.png"); 89 background-image: url("mouette_mini.png");
90 margin: auto; 90 margin: auto;
91 } 91 }
92 92
93 #photo 93 #photo
94 { 94 {
95 width: 320px; 95 width: 320px;
96 height: 127px; 96 height: 127px;
97 background-image: url("melaine/photo_mini.png"); 97 background-image: url("melaine/photo_mini.png");
98 margin: auto; 98 margin: auto;
99 position: relative; 99 position: relative;
100 bottom: 17px; 100 bottom: 17px;
101 } 101 }
102 102
103 img 103 img
104 { 104 {
105 max-width: 320px; 105 max-width: 320px;
106 } 106 }
107} 107}