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/css/pixture_reloaded.css
2 2

  
3 3
body,
4 4
#branding,
5
#header hgroup {
5
#header .h-group {
6 6
  padding: 0;
7 7
  margin: 0;
8 8
}
......
344 344
#header,
345 345
#branding {
346 346
  max-height: 88px;
347
  line-height: 1;
347 348
}
348 349
#head-elements {
349 350
  min-height: 88px;
350 351
}
352

  
353
.noggin-header #header,
354
#branding {
355
  max-height: none;
356
}
357

  
358

  
359

  
360

  
351 361
/* IE6 treats height like max height */
352 362
.ie6 #header,
353 363
.ie6 #branding,
......
355 365
  height: 88px;
356 366
}
357 367

  
358
#branding {
359
  text-transform: uppercase;
360
}
361 368
#site-name {
362 369
  font-size: 2.6em;
363 370
  margin: 0;
......
379 386
  float:right;
380 387
  margin:10px 0 0;
381 388
}
389

  
382 390
/* Special case blocks in the header region */
383 391
.region-header .block {
384 392
  float: left;
......
399 407
/* Menu-bar */
400 408
#menu-bar {
401 409
  clear: both;
402
  min-height: 32px;
403
  line-height: 32px;
410
  min-height: 2.5em;
411
  line-height: 2.5em;
404 412
  padding: 0;
405 413
  z-index: 100; /* Needed so Superfish menus appear over flash & slideshows in IE7 */
406 414
  position: relative;
......
924 932
  margin: 0 0 15px;
925 933
  padding: 0;
926 934
}
935
ul.primary,
936
ul.primary li {
937
  white-space: normal;
938
}
927 939
ul.primary li a {
928
  padding: 0.25em 0.9em 0.3em;
940
    display: block;
941
    float: left;
942
    height: 2em;
943
    line-height: 2em;
944
    margin-bottom: 5px;
945
    margin-right: 5px;
946
    padding: 0 10px;
947
    white-space: nowrap;
929 948
}
930 949
ul.primary li a.active:hover,
931 950
ul.primary li a.active:focus {
......
991 1010
  padding: 0;
992 1011
}
993 1012
ul.sf-menu.sf-horizontal a {
994
  height: 32px;
995
  line-height: 32px;
1013
  line-height: 2.5em;
996 1014
  padding: 0 10px;
997 1015
  border-left: none;
998 1016
  border-top: none;
......
1026 1044
  z-index: 99;
1027 1045
}
1028 1046
ul.sf-menu.sf-navbar a {
1029
  height: 32px;
1030
  line-height: 32px;
1047
  height: 2.5em;
1031 1048
  padding: 0 10px;
1032 1049
  border-left: none;
1033 1050
  border-top: none;
......
1052 1069
}
1053 1070
ul.sf-menu.sf-navbar li:hover ul,
1054 1071
ul.sf-menu.sf-navbar li.sfHover ul {
1055
  top: 32px;
1072
  top: 2.5em;
1056 1073
}
1057 1074
ul.sf-menu.sf-vertical ul,
1058 1075
ul.sf-menu.sf-navbar ul ul,
......
1409 1426
#getlocations_map_canvas img {
1410 1427
  max-width: none;
1411 1428
}
1429

  
1430
/* Misc styles to be categorised */
1431
.filter-help a {
1432
  padding: 0 20px 0 0;
1433
}

Formats disponibles : Unified diff