Project

General

Profile

Download (5.14 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
.block, .node {
9
  /* style links only for content in blocks and node */
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
.block a:link,
13
.block a:visited, .node a:link,
14
.node a:visited {
15
  color: #115e92;
16
  text-decoration: none;
17
}
18
@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:\0000319}}
19
.block a:hover,
20
.block a:focus, .node a:hover,
21
.node a:focus {
22
  text-decoration: underline;
23
}
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:\0000325}}
26
.node {
27
  /* Node wrapper */
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:\0000327}}
30
.preview .node {
31
  /* Preview of the content before submitting new or updated content */
32
  /* background-color: #ffffea; */
33
  /* Drupal core uses a #ffffea background */
34
}
35
@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:\0000331}}
36
.node .node-title {
37
  /* Node title */
38
  display: none;
39
}
40
@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:\0000335}}
41
.node .user-picture {
42
  /* The picture of the node author */
43
}
44
@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:\0000338}}
45
.node .submitted {
46
  /* The "posted by" information */
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:\0000341}}
49
.node .content {
50
  /* Node's content wrapper */
51
}
52
@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:\0000344}}
53
.node ul.links {
54
  /* Node links. See also the ul.links declaration in the pages.css. */
55
}
56

    
57
@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:\0000349}}
58
.node-promoted {
59
  /* A node that has been promoted to the front page */
60
}
61

    
62
@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}}
63
.node-sticky {
64
  /* A sticky node (displayed before others in a list) */
65
}
66

    
67
@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}}
68
.node-by-viewer {
69
  /* A node created by the current user */
70
}
71

    
72
@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}}
73
.node-teaser {
74
  /* A node displayed as teaser */
75
}
76

    
77
/*
78
 * All nodes are given a node-FOO class that describes the type of content that
79
 * it is. If you create a new content type called "my-custom-type", it will
80
 * receive a "node-my-custom-type" class.
81
 */
82
@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:\0000367}}
83
.node-page {
84
  /* Page content node */
85
}
86

    
87
@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:\0000370}}
88
.node-article {
89
  /* Article content node */
90
}
91

    
92
@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:\0000373}}
93
.node-unpublished {
94
  /* Unpublished nodes */
95
  /* background-color: #fff4f4; */
96
  /* Drupal core uses a #fff4f4 background */
97
}
98
@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:\0000376}}
99
.node-unpublished p.unpublished {
100
  /* The word "Unpublished" displayed underneath the content. */
101
  height: 0;
102
  overflow: visible;
103
  color: #d8d8d8;
104
  font-size: 75px;
105
  line-height: 1;
106
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
107
  font-weight: bold;
108
  text-transform: uppercase;
109
  text-align: center;
110
  word-wrap: break-word;
111
}
(12-12/21)