Compare commits
No commits in common. "0ce8f05c6f4c2bc5d7761de2e54b280f5318a0e5" and "abb51ac63a6ddd4e6595f5994ee2b0e1129fc3a6" have entirely different histories.
0ce8f05c6f
...
abb51ac63a
File diff suppressed because one or more lines are too long
Binary file not shown.
Before Width: | Height: | Size: 97 KiB |
|
@ -1,33 +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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -66,17 +66,14 @@ body:not(.browse) #content {
|
|||
// }
|
||||
}
|
||||
|
||||
// line breaks generated by omekas
|
||||
.break {
|
||||
width: 100%;
|
||||
margin: (2 * $global-margin) 0;
|
||||
clear: both;
|
||||
// width: 100%;
|
||||
// margin: (2 * $global-margin) 0;
|
||||
// clear: both;
|
||||
}
|
||||
|
||||
.break.opaque {
|
||||
border-top: 1px solid $body-background;
|
||||
}
|
||||
.break.transparent {
|
||||
border-top: none;
|
||||
// border-top: 1px solid $light-gray;
|
||||
}
|
||||
|
||||
/* Styles for vertical menu layout */
|
||||
|
|
|
@ -68,25 +68,32 @@ main {
|
|||
}
|
||||
|
||||
|
||||
|
||||
//
|
||||
//
|
||||
// .contain selector for max-width
|
||||
// page category
|
||||
//--------------
|
||||
.contain-width {
|
||||
.entry-content,.omekas-entry-content {
|
||||
@include breakpoint(small){
|
||||
.index{
|
||||
main {
|
||||
article {
|
||||
header {
|
||||
.entry-title {
|
||||
}
|
||||
}
|
||||
@include breakpoint(medium){
|
||||
max-width: 50rem;
|
||||
section {
|
||||
}
|
||||
@include breakpoint(xlarge){
|
||||
max-width: 50rem;
|
||||
.entry-content,.omekas-entry-content {
|
||||
@include breakpoint(small){
|
||||
}
|
||||
@include breakpoint(medium){
|
||||
max-width: unset;
|
||||
}
|
||||
@include breakpoint(xlarge){
|
||||
max-width: unset;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//
|
||||
// news category
|
||||
//--------------
|
||||
|
@ -391,42 +398,12 @@ main {
|
|||
aside {
|
||||
background-color: $white;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
align-content: center;
|
||||
h2 {
|
||||
margin: $global-margin;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.collections-all {
|
||||
|
||||
}
|
||||
&.collection-single {
|
||||
.slides{
|
||||
background-color: unset;
|
||||
.slide {
|
||||
margin:0 auto;
|
||||
height: unset;
|
||||
width: 100vw;
|
||||
max-height: 10rem;
|
||||
@include breakpoint(large){
|
||||
height: unset;
|
||||
}
|
||||
img,.arc-page-header-img {
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
width: 100vw;
|
||||
}
|
||||
}
|
||||
}
|
||||
aside {
|
||||
nav {
|
||||
width: 100vw;
|
||||
border-top: $global-border-archive;
|
||||
border-bottom: $global-border-archive;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
//end hero
|
||||
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
<?php
|
||||
//
|
||||
// as for 2021 07 28 this template is not being used
|
||||
// consider deleting it
|
||||
//
|
||||
$archiveSiteHelper = $this->getHelperPluginManager()->get('archiveSiteMeta');
|
||||
?>
|
||||
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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()
|
||||
|
|
|
@ -11,23 +11,23 @@
|
|||
title="an arc-hive project"
|
||||
alt="arc-hive logo" />
|
||||
<?php endif; ?>
|
||||
<h1 class="site-name">
|
||||
<?php echo $site->title(); ?>
|
||||
</h1>
|
||||
<h2 class="site-description">
|
||||
an integrative digital bio-art platform
|
||||
</h2>
|
||||
<h1 class="site-name"><?php echo $site->title(); ?></h1>
|
||||
<h2 class="site-description">an integrative digital bio-art platform</h2>
|
||||
</a>
|
||||
</main>
|
||||
<nav>
|
||||
<menu class="">
|
||||
<?php //
|
||||
// Segun el diseño, este menu no existe
|
||||
// ----------
|
||||
// echo $site->publicNav()
|
||||
// ->menu()
|
||||
// ->setPartial('common/foundation-navigation.phtml')
|
||||
// ->renderPartialWithParams(['layout' => 'dropdown']);
|
||||
<ul>
|
||||
<li>
|
||||
Segun el diseño, este menu no existe
|
||||
</li>
|
||||
</ul>
|
||||
<?php /*
|
||||
echo $site->publicNav()
|
||||
->menu()
|
||||
->setPartial('common/foundation-navigation.phtml')
|
||||
->renderPartialWithParams(['layout' => 'dropdown']);
|
||||
*/
|
||||
?>
|
||||
</menu>
|
||||
</nav>
|
||||
|
|
|
@ -1,34 +1,34 @@
|
|||
<section class="hero omeka collections-all">
|
||||
<section class="hero omeka">
|
||||
<main class="slides">
|
||||
<?php if ($this->themeSetting('logo')): ?>
|
||||
<section class="slide">
|
||||
<figure>
|
||||
<img src="<?php echo $this->themeSettingAssetUrl('logo'); ?>"
|
||||
title="<?php echo $site->title(); ?>"
|
||||
alt="<?php echo $site->title(); ?>"
|
||||
title="<?php echo $site->title(); ?>"
|
||||
class="logo" />
|
||||
</figure>
|
||||
</section>
|
||||
<?php else: ?>
|
||||
<section class="slide">
|
||||
<!-- <p>ARC-HIVE is a curatorial space that gathers artworks that work in the continuum of biomateriality, from DNA, proteins, and cells to full organisms. They can be manipulation, modification or (re)creation of life and living processes.</p> -->
|
||||
<figure>
|
||||
<img src="<?php echo $this->assetUrl('img/ARC-HIVE-logo.svg');?>"
|
||||
class="logo"
|
||||
title="an arc-hive project"
|
||||
alt="arc-hive logo"
|
||||
class="logo" />
|
||||
alt="arc-hive logo" />
|
||||
</figure>
|
||||
</section>
|
||||
<?php endif; ?>
|
||||
|
||||
</main>
|
||||
<aside>
|
||||
<h2 class="site-title">
|
||||
<h2>
|
||||
<a href="<?= $this->site->url() ?>">
|
||||
<?= $this->site->title() ?>
|
||||
</a>
|
||||
</h2>
|
||||
<nav class="">
|
||||
<?php echo $this->partial('common/search-form.phtml'); ?>
|
||||
</nav>
|
||||
<?php echo $this->partial('common/search-form.phtml'); ?>
|
||||
|
||||
</aside>
|
||||
</section>
|
||||
|
|
|
@ -1,28 +1,27 @@
|
|||
<section class="hero omeka collection-single">
|
||||
<section class="hero omeka">
|
||||
<main class="slides">
|
||||
<section class="slide">
|
||||
<figure>
|
||||
<img
|
||||
<img class="arc-page-header-img"
|
||||
title="an arc-hive project"
|
||||
alt="collection logo"
|
||||
class="arc-page-header-img" />
|
||||
alt="collection logo" />
|
||||
</figure>
|
||||
</section>
|
||||
</main>
|
||||
<aside>
|
||||
<h2 class="site-title">
|
||||
<h2>
|
||||
<a href="<?= $this->site->url() ?>">
|
||||
<?= $this->site->title() ?>
|
||||
</a>
|
||||
</h2>
|
||||
<nav class="">
|
||||
<?php
|
||||
echo $site->publicNav()
|
||||
->menu()
|
||||
->setPartial('common/foundation-navigation.phtml')
|
||||
->renderPartialWithParams(['layout' => 'dropdown']);
|
||||
<?php
|
||||
echo $site->publicNav()
|
||||
->menu()
|
||||
->setPartial('common/foundation-navigation.phtml')
|
||||
->renderPartialWithParams(['layout' => 'dropdown']);
|
||||
|
||||
?>
|
||||
<?php echo $this->partial('common/search-form.phtml'); ?>
|
||||
|
||||
?>
|
||||
<?php echo $this->partial('common/search-form.phtml'); ?> </nav>
|
||||
</aside>
|
||||
</section>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue