jomalo.paste.lol / current-css-plugins · 1 month ago·

CSS:

article img, .e-content img, .p-summary img {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  border-radius: 0;
}

/* remove stats from navigation */
nav a[href='/stats/'] {
    display: none;
}

/* remove feeds from navigation */
nav a[href='/feeds/'] {
    display: none;
}

/* Hide Categories on Posts */
ul.post-tags { display: none; }

/* remove hyperlink underline unless hover or clicked */

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: underline; }

:root {
	--text: #000000;
	--link: #FF4F00;
	--link_visited: #FF4F00;
	--accent1: #333333;
	--accent2: #666666;
	--background: #ffffff;
	--code: #e3e3e3;
	--button-text: #ffffff;
	--blockquote: #fcd9ae;
}

/* Dark mode */

/* --background: #141414; */

@media (prefers-color-scheme: dark) {
	:root {
		--text: #f8f8f2;
		--link: #FF4F00;
		--link_visited: #FF4F00;
		--accent1: #f8f8f2;
		--accent2: #f8f8f2;
		--background: #1c1c1e;
		--code: #44475a;
		--button-text: #282a36;
		--blockquote: #282828;
	}
}

/* Change the font */

@import url(https://fonts.bunny.net/css?family=source-code-pro:400);

body {
	max-width: 50em;
	margin: 2em auto;
	font-family: 'Source Code Pro',
		monospace;
	font-size: 14px;
	padding: 0 1em;
	line-height: 1.6;
	color: var(--text);
	background-color: var(--background); 

/* Offset the link underline to give it a bit of a pop */

a {
color: var(--link);
text-underline-offset: 5px;	
}

/* Changing to a more standard blockquote type */

blockquote {
	border-left: 3px solid var(--link);
}

/* To increase or decrease the area around nav buttons adjust the line-height of the elements. The site uses these nav button styles in two areas: The nav bar and the comments/email buttons on single posts.  */

nav ul li, ul.reply-buttons li {
    line-height: 2.4em;
    margin-right: 2em auto;
}

.photos-grid__column img {
  border:2px solid #000;
}

PLUGINS:

Tiny Theme by @Mtt
2.7.6

Tinylytics for Micro.blog by @jimmitchell
3.2.0
 
Photos page by @kottkrig
1.3.1
 
GLightbox by @jsonbecker
3.0.3

Photos category by @manton
1.0
 
Magic Preview by @sod
0.5.0

Lite YouTube for Micro.blog by @rknightuk
1.0.1
 
Micro.blog Feeds Plugin by @rknightuk
1.0

Conversation on Micro.blog by @sod
1.1.0