Team:Freiburg/css/styles additional.css

From 2014.igem.org

(Difference between revisions)
Line 64: Line 64:
}
}
.content thead th{
.content thead th{
 +
    border-bottom: 4px;
     border-bottom-style: double;
     border-bottom-style: double;
     text-align: center;
     text-align: center;
     font-weight: bold;
     font-weight: bold;
 +
    background-color: #2f2d2e;
}
}
.content tbody td{
.content tbody td{
   text-align: center;  
   text-align: center;  
}
}

Revision as of 12:30, 13 October 2014

nav > ul > li:nth-child(1).active {

  background-color: #D94B2B;

}

nav > ul > li:nth-child(2).active {

  background-color: #F29441;

}

nav > ul > li:nth-child(3).active {

  background-color: #2DA690;

} nav > ul > li:nth-child(4).active {

  background-color: #206E8C;

} nav > ul > li:nth-child(5).active {

  background-color: #294273;

} nav > ul > li:nth-child(6).active {

  background-color: #1F3257;

} nav > ul > li:nth-child(7).active {

  background-color: #443173;

}

.content {

 width: 70%;
 padding-right: 30px;
 padding-left: 30px;
 display: inline-block;
 vertical-align: top;
 border-right: 1px solid #eee;

text-align: justify;} figure {

 width: 100%;
 max-width: 600px;
 display: block;
 margin-left: auto;
 margin-right: auto; 

}

 .slides .left {
   border-right: 20px solid #181615; /* Schwarzer Rand im Silder */

} nav ul ul {

   padding-top: 0px;}

.content p {

  margin-bottom: 1em;

} .slides .right .description h2 ~ p strong { font-size: 200%;} .slides .right .description h2 ~ p span { color:#93A9B8;}

.content blockquote a {

  font-style: normal;
  color: #EEEEEE;}

.content blockquote h1 {

  font-style: normal;}

.content table, th, td {

   border: 1px solid white;
   padding: 5px;

} .content thead th{

   border-bottom: 4px;
   border-bottom-style: double;
   text-align: center;
   font-weight: bold;
   background-color: #2f2d2e;

} .content tbody td{

  text-align: center; 

}