Skip to content

Commit

Permalink
Made it look Pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
drewwashere committed Dec 5, 2012
1 parent b43c0f3 commit 7a9a286
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 10 deletions.
12 changes: 10 additions & 2 deletions css/custom.css
Expand Up @@ -88,7 +88,15 @@
#main-content{ #main-content{
/*background-color: black;*/ /*background-color: black;*/
width: 100%; width: 100%;
min-height: 500px; min-height: 570px;
position: relative;
z-index: 0;
}

#main-content-login{
/*background-color: black;*/
width: 100%;
min-height: 800px;
position: relative; position: relative;
z-index: 0; z-index: 0;
} }
Expand All @@ -98,7 +106,7 @@
text-align: center; text-align: center;
} }
footer{ footer{
padding: 40px 0; padding: 20px 0;
position: relative; position: relative;
z-index: 5; z-index: 5;
/*border-top: 1px solid #E5E5E5;*/ /*border-top: 1px solid #E5E5E5;*/
Expand Down
29 changes: 26 additions & 3 deletions css/theme.css
Expand Up @@ -25,6 +25,29 @@ background-size: 100% 100%;
background-size: 100% 100%; background-size: 100% 100%;
} }
#header .btn{ #header .btn{
padding: 33px 12px; background:url(../img/top_button.png);
width: 228px; font-family:Lucida Sans Unicode;
} font-size:250%;
color: white;
padding: 33px 0px;
width: 225px;
}
#header .btn:active{
background:url(../img/top_button_active.png);
}
.login-style{
background:url(../img/login_button.png);
font-size:larger;
margin:20px;
color:white;
width:181px;
height:46px;
}
.login-style:hover{
background:url(../img/login_button.png);
color:white;
}
.login-style:active{
background:url(../img/login_button_active.png);
color:white;
}
Binary file added img/login_button.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/login_button_active.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/top_button.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/top_button_active.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions index.html
Expand Up @@ -60,12 +60,12 @@
<body> <body>




<div id="main-content" class="header-texture"> <div id="main-content-login" class="header-texture">
<div class="login_container"> <div class="login_container">
<img src="./img/logo.png" /><br /> <img src="./img/logo.png" /><br /><br/>
<input id="net_id" type="text" placeholder="NetID"><br /> <input id="net_id" type="text" placeholder="NetID"><br />
<input type="password" placeholder="Password"><br /> <input type="password" placeholder="Password"><br />
<button id="login_button" class="btn btn-large"><span class="">Login</span></button> <button id="login_button" class="btn login-style"><span class="">Login</span></button>
</div> </div>
</div> </div>
</body> </body>
Expand Down
4 changes: 2 additions & 2 deletions pages.html
Expand Up @@ -47,13 +47,13 @@
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="span4"> <div class="span4">
<a href="#advisors/students" class="btn">STUDENTS</a> <a href="#advisors/students" class="btn">Students</a>
</div> </div>
<div class="span4"> <div class="span4">
<a href="./index.html"><img src="./img/logo.png" /></a> <a href="./index.html"><img src="./img/logo.png" /></a>
</div> </div>
<div class="span4"> <div class="span4">
<a href="#advisors/resources" class="btn">RESOURCES</a> <a href="#advisors/resources" class="btn">Resources</a>
</div> </div>
</div> </div>
</div> </div>
Expand Down

0 comments on commit 7a9a286

Please sign in to comment.