Deprecated: Constant E_STRICT is deprecated since 8.4, the error level was removed in /home/site/wwwroot/w/vendor/wikimedia/at-ease/src/Wikimedia/AtEase/AtEase.php on line 50
https://livingpoets.dur.ac.uk/w/api.php?action=feedcontributions&feedformat=atom&user=Atuom
Living Poets - User contributions [en]
2026-08-26T21:37:44Z
User contributions
MediaWiki 1.39.6
https://livingpoets.dur.ac.uk/w/index.php?title=MediaWiki:Common.css&diff=4958
MediaWiki:Common.css
2024-02-01T10:11:35Z
<p>Atuom: </p>
<hr />
<div>/* CSS placed here will be applied to all skins */<br />
<br />
#homebtns {<br />
text-align: center;<br />
}<br />
<br />
#nav-meta {<br />
display: none;<br />
}<br />
<br />
/* make main links on homepage look more like buttons */<br />
#homebtns a {<br />
display: inline-block;<br />
text-align: center;<br />
border: 1px solid #ccc;<br />
background-color: #fafafa;<br />
font-family: 'linux biolinum', 'gill sans','gill sans mt','gill sans mt pro','century gothic',corbel,sans-serif;<br />
font-size: 1.5em;<br />
text-transform: uppercase;<br />
padding: 0.5em 1em;<br />
min-width: 6em;<br />
margin: 0.5em;<br />
color: black;<br />
}<br />
#homebtns a:hover {<br />
background-color: #f5f5f5;<br />
}<br />
<br />
/* make table cells of class 'box' stand out */<br />
td.box {<br />
border: 1px solid #ccc;<br />
background-color: white;<br />
padding: 1ex 1em;<br />
}<br />
<br />
/* make spans of class 'box' stand out */<br />
span.box {<br />
border: 1px solid #ccc;<br />
background-color: white;<br />
padding: 1em;<br />
}<br />
<br />
/* have line separating collections box, and make font size reasonable */<br />
table.collectionsbox {<br />
border-top:1px solid #dddddd;<br />
font-size:0.75em;<br />
}<br />
<br />
/* enable side-by-side of maintext and translation elements,<br />
* floated so that js can easily enable crit app notes<br />
* (see LemmaNotes and ToggleNotes extension for that part) */<br />
.textwithtranslation #maintext {<br />
float: left;<br />
width: 54%;<br />
padding-right: 3%; /* space for linenums */<br />
border-right:thin solid #ccc;<br />
}<br />
.textwithtranslation #translation {<br />
float: right;<br />
width: 39%;<br />
padding-left: 2%; /* space for linenums */<br />
}<br />
<br />
/* space for linenums */<br />
.textwithouttranslation #maintext {<br />
padding-left: 2%; /* space for linenums */<br />
padding-right: 3%; /* space for linenums */<br />
}<br />
<br />
.linenumleft, .linenumright,<br />
.chapternumleft, .chapternumright {<br />
font-size: 0.8em;<br />
}<br />
<br />
/* Classes for optional side-by-side translations that line up by section,<br />
using div classes per section, with translation sections immediately<br />
following the originals. */<br />
.textwithtranslation .orig {<br />
float: left;<br />
width: 54%;<br />
padding-right: 3%;<br />
clear: right;<br />
}<br />
<br />
.textwithtranslation .trans {<br />
float: right;<br />
width: 39%;<br />
padding-left: 2%;<br />
}<br />
<br />
/* style toggle notes and highlights buttons (from ToggleNotes extension) */<br />
#togglenotes, #togglehighlights {<br />
display: block;<br />
width: 12em;<br />
margin: auto 0em auto auto;<br />
text-align: center;<br />
border: 1px solid #ccc;<br />
background-color: #f5f5f5;<br />
padding: 0.7ex 1em;<br />
cursor: pointer;<br />
font-size: medium;<br />
clear: right;<br />
}<br />
<br />
#togglenotes:hover,<br />
#togglehighlights {<br />
background-color: #fafafa;<br />
}<br />
<br />
/* Modify lemmanote placement to sit in the right hand column (for ToggleNotes extension) */<br />
#maintext .lemmanote,<br />
.textwithtranslation .orig .lemmanote {<br />
/* proportional to #maintext (55%; set in Common.css) */<br />
margin-right: -80%; /* 80% of 55% : 44% */<br />
width: 70%; /* 70% of 55% : 50% */<br />
}<br />
#guide .lemmanote {<br />
/* proportional to #guide (75%; set in Common.css) */<br />
margin-right: -35%; /* 40% of 75% : ~25% */<br />
width: 30%; /* 35% of 75% : 22.5% */<br />
}<br />
<br />
/* for 2 column guides */<br />
#guide {<br />
float: left;<br />
width: 75%;<br />
padding-right: 1%;<br />
border-right:thin solid #ccc;<br />
clear: both;<br />
}<br />
#notes {<br />
float: right;<br />
}<br />
<br />
<br />
div.highlightbox {<br />
float: right;<br />
clear: right;<br />
width: 22%;<br />
min-width: 15em;<br />
text-align: right;<br />
}<br />
<br />
div.highlightbox p {<br />
font-size: 0.75em;<br />
}<br />
<br />
div.highlightbox #togglehighlights {<br />
width: 100%;<br />
}<br />
<br />
/* don't have bullet points or indentation for bib items */<br />
#bibliography li {<br />
list-style-type: none;<br />
}<br />
#bibliography ul,<br />
#bibliography li {<br />
margin-left: 0px;<br />
}<br />
<br />
/* have mdash bullets for child bib items */<br />
#bibliography ul li ul li:before {<br />
content:"――";<br />
}<br />
<br />
/* ensure poems are always left aligned, not justified */<br />
.poem {<br />
text-align: left;<br />
}<br />
<br />
.poemmod p { <br />
padding-left: 16em;<br />
text-indent: -16em;<br />
margin-bottom: 0px;<br />
}<br />
<br />
/* hide toolbox and search from footer */<br />
.footer #toolbox {<br />
display: none;<br />
}<br />
<br />
.footer #search {<br />
display: none;<br />
}<br />
<br />
/* Two column homepage layout that changes to stacked once things get narrow */<br />
<br />
#homemain {<br />
padding-bottom: 1em; /* as slideshow spacer is a little unreliable */<br />
}<br />
<br />
#newsbox {<br />
float:right;<br />
width:33%;<br />
padding: 0.5em 1em;<br />
border: thin solid #ccc;<br />
/* ensure it is above slideshow in unlikely case that it overlaps */<br />
background-color: white;<br />
z-index: 1;<br />
position: relative;<br />
}<br />
<br />
#newsbox ul li,<br />
#newsbox div a {<br />
font-size: 0.75em;<br />
}<br />
<br />
#newsbox > h3 {<br />
margin-top: 0em;<br />
}<br />
<br />
/* Use lighter text for explanation of the apparatus criticus abbreviations */<br />
.appcritabbr {<br />
color: #666666;<br />
}<br />
<br />
/* Make guide texts attribution slightly larger than regular notes */<br />
.guidetextsby {<br />
font-size: 1.25em;<br />
}<br />
<br />
/* Hide category list from bottom of pages */<br />
.catlinks {<br />
display: none;<br />
}<br />
<br />
@media(max-width: 30em) {<br />
/* Have guide and texts with translation as only one column.<br />
* (lemmanotes are handled by @media queries in css in LemmaNotes and ToggleNotes extensions) */<br />
#guide {<br />
float: none;<br />
width: 100%;<br />
padding-right: 0;<br />
border-right: none;<br />
}<br />
<br />
.textwithtranslation #maintext,<br />
.textwithtranslation #translation,<br />
.textwithtranslation p.orig,<br />
.textwithtranslation .trans {<br />
float: none;<br />
width: 100%;<br />
}<br />
<br />
.textwithtranslation #maintext {<br />
border-right: none;<br />
}<br />
<br />
/* ensure translation is never hidden (even when notes are shown) */<br />
.textwithtranslation #translation,<br />
.textwithtranslation .trans {<br />
display: block !important;<br />
}<br />
<br />
.textwithtranslation #maintext,<br />
.textwithtranslation .trans {<br />
border-bottom: thin solid #ccc;<br />
padding-bottom: 1em;<br />
margin-bottom: 1em;<br />
}<br />
}<br />
<br />
@media print {<br />
/* Hide information boxes and category list when printing */<br />
.howtoquote,<br />
.highlightbox,<br />
.catlinks {<br />
display: none;<br />
}<br />
}</div>
Atuom
https://livingpoets.dur.ac.uk/w/index.php?title=MediaWiki:Group-user.css&diff=4957
MediaWiki:Group-user.css
2024-02-01T09:56:09Z
<p>Atuom: </p>
<hr />
<div>/* CSS placed here will affect registered users only */<br />
<br />
#nav-meta {<br />
display: block !important;<br />
}</div>
Atuom
https://livingpoets.dur.ac.uk/w/index.php?title=MediaWiki:Group-user.css&diff=4956
MediaWiki:Group-user.css
2024-02-01T09:55:35Z
<p>Atuom: </p>
<hr />
<div>/* CSS placed here will affect registered users only */<br />
<br />
#nav-meta {<br />
display: block !important;<br />
background-color: #aaa;<br />
}</div>
Atuom
https://livingpoets.dur.ac.uk/w/index.php?title=MediaWiki:Group-user.css&diff=4955
MediaWiki:Group-user.css
2024-02-01T09:54:10Z
<p>Atuom: Created page with "/* CSS placed here will affect registered users only */ #nav-meta { display: block !important; }"</p>
<hr />
<div>/* CSS placed here will affect registered users only */<br />
<br />
#nav-meta {<br />
display: block !important;<br />
}</div>
Atuom
https://livingpoets.dur.ac.uk/w/index.php?title=Contact_Us&diff=4954
Contact Us
2024-01-24T11:29:18Z
<p>Atuom: </p>
<hr />
<div>Our email address is [mailto:living.poets_at_durham.ac.uk living.poets at durham.ac.uk].<br />
<br />
We also have a [[mailing list]], which you can join to keep up to date with the project.<br />
<br />
<!--If you're interested in contributing a guide or source, take a look at the [[how to contribute]] page.--></div>
Atuom