Projet

Général

Profil

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

root / drupal7 / sites / all / themes / danland / danblog / danblog.css @ 87dbc3bf

1
/* $Id: danblog.css,v 1.11.2.2 2010/11/19 14:42:44 danprobo Exp $ */
2

    
3
/* Put your custom css and css overrides in this file */ 
4

    
5
body {
6
font-size: 84%;
7
font-family: Verdana, Arial, Helvetica, sans-serif;
8
color: #000;
9
margin: 0;
10
padding: 0;
11
line-height: 1.5em;
12
}
13

    
14
h1,h2,h3,h4,h5,h6 {
15
font-family: Arial, Helvetica, sans-serif;
16
}
17

    
18
#nav li a{
19
font-family: Arial, Helvetica, sans-serif;
20
}
21

    
22
#superfish .menu a,
23
#superfish .menu a:visited  {
24
font-family: Arial, Helvetica, sans-serif;
25
}
26

    
27
a:link {
28
color: #005a8c;/*#e87e17*/
29
text-decoration: none;
30
font-weight: bold;
31
}
32

    
33
a:visited {
34
color: #005a8c;/*#e87e17*/
35
text-decoration: none;
36
font-weight: bold;
37
}
38

    
39
a:hover {
40
text-decoration: underline;
41
}
42

    
43
.site-name a:hover {
44
text-decoration: none;
45
}
46

    
47
.comment .new {
48
text-align: right; /* LTR */
49
font-weight: bold;
50
float: right; /* LTR */
51
color: red;
52
margin:.5em;
53
}
54

    
55
.comment .title {
56
line-height: 1.2em;
57
}
58

    
59
.comment .title a:hover {
60
text-decoration: none;
61
}
62

    
63
#subnav li a {
64
font-weight:bold;
65
}
66

    
67
#subnav li a:hover {
68
text-decoration: underline;
69
color: #005a8c;/*#e87e17*/
70
}
71

    
72
.title {
73
line-height:1.2em;
74
}
75

    
76
.node .title a:hover {
77
text-decoration: none;
78
}
79

    
80
#aggregator h3 a:hover {
81
text-decoration: none;
82
color: #005a8c;/*#e87e17*/
83
}
84

    
85
#mission-wrapper {
86
width:950px;
87
margin:0 auto;
88
} 
89

    
90
#mission {
91
font-size:1.4em;
92
display:block;
93
line-height:1.2em;
94
font-family:Georgia, "Bitstream Vera Serif", serif;
95
font-size: 20px;
96
font-style:italic;
97
}
98

    
99
#mission .contextual-links {
100
font-size: 13px;
101
font-family: Verdana, Arial, Helvetica, sans-serif;
102
font-style:normal;
103
}
104

    
105
#mission .block-title {
106
margin-top:20px;
107
}
108

    
109
#mission .region {
110
margin:20px 10px;
111
}
112

    
113
.item-list .pager li a:hover {
114
text-decoration:none;
115
}