<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://livingpoets.dur.ac.uk/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Atuom</id>
	<title>Living Poets - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://livingpoets.dur.ac.uk/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Atuom"/>
	<link rel="alternate" type="text/html" href="https://livingpoets.dur.ac.uk/w/index.php/Special:Contributions/Atuom"/>
	<updated>2026-05-17T20:32:52Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.6</generator>
	<entry>
		<id>https://livingpoets.dur.ac.uk/w/index.php?title=MediaWiki:Common.css&amp;diff=4958</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://livingpoets.dur.ac.uk/w/index.php?title=MediaWiki:Common.css&amp;diff=4958"/>
		<updated>2024-02-01T10:11:35Z</updated>

		<summary type="html">&lt;p&gt;Atuom: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
#homebtns {&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#nav-meta {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* make main links on homepage look more like buttons */&lt;br /&gt;
#homebtns a {&lt;br /&gt;
    display: inline-block;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    border: 1px solid #ccc;&lt;br /&gt;
    background-color: #fafafa;&lt;br /&gt;
    font-family: &#039;linux biolinum&#039;, &#039;gill sans&#039;,&#039;gill sans mt&#039;,&#039;gill sans mt pro&#039;,&#039;century gothic&#039;,corbel,sans-serif;&lt;br /&gt;
    font-size: 1.5em;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    padding: 0.5em 1em;&lt;br /&gt;
    min-width: 6em;&lt;br /&gt;
    margin: 0.5em;&lt;br /&gt;
    color: black;&lt;br /&gt;
}&lt;br /&gt;
#homebtns a:hover {&lt;br /&gt;
    background-color: #f5f5f5;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* make table cells of class &#039;box&#039; stand out */&lt;br /&gt;
