sdoc-templates-42floors 0.2 → 0.3
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1f019bb8e85cfdb06e528c182e86b26ed2b42ab4
|
4
|
+
data.tar.gz: 15edf14a1ffb76e79443e6641f5c9a6564f93662
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 81131f028a461003ddfb7e30faba3adc26e6784e41deadacc2368ae00babf0f5425811ed614d4207200daca230953142b294fb0453d5c52b62a6a12222571b93
|
7
|
+
data.tar.gz: c49ca7f05a7b46c49cf66a1264c50e1dbb15bd0384e04ee4f88ba5d0f8d1be7fcca0ce14fc6ff7ab7d68592599fa71d516898c09ac540de5ec3381a2278d3b91
|
@@ -8,7 +8,7 @@ body {
|
|
8
8
|
}
|
9
9
|
|
10
10
|
a:link, a:active, a:visited, a:hover {
|
11
|
-
color: #
|
11
|
+
color: #769028;
|
12
12
|
text-decoration: none;
|
13
13
|
}
|
14
14
|
|
@@ -110,9 +110,9 @@ ol li
|
|
110
110
|
|
111
111
|
.banner
|
112
112
|
{
|
113
|
-
background: #
|
113
|
+
background: #97B833;
|
114
114
|
color: #FFF;
|
115
|
-
border: 1px solid #
|
115
|
+
border: 1px solid #769028;
|
116
116
|
padding: 1em;
|
117
117
|
}
|
118
118
|
.banner h1
|
@@ -137,7 +137,7 @@
|
|
137
137
|
|
138
138
|
.panel .result ul li.current
|
139
139
|
{
|
140
|
-
background: #
|
140
|
+
background: #97B833;
|
141
141
|
}
|
142
142
|
|
143
143
|
.panel .result ul li.current h1,
|
@@ -166,7 +166,7 @@
|
|
166
166
|
|
167
167
|
.panel .result ul li.current:hover
|
168
168
|
{
|
169
|
-
background: #
|
169
|
+
background: #769028;
|
170
170
|
}
|
171
171
|
|
172
172
|
.panel .result ul li .badge
|
@@ -341,7 +341,7 @@
|
|
341
341
|
|
342
342
|
.panel .tree ul li.current
|
343
343
|
{
|
344
|
-
background: #
|
344
|
+
background: #97B833;
|
345
345
|
}
|
346
346
|
|
347
347
|
.panel .tree ul li.current .icon
|
@@ -377,7 +377,7 @@
|
|
377
377
|
|
378
378
|
.panel .tree ul li.current:hover
|
379
379
|
{
|
380
|
-
background: #
|
380
|
+
background: #769028;
|
381
381
|
}
|
382
382
|
|
383
383
|
.panel .tree .stopper
|