Changes

no edit summary
Line 62: Line 62:  
margin: 0;
 
margin: 0;
 
}
 
}
.discord-message-text code {
+
.discord-message-text code:not(.discord-codeblock) {
 
font-family: Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace;
 
font-family: Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace;
 
width: auto;
 
width: auto;
Line 182: Line 182:  
.discord-thread {
 
.discord-thread {
 
align-self: start;
 
align-self: start;
background-color: hsl(220 6.5% 18%);
+
background-color: rgb(43, 45, 49);
 
border-radius: 4px;
 
border-radius: 4px;
 
cursor: pointer;
 
cursor: pointer;
Line 198: Line 198:  
}
 
}
 
.discord-thread-title {
 
.discord-thread-title {
color: hsl(220 13% 95.5%);
+
color: rgb(242, 243, 245);
 
margin-right: 8px;
 
margin-right: 8px;
 
overflow: hidden;
 
overflow: hidden;
Line 212: Line 212:  
.discord-bottom-line {
 
.discord-bottom-line {
 
align-items: center;
 
align-items: center;
color: hsl(215 8.8% 73.3%);
+
color: rgb(181, 186, 193);
 
display: flex;
 
display: flex;
 
font-size: 0.875rem;
 
font-size: 0.875rem;
Line 223: Line 223:  
border-bottom-left-radius: 8px;
 
border-bottom-left-radius: 8px;
 
border-left: 2px solid;
 
border-left: 2px solid;
color: hsl(228 6% 32.5%);
+
color: rgb(78, 80, 88);
 
bottom: 29px;
 
bottom: 29px;
 
content: "";
 
content: "";
Line 259: Line 259:  
}
 
}
 
.discord-thread-timestamp {
 
.discord-thread-timestamp {
color: hsl(214 8.1% 61.2%);
+
color: rgb(148, 155, 164);
 
flex-shrink: 0;
 
flex-shrink: 0;
 
font-size: 0.875rem;
 
font-size: 0.875rem;
 
line-height: 1.125rem;
 
line-height: 1.125rem;
 
margin-left: 8px;
 
margin-left: 8px;
 +
}
 +
.discord-pre {
 +
box-sizing: border-box;
 +
border-radius: 4px;
 +
padding: 0;
 +
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
 +
/*font-size: 0.75rem;
 +
line-height: 1rem;*/
 +
margin-top: 6px;
 +
max-width: 90%;
 +
/*white-space: pre-wrap;*/
 +
background-clip: border-box;
 +
}
 +
.discord-codeblock {
 +
background: rgb(43, 45, 49);
 +
border: 1px solid rgb(30, 31, 34);
 +
border-radius: 4px;
 +
color: hsl(210 9.1% 87.1%);
 +
display: block;
 +
font-size: 0.875rem;
 +
line-height: 1.125rem;
 +
scrollbar-color: rgb(30, 31, 34) rgb(43, 45, 49);
 +
scrollbar-width: thin;
 +
overflow-x: auto;
 +
padding: .5em;
 +
text-indent: 0;
 +
text-size-adjust: none;
 +
-webkit-text-size-adjust: none;
 +
white-space: pre-wrap;
 
}
 
}
 
}}<div class="discord-container">{{{1}}}</div></onlyinclude>{{#css:
 
}}<div class="discord-container">{{{1}}}</div></onlyinclude>{{#css:
Line 331: Line 360:  
|name=Pseudosphere
 
|name=Pseudosphere
 
|has-thread=true
 
|has-thread=true
|text={{Discord quote|And a [[Template:Discord quote|quote template]].}}{{Discord thread
+
|text={{Discord quote|And a [[Template:Discord quote|quote template]].}}{{Discord codeblock|#include &lt;stdio.h&gt;<br/>int main() <nowiki>{</nowiki><br/>    puts("And a [[Template:Discord codeblock|code template]]");<br/>    return 0;<br/><nowiki>}</nowiki>}}{{Discord thread
 
|title=And a thread template
 
|title=And a thread template
 
|link=Template:Discord thread
 
|link=Template:Discord thread
1,067

edits