Project

General

Profile

Download (4.31 KB) Statistics
| Branch: | Tag: | Revision:
1
/**
2
 * @file
3
 * Node Styling
4
 *
5
 * Style anything that isn't in the $content variable.
6
 */
7
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/nodes\.scss}line{font-family:\0000311}}
8
.node {
9
  /* Node wrapper */
10
}
11
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/nodes\.scss}line{font-family:\0000313}}
12
.preview .node {
13
  /* Preview of the content before submitting new or updated content */
14
  /* background-color: #ffffea; */
15
  /* Drupal core uses a #ffffea background */
16
}
17
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/nodes\.scss}line{font-family:\0000317}}
18
.node .node-title {
19
  /* Node title */
20
}
21
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/nodes\.scss}line{font-family:\0000320}}
22
.node .user-picture {
23
  /* The picture of the node author */
24
}
25
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/nodes\.scss}line{font-family:\0000323}}
26
.node .submitted {
27
  /* The "posted by" information */
28
}
29
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/nodes\.scss}line{font-family:\0000326}}
30
.node .content {
31
  /* Node's content wrapper */
32
}
33
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/nodes\.scss}line{font-family:\0000329}}
34
.node ul.links {
35
  /* Node links. See also the ul.links declaration in the pages.css. */
36
}
37

    
38
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/nodes\.scss}line{font-family:\0000334}}
39
.node-promoted {
40
  /* A node that has been promoted to the front page */
41
}
42

    
43
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/nodes\.scss}line{font-family:\0000337}}
44
.node-sticky {
45
  /* A sticky node (displayed before others in a list) */
46
}
47

    
48
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/nodes\.scss}line{font-family:\0000340}}
49
.node-by-viewer {
50
  /* A node created by the current user */
51
}
52

    
53
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/nodes\.scss}line{font-family:\0000343}}
54
.node-teaser {
55
  /* A node displayed as teaser */
56
}
57

    
58
/*
59
 * All nodes are given a node-FOO class that describes the type of content that
60
 * it is. If you create a new content type called "my-custom-type", it will
61
 * receive a "node-my-custom-type" class.
62
 */
63
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/nodes\.scss}line{font-family:\0000352}}
64
.node-page {
65
  /* Page content node */
66
}
67

    
68
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/nodes\.scss}line{font-family:\0000355}}
69
.node-article {
70
  /* Article content node */
71
}
72

    
73
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/nodes\.scss}line{font-family:\0000358}}
74
.node-unpublished {
75
  /* Unpublished nodes */
76
  /* background-color: #fff4f4; */
77
  /* Drupal core uses a #fff4f4 background */
78
}
79
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/nodes\.scss}line{font-family:\0000361}}
80
.node-unpublished p.unpublished {
81
  /* The word "Unpublished" displayed underneath the content. */
82
  height: 0;
83
  overflow: visible;
84
  color: #d8d8d8;
85
  font-size: 75px;
86
  line-height: 1;
87
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
88
  font-weight: bold;
89
  text-transform: uppercase;
90
  text-align: center;
91
  word-wrap: break-word;
92
}
(10-10/19)