Project

General

Profile

« Previous | Next » 

Revision 4b02c7e4

Added by Andreas Kohlbecker over 11 years ago

first basic css theming done

View differences:

7.x/themes/zen_dataportal/sass/pages.scss
23 23
  font-weight: normal;
24 24
}
25 25

  
26

  
27 26
#page {
28 27
  // single-box-shadow($color, $hoff, $voff, $blur, $spread, $inset)
29
  @include single-box-shadow(black, 0px, 5px, 10px);
30
  padding-top: $zen-gutter-width / 2;
28
  @include single-box-shadow(black, 0px, 5px, 20px);
29
  padding-top: $zen-gutter-width;
31 30
}
32 31

  
33 32
/*
......
54 53
 */
55 54

  
56 55
#header {
56
  margin-bottom: $zen-gutter-width / 2;
57 57
}
58 58

  
59 59
#logo { /* Wrapping link for logo */
60 60
  float: left; /* LTR */
61 61
  margin: 0;
62
  margin-right: $zen-gutter-width / 2;
62 63
  padding: 0;
63 64

  
64 65
  img {
......
68 69

  
69 70
#name-and-slogan { /* Wrapper for website name and slogan */
70 71
  float: left;
72
  margin-right: $zen-gutter-width / 2;
71 73
}
72 74

  
73 75
#site-name { /* The name of the website */
......
110 112
#content {
111 113
}
112 114

  
115

  
113 116
.region-highlighted {
114 117
}
115 118

  

Also available in: Unified diff