Update pink.css
This commit is contained in:
parent
a2cb5224e7
commit
a9fa460b67
26
s/pink.css
26
s/pink.css
|
@ -29,6 +29,28 @@ input, select, textarea {
|
||||||
.return {
|
.return {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
|
border: 2px solid #ff008d;
|
||||||
|
}
|
||||||
|
|
||||||
|
.controls {
|
||||||
|
text-align: center;
|
||||||
|
color: #ff008d;
|
||||||
|
font-weight: bold;
|
||||||
|
width: 888px;
|
||||||
|
margin: 0 auto;
|
||||||
|
background: #484747;
|
||||||
|
padding-top: 0;
|
||||||
|
margin-top: 5px;
|
||||||
|
border: 2px solid #ff008d;
|
||||||
|
}
|
||||||
|
|
||||||
|
.medium, .thumbnail {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
margin-top: 5px;
|
||||||
|
background: #484747;
|
||||||
|
border: 2px solid #ff008d;
|
||||||
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.id {
|
span.id {
|
||||||
|
@ -45,8 +67,8 @@ code {
|
||||||
|
|
||||||
.panel {
|
.panel {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
background-color: rgba(34, 34, 34, 0.61);
|
background-color: rgb(72, 71, 71);
|
||||||
border: 5px solid #ff008d;
|
border: 2px solid #ff008d;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user