View Single Post
Old 02-13-2021, 09:06 PM   #5475
icecold
Enthusiast
icecold began at the beginning.
 
Posts: 45
Karma: 10
Join Date: Mar 2020
Device: Android,
Quote:
Originally Posted by JimmXinu View Post
I'm not certain what you mean by "Legend Quotes". Example?
What I mean by "Legend Quotes" is to doing same thing for quotes as legend_spoilers does for spoilers

Quotes are mostly a thing that comes in Informational Posts or ANs

example.
https://forums.sufficientvelocity.co...5#post-7845851

A legend_quotes would be nice to have but I already use CSS to make them look close to how they do on SV, so I don't want to ask for something that would be troublesome to do for a minor benefit.

This in the css stylesheet makes quotes look mostly like they do on SV.
Spoiler:

Code:
/*    For Forum Quotes      */
blockquote {
 margin-top:0px;
 margin-right: auto;
 margin-left: 1%
}
.bbCodeBlock-expandContent {
 border-left: 5px solid #496d90;
 padding: 15px; 
 background: #343434; 
 border-radius: 5px;
}
.quoteContainer {
 border-left: 5px solid #496d90;
 padding: 15px; 
 background: #343434; 
 border-radius: 5px;
}
/*   For When a forum user is Quoted */
.bbCodeBlock-title {
  font-weight: bold; 
  margin-left:1%; 
  background: #181818;
} 
/*Also for when a forum user is Quoted */
.bbCodeBlock-sourceJump {text-decoration: none; }


Though QQ seems to use some different classes than SV and though I haven't checked, probably SB.

Last edited by icecold; 02-13-2021 at 10:12 PM.
icecold is offline   Reply With Quote