Compare commits
12 Commits
19b434b157
...
f66e1fd99d
Author | SHA1 | Date |
---|---|---|
jorge | f66e1fd99d | |
chris | a5261b3b50 | |
jorge | b6c511b708 | |
jorge | 0aa8b78b8a | |
jorge | 0ce8f05c6f | |
jorge | a0352f8762 | |
jorge | 8bf5006643 | |
chris | f26a558ff1 | |
jorge | ffad101b04 | |
jorge | 19f2272b11 | |
jorge | f68954df1c | |
jorge | b7a482a8a3 |
File diff suppressed because one or more lines are too long
|
@ -23,7 +23,9 @@
|
||||||
content: 'Collection';
|
content: 'Collection';
|
||||||
}
|
}
|
||||||
&.tech-document-link:before {
|
&.tech-document-link:before {
|
||||||
content: 'Keywords';
|
//content: 'Keywords';
|
||||||
|
display:inline;
|
||||||
|
width: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
//@include foundation-switch;
|
//@include foundation-switch;
|
||||||
@include foundation-table;
|
@include foundation-table;
|
||||||
// Basic components
|
// Basic components
|
||||||
@include foundation-badge;
|
//@include foundation-badge;
|
||||||
@include foundation-breadcrumbs;
|
@include foundation-breadcrumbs;
|
||||||
@include foundation-callout;
|
@include foundation-callout;
|
||||||
@include foundation-card;
|
@include foundation-card;
|
||||||
|
@ -82,6 +82,7 @@
|
||||||
|
|
||||||
// global project styles
|
// global project styles
|
||||||
|
|
||||||
|
@import "global/print-pdf";
|
||||||
@import "global/wp-overrides"; //errors
|
@import "global/wp-overrides"; //errors
|
||||||
@import "global/wp-admin"; //errors
|
@import "global/wp-admin"; //errors
|
||||||
@import "global/typography";
|
@import "global/typography";
|
||||||
|
|
|
@ -69,6 +69,25 @@ main {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
//
|
||||||
|
// .index max-width
|
||||||
|
//--------------
|
||||||
|
.index {
|
||||||
|
.entry-content,.omekas-entry-content {
|
||||||
|
@include breakpoint(small){
|
||||||
|
}
|
||||||
|
@include breakpoint(medium){
|
||||||
|
max-width: unset;
|
||||||
|
}
|
||||||
|
@include breakpoint(xlarge){
|
||||||
|
max-width: unset;
|
||||||
|
}
|
||||||
|
@include breakpoint(xxlarge){
|
||||||
|
max-width: 60 rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
// .contain selector for max-width
|
// .contain selector for max-width
|
||||||
|
@ -177,9 +196,11 @@ main {
|
||||||
@include flex-align(center,top);
|
@include flex-align(center,top);
|
||||||
}
|
}
|
||||||
header {
|
header {
|
||||||
margin-top: 2*$global-margin;
|
display: none;
|
||||||
border-top: 1px solid $body-font-color;
|
|
||||||
padding: $global-padding*2 0;
|
// margin-top: 2*$global-margin;
|
||||||
|
// border-top: 1px solid $body-font-color;
|
||||||
|
// padding: $global-padding*2 0;
|
||||||
}
|
}
|
||||||
main {
|
main {
|
||||||
@include xy-grid;
|
@include xy-grid;
|
||||||
|
|
|
@ -17,14 +17,6 @@
|
||||||
</main>
|
</main>
|
||||||
<nav>
|
<nav>
|
||||||
<menu class="">
|
<menu class="">
|
||||||
<ul>
|
|
||||||
<li>
|
|
||||||
Este menu no lo genera Omeka.
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
Creo que emula el menu del wordpress.
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<?php /*
|
<?php /*
|
||||||
echo $site->publicNav()
|
echo $site->publicNav()
|
||||||
->menu()
|
->menu()
|
||||||
|
|
Loading…
Reference in New Issue