Projet

Général

Profil

Télécharger (1,16 ko) Statistiques
| Branche: | Tag: | Révision:

theme / ckanext / ozwillo_theme / fanstatic / templates.t3_bs3_blank.less.core.less.css @ ec96250c

1
input,
2
button,
3
select,
4
textarea {
5
  font-family: inherit;
6
  font-size: inherit;
7
  line-height: inherit;
8
}
9
a {
10
  color: #6e418e;
11
  text-decoration: none;
12
}
13
a:hover,
14
a:focus {
15
  color: #45295a;
16
  text-decoration: underline;
17
}
18
a:focus {
19
  outline: thin dotted;
20
  outline: 5px auto -webkit-focus-ring-color;
21
  outline-offset: -2px;
22
}
23
img {
24
  vertical-align: middle;
25
}
26
th,
27
td {
28
  line-height: 1.42857143;
29
  text-align: left;
30
  vertical-align: top;
31
}
32
th {
33
  font-weight: bold;
34
}
35
td,
36
tr td {
37
  border-top: 1px solid #dddddd;
38
}
39
.cat-list-row0:hover,
40
.cat-list-row1:hover {
41
  background: #f5f5f5;
42
}
43
.cat-list-row1,
44
tr.cat-list-row1 td {
45
  background: #f9f9f9;
46
}
47
table.contentpane,
48
table.tablelist,
49
table.category,
50
table.admintable,
51
table.blog {
52
  width: 100%;
53
}
54
table.contentpaneopen {
55
  border: 0;
56
}
57
.star {
58
  color: #ffcc00;
59
}
60
.red {
61
  color: #cc0000;
62
}
63
hr {
64
  margin-top: 22px;
65
  margin-bottom: 22px;
66
  border: 0;
67
  border-top: 1px solid #eeeeee;
68
}
69
.wrap {
70
  width: auto;
71
  clear: both;
72
}
73
.center,
74
.table td.center,
75
.table th.center {
76
  text-align: center;
77
}
78
.element-invisible {
79
  position: absolute;
80
  padding: 0;
81
  margin: 0;
82
  border: 0;
83
  height: 1px;
84
  width: 1px;
85
  overflow: hidden;
86
}
(10-10/21)