Team:ATOMS-Turkiye/Templates/Style

From 2013.igem.org

(Difference between revisions)
 
(11 intermediate revisions not shown)
Line 4: Line 4:
@charset "UTF-8";
@charset "UTF-8";
 +
#globalwrapper{
 +
font-size:100%;
 +
}
#searchInput {
#searchInput {
   display:none;
   display:none;
 +
}
 +
#toc{
 +
float: right;
}
}
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo, items {
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo, items {
Line 136: Line 142:
#menu li ul li{
#menu li ul li{
  width: 100%;
  width: 100%;
 +
border-bottom: 1px solid #1A1C20;
}
}
Line 152: Line 159:
  font-size:85%;
  font-size:85%;
  margin:2em;
  margin:2em;
 +
color: #fff;
}
}
Line 269: Line 277:
   top: 0;
   top: 0;
   visibility: hidden;
   visibility: hidden;
 +
}
 +
.tourview{
 +
  margin:auto;
 +
  width:907px;
 +
  height:283px;
 +
  -webkit-background-size: cover;
 +
  -moz-background-size: cover;
 +
  -o-background-size: cover;
 +
  background-size: cover;
 +
}
 +
.tourview a{
 +
width:25%;
 +
height:100%;
 +
display:block;
 +
float:left;
 +
}
 +
.blockquote{
 +
margin:40px;
 +
padding:15px;
 +
background:rgba(67,190,80,0.2);
 +
border: 1px solid #222;
 +
}
 +
.shadowtext{
 +
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.73);
}
}
</style>
</style>
</html>
</html>

Latest revision as of 02:27, 5 October 2013