Template:Team:Amsterdam/stylesheet

From 2012.igem.org

(Difference between revisions)
 
(36 intermediate revisions not shown)
Line 3: Line 3:
/* Change Default elements */
/* Change Default elements */
 +
html, body, #globalWrapper{
html, body, #globalWrapper{
padding: 0;
padding: 0;
Line 10: Line 11:
a{
a{
-
         color: grey;
+
         color: #000DFF;
}
}
a:visited{
a:visited{
-
         color: grey;
+
         color: #000DFF;
}
}
Line 106: Line 107:
         background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0, 0, 0, 0.1)), color-stop(40%,rgba(0, 0, 0, 0.1)), color-stop(75%,transparent), color-stop(100%,transparent));
         background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0, 0, 0, 0.1)), color-stop(40%,rgba(0, 0, 0, 0.1)), color-stop(75%,transparent), color-stop(100%,transparent));
         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#00000000',GradientType=1 );
         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#00000000',GradientType=1 );
 +
        list-style-type: none;
 +
list-style-image: none;
 +
list-style-position: outside;
}
}
textarea{
textarea{
     height: 200px;
     height: 200px;
 +
}
 +
 +
div.tright{
 +
        border-style: none;
 +
        padding: 10px;
 +
}
 +
 +
div.tleft{
 +
        border-style: none;
 +
        padding: 10px;
 +
}
 +
 +
#toc{
 +
        float: right;
 +
        width: 400px; 
}
}
/* Text styles */
/* Text styles */
Line 190: Line 209:
border-width:2px 1px;
border-width:2px 1px;
border-radius: 30px;
border-radius: 30px;
-
color: #333333;
+
color: #5A5A5A;
box-shadow: 0 0 3px 1px #000000;
box-shadow: 0 0 3px 1px #000000;
}
}
Line 292: Line 311:
margin-bottom: 1px;
margin-bottom: 1px;
         padding: 0px;
         padding: 0px;
-
        padding-left: 15px;
 
}
}
Line 300: Line 318:
#navmenu ul a{
#navmenu ul a{
 +
text-align:left;
display: block;
display: block;
text-decoration: none;
text-decoration: none;
Line 315: Line 334:
}
}
-
#navmenu > ul > li:last-child a{
+
#navmenu > ul > li:last-child > a{
border-bottom: none;
border-bottom: none;
}
}
Line 329: Line 348:
#navmenu ul ul a{
#navmenu ul ul a{
-
font-size: 18px;
+
font-size: 17px;
font-weight: normal;
font-weight: normal;
}
}
Line 337: Line 356:
font-weight: normal;
font-weight: normal;
}
}
-
 
-
/* Social Feeds */
 
-
#social-feeds {
 
-
margin: -15px;
 
-
overflow: hidden;
 
-
}
 
-
 
-
#feed-selection a {
 
-
width: 50%;
 
-
display: block;
 
-
float: left;
 
-
padding-left: 15px;
 
-
margin-right: -16px;
 
-
padding-top: 10px;
 
-
padding-bottom: 10px;
 
-
border-left: 1px solid #919396;
 
-
border-bottom: 1px solid #919396;
 
-
}
 
-
 
-
#feed-selection a:first-child {
 
-
border-left: none;
 
-
}
 
-
 
-
#feed-fb {
 
-
float: left;
 
-
width: 100%;
 
-
}
 
-
 
-
#feed-fb .rssHeader{
 
-
padding: 0 15px;
 
-
}
 
-
 
-
#feed-fb .rssHeader img{
 
-
float: left;
 
-
}
 
-
 
-
#feed-fb .rssHeader a{
 
-
display: block;
 
-
}
 
-
 
-
#feed-fb #extraborder{
 
-
border-top: 1px solid #919396;
 
-
margin-bottom: 1px;
 
-
}
 
-
 
-
#feed-fb .rssBody{
 
-
padding: 0 5px 0 15px;
 
-
overflow-y: scroll;
 
-
overflow-x: hidden;
 
-
height: 500px;
 
-
clear: both;
 
-
border-top: 1px solid #919396;
 
-
border-bottom: 1px solid #919396;
 
-
margin-bottom: 1px;
 
-
}
 
-
 
-
#feed-fb .rssBody ul {
 
-
line-height: 1;
 
-
margin: 0;
 
-
list-style-type: none;
 
-
list-style-image: none;
 
-
list-style-position: outside;
 
-
}
 
-
 
-
#feed-fb .fb_iframe_widget {
 
-
position: static;
 
-
display: block;
 
-
clear: both;
 
-
}
 
-
 
-
#feed-fb .fb_edge_widget_with_comment {
 
-
position: static;
 
-
padding: 0 15px;
 
-
}
 
-
 
-
#feed-fb .fb_iframe_widget span {
 
-
position: static;
 
-
display: block;
 
-
width: auto !important;
 
-
}
 
-
 
-
#feed-fb .fb_iframe_widget iframe {
 
-
position: static;
 
-
width: 100% !important;
 
-
}
 
-
 
</style>
</style>
</html>
</html>

Latest revision as of 03:29, 27 September 2012