Team:UCLA/Template/css

From 2013.igem.org

(Difference between revisions)
Line 8: Line 8:
/* Full page formats */
/* Full page formats */
-
body#space{
+
/* Full page formatting */
-
  background-image: url("http://bglabs.evade.netdna-cdn.com/files/subtle-stripes-pattern-2273.png");
+
body#space { background-image: url('https://static.igem.org/mediawiki/2012/4/4f/Space.jpg'); background-attachment: fixed; }
-
  background-attachment: fixed;  
+
-
  background-repeat: repeat;
+
-
}
+
-
 
+
#top-section { position: relative; height: 20px; width: 975px; }
#top-section { position: relative; height: 20px; width: 975px; }
#contentSub, #search-controls, .firstHeading, #catlinks, #p-logo { display:none; }
#contentSub, #search-controls, .firstHeading, #catlinks, #p-logo { display:none; }
Line 19: Line 15:
#globalwrapper { margin: 0px 0px auto auto; }
#globalwrapper { margin: 0px 0px auto auto; }
-
#container { margin: 15px 0px auto auto; width: 975px; }
+
/* Title panel formatting */
#top-panel { height: 260px; background-color: white; background-image: url('https://static.igem.org/mediawiki/2012/5/52/Planets.png'); }
#top-panel { height: 260px; background-color: white; background-image: url('https://static.igem.org/mediawiki/2012/5/52/Planets.png'); }
#top-panel { margin: -20px -10px auto -10px; border-radius: 5px 5px 0px 0px; box-shadow: 0px -2px 6px 2px #222; }
#top-panel { margin: -20px -10px auto -10px; border-radius: 5px 5px 0px 0px; box-shadow: 0px -2px 6px 2px #222; }
 +
#trans { text-align: right; color: #555; letter-spacing: 1.3px; }
 +
#sa { line-height: 100%; font-family: "Trebuchet MS", sans-serif; font-size: 36px; }
 +
#sa { color: #008ACF; padding-top: 55px; letter-spacing: 1.3px; text-align: right; }
 +
/*
#top-section{
#top-section{
   position: relative;
   position: relative;
Line 50: Line 50:
   margin: 5px;
   margin: 5px;
}
}
 +
*/

Revision as of 03:46, 13 September 2013

html, body{

 background-color:white;

}

/* Headers */ h1, h2, h3, h4, h5 {font-family:Verdana}

/* Full page formats */

/* Full page formatting */ body#space { background-image: url('https://static.igem.org/mediawiki/2012/4/4f/Space.jpg'); background-attachment: fixed; }

  1. top-section { position: relative; height: 20px; width: 975px; }
  2. contentSub, #search-controls, .firstHeading, #catlinks, #p-logo { display:none; }
  3. container { margin: 15px 0px auto auto; width: 975px; }
  4. globalwrapper { margin: 0px 0px auto auto; }

/* Title panel formatting */

  1. top-panel { height: 260px; background-color: white; background-image: url('https://static.igem.org/mediawiki/2012/5/52/Planets.png'); }
  2. top-panel { margin: -20px -10px auto -10px; border-radius: 5px 5px 0px 0px; box-shadow: 0px -2px 6px 2px #222; }
  3. trans { text-align: right; color: #555; letter-spacing: 1.3px; }
  4. sa { line-height: 100%; font-family: "Trebuchet MS", sans-serif; font-size: 36px; }
  5. sa { color: #008ACF; padding-top: 55px; letter-spacing: 1.3px; text-align: right; }

/*

  1. top-section{
 position: relative;
 height: 150px;
 width: 975px; 

}

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

}

  1. container{
 margin: 15px 0px auto auto; 
 width: 975px; 

}

  1. globalwrapper{
 margin: 0px 0px auto auto; 

}

p{

 margin: 5px;
 font-family: Verdana;

}

h4{

 margin: 5px;

}

  • /