Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Create Admin-Redesign.css
css used for main page and most likely future pages
  • Loading branch information
jjm14012 committed Nov 7, 2016
1 parent 29c13fc commit 2e32634
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions HTML_and_CSS/Admin-Redesign.css
@@ -0,0 +1,56 @@
<style>
body{
background-color: #ffffff;
font:arial;
overflow:scrollbar;
min-width:700px;
}
table{
border-collapse: collapse;
}
table, th, td{
border: 2px black solid;
background-color: rgb(200,200,255)
}
th,td{
padding: 15px;
}
a{
text-align:center;
padding:10px 4%;
border: solid 1px black;
border-radius: 5px;
display: inline-block;
margin:1px 10px;
}
a:link, a:visited{
background-color:#7881a1;
}
a:hover, a:active{
background-color:#aaaaaa;
}
div{
background-color: #ffffff;
text-align:center;
color:white;
width:100%;
}
div.caption{
background-color:#000e2f;
}
div.header{
background-color:rgb(18,33,74);
}
div.leftBlock{
width:48%;
display:inline-block;
margin-top:50px;
margin-right:1%;
}
div.rightBlock{
width:48%;
display:inline-block;
margin-left:1%;
margin-top:50px;
}
</style>

0 comments on commit 2e32634

Please sign in to comment.