Projet

Général

Profil

Révision 74f6bef0

Ajouté par Assos Assos il y a plus de 10 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/themes/pixture_reloaded/color/colors.css
81 81
  background: #b800a5 url("../images/header-tile.png") repeat-x left top;
82 82
}
83 83

  
84
#header .header-inner {
84
.header-inner {
85 85
  background: transparent url("../images/header.png") no-repeat top left;
86 86
}
87 87

  
88 88
@media only screen and (max-width:320px) {
89
  #header,#header .header-inner {background: #b800a5;}
89
  #header,
90
  .header-inner {background: #b800a5;}
90 91
}
91 92

  
92 93
@media only screen and (min-width:321px) and (max-width:480px) {
93
  #header,#header .header-inner  {background: #b800a5;}
94
  #header,
95
  .header-inner  {background: #b800a5;}
94 96
}
95 97

  
96 98
@media only screen and (min-width:481px) and (max-width:768px) {
97
  #header,#header .header-inner  {background: #b800a5;}
99
  #header,
100
  .header-inner  {background: #b800a5;}
98 101
}
99 102

  
100 103
#site-slogan {
......
102 105
}
103 106

  
104 107
#site-name a,
105
.region-header #block-user-login label,
106
.nav li a:link,
107
.nav li a:hover,
108
.nav li a:focus,
109
.nav li a:visited,
110
.nav li a:active,
111
.nav li a.active,
112
.nav li a:visited:hover {
108
.region-header #block-user-login label {
113 109
  color: #feffff;
114 110
}
115 111

  
......
183 179

  
184 180
/* Articles */
185 181

  
186
.article .article-title {
182
.node .node-title {
187 183
  border-bottom: solid 1px #e9e9e9;
188 184
}
189 185

  
190
.article .article-title a:hover {
186
.node .node-title a:hover {
191 187
  color: #ac2e82;
192 188
}
193 189

  
194
.article-teaser.article-sticky .article-title {
190
.node-teaser.node-sticky .node-title {
195 191
}
196 192

  
197 193
.field-type-image figure {
198 194
  border: 1px solid #e9e9e9;
199 195
}
200 196

  
201
#main-content .article-teaser {
197
#main-content .node-teaser {
202 198
  border: 1px solid #e9e9e9;
203 199
}
204 200

  
205
#main-content .article-teaser.article-sticky {
201
#main-content .node-teaser.node-sticky {
206 202
  background: #f7f7f7;
207 203
}
208 204

  
......
224 220

  
225 221
/* Forum */
226 222

  
227
#forum thead, 
223
#forum thead,
228 224
#forum tbody {
229 225
  border: none;
230 226
}
......
296 292

  
297 293

  
298 294
/* Menu bar menu */
299

  
300
nav .menu-wrapper li a,
301
nav .menu-wrapper li a:hover,
302
nav .menu-wrapper li a:focus,
303
nav .menu-wrapper li a:visited,
304
nav .menu-wrapper li a.active {
295
.at-mt .at-menu-toggle h2 a,
296
.menu-wrapper li a,
297
.menu-wrapper li a:hover,
298
.menu-wrapper li a:focus {
305 299
  color: #fffffe;
306 300
}
307 301

  
302
.at-mt .at-menu-toggle h2 {
303
  background: none;
304
}
305

  
308 306

  
309 307
/* Superfish Skin */
310 308

  
......
416 414
.view-content .calendar-calendar ul.inline li {
417 415
  border: 1px solid #f9cbed;
418 416
}
417

  
418
#footer .attribution a {
419
  color: #fff;
420
  color: rgba(255, 255, 255, 0.5);
421
}
422

  

Formats disponibles : Unified diff