Team:Heidelberg/Templates/basic-css

From 2013.igem.org

(Difference between revisions)
m
m
 
(39 intermediate revisions not shown)
Line 10: Line 10:
}
}
#content {
#content {
-
 
+
    z-index: auto;
     border: none;
     border: none;
-
     width:100%;
+
     width:98%;
}
}
Line 49: Line 49:
h2 {
h2 {
     font-size:18px;
     font-size:18px;
 +
    font-family:Arial, sans-serif;
}
}
h3 {
h3 {
     font-size:16px;
     font-size:16px;
 +
    font-weight: 600;
 +
    font-family:Arial, sans-serif;
 +
}
 +
h4  {
 +
    font-size: 14px;
 +
    font-weight: 600;
 +
    font-family:Arial, sans-serif;
}
}
Line 65: Line 73:
     font-size:10px;
     font-size:10px;
}
}
 +
 +
div.thumb {
 +
    border-color:#eeeeee;
 +
}
 +
 +
dd {
 +
    font-size:10px;
 +
}
 +
a:visited {
a:visited {
-
     color: #000;
+
     color: #000080;
}
}
-
a:active {
+
a {
-
     color: #000;
+
    color: #000080;
 +
}
 +
p > a, b > a {
 +
     color: #000080;
 +
}
 +
p > a:visited, b > a:visited {
 +
    color: #000080;
 +
}
 +
p {
 +
  text-align:justify;
}
}
table {
table {
-
     font-size:10px;
+
     font-size:1em;
}
}
b {
b {
  font-size:14px;
  font-size:14px;
}
}
-
 
+
figcaption {
-
/* Removes "teams" from the menubar */
+
text-align: justify;
-
#menubar > ul > li:last-child {
+
}
-
    display: none;}
+
/* Resizes the menubar to fik the links (default is 400px) */
/* Resizes the menubar to fik the links (default is 400px) */
Line 104: Line 129:
     background-color: transparent;}
     background-color: transparent;}
#menubar:hover {
#menubar:hover {
-
     color: white;}
+
     color: gray;}
#menubar li a {
#menubar li a {
-
     color: transparent;}
+
     color: gray;}
#menubar:hover li a {
#menubar:hover li a {
     color: #CCC;}
     color: #CCC;}
Line 129: Line 154:
                 bottom:0;
                 bottom:0;
                 right: 0;
                 right: 0;
-
                position: absolute;
 
                 z-index: -1;   
                 z-index: -1;   
             }
             }
Line 166: Line 190:
                 width:61%;
                 width:61%;
             }*/
             }*/
-
             #scrollContent{
+
             .scrollContent{
                 overflow:hidden;
                 overflow:hidden;
                 position:relative;
                 position:relative;
-
                 margin-bottom:
+
                 height:700px;
             }
             }
             .scrollContent2{
             .scrollContent2{
Line 206: Line 230:
             .carousel-control{
             .carousel-control{
          color:#5A5A5A;
          color:#5A5A5A;
-
                 width:5%;
+
                 width:7%;
             }
             }
 +
            .carousel-control.left {
 +
background-image: none;
 +
    }
 +
    .carousel-control.right {
 +
background-image: none;
 +
    }
             .carousel-control .icon-prev,
             .carousel-control .icon-prev,
             .carousel-control .icon-next,
             .carousel-control .icon-next,
Line 220: Line 250:
         background-color: #5A5A5A;
         background-color: #5A5A5A;
             }
             }
 +
            .nav-tabs {
 +
                  border-bottom:#eeeeee ;
 +
            }
 +
            .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
 +
                        border-color:#eeeeee;
 +
            }
 +
            .sidebar-nav {
 +
    padding: 9px 0;
 +
}
 +
 +
.dropdown-menu .sub-menu {
 +
    left: 100%;
 +
    position: absolute;
 +
    top: 0;
 +
    visibility: hidden;
 +
    margin-top: -1px;
 +
}
 +
 +
.dropdown-menu li:hover .sub-menu {
 +
    visibility: visible;
 +
}
 +
 +
.dropdown:hover .dropdown-menu {
 +
    display: block;
 +
}
 +
 +
.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
 +
    margin-top: 0;
 +
}
 +
 +
.navbar .sub-menu:before {
 +
    border-bottom: 7px solid transparent;
 +
    border-left: none;
 +
    border-right: 7px solid rgba(0, 0, 0, 0.2);
 +
    border-top: 7px solid transparent;
 +
    left: -7px;
 +
    top: 10px;
 +
}
 +
.navbar .sub-menu:after {
 +
    border-top: 6px solid transparent;
 +
    border-left: none;
 +
    border-right: 6px solid #fff;
 +
    border-bottom: 6px solid transparent;
 +
    left: 10px;
 +
    top: 11px;
 +
    left: -6px;
 +
}
 +
.labjournal-weekly {
 +
    margin-top:2.6%;
 +
    float:left;
 +
    width:100%;
 +
}
 +
table.wikitable {
 +
    font-size:0.7em;
 +
}
 +
#bodyContent a[href^="https://"], .link-https {
 +
    background: none;}
 +
</style>
   <!--customized scrollbar-->
   <!--customized scrollbar-->
-
   <link href="custom-scrollbar-plugin/jquery.mCustomScrollbar.css" rel="stylesheet" type="text/css" />
+
   <!--<link href="custom-scrollbar-plugin/jquery.mCustomScrollbar.css" rel="stylesheet" type="text/css" />-->
-
  </style>
+
</html>
</html>

Latest revision as of 21:11, 28 October 2013