Project

General

Profile

Download (2.17 KB) Statistics
| Branch: | Tag: | Revision:
1
/**
2
 * @file
3
 * Block Styling
4
 */
5

    
6
@import "base";
7

    
8

    
9
.block { /* Block wrapper */
10
  margin-bottom: 1.5em;
11

    
12
  &.first { /* The first block in the region */
13
  }
14

    
15
  &.last { /* The last block in the region */
16
  }
17

    
18
  &.odd { /* Zebra striping for each block in the region */
19
  }
20

    
21
  &.even { /* Zebra striping for each block in the region */
22
  }
23

    
24
  h2.block-title { /* Block title */
25
  }
26
}
27

    
28

    
29
#block-aggregator-category-1 { /* Block for the latest news items in the first category */
30
}
31

    
32
#block-aggregator-feed-1 { /* Block for the latest news items in the first feed */
33
}
34

    
35
#block-block-1 { /* First block created with "Add block" link */
36
}
37

    
38
#block-blog-recent { /* "Recent blog posts" block */
39
}
40

    
41
#block-book-navigation { /* "Book navigation" block for the current book's table of contents */
42
}
43

    
44
#block-comment-recent { /* "Recent comments" block */
45
}
46

    
47
#block-forum-active { /* "Active forum topics" block */
48
}
49

    
50
#block-forum-new { /* "New forum topics" block */
51
}
52

    
53
#block-locale-language { /* Language switcher block */
54
}
55

    
56
#block-menu-menu-NAME { /* Custom menu block */
57
}
58

    
59
#block-node-recent { /* "Recent content" block */
60
}
61

    
62
#block-node-syndicate { /* "Syndicate" block for primary RSS feed; see also page.css's .feed-icon */
63
}
64

    
65
#block-poll-recent { /* "Most recent poll" block */
66
}
67

    
68
#block-profile-author-information { /* "Author information" block for the profile of the page's author */
69
}
70

    
71
#block-search-form { /* "Search form" block */
72
}
73

    
74
#block-shortcut-shortcuts { /* "Shortcuts" block */
75
}
76

    
77
#block-statistics-popular { /* "Popular content" block */
78
}
79

    
80
#block-system-main-menu { /* "Main menu" block */
81
}
82

    
83
#block-system-management { /* "Management" block for Drupal management menu */
84
}
85

    
86
#block-system-navigation { /* "Navigation" block for Drupal navigation menu */
87
}
88

    
89
#block-system-user-menu { /* "User menu" block for Drupal user menu */
90
}
91

    
92
#block-system-help { /* "System help" block */
93
}
94

    
95
#block-system-main { /* "Main page content" block */
96
}
97

    
98
#block-system-powered-by { /* "Powered by Drupal" block */
99
}
100

    
101
#block-user-login { /* "User login form" block */
102
}
103

    
104
#block-user-new { /* "Who's new" block for a list of the newest users */
105
}
106

    
107
#block-user-online { /* "Who's online" block for a list of the online users */
108
}
(4-4/20)