<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: ITP Thesis Archive 2024
Theme URI: 
Author: Lenin Compres
Author URI: https://lenino.net/
Description: 
Tags: 
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Theme styles */

:root {
  --link-color: #2C4ED9;
}

@font-face {
  font-family: Estedad;
  src: url(/assets/Estedad-Regular.ttf);
}

h1,
h2,
h3,
h4 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.5em;
}

a {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--link-color);
}

b {
  font-weight: bold;
}

p,
li {
  line-height: 1.3em;
}

p {
  max-width: 50em;
  margin-bottom: 1em;
}

#container {
  font-family: Estedad, "Estedad-Regular", Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: row;
  min-height: 100vh;
}

@media only screen and (max-width: 767px) {
  /* CSS rules for mobile devices */
  #container {
    flex-direction: column;
  }
  #site_header {
    width: 100% !important;
    padding: 0 !important;
    justify-content: space-between;
  }    
  #site_header&gt;main {
    border-bottom: solid 1px black;
    padding: 1rem 1rem 0;
  }
  #main_menu {
    display: none;
  }
  #site_header&gt;.page-search {
    margin-bottom: 01rem !important;
  }
  .page-search::before {
    width: 1rem !important;
    margin-left: 1rem;
  }
  .gallery-list .project-info {
    flex-direction: column;
  }
  .gallery-list .project-info&gt;li {
    width: auto !important;
  }
  .gallery-list .project-info&gt;li:nth-child(n+3) {
    display: none;  
  }
  #menu-toggle {
    display: block !important;
  }

  body.menuopened #menu-toggle {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }

  .page-section{
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

  body:not(.menuopened) .page-section:not(.page-gallery) {
    max-height: 0 !important;  
  }

}

#site_header {
  display: flex;
  flex-direction: column;
  height: auto;
  width: 9rem;
  padding: 1rem;
  border-right: solid 1px black;
  padding-bottom: 5rem;
  border-top: solid 1px black;
}

#site_header&gt;.page-search {
  margin-bottom: 20rem;
}

#archive_title {
  font-size: 1.4em;
}

#site_main {
  width: -webkit-fill-available;
}

#site_main&gt;* {
  overflow: hidden;
  border-top: solid 1px black;
}

#main_menu ul {
  display: flex;
  flex-direction: column;
}

#main_menu .current_page_item {
  color: var(--link-color);
  margin-left: 3rem;
}

/* page-section class */

.page-section {
  width: -webkit-fill-available;
}

.page-section&gt;header {
  display: flex;
  flex-direction: row;
  padding: 1rem;
}

.page-section&gt;header&gt;* {
  font-weight: normal;
}

.page-section&gt;header&gt;i {
  display: inline-block;
  width: 1em;
}

input {
  font-size: 1rem;
  border-color: transparent;
  border-width: 1pt;
  font-family: inherit;
  color: inherit;
  padding: 0.25rem;
  margin: -0.25rem;
  width: -webkit-fill-available;
  height: 1.25rem;
  max-width: 30rem;
}

.page-section&gt;main {
  padding: 0 1rem 2rem;
  width: -webkit-fill-available;
}

.page-section&gt;main&gt;.wp-block-columns {
  max-width: 50em;
}

.link-list {
  font-weight: bold;
  margin-top: 1.5em;
  display: flex;
  flex-direction: column;
}

.link-list a {
  line-height: 1.5em;
}

.link-list a[href=""] {
  display: none;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}

.tag-list&gt;li {
  margin-right: 0.5em;
}

.tag-list&gt;li:before {
  content: '#';
}

.tag-list .applied {
  text-decoration: underline;
}

.tag-list .applied:hover {
  text-decoration: line-through;
}

.page-section.collapsable {
  max-height: 3rem;
  overflow: hidden;
}

.page-section.collapsable&gt;header {
  cursor: pointer;
}

/* page-section element */

.page-section {
  display: block;
  height: fit-content;
}

.page-section.collapsable.active {
  max-height: fit-content;
}

.page-section&gt;header::before {
  width: 1em;
}

.page-section.collapsable&gt;header::before {
  font-family: arial;
  content: '+';
  width: 1em;
}

