/*
 * An Gineadair Beag is a content management system to run websites with.
 *
 * Copyright (C) 2005-2026 GunChleoc
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as
 * published by the Free Software Foundation, either version 3 of the
 * License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License
 * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */

/* Stylesheet for Print View */
/* Image + caption text */
.captionedimage {
    margin: 1em;
    padding: 1em;
    border: #000;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    text-align: center;
}

.imagecaption {
    font-size: 90%;
    font-weight: bold;
    text-align: center;
}

/* Copyright and bottom info */
.footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80%;
    letter-spacing: -0.5px;
}


/* to prevent floating for new sections after image */
.newline {
    clear: both;
}

.newsitemcategories {
    margin-top: 0.2em;
    font-size: 100%;
}

.categorylist a {
    margin-right: 0.5em;
    margin-left: 0.5em;
}

/* newsitemsectionquote */
.newsquotetitle {
    margin-left: 4em;
    font-weight: bold;
}

/* Quoted text */
div.newsquote {
    margin-right: 4em;
    margin-left: 4em;
    padding: 1em;
    border: #000;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
}

/* Source info for articles and newsitems */
.articleauthor {
    font-weight: bold;
    font-style: italic;
}

.articledate {
    font-style: italic;
}

/* Synopsis for articles and newsitems */
.introtext {
    font-weight: bold;
    text-align: justify;
}

/* Titles for newsitemsections, articlesections */
h2.title {
    padding-top: 1em;
    border: #000;
    border-width: 1px 0 0 0;
    border-style: solid;
    font-size: 220%;
}

/* Titles for newsitemsections, articlesections */
h3.title {
    margin-top: 0.5em;
    font-size: 220%;
}

/* Fos newsitemsections */
h4.title {
    margin-top: 1em;
    font-size: 175%;
}

.newsitem {
    margin-top: 1.5em;
    border-width: 1px 0 0 0;
    border-style: solid;
}

.editdata {
    margin-top: 1.5em;
    padding-top: 0.5em;
    border-width: 1px 0 0 0;
    border-style: solid;
}

#navigator {
    position: absolute;
    width: 20%;
    margin-top: 1em;
    padding: 0.2em;
    font-size: 150%;
}

/* content links - linklistmenu, vormerly "nav"*/
.contentnavlink {
    font-weight: bold;
}

/* content - linklistmenu pagetitles */
a.title {
    font-size: 200%;
}

/* Navigator - list styling */
nav ul {
    display: inline;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    list-style-type: none;
}

nav li {
    display: inline;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    list-style-type: none;
}

/* Navigator link */
.navlink,
a.navlink {
    font-size: 100%;
}

li.navlink::before {
    content: ">";
}

.contentnavrootlinkwrapper {
    margin-top: 5ex;
    margin-bottom: 1ex;
}

.contentnavlinkwrapper {
    margin-top: 1.75ex;
    line-height: 1.5em;
}
