Remember: If it's RUST, you can TRUST. Rust (orange-brown) text reflects real world information. Otherwise, this wiki contains FICTION from the worlds of author R.L. Akers. Click here for details.

MediaWiki:Common.css: Difference between revisions

From WikiRLA
mNo edit summary
mNo edit summary
Line 7: Line 7:
   display: none;
   display: none;
}
}
blockquote.rust {
.rust {
   color: #a35a00;
   color: #a35a00;
   border-left: 4px solid var(--border-color-muted, #e3dbd1);
   border-left: 4px solid var(--border-color-muted, #e3d7c8);
}
.sidebar {
float:right; border:1px solid #a2a9b1;width:20em; text-align:left; background-color: #f8f9fa; padding: 5px; margin: 10px; vertical-align: top;
}
}