Difference between revisions of "Template:SVCE CHENNAI/homestyle"

 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Default Styles */
 
 
<html>
 
<html>
 
<style>
 
<style>
Line 6: Line 5:
 
}
 
}
  
 +
table {
 +
    font-family: arial, sans-serif;
 +
    border-collapse: collapse;
 +
    width: 100%;
 +
}
 +
 +
td, th {
 +
    border: 1px solid #dddddd;
 +
    text-align: left;
 +
    padding: 8px;
 +
}
 +
 +
tr:nth-child(even) {
 +
    background-color: #dddddd;
 +
}
 
h1{
 
h1{
 
font-family: "Trebuchet MS", Helvetica, sans-serif;
 
font-family: "Trebuchet MS", Helvetica, sans-serif;
Line 51: Line 65:
 
     border-width: 1px;
 
     border-width: 1px;
 
}
 
}
 
 
.hyperlinks{
 
.hyperlinks{
 
color: #50929c;
 
color: #50929c;
Line 60: Line 73:
 
.hyperlinks:hover{
 
.hyperlinks:hover{
 
text-decoration: none;
 
text-decoration: none;
color: #b4daf0;
+
color: #93cae9;  
 
}
 
}
  
Line 180: Line 193:
 
   min-height: 101%;
 
   min-height: 101%;
 
   color: #648799;
 
   color: #648799;
   background-color: #686868;
+
   background-color: #272827; /*686868*/
 
   border-color: transparent;
 
   border-color: transparent;
 
   border-left-width: 1px;
 
   border-left-width: 1px;
Line 229: Line 242:
  
 
#NavigationBar .mydrop{
 
#NavigationBar .mydrop{
background-color: #686968;
+
background-color: #272827; /*686968*/
 
border-color: transparent;
 
border-color: transparent;
 
}
 
}
  
 
#NavigationBar .lactoshieldband{
 
#NavigationBar .lactoshieldband{
color: #b4daf0;
+
color: #93cae9; /*b4daf0*/
 
}
 
}
  
Line 264: Line 277:
  
 
#NavigationBar .navbar-inverse .navbar-nav > li > a {
 
#NavigationBar .navbar-inverse .navbar-nav > li > a {
   color: #b4daf0;
+
   color: #93cae9; /*b4daf0*/
 
}
 
}
  
Line 270: Line 283:
 
top: 16px;
 
top: 16px;
 
border-color: transparent;
 
border-color: transparent;
background-color: #686968;
+
background-color: #272827; /*686968*/
 
}
 
}
  
Line 277: Line 290:
 
#NavigationBar .navbar-inverse .navbar-nav > .open > a:focus {
 
#NavigationBar .navbar-inverse .navbar-nav > .open > a:focus {
 
   color: #50929c;
 
   color: #50929c;
   background-color: #505152;
+
   background-color: #2e2f2e;/*505152*/
 
}
 
}
 +
 
@media (min-width: 768px) {
 
@media (min-width: 768px) {
 
   .navbar-nav {
 
   .navbar-nav {
Line 319: Line 333:
  
 
.jumbotron{
 
.jumbotron{
background-image: url(https://static.igem.org/mediawiki/2016/0/07/T--SVCE_CHENNAI--CoverPicture.png);
+
background-image: url(https://static.igem.org/mediawiki/2016/d/d0/T--SVCE_CHENNAI--1_%281%29.png);
 
max-width:100%;  
 
max-width:100%;  
 
width: 100%;
 
width: 100%;
 
position: relative;
 
position: relative;
 
height: 945px; /*500px*/
 
height: 945px; /*500px*/
opacity: 0.7;
 
 
     background-attachment: fixed;
 
     background-attachment: fixed;
 
     background-position: center;
 
     background-position: center;
Line 330: Line 343:
 
     background-size: cover;
 
     background-size: cover;
 
margin-bottom: 0%;
 
margin-bottom: 0%;
 +
}
 +
 +
.halfjumbotron{
 +
background-image: url(https://static.igem.org/mediawiki/2016/a/a8/T--SVCE_CHENNAI--iGEM_2016_New.jpg);
 +
max-width:100%;
 +
padding-top: 120px;
 +
          width: 100%;
 +
position: relative;
 +
height: 400px; /*500px*/
 +
    background-attachment: fixed;
 +
    background-position: center;
 +
    background-repeat: no-repeat;
 +
    background-size: cover;
 +
margin-bottom: 0%;
 +
     
 
}
 
}
  
Line 365: Line 393:
 
#home{
 
#home{
 
background-color: #ffffff;
 
background-color: #ffffff;
 +
}
 +
#contact{
 +
background-color: #b4daf0;
 +
}
 +
 +
#sponers{
 +
padding-bottom: 5%;
 
}
 
}
  
Line 400: Line 435:
 
.attributesubheadings{
 
.attributesubheadings{
 
text-align: justify;
 
text-align: justify;
 +
}
 +
.tablestyle{
 +
padding-top: 5%;
 
}
 
}
 
</style>
 
</style>
 
</html>
 
</html>

Latest revision as of 06:37, 30 November 2016