Compare commits

..

No commits in common. "a9ea9cfce2c6c4d3646ddd6b7eadbe1224df3314" and "74accb190f2b48d1fe9b428bcbbd0ede5f24b99b" have entirely different histories.

16 changed files with 1022 additions and 156 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 288 KiB

View File

@ -1,6 +1,3 @@
button {
@extend .button;
}
button,.button {
&.small{
padding: $global-padding*0.5 $global-padding*1.5;
@ -61,9 +58,3 @@ button,.button {
border: none;
}
}
.end_of_page_button {
@extend .button.small;
display: flex;
margin: $global-margin auto;
padding: $global-padding*0.5 $global-padding*5;
}

View File

@ -1,41 +1,3 @@
.card {
padding: $global-padding;
}
.collection-card {
ul {
&.arc-site-meta {
list-style: none;
margin: $global-margin 0;
li {
&:before{
content:'';
display: inline-block;
width: rem-calc(150);
min-height: rem-calc($global-lineheight);
}
&.artist:before {
content:'Artist';
}
&.date:before {
content: 'Year';
}
&.collection:before {
content: 'Collection';
}
&.tech-document-link:before {
//content: 'Keywords';
display:inline;
width: 0;
}
&.tech-document-link {
a {
@include button;
padding: $global-padding*0.5 $global-padding*1.5;
margin-left: 0;
font-size: $small-font-size;
}
}
}
}
}
}

View File

@ -1,9 +0,0 @@
dl {
.property {
display:flex;
dt {
width: 14rem;
max-width: 14rem;
}
}
}

View File

@ -39,7 +39,7 @@
//@include foundation-switch;
@include foundation-table;
// Basic components
//@include foundation-badge;
@include foundation-badge;
@include foundation-breadcrumbs;
@include foundation-callout;
@include foundation-card;
@ -82,7 +82,6 @@
// global project styles
@import "global/print-pdf";
@import "global/wp-overrides"; //errors
@import "global/wp-admin"; //errors
@import "global/typography";
@ -108,7 +107,6 @@
@import "components/buttons";
@import "components/accordion";
@import "components/tables";
@import "components/lists";
// Templates

View File

@ -30,8 +30,7 @@
}
&.eu{
&::before {
// background-image: url('../img/eu_flag_creative_europe_co_funded_left.svg');
background-image: url('../img/rechts_co-funded-by-the-creative-europe-media-programme-of-the-european-union-flag.png');
background-image: url('../img/eu_flag_creative_europe_co_funded_left.svg');
}
}
}

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +0,0 @@
// https://developer.mozilla.org/en-US/docs/Web/CSS/Paged_Media
//
@media print {
}

View File

@ -68,11 +68,18 @@ main {
}
//
// .index max-width
// page category
//--------------
.index{
main {
article {
header {
.entry-title {
}
}
section {
}
.entry-content,.omekas-entry-content {
@include breakpoint(small){
}
@ -82,29 +89,10 @@ main {
@include breakpoint(xlarge){
max-width: unset;
}
@include breakpoint(xxlarge){
max-width: 60 rem;
}
}
}
//
//
// .contain selector for max-width
//--------------
.contain-width {
.entry-content,.omekas-entry-content {
@include breakpoint(small){
}
@include breakpoint(medium){
max-width: 50rem;
}
@include breakpoint(xlarge){
max-width: 50rem;
}
}
}
//
// news category
@ -196,11 +184,9 @@ main {
@include flex-align(center,top);
}
header {
display: none;
// margin-top: 2*$global-margin;
// 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 {
@include xy-grid;
@ -237,14 +223,6 @@ main {
}
p {
@include xy-cell(12);
position: relative;
padding: $global-padding;
padding-bottom: $global-padding * 3;
.button {
position:absolute;
right:0;
margin-top: $global-padding * 3;
}
}
}
@include breakpoint(medium){

View File

@ -1,8 +1,4 @@
<?php
//
// as for 2021 07 28 this template is not being used
// consider deleting it
//
$archiveSiteHelper = $this->getHelperPluginManager()->get('archiveSiteMeta');
?>

View File

@ -5,7 +5,7 @@
['class' => 'advanced-search']
); ?>
<h3 class="item-set-resutls-title"><?php echo sprintf($this->translate('Item set results for "%s"'), $fulltextSearch); ?></h3>
<h2><?php echo sprintf($this->translate('Item set results for "%s"'), $fulltextSearch); ?></h2>
<?php echo $this->pagination(); ?>

View File

@ -11,8 +11,7 @@ $hasResults = false;
<?php
$img_src = $this->getHelperPluginManager()->get('archiveSiteMeta')->getSiteImage($this->site);
if (!$img_src) {
//$img_src = '/themes/archive/asset/img/default-header-image.jpg';
$img_src = $this->assetUrl('img/ARC-HIVE-logo.svg');
$img_src = '/themes/archive/asset/img/default-header-image.jpg';
}
if ($this->site->title() == "Collections") {
$image_height = "300px";
@ -35,7 +34,7 @@ $("#archive_page_title").html('<?php echo $_html ?>');
</script>
<!-- arc-hive insert ends -->
<h3 class="search-results-for-title"><?php echo sprintf($this->translate('Search results for “%s”'), $fulltextSearch); ?></h3>
<h2><?php echo sprintf($this->translate('Search results for “%s”'), $fulltextSearch); ?></h2>
<div class="results">

View File

@ -17,6 +17,14 @@
</main>
<nav>
<menu class="">
<ul>
<li>
Este menu no lo genera Omeka.
</li>
<li>
Creo que emula el menu del wordpress.
</li>
</ul>
<?php /*
echo $site->publicNav()
->menu()

View File

@ -11,7 +11,7 @@ $showPagePagination = $this->siteSetting('show_page_pagination', true);
$img_src = null;
$img_src = $this->getHelperPluginManager()->get('headerImage')->getImage($page);
if (!$img_src) {
$img_src = $this->assetUrl('img/default-ARC-HIVE-hero-image.jpg');
$img_src = $this->assetUrl('img/ARC-HIVE-logo.svg');
}
?>
<style>