Projet

Général

Profil

Paste
Télécharger (1,55 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / sky / css / articles.css @ 87dbc3bf

1
/* Articles (nodes) */
2
article {
3
  margin-bottom: 3em;
4
}
5
h1.node-title {
6
  margin: 0 0 0.18em;
7
}
8
article > header {
9
 border-bottom: solid 1px #e6e4de;
10
 position: relative;
11
}
12
article .submitted {
13
  color: #666;
14
  font-size: 0.923em;
15
  padding: 0 0 0.6em 0;
16
  position: relative;
17
}
18
article .node-content {
19
  padding: 1em 0;
20
}
21
article .links {
22
  font-size: 0.923em;
23
  text-transform: lowercase;
24
}
25
article .links a,
26
article .links a:visited {
27
  display: inline-block;
28
  padding: 0.3em 0.8em;
29
}
30
.node header.with-picture {
31
  height: 3.5em;
32
  height: auto !important;
33
  min-height: 3.5em;
34
  padding-left: 60px;
35
}
36
.node header .user-picture {
37
  left: 0;
38
  top: 3px;
39
  height: 45px;
40
  position: absolute;
41
  width: 45px;
42
}
43
.node header .user-picture img {
44
  display: block;
45
  margin: 0;
46
  height: 45px;
47
  width: 45px;
48
}
49
.node-content img {
50
  border: solid 1px #e6e4de;
51
  padding: 0.5em;
52
}
53
article .tags,
54
.node-content .field-type-taxonomy-term-reference {
55
  border-left: solid 1px #e6e4de;
56
  display: inline;
57
  font-style: italic;
58
  margin-left: 0.6em;
59
  padding: 0 0 0 0.6em;
60
}
61
article .tags .field-label,
62
.node-content .field-type-taxonomy-term-reference h2.field-label {
63
  display: inline;
64
  font-size: 1em;
65
  font-weight: normal;
66
  margin: 0;
67
}
68
.node-content .field-type-taxonomy-term-reference ul,
69
.node-content .field-type-taxonomy-term-reference ul  li {
70
  display: inline;
71
}
72
.node ul.links {
73
  margin: 0;
74
  text-transform: lowercase;
75
}
76
.node ul.links li {
77
  margin: 0;
78
  padding: 0 .75em 0 0;
79
}
80
.node ul.links li a {
81
  padding: 0.5em 1em;
82
  white-space: nowrap;
83
  font-size: 0.857em;
84
}