.page-section.menu&gt;header::before,
.page-gallery&gt;header::before {
  font-family: arial;
  content: 'â‰¡';
}


.page-search {
  display: flex;
  margin: 1em 0;
}

.page-search::before {
  font-family: arial;
  width: 2rem;
  content: 'âš²';
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.page-explore&gt;header::before {
  font-family: arial;
  content: 'â¦½';
}

.page-section.collapsable.active&gt;header {
  color: var(--link-color);
}

.page-section.collapsable.active&gt;header::before {
  font-family: arial;
  content: '-';
}

/* gallery */

.page-gallery&gt;header {
  text-transform: uppercase;
}

.page-gallery&gt;header&gt;* {
  margin-right: 0.25em;
}

.page-gallery&gt;header .filter-list {
  display: flex;
}

.page-gallery&gt;header .filter-list&gt;li {
  text-transform: initial;
  line-height: 1em;
  color: white;
  background-color: var(--link-color);
  margin: -0.2em 0.2em;
  padding: 0.2em;
}

.page-gallery&gt;header .filter-list&gt;li a:hover {
  text-decoration: line-through;
  color: white;
}

.page-gallery&gt;main {
  overflow-y: scroll;
  height: calc(100vh - 6rem);
}

.gallery-list {
  list-style: none;
  display: flex;
  flex-direction: column;
}

.gallery-list&gt;li {
  margin-bottom: 2rem;
}

.gallery-list&gt;li.filtered-out {
  display: none;
}

.gallery-list&gt;li&gt;a {
  margin-right: 0.5rem;
  float: left;
}

.gallery-list&gt;li:hover {
  border-color: var(--link-color);
}

.gallery-list&gt;li h3 {
  margin-bottom: 0;
}

.gallery-list&gt;li p {
  color: #555;
  margin: 0.5em 0;
}

.gallery-list&gt;li figure {
  width: 150px;
  height: 113px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  margin-bottom: 0.5em;
}

.gallery-list&gt;li figure img {
  min-height: 100%;
  min-width: 100%;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* modern browsers */
  opacity: 0;
}

.gallery-list .project-info {
  margin: .5rem 0;
  display: flex;
  flex-wrap: wrap;
}

.gallery-list .project-info&gt;li:first-child {
  width: 150px;
}

.gallery-list .project-info&gt;li {
  margin: 0 1% 0.3rem;
  width: calc(28% - 50px);
  min-width: 150px;
}

.gallery-list .tag-list {
  flex-direction: row;
}

/* page-article element */

.page-article {
  padding: 2rem;
}

.page-article&gt;main {
  max-width: 50em;
}

.page-article&gt;main figure {
  margin: 2rem auto;
  width: fit-content;
  max-width: 100%;
}


.page-article&gt;main figure img {
  max-width: 100%;
  height: auto;
}


.page-article&gt;header&gt;h2 {
  margin-bottom: 2rem;
}

.page-article&gt;header&gt;section {
  display: inline-block;
  margin-right: 2rem;
  vertical-align: top;
}

#hero-image {
  width: calc(100% + 4rem);
  height: fit-content;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 2rem -2rem;
}

#hero-image img {
  width: 100%;
  height: auto;
  opacity: 0;
}

.category-list li {
  display: inline-block;
  padding: 0.2em;
  margin: 0.2em;
  line-height: 1em;
}

.category-list li.active {
  color: white;
  background-color: var(--link-color);
}

.category-list li a:before {
  content: '#',
}

.category-list li.active a:hover {
  text-decoration: line-through;
  color: white;
}

.category-list li i {
  margin: 0.3em;
  font-size: 50%;
  vertical-align: super;
}

#menu-toggle {
  font-size: 1.5rem;
  display: none;
  position: absolute;
  border: none !important;
  top: 0;
  right: 0;
  padding: 0.7rem;
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
}

#exploreOutput {
  padding: 0 1rem;
  margin: -0.5rem 1rem 1rem;
  box-shadow: 1px 1px 3px black;
  background-color: white;
  z-index: 1000;
  position: relative;
  max-height: 6.5rem;
  overflow: hidden;
}

#explore_section{
  height: 3em;
  overflow: visible;
}</pre></body></html>