styleguide part after search result examples and filter docks on right position
This commit is contained in:
parent
567128c818
commit
6e4b3ef52b
28
index.html
28
index.html
|
@ -28,7 +28,7 @@
|
|||
$(window).scroll(function() {
|
||||
var scroll = $(window).scrollTop();
|
||||
|
||||
if (scroll >= 1600) {
|
||||
if (scroll >= 2280) {
|
||||
header.removeClass('scroll').addClass("fixed");
|
||||
} else {
|
||||
header.removeClass("fixed").addClass('scroll');
|
||||
|
@ -112,19 +112,6 @@
|
|||
<p>Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie conse</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row styleguide">
|
||||
<div class="col-1040">
|
||||
<h1>Styleguide</h1>
|
||||
<h2>Farben</h2>
|
||||
<ul>
|
||||
<li style="height:50px;"><span style="width:50px; height:50px; display:block; float:left; background:#fef0e4;"></span>#fef0e4 (Content-Hintergrund)</li>
|
||||
<li style="height:50px;"><span style="width:50px; height:50px; display:block; float:left; background:#fcd4b1;"></span>#fcd4b1 (Menüpunkte)</li>
|
||||
<li style="height:50px;"><span style="width:50px; height:50px; display:block; float:left; background:#002b3e;"></span>#002b3e (Fließtext)</li>
|
||||
<li style="height:50px;"><span style="width:50px; height:50px; display:block; float:left; background:#296178;"></span>#296178 (Hauptblau)</li>
|
||||
<li style="height:50px;"><span style="width:50px; height:50px; display:block; float:left; background:#a14032;"></span>#a14032 (Akzentfarbe)</li>
|
||||
<li style="height:50px;"><span style="width:50px; height:50px; display:block; float:left; background:#db513d;"></span>#db513d (Linkfarbe 1)</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row search-result-example-variante3">
|
||||
<div class="col-1040">
|
||||
<h1>Suchergebnisgallerie Variante 3</h1>
|
||||
|
@ -725,6 +712,19 @@
|
|||
</div>
|
||||
<div class="clearer"> </div>
|
||||
</div>
|
||||
<div class="row styleguide">
|
||||
<div class="col-1040">
|
||||
<h1>Styleguide</h1>
|
||||
<h2>Farben</h2>
|
||||
<ul>
|
||||
<li style="height:50px;"><span style="width:50px; height:50px; display:block; float:left; background:#fef0e4;"></span>#fef0e4 (Content-Hintergrund)</li>
|
||||
<li style="height:50px;"><span style="width:50px; height:50px; display:block; float:left; background:#fcd4b1;"></span>#fcd4b1 (Menüpunkte)</li>
|
||||
<li style="height:50px;"><span style="width:50px; height:50px; display:block; float:left; background:#002b3e;"></span>#002b3e (Fließtext)</li>
|
||||
<li style="height:50px;"><span style="width:50px; height:50px; display:block; float:left; background:#296178;"></span>#296178 (Hauptblau)</li>
|
||||
<li style="height:50px;"><span style="width:50px; height:50px; display:block; float:left; background:#a14032;"></span>#a14032 (Akzentfarbe)</li>
|
||||
<li style="height:50px;"><span style="width:50px; height:50px; display:block; float:left; background:#db513d;"></span>#db513d (Linkfarbe 1)</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row news-example">
|
||||
<div class="col-777">
|
||||
<h1>Some very interesting news</h1>
|
||||
|
|
Loading…
Reference in New Issue