Team:TU Darmstadt/Template/CSS

From 2014.igem.org

(Difference between revisions)
m
 
(41 intermediate revisions not shown)
Line 1,227: Line 1,227:
-
#contentWrap{background-color: #fff;margin-top: 20px;}
+
#contentWrap{background-color: #fff; }
#breadcrumbs{height:30px;background-color:none;color:#333;font-size:12px;margin-bottom:15px;}
#breadcrumbs{height:30px;background-color:none;color:#333;font-size:12px;margin-bottom:15px;}
#breadcrumbs p{color:#333;font-size:12px;font-weight:bold;padding:6px 5px;margin-bottom:0;}
#breadcrumbs p{color:#333;font-size:12px;font-weight:bold;padding:6px 5px;margin-bottom:0;}
Line 1,269: Line 1,269:
}
}
-
#wikicontent{height:auto;background-color:none;padding:0px 5px;width:740px;margin-bottom:30px;color:#333 ;}
+
#wikicontent{
 +
height:auto;
 +
background-color:none;
 +
padding:0px 5px;
 +
width:740px;
 +
margin-bottom:30px;
 +
color:#333;
 +
}
#content h1{color:#fc0110;}
#content h1{color:#fc0110;}
#content p {text-align:justify;}
#content p {text-align:justify;}
Line 2,213: Line 2,220:
.small, .contentcenter {
.small, .contentcenter {
 +
text-align: justify;
width: 650px;
width: 650px;
margin: 0 auto;
margin: 0 auto;
Line 2,225: Line 2,233:
  .small p, .contentcenter p {
  .small p, .contentcenter p {
-
font-size: 17px;
+
font-size: 14px;
color: grey;
color: grey;
text-align: right;
text-align: right;
Line 2,637: Line 2,645:
  div.code {
  div.code {
 +
border-top: 1px solid #22272c;
 +
border-left: 1px solid #22272c;
  width: 100%;
  width: 100%;
-
background: rgba(20,23,26,0.65);
+
background: rgba(20,23,26,0.6);
 +
 
 +
-webkit-box-shadow: 10px 10px 13px 1px rgba(0,0,0,0.75);
 +
-moz-box-shadow: 10px 10px 13px 1px rgba(0,0,0,0.75);
 +
box-shadow: 10px 10px 13px 1px rgba(0,0,0,0.75);
 +
 
 +
margin: 0 auto;
 +
margin-top: 30px;
 +
margin-bottom: 30px;
-
-webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.75);
 
-
-moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.75);
 
-
box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.75);
 
-
margin-top: 10px;
 
-
margin-bottom: 10px;
 
}
}
Line 2,652: Line 2,665:
font-family: "Lucida Console,Monaco,monospace";
font-family: "Lucida Console,Monaco,monospace";
-
margin: 0 auto;
 
-
width: 400px;
 
-
color: #1c5aa3;
 
-
font-size: 18px;
 
-
padding: 20px 10% 20px 10%;
+
width: 100%;
 +
color: #a9bacb;
 +
 
 +
margin: 0 70px 0 70px;
  opacity: 1;
  opacity: 1;
 +
padding: 20px 0 20px 0 ;
 +
 +
}
 +
 +
.code blockquote p {
 +
width: 100%;
 +
font-size: 18px;
 +
margin-left: -40px;
}
}
</style>
</style>
</html>
</html>

Latest revision as of 02:50, 18 October 2014