initial commit
This commit is contained in:
36
mgs/materials/codec/codec.css
Normal file
36
mgs/materials/codec/codec.css
Normal file
@@ -0,0 +1,36 @@
|
||||
body {
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
p {
|
||||
background-color: darkslategray;
|
||||
font-size: x-large;
|
||||
font-family: sans-serif;
|
||||
padding: 5px;
|
||||
color: white;
|
||||
border: 2px solid seagreen;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#codec-top {
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
.otacon-portrait {
|
||||
float: left;
|
||||
height: 100%;
|
||||
filter: saturate(110%) brightness(65%) hue-rotate(95deg);
|
||||
}
|
||||
|
||||
.snake-portrait {
|
||||
float: right;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.otacon {
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
.snake {
|
||||
text-align: end;
|
||||
}
|
||||
Reference in New Issue
Block a user