commit
aa5d325757
|
@ -53,14 +53,6 @@ input, select, textarea {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.controls {
|
|
||||||
text-align: center;
|
|
||||||
padding-top: 10px;
|
|
||||||
color: #eeeeee;
|
|
||||||
font-weight: bold;
|
|
||||||
font-size: 120%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.irc {
|
.irc {
|
||||||
margin: 20px;
|
margin: 20px;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
|
@ -68,4 +60,25 @@ input, select, textarea {
|
||||||
|
|
||||||
code {
|
code {
|
||||||
color: #3d3dff;
|
color: #3d3dff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.return {
|
||||||
|
text-align: center;
|
||||||
|
border: 1px solid black;
|
||||||
|
width: 300px;
|
||||||
|
margin: 0 auto;
|
||||||
|
background: #aaaacc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.controls {
|
||||||
|
text-align: center;
|
||||||
|
color: #3333cc;
|
||||||
|
font-weight: bold;
|
||||||
|
width: 300px;
|
||||||
|
margin: 0 auto;
|
||||||
|
border-left: 1px solid black;
|
||||||
|
background: #aaaacc;
|
||||||
|
border-right: 1px solid black;
|
||||||
|
border-bottom: 1px solid black;
|
||||||
|
padding-top: 0;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user