generated from Skynet/deploy_user
This commit is contained in:
parent
d7745167da
commit
db1735aa6d
1 changed files with 10 additions and 9 deletions
|
@ -2,14 +2,14 @@ html, body {
|
|||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color:#191919;
|
||||
background-color:#4d4d4d;
|
||||
|
||||
}
|
||||
p1{
|
||||
font-family: "Times New Roman";
|
||||
font-size: 100%;
|
||||
background-color: white;
|
||||
color: black;
|
||||
background-color: #00008b;
|
||||
color: #FF8C00;
|
||||
}
|
||||
p.solid{border-style: solid;}
|
||||
|
||||
|
@ -17,7 +17,7 @@ p2{
|
|||
font-family: "Times New Roman";
|
||||
font-size: 100%;
|
||||
background-color: darkblue;
|
||||
color: orange;
|
||||
color: #FF8C00;
|
||||
}
|
||||
|
||||
/* Style the tab */
|
||||
|
@ -40,12 +40,12 @@ p2{
|
|||
|
||||
/* Change background color of buttons on hover */
|
||||
.tab button:hover {
|
||||
background-color: #ddd;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
/* Create an active/current tablink class */
|
||||
.tab button.active {
|
||||
background-color: #ccc;
|
||||
background-color: #00008b;
|
||||
}
|
||||
|
||||
/* Style the tab content */
|
||||
|
@ -55,10 +55,11 @@ p2{
|
|||
border: 1px solid #ccc;
|
||||
border-top: none;
|
||||
}
|
||||
<style>
|
||||
|
||||
|
||||
.accordion {
|
||||
background-color: #eee;
|
||||
color: #444;
|
||||
background-color: #00008b;
|
||||
color: #ffffff;
|
||||
cursor: pointer;
|
||||
padding: 18px;
|
||||
width: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue