|
@@ -1,7 +1,8 @@
|
|
|
.container {
|
|
|
- background-color: #191970;
|
|
|
+ background-color: #3d8bd4;
|
|
|
width: 1020px;
|
|
|
padding: 15px;
|
|
|
+ border-radius: 10px;
|
|
|
}
|
|
|
|
|
|
header {
|
|
@@ -35,13 +36,14 @@ fieldset {
|
|
|
position: relative;
|
|
|
display: block;
|
|
|
margin-top: 15px;
|
|
|
+ border-radius: 10px;
|
|
|
}
|
|
|
|
|
|
legend {
|
|
|
width: 200px;
|
|
|
border: 3px solid silver;
|
|
|
border-radius: 10px;
|
|
|
- background-color: #191970;
|
|
|
+ background-color: #3d8bd4;
|
|
|
margin-left: 50px;
|
|
|
}
|
|
|
|
|
@@ -52,13 +54,6 @@ legend h1 {
|
|
|
padding-left: 10px;
|
|
|
}
|
|
|
|
|
|
-#botoes {
|
|
|
- display: inline;
|
|
|
- position: relative;
|
|
|
- top: 0px;
|
|
|
- left: 700px;
|
|
|
-}
|
|
|
-
|
|
|
footer {
|
|
|
width: 97%;
|
|
|
color: #A7C0DC;
|
|
@@ -72,4 +67,12 @@ footer {
|
|
|
footer h1 {
|
|
|
color: #A7C0DC;
|
|
|
font-size: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.acessible-terminal {
|
|
|
+ border-radius: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.acessible-terminal .bash-title {
|
|
|
+ border-radius: 10px 10px 0 0;
|
|
|
}
|