Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Admin-Redesign.css
updated look
  • Loading branch information
jjm14012 committed Nov 16, 2016
1 parent 39ddd3b commit 208582a
Showing 1 changed file with 23 additions and 11 deletions.
34 changes: 23 additions & 11 deletions HTML_and_CSS/Admin-Redesign.css
@@ -1,6 +1,7 @@
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');
body{
background-color: #ffffff;
font:arial;
font:'Roboto';
overflow:scrollbar;
min-width:750px;
}
Expand All @@ -15,41 +16,52 @@ th,td{
padding: 15px;
}
a{
font-family:'Roboto';
font-size:12px;
text-align:center;
padding:10px 4%;
border: solid 1px black;
border-radius: 5px;
display: inline-block;
margin:1px 10px;
text-decoration: none;
color:white;
padding: 5px 5px 10px 5px;
}
a.blockLink{
width:100%;
text-align:left;
color: #000e2f;

}
a:link, a:visited{
background-color:#7881a1;
color:white;

}
a:hover, a:active{
background-color:#aaaaaa;
color: gray;
}
div{
background-color: #ffffff;
text-align:center;
color:white;
width:100%;
}
div.caption{
background-color:#000e2f;
text-align:center;
}
div.header{
background-color:rgb(18,33,74);
text-align:center;
}
div.topLink{
display:inline;
width:25%;
padding:0 1%;
background-color:inherit;
}
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;
}

0 comments on commit 208582a

Please sign in to comment.