Difference between revisions of "Team:SDU-Denmark/core/stylesheet"

(Undo revision 95931 by KBS (talk))
Line 218: Line 218:
 
     width:190px;
 
     width:190px;
 
     margin-top: -8px;
 
     margin-top: -8px;
     margin-left: -100px;
+
     margin-left: 100px;
 
     float:left;
 
     float:left;
 
     background-image:url(https://static.igem.org/mediawiki/2015/8/88/SDU-Denmark2015_Logo_Welcome.png);
 
     background-image:url(https://static.igem.org/mediawiki/2015/8/88/SDU-Denmark2015_Logo_Welcome.png);

Revision as of 16:20, 12 August 2015

/* REMOVE IGEM STYLE */

  1. search-controls {
  margin-top:30px;

}

  1. footer-box, #siteSub, #search-controls, .firstHeading, #contentSub, #catlinks, #p-logo {
  display:none;

}

  1. bodyContent a[href ^="mailto:"],

.link-mailto {

   background: none;
   padding-right: 0;

}

  1. bodyContent a[href ^="https://"], .link-https {
   background: none;
   padding-right: 0;

}

  1. menubar {

margin-left: 10px; }

.right-menu li a, .left-menu li a { color: black; background-color: transparent; font-size: 10px; font-weight: bold; }

.right-menu li a:hover, .left-menu:hover a { color: black; }

  1. top-section {
   height: 15px;

}


  1. content {

width: 100%; }

html {

   height:100%;

} body {

   background-color:#999999;
   background-image:url();
   background-repeat: repeat;
   background-attachment:fixed;
   overflow-x: hidden;
   height:100%;

width:100%;

   overflow-y: scroll;

}

/* BASIC STYLES */

h1, h2, h3, h4 {

   font-family: arial;
   color: #006699;
   font-weight:bold;
   margin-bottom:0 !important;
   margin-top:0px;
   border:none;

} /* Name: Header 1 */ h1 {

   font-size: 22px;
   

} /* Name: Header 2 */ h2 {

   font-size: 24px;
   padding-bottom:10px;

} /* Name: Header 3 */ h3 {

   font-size: 20px;

} /* Name: Header 4 */ h4 {

   font-size: 16px;
   font-style: italic;
   padding-bottom:20px;

}

a, a:visited { }

.pdfFile {

   background-repeat: no-repeat;
   background-position: left;
   padding-left: 19px;
   background-image: url(http://www.crossborder.ie/wp-content/uploads/pdf_icon.gif);
   font-size: 12px;
   line-height: 1.3em;

}

/* Name: Appetizer text */ /* Description: Used to give a short and exciting description of the subsequent content. */ p.intro {

   font-style: italic;
   font-size: 16px;
   color: #808080;
   margin-bottom:40px;

}

/* Name: DNA Sequence Code */ /* Description: Used for highlighting DNA sequences and similar codes. */ span.SequenceCode {

   font-size: 14px;
   font-family: Courier New;
   color: red;
   border-style: dashed;
   border-width: 1px;
   border-color: Grey;
   padding: 0px 5px;

}

/* Name: Normal text */ p {

   font-size: 14px;
   margin-top:10px;
   font-family:Tahoma;
   color: #3D3D3D;

}

/* Name: Paragraph intro */ span.intro {

   font-weight:Bold;
   font-size: 15px;
   font-family:Tahoma;
   color: #3D3D3D;

}

/* Name: Important word */ .specialWord {

   font-style: italic;
   font-weight: bold; 

}

/* BASE */

.BackgroundLayout {

   width:100%;
   left:0;
   position: absolute;

} .MainLayout {

   width:960px;
   margin-right:auto;
   margin-left:auto;

} .EndFloatBlock {

   clear:both;

}


/* NAVIGATION */ .top {

   height:55px;
   top: 0;
   left: 0;
   right: 0;
   padding-top: 22px;
   padding-bottom: 10px;
   /* background */
   background: #fefefe; /* Old browsers */
   background: -moz-linear-gradient(top,  #FFFFFF 20%, #EEEEEE 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#FFFFFF), color-stop(100%,#EEEEEE)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top,  #FFFFFF 20%,#EEEEEE 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  #FFFFFF 20%,#EEEEEE 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  #FFFFFF 20%,#EEEEEE 100%); /* IE10+ */
   background: linear-gradient(to bottom,  #FFFFFF 20%,#EEEEEE 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EEEEEE',GradientType=0 ); /* IE6-9 */

} .bannerShadow {

   /* border shadow */
   box-shadow: inset 0 -1px 0 rgba(0,0,0,.1), 0 1px 10px rgba(0,0,0,.1);
   -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.1), 0 1px 10px rgba(0,0,0,.1);
   -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.1), 0 1px 10px rgba(0,0,0,.1);

}

.stick {

 position: fixed;
 top: 0;
 z-index: 10000;
 margin-top:-35px;
 margin-right: -13px;

}

  1. sticky-anchor {
 position: absolute;
 margin-top: 35px;

} .topWikiNavBackground {

   height:18px;
   margin-top: -32px;
   background-color:rgb(0, 0, 0);
   background-image:url();
   background-repeat: repeat;

}

.topMargin {

   margin-top: 25px;

} .NavbarContainer {

   width:960px;
   margin-right:auto;
   margin-left:auto;

} .NavbarContainerInner {

   float:right;

}

.TopLogo {

   height: 140px;
   width:190px;
   margin-top: -8px;
   margin-left: 100px;
   float:left;
   background-image:url(SDU-Denmark2015_Logo_Welcome.png);
   background-size:190px;
   background-repeat: no-repeat;
   position:absolute;

} .MenuButton {

   margin: 35px 0px 0px 15px;
   float: left;
   font-size:12px;
   font-family:Arial;
   padding-bottom:2px;
   position: relative;

} .MenuButton:hover {

   border-bottom-color:#C0C0C0;
   border-bottom-width:3px;
   border-bottom-style:solid;

} .SelectedMenuButton {

   border-bottom-color: #3399CC;
   border-bottom-width:3px;
   border-bottom-style:solid;

} a.MenuButtonLink {

   text-decoration:none;
   color:black;

} .IgemLogoLink {

   margin: 17px 10px 0px 30px;
   float: left;
   font-size:14px;

}

.HeaderTitel {

   float: left;
   margin-left:100px;
   margin-top:13px;
   font-size:18px;
   font-weight:bold;
   position:absolute;
   color:rgb(0,0,0);

}

.menuPopup {

   display: none;
   margin-top: -8px;
   padding-top: 18px;
   position: absolute;
   z-index: 99999;
   right: -75px;
   background-image:url(SDU2013_Transparent.png);

} .menuPopupContent {

   width: 600px;

} .menuPopupContentInner {

   background: rgba(238, 238, 238, 0.93);
   -webkit-border-radius: 0 0 10px 10px;
   -moz-border-radius: 0 0 10px 10px;
   border-radius: 0 0 10px 10px;

} .menuItems {

  margin-top: 10px;

} .menuItems ul {

  float: left;
  margin: 0 20px 0 0;

} .menuItems li {

  font-size: 11px;
  list-style-type: none;
  list-style-image: none;
  margin: 0 0 0 5px;
  line-height: 1.3em;

} .menuItems li.header {

  font-size: 12px;
  font-weight: bold;
  margin: 0 0 2px 0;
  color: #3D3D3D;

} .menuItems li.header a {

  color: #3D3D3D;

}

div.menuIntro {

   padding: 1px 10px 10px 10px;

} p.menuIntro {

   font-size: 11px;
   line-height: 1.3em;
   marg