Change the look.
This commit is contained in:
parent
a541630848
commit
dca3237a71
|
@ -1,5 +1,5 @@
|
||||||
body {
|
body {
|
||||||
background: #002B36;
|
background: #0b0a16;
|
||||||
padding: 20px 50px;
|
padding: 20px 50px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
@ -22,7 +22,7 @@ textarea {
|
||||||
/* the line numbers */
|
/* the line numbers */
|
||||||
|
|
||||||
#linenos {
|
#linenos {
|
||||||
color: #7d7d7d;
|
color: #7d7d7d;
|
||||||
z-index: -1000;
|
z-index: -1000;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 20px;
|
top: 20px;
|
||||||
|
@ -42,7 +42,8 @@ textarea {
|
||||||
border: 0px;
|
border: 0px;
|
||||||
outline: none;
|
outline: none;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
overflow: inherit;
|
overflow: inherit;
|
||||||
|
background: #0b0a16;
|
||||||
}
|
}
|
||||||
|
|
||||||
#box code {
|
#box code {
|
||||||
|
@ -62,11 +63,11 @@ textarea {
|
||||||
#box1 {
|
#box1 {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: #00222b;
|
background: #0b0a16;
|
||||||
}
|
}
|
||||||
|
|
||||||
#box2 {
|
#box2 {
|
||||||
background: #08323c;
|
background: #0b0a16;
|
||||||
font-size: 0px;
|
font-size: 0px;
|
||||||
padding: 0px 5px;
|
padding: 0px 5px;
|
||||||
}
|
}
|
||||||
|
@ -112,7 +113,7 @@ textarea {
|
||||||
}
|
}
|
||||||
|
|
||||||
#box3, #messages li {
|
#box3, #messages li {
|
||||||
background: #173e48;
|
background: #0b0a16;
|
||||||
font-family: Helvetica, sans-serif;
|
font-family: Helvetica, sans-serif;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 14px;
|
line-height: 14px;
|
||||||
|
@ -160,7 +161,7 @@ textarea {
|
||||||
}
|
}
|
||||||
|
|
||||||
#messages li {
|
#messages li {
|
||||||
background:rgba(23,62,72,0.8);
|
background:rgba(11,10,22,0.8);
|
||||||
margin:0 auto;
|
margin:0 auto;
|
||||||
list-style:none;
|
list-style:none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue