Project

General

Profile

« Previous | Next » 

Revision ca55d066

Added by Andreas Kohlbecker over 11 years ago

configuring theme and first sass editing

View differences:

7.x/themes/zen_dataportal/css/fields.css
10 10
 *
11 11
 * http://drupal.org/project/fences
12 12
 */
13

  
14

  
15 13
/*
16 14
 * Field wrappers when the Fences module is enabled.
17 15
 */
18

  
19
.field-label { /* The optional label for a field. */
16
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/fields\.scss}line{font-family:\0000321}}
17
.field-label {
18
  /* The optional label for a field. */
20 19
}
21 20

  
22
.field-FIELDNAME { /* Underscores in field name are replaced with dashes. */
21
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/fields\.scss}line{font-family:\0000324}}
22
.field-FIELDNAME {
23
  /* Underscores in field name are replaced with dashes. */
23 24
}
24 25

  
25 26
/*
26 27
 * If you don't use the Fences module, that's fine. Really. I think. Just use
27 28
 * these selectors instead:
28 29
 */
29

  
30
.field { /* Wrapper for any field. */
30
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/fields\.scss}line{font-family:\0000333}}
31
.field {
32
  /* Wrapper for any field. */
31 33
}
32 34

  
33 35
/*
34 36
 * Field types (Core)
35 37
 */
36

  
37
.field-type-text {
38
}
39

  
40
.field-type-text-long {
41
}
42

  
43
.field-type-text-with-summary {
44
}
45

  
46
.field-type-image {
47
}
48

  
49
.field-type-file {
50
}
51

  
52
.field-type-taxonomy-term-reference {
53
}
54

  
55
.field-type-number-integer {
56
}
57

  
58
.field-type-number-decimal {
59
}
60

  
61
.field-type-number-float {
62
}
63

  
64
.field-type-list-text {
65
}
66

  
67
.field-type-list-boolean {
68
}
69

  
70
.field-type-list-integer {
71
}
72

  
73
.field-type-list-float {
74
}
75

  
76 38
/*
77 39
 * Field types (Contrib)
78 40
 */
79

  
80
.field-type-datetime { /* Always use "datetime" when creating new CCK date fields. "date" and "datestamp" are legacy types. */
81
}
82

  
83
.field-type-node-reference {
84
}
85

  
86
.field-type-user-reference {
41
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/fields\.scss}line{font-family:\0000383}}
42
.field-type-datetime {
43
  /* Always use "datetime" when creating new CCK date fields. "date" and "datestamp" are legacy types. */
87 44
}
88 45

  
89 46
/*
90 47
 * Named fields
91 48
 */
92

  
93
.field-name-body {
94
}
95

  
96
.field-name-field-image {
97
}
98

  
99
.field-name-field-tags {
100
}
101

  
102
.field-name-field-FIELDNAME { /* Underscores in field name are replaced with dashes. */
49
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/fields\.scss}line{font-family:\00003105}}
50
.field-name-field-FIELDNAME {
51
  /* Underscores in field name are replaced with dashes. */
103 52
}

Also available in: Unified diff