Project

General

Profile

Download (6.42 KB) Statistics
| Branch: | Tag: | Revision:
1
/**
2
 * @file
3
 * Comment Styling
4
 */
5
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/comments\.scss}line{font-family:\000039}}
6
.comments {
7
  /* Wrapper for the list of comments and its title */
8
  margin: 1.5em 0;
9
}
10
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/comments\.scss}line{font-family:\0000312}}
11
.comments h2.title {
12
  /* Heading for the list of comments */
13
}
14
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/comments\.scss}line{font-family:\0000315}}
15
.comments h2.comment-form {
16
  /* Heading for the comment form */
17
}
18

    
19
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/comments\.scss}line{font-family:\0000319}}
20
.comment {
21
  /* Wrapper for a single comment */
22
}
23
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/comments\.scss}line{font-family:\0000321}}
24
.comment.comment-preview {
25
  /* Preview of the comment before submitting new or updated comment */
26
  background-color: #ffffea;
27
  /* Drupal core will use a #ffffea background. See #1110842 */
28
}
29
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/comments\.scss}line{font-family:\0000325}}
30
.comment.new {
31
  /* A new comment since the user last viewed the page. */
32
}
33
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/comments\.scss}line{font-family:\0000328}}
34
.comment.first {
35
  /* The first comment in the list of comments */
36
}
37
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/comments\.scss}line{font-family:\0000331}}
38
.comment.last {
39
  /* The last comment in the list of comments */
40
}
41
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/comments\.scss}line{font-family:\0000334}}
42
.comment.odd {
43
  /* An odd-numbered comment in the list of comments */
44
}
45
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/comments\.scss}line{font-family:\0000337}}
46
.comment.even {
47
  /* An even-numbered comment in the list of comments */
48
}
49
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/comments\.scss}line{font-family:\0000340}}
50
.comment.comment-by-anonymous {
51
  /* A comment created by an anonymous user */
52
}
53
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/comments\.scss}line{font-family:\0000343}}
54
.comment.comment-by-node-author {
55
  /* A comment created by the node's author */
56
}
57
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/comments\.scss}line{font-family:\0000346}}
58
.comment.comment-by-viewer {
59
  /* A comment created by the current user */
60
}
61
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/comments\.scss}line{font-family:\0000349}}
62
.comment h3.comment-title {
63
  /* Comment title */
64
}
65
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/comments\.scss}line{font-family:\0000352}}
66
.comment .new {
67
  /* "New" marker for comments that are new for the current user */
68
  color: #c00;
69
}
70
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/comments\.scss}line{font-family:\0000356}}
71
.comment .user-picture {
72
  /* The picture of the comment author */
73
}
74
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/comments\.scss}line{font-family:\0000359}}
75
.comment .submitted {
76
  /* The "posted by" information */
77
}
78
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/comments\.scss}line{font-family:\0000362}}
79
.comment .permalink {
80
  /* Comment's permalink wrapper */
81
  text-transform: uppercase;
82
  font-size: 75%;
83
}
84
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/comments\.scss}line{font-family:\0000367}}
85
.comment .user-signature {
86
  /* The user's signature */
87
}
88
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/comments\.scss}line{font-family:\0000370}}
89
.comment ul.links {
90
  /* Comment links. See also the ul.links declaration in the pages.css. */
91
}
92

    
93
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/comments\.scss}line{font-family:\0000374}}
94
.indented {
95
  /* Nested comments are indented */
96
  margin-left: 30px;
97
  /* Drupal core uses a 25px left margin */
98
}
99

    
100
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/comments\.scss}line{font-family:\0000378}}
101
.comment-unpublished {
102
  /* Unpublished comments */
103
  /* background-color: #fff4f4; */
104
  /* Drupal core uses a #fff4f4 background */
105
}
106
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/comments\.scss}line{font-family:\0000381}}
107
.comment-unpublished p.unpublished {
108
  /* The word "Unpublished" displayed underneath the content. */
109
  height: 0;
110
  overflow: visible;
111
  color: #d8d8d8;
112
  font-size: 75px;
113
  line-height: 1;
114
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
115
  font-weight: bold;
116
  text-transform: uppercase;
117
  text-align: center;
118
  word-wrap: break-word;
119
}
(3-3/19)