User:JSmith5504/citizen.css: Difference between revisions

From Tardis Wiki, the free Doctor Who reference
(Giving up on making div.forum-archive not look like anything, too. Should write up something about the template)
Tags: Manual revert Mobile edit Mobile web edit
(Test of a thing to fix text spilling out of low-picture-height article-type templates)
Tags: Mobile edit Mobile web edit
 
Line 11: Line 11:
         min-width: 528.5px;
         min-width: 528.5px;
         min-width: min(528.5px,100%);
         min-width: min(528.5px,100%);
        max-height: none;
         padding-left: 0;
         padding-left: 0;
     }
     }

Latest revision as of 19:12, 26 July 2024

@media screen and (max-width: 720px) {
    div#article-type p {
        color: var(--text-color);
        background-color: #12284c;
        padding: 10px 5px !important;
    }
    div#article-type.type-nc p, div#article-type.type-realworld p {
        background-color: var(--primary-1);
    }
    div#article-type {
        min-width: 528.5px;
        min-width: min(528.5px,100%);
        max-height: none;
        padding-left: 0;
    }
}

blockquote .author:not(.noprint) {
  text-align: right;
  display: block;
}
blockquote .author:not(.noprint)::before {
  content: " \2014  ";
}

div.tech {
  color: var(--text-color-2);
}