Project

General

Profile

« Previous | Next » 

Revision ac0c4f0d

Added by Andreas Kohlbecker about 11 years ago

fixing sass compilation problems which lead to broken layout in IE8

View differences:

7.x/themes/zen_dataportal/css/nodes.css
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\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/nodes\.scss}line{font-family:\0000311}}
8
.block, .node, #backButton {
9
  /* style links only for content in blocks and node and backbutton */
10
}
11
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/_custom\.scss}line{font-family:\0000363}}
12
.block a:link,
13
.block a:visited, .node a:link,
14
.node a:visited, #backButton a:link,
15
#backButton a:visited {
16
  color: #115e92;
17
  text-decoration: none;
18
}
19
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/_custom\.scss}line{font-family:\0000369}}
20
.block a:hover,
21
.block a:focus, .node a:hover,
22
.node a:focus, #backButton a:hover,
23
#backButton a:focus {
24
  text-decoration: underline;
25
}
26
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/_custom\.scss}line{font-family:\0000378}}
27
.block .Synonym a:link,
28
.block .Synonym a:visited, .block .misapplied-name a:link,
29
.block .misapplied-name a:visited, .node .Synonym a:link,
30
.node .Synonym a:visited, .node .misapplied-name a:link,
31
.node .misapplied-name a:visited, #backButton .Synonym a:link,
32
#backButton .Synonym a:visited, #backButton .misapplied-name a:link,
33
#backButton .misapplied-name a:visited {
34
  color: #7c7c7f;
35
}
36

  
37
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/nodes\.scss}line{font-family:\0000316}}
38
.node {
39
  /* Node wrapper */
40
}
41
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/nodes\.scss}line{font-family:\0000318}}
42
.preview .node {
43
  /* Preview of the content before submitting new or updated content */
44
  /* background-color: #ffffea; */
45
  /* Drupal core uses a #ffffea background */
46
}
47
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/nodes\.scss}line{font-family:\0000322}}
48
.node .node-title {
49
  /* Node title */
50
  display: none;
51
}
52
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/nodes\.scss}line{font-family:\0000326}}
53
.node .user-picture {
54
  /* The picture of the node author */
55
}
56
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/nodes\.scss}line{font-family:\0000329}}
57
.node .submitted {
58
  /* The "posted by" information */
59
}
60
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/nodes\.scss}line{font-family:\0000332}}
61
.node .content {
62
  /* Node's content wrapper */
63
}
64
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/nodes\.scss}line{font-family:\0000335}}
65
.node ul.links {
66
  /* Node links. See also the ul.links declaration in the pages.css. */
67
}
68

  
69
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/nodes\.scss}line{font-family:\0000340}}
70
.node-promoted {
71
  /* A node that has been promoted to the front page */
72
}
73

  
74
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/nodes\.scss}line{font-family:\0000343}}
75
.node-sticky {
76
  /* A sticky node (displayed before others in a list) */
77
}
78

  
79
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/nodes\.scss}line{font-family:\0000346}}
80
.node-by-viewer {
81
  /* A node created by the current user */
82
}
83

  
84
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/nodes\.scss}line{font-family:\0000349}}
85
.node-teaser {
86
  /* A node displayed as teaser */
87
}
88

  
89
/*
90
 * All nodes are given a node-FOO class that describes the type of content that
91
 * it is. If you create a new content type called "my-custom-type", it will
92
 * receive a "node-my-custom-type" class.
93
 */
94
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/nodes\.scss}line{font-family:\0000358}}
95
.node-page {
96
  /* Page content node */
97
}
98

  
99
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/nodes\.scss}line{font-family:\0000361}}
100
.node-article {
101
  /* Article content node */
102
}
103

  
104
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/nodes\.scss}line{font-family:\0000364}}
105
.node-unpublished {
106
  /* Unpublished nodes */
107
  /* background-color: #fff4f4; */
108
  /* Drupal core uses a #fff4f4 background */
109
}
110
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/nodes\.scss}line{font-family:\0000367}}
111
.node-unpublished p.unpublished {
112
  /* The word "Unpublished" displayed underneath the content. */
113
  height: 0;
114
  overflow: visible;
115
  color: #d8d8d8;
116
  font-size: 75px;
117
  line-height: 1;
118
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
119
  font-weight: bold;
120
  text-transform: uppercase;
121
  text-align: center;
122
  word-wrap: break-word;
123
}
1
.block a:link,.block a:visited,.node a:link,.node a:visited,#backButton a:link,#backButton a:visited{color:#115e92;text-decoration:none}.block a:hover,.block a:focus,.node a:hover,.node a:focus,#backButton a:hover,#backButton a:focus{text-decoration:underline}.block .Synonym a:link,.block .Synonym a:visited,.block .misapplied-name a:link,.block .misapplied-name a:visited,.node .Synonym a:link,.node .Synonym a:visited,.node .misapplied-name a:link,.node .misapplied-name a:visited,#backButton .Synonym a:link,#backButton .Synonym a:visited,#backButton .misapplied-name a:link,#backButton .misapplied-name a:visited{color:#7c7c7f}.node .node-title{display:none}.node-unpublished p.unpublished{height:0;overflow:visible;color:#d8d8d8;font-size:75px;line-height:1;font-family:Impact, "Arial Narrow", Helvetica, sans-serif;font-weight:bold;text-transform:uppercase;text-align:center;word-wrap:break-word}

Also available in: Unified diff