User:Clarification needed/Sandbox/Template:NuPedo/styles.css: Difference between revisions
From SNCApedia, the shit nobody cares about encyclopedia
Jump to navigationJump to search
Created page with ".pm-frame { background: black; width: fit-content; margin: 0.5em auto; display: flex; flex-direction: column; padding: 5px; border-radius: 5px; } .pm-disclaimer { display: flex; flex-direction: row; gap: 10px; text-align: center; font-size: 120%; background: black; color: white; } .pm-bar { margin-top: 5px; position: relative; width: 100%; height: 20px; border-radius: 6px; box-shadow: 0 0 4px #000 inset; line-height: 15px; back..." |
No edit summary |
||
| Line 1: | Line 1: | ||
.pm-frame { | .pm-frame { | ||
background: black; | background: black; | ||
width: fit-content; | /*width: fit-content;*/ | ||
margin: 0.5em auto; | margin: 0.5em auto; | ||
display: flex; | display: flex; | ||
| Line 26: | Line 26: | ||
line-height: 15px; | line-height: 15px; | ||
background: linear-gradient(to bottom, rgba(249, 249, 249, 0.26) 0%,rgba(234, 234, 234, 0.64) 50%, rgba(249, 249, 249, 0.12) 51%, rgba(245, 245, 245, 0.5) 100%), linear-gradient(to right, #0f0, #80ff00, #ff0, #ff8000, #f00); | background: linear-gradient(to bottom, rgba(249, 249, 249, 0.26) 0%,rgba(234, 234, 234, 0.64) 50%, rgba(249, 249, 249, 0.12) 51%, rgba(245, 245, 245, 0.5) 100%), linear-gradient(to right, #0f0, #80ff00, #ff0, #ff8000, #f00); | ||
/*background-blend-mode: hard-light;*/ | |||
} | } | ||
Revision as of 22:30, 16 March 2026
.pm-frame {
background: black;
/*width: fit-content;*/
margin: 0.5em auto;
display: flex;
flex-direction: column;
padding: 5px;
border-radius: 5px;
}
.pm-disclaimer {
display: flex;
flex-direction: row;
gap: 10px;
text-align: center;
font-size: 120%;
background: black;
color: white;
}
.pm-bar {
margin-top: 5px;
position: relative;
width: 100%;
height: 20px;
border-radius: 6px;
box-shadow: 0 0 4px #000 inset;
line-height: 15px;
background: linear-gradient(to bottom, rgba(249, 249, 249, 0.26) 0%,rgba(234, 234, 234, 0.64) 50%, rgba(249, 249, 249, 0.12) 51%, rgba(245, 245, 245, 0.5) 100%), linear-gradient(to right, #0f0, #80ff00, #ff0, #ff8000, #f00);
/*background-blend-mode: hard-light;*/
}