td.box {&lt;br /&gt;
    border: 1px solid #ccc;&lt;br /&gt;
    background-color: white;&lt;br /&gt;
    padding: 1ex 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* make spans of class &#039;box&#039; stand out */&lt;br /&gt;
span.box {&lt;br /&gt;
    border: 1px solid #ccc;&lt;br /&gt;
    background-color: white;&lt;br /&gt;
    padding: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* have line separating collections box, and make font size reasonable */&lt;br /&gt;
table.collectionsbox {&lt;br /&gt;
    border-top:1px solid #dddddd;&lt;br /&gt;
    font-size:0.75em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* enable side-by-side of maintext and translation elements,&lt;br /&gt;
 * floated so that js can easily enable crit app notes&lt;br /&gt;
 * (see LemmaNotes and ToggleNotes extension for that part) */&lt;br /&gt;
.textwithtranslation #maintext {&lt;br /&gt;
    float: left;&lt;br /&gt;
    width: 54%;&lt;br /&gt;
    padding-right: 3%; /* space for linenums */&lt;br /&gt;
    border-right:thin solid #ccc;&lt;br /&gt;
}&lt;br /&gt;
.textwithtranslation #translation {&lt;br /&gt;
    float: right;&lt;br /&gt;
    width: 39%;&lt;br /&gt;
    padding-left: 2%; /* space for linenums */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* space for linenums  */&lt;br /&gt;
.textwithouttranslation #maintext {&lt;br /&gt;
    padding-left: 2%; /* space for linenums */&lt;br /&gt;
    padding-right: 3%; /* space for linenums */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.linenumleft, .linenumright,&lt;br /&gt;
.chapternumleft, .chapternumright {&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Classes for optional side-by-side translations that line up by section,&lt;br /&gt;
   using div classes per section, with translation sections immediately&lt;br /&gt;
   following the originals. */&lt;br /&gt;
.textwithtranslation .orig {&lt;br /&gt;
    float: left;&lt;br /&gt;
    width: 54%;&lt;br /&gt;
    padding-right: 3%;&lt;br /&gt;
    clear: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.textwithtranslation .trans {&lt;br /&gt;
    float: right;&lt;br /&gt;
    width: 39%;&lt;br /&gt;
    padding-left: 2%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* style toggle notes and highlights buttons (from ToggleNotes extension) */&lt;br /&gt;
#togglenotes, #togglehighlights {&lt;br /&gt;
    display: block;&lt;br /&gt;
    width: 12em;&lt;br /&gt;
    margin: auto 0em auto auto;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    border: 1px solid #ccc;&lt;br /&gt;
    background-color: #f5f5f5;&lt;br /&gt;
    padding: 0.7ex 1em;&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
    font-size: medium;&lt;br /&gt;
    clear: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#togglenotes:hover,&lt;br /&gt;
#togglehighlights {&lt;br /&gt;
    background-color: #fafafa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Modify lemmanote placement to sit in the right hand column (for ToggleNotes extension) */&lt;br /&gt;
#maintext .lemmanote,&lt;br /&gt;
.textwithtranslation .orig .lemmanote {&lt;br /&gt;
        /* proportional to #maintext (55%; set in Common.css) */&lt;br /&gt;
        margin-right: -80%;  /* 80% of 55% : 44% */&lt;br /&gt;
        width: 70%;          /* 70% of 55% : 50% */&lt;br /&gt;
}&lt;br /&gt;
#guide .lemmanote {&lt;br /&gt;
        /* proportional to #guide (75%; set in Common.css) */&lt;br /&gt;
        margin-right: -35%;  /* 40% of 75% : ~25% */&lt;br /&gt;
        width: 30%;          /* 35% of 75% : 22.5% */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* for 2 column guides */&lt;br /&gt;
#guide {&lt;br /&gt;
    float: left;&lt;br /&gt;
    width: 75%;&lt;br /&gt;
    padding-right: 1%;&lt;br /&gt;
    border-right:thin solid #ccc;&lt;br /&gt;
    clear: both;&lt;br /&gt;
}&lt;br /&gt;
#notes {&lt;br /&gt;
    float: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
div.highlightbox {&lt;br /&gt;
    float: right;&lt;br /&gt;
    clear: right;&lt;br /&gt;
    width: 22%;&lt;br /&gt;
    min-width: 15em;&lt;br /&gt;
    text-align: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.highlightbox p {&lt;br /&gt;
    font-size: 0.75em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.highlightbox #togglehighlights {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* don&#039;t have bullet points or indentation for bib items */&lt;br /&gt;
#bibliography li {&lt;br /&gt;
    list-style-type: none;&lt;br /&gt;
}&lt;br /&gt;
#bibliography ul,&lt;br /&gt;
#bibliography li {&lt;br /&gt;
    margin-left: 0px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* have mdash bullets for child bib items */&lt;br /&gt;
#bibliography ul li ul li:before {&lt;br /&gt;
    content:&amp;quot;――&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ensure poems are always left aligned, not justified */&lt;br /&gt;
.poem {&lt;br /&gt;
    text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.poemmod p { &lt;br /&gt;
    padding-left: 16em;&lt;br /&gt;
    text-indent: -16em;&lt;br /&gt;
    margin-bottom: 0px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* hide toolbox and search from footer */&lt;br /&gt;
.footer #toolbox {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.footer #search {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Two column homepage layout that changes to stacked once things get narrow */&lt;br /&gt;
&lt;br /&gt;
#homemain {&lt;br /&gt;
    padding-bottom: 1em; /* as slideshow spacer is a little unreliable */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#newsbox {&lt;br /&gt;
    float:right;&lt;br /&gt;
    width:33%;&lt;br /&gt;
    padding: 0.5em 1em;&lt;br /&gt;
    border: thin solid #ccc;&lt;br /&gt;
    /* ensure it is above slideshow in unlikely case that it overlaps */&lt;br /&gt;
    background-color: white;&lt;br /&gt;
    z-index: 1;&lt;br /&gt;
    position: relative;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#newsbox ul li,&lt;br /&gt;
#newsbox div a {&lt;br /&gt;
    font-size: 0.75em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#newsbox &amp;gt; h3 {&lt;br /&gt;
    margin-top: 0em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Use lighter text for explanation of the apparatus criticus abbreviations */&lt;br /&gt;
.appcritabbr {&lt;br /&gt;
    color: #666666;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make guide texts attribution slightly larger than regular notes */&lt;br /&gt;
.guidetextsby {&lt;br /&gt;
    font-size: 1.25em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide category list from bottom of pages */&lt;br /&gt;
.catlinks {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media(max-width: 30em) {&lt;br /&gt;
  /* Have guide and texts with translation as only one column.&lt;br /&gt;
   * (lemmanotes are handled by @media queries in css in LemmaNotes and ToggleNotes extensions) */&lt;br /&gt;
  #guide {&lt;br /&gt;
    float: none;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    padding-right: 0;&lt;br /&gt;
    border-right: none;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
  .textwithtranslation #maintext,&lt;br /&gt;
  .textwithtranslation #translation,&lt;br /&gt;
  .textwithtranslation p.orig,&lt;br /&gt;
  .textwithtranslation .trans {&lt;br /&gt;
    float: none;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
  .textwithtranslation #maintext {&lt;br /&gt;
    border-right: none;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
  /* ensure translation is never hidden (even when notes are shown) */&lt;br /&gt;
  .textwithtranslation #translation,&lt;br /&gt;
  .textwithtranslation .trans {&lt;br /&gt;
    display: block !important;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
  .textwithtranslation #maintext,&lt;br /&gt;
  .textwithtranslation .trans {&lt;br /&gt;
    border-bottom: thin solid #ccc;&lt;br /&gt;
    padding-bottom: 1em;&lt;br /&gt;
    margin-bottom: 1em;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media print {&lt;br /&gt;
  /* Hide information boxes and category list when printing */&lt;br /&gt;
  .howtoquote,&lt;br /&gt;
  .highlightbox,&lt;br /&gt;
  .catlinks {&lt;br /&gt;
    display: none;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Atuom</name></author>
	</entry>
	<entry>
		<id>https://livingpoets.dur.ac.uk/w/index.php?title=MediaWiki:Group-user.css&amp;diff=4957</id>
		<title>MediaWiki:Group-user.css</title>
		<link rel="alternate" type="text/html" href="https://livingpoets.dur.ac.uk/w/index.php?title=MediaWiki:Group-user.css&amp;diff=4957"/>
		<updated>2024-02-01T09:56:09Z</updated>

		<summary type="html">&lt;p&gt;Atuom: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will affect registered users only */&lt;br /&gt;
&lt;br /&gt;
#nav-meta {&lt;br /&gt;
    display: block !important;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Atuom</name></author>
	</entry>
	<entry>
		<id>https://livingpoets.dur.ac.uk/w/index.php?title=MediaWiki:Group-user.css&amp;diff=4956</id>
		<title>MediaWiki:Group-user.css</title>
		<link rel="alternate" type="text/html" href="https://livingpoets.dur.ac.uk/w/index.php?title=MediaWiki:Group-user.css&amp;diff=4956"/>
		<updated>2024-02-01T09:55:35Z</updated>

		<summary type="html">&lt;p&gt;Atuom: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will affect registered users only */&lt;br /&gt;
&lt;br /&gt;
#nav-meta {&lt;br /&gt;
    display: block !important;&lt;br /&gt;
    background-color: #aaa;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Atuom</name></author>
	</entry>
	<entry>
		<id>https://livingpoets.dur.ac.uk/w/index.php?title=MediaWiki:Group-user.css&amp;diff=4955</id>
		<title>MediaWiki:Group-user.css</title>
		<link rel="alternate" type="text/html" href="https://livingpoets.dur.ac.uk/w/index.php?title=MediaWiki:Group-user.css&amp;diff=4955"/>
		<updated>2024-02-01T09:54:10Z</updated>

		<summary type="html">&lt;p&gt;Atuom: Created page with &amp;quot;/* CSS placed here will affect registered users only */  #nav-meta {     display: block !important; }&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will affect registered users only */&lt;br /&gt;
&lt;br /&gt;
#nav-meta {&lt;br /&gt;
    display: block !important;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Atuom</name></author>
	</entry>
	<entry>
		<id>https://livingpoets.dur.ac.uk/w/index.php?title=Contact_Us&amp;diff=4954</id>
		<title>Contact Us</title>
		<link rel="alternate" type="text/html" href="https://livingpoets.dur.ac.uk/w/index.php?title=Contact_Us&amp;diff=4954"/>
		<updated>2024-01-24T11:29:18Z</updated>

		<summary type="html">&lt;p&gt;Atuom: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Our email address is [mailto:living.poets_at_durham.ac.uk living.poets at durham.ac.uk].&lt;br /&gt;
&lt;br /&gt;
We also have a [[mailing list]], which you can join to keep up to date with the project.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--If you&#039;re interested in contributing a guide or source, take a look at the [[how to contribute]] page.--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Atuom</name></author>
	</entry>
</feed>