Team:Tokyo Tech/style2.css

From 2014.igem.org

(Difference between revisions)
Line 54: Line 54:
a {
a {
text-decoration: none;
text-decoration: none;
-
         color: #469dff;
+
         color: ##32639A;
/*color: #516C00;*/
/*color: #516C00;*/
}
}
Line 63: Line 63:
a:visited{
a:visited{
-
         color: #469dff;
+
         color: ##32639A;
         /*color: #516C00;*/
         /*color: #516C00;*/
}
}

Revision as of 01:53, 18 October 2014

/* Design by TEMPLATED http://templated.co Released for free under the Creative Commons Attribution License

  • /

body{ padding: 0;

       margin: 0;

background:url(Tokyo_Tech_Bgb3.png); font-family: "Times New Roman", Times, serif; font-size: 14px; color: #EEFCFA;

       width: 100%;
       height: 100%;

}

h1,h2,h3,h4,h5,h6 {

       border-bottom: 0px;

}

h1, h2, h3 { margin: 0; padding: 0; font-weight: normal; color: #32639A; font-family: "Times New Roman", Times, serif; }

h1 { font-size: 2em; }

h2 { font-size: 2.4em; }

h3 { font-size: 1.6em; }

p, ul, ol { margin-top: 0; line-height: 200%; font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif; }

ul, ol { margin: 0px; padding: 0px; list-style: none; }

a { text-decoration: none;

       color: ##32639A;

/*color: #516C00;*/ }

a:hover { text-decoration: underline; }

a:visited{

       color: ##32639A;
       /*color: #516C00;*/

}

h2 a { text-decoration: none; }

  1. globalWrapper {

margin: 0px; padding: 0px; background:none;

       font-size: 100%;

}


  1. wrapper {

margin: 0px; padding: 0px;

}


/* Header */

  1. header {

width: 1000px; height: 125px;

       background:url(Tokyo_Tech_Header.png) no-repeat bottom;

margin: 0 auto; padding-top: 15px;

}


/*Content-Header*/

  1. content-header {

width: 1000px; height: 50px; margin: 0 auto; background:url(Tokyo_Tech_Top.jpg) no-repeat bottom; }

/* Logo */

  1. logo-link {
       position: absolute;
       display: block;
       left: 35px;
       top: 20px;
       width: 160px;
       height: 155px;
       opacity: 0;

}

  1. logo {

margin-left: 189px; padding: 0px;

       display: block;

color: #000000; }

  1. logo h1, #logo p {

margin: 0; padding: 10px 0px 0px 25px; font-family: "Times New Roman", Times, serif; }

  1. logo h1 {

letter-spacing: -1px; text-transform: lowercase; font-size: 44px; }

  1. logo h1 a {

color: #FFFFFF; }

  1. logo p {

padding: 26px 0 0 2px; font: normal 19px "Times New Roman", Times, serif; color: #C5E8FF; }

  1. logo a {

border: none; background: none; text-decoration: none; color: #C5E8FF; }

/* Search */

  1. search {

float: right; width: 280px; height: 60px; padding: 20px 0px 0px 0px; background: #E2E2E2; border-bottom: 4px solid #FFFFFF; }

  1. search form {

height: 41px; margin: 0; padding: 10px 0 0 20px; }

  1. search fieldset {

margin: 0; padding: 0; border: none; }

  1. search-text {

width: 170px; padding: 6px 5px 2px 5px; border: 1px solid #DEDEDE; background: #FFFFFF; text-transform: lowercase; font: normal 11px Arial, Helvetica, sans-serif; color: #5D781D; }

  1. search-submit {

width: 50px; height: 22px; border: none; background: #B9B9B9; color: #000000; }

  1. banner {

margin-bottom: 20px; border: 12px #ECECEC solid; }

/* Menu */

  1. menu {

width: 1000px; height: 65px; margin: 0 auto; padding-bottom: 30px;

       background: url(Tokyo_Tech_Menu.png) top no-repeat;

}

  1. menu ul {

margin: 0;

       padding-top: 40px;
	list-style: none;

line-height: normal; }

  1. menu li {

float: left;

       width: 130px;

margin-left: 10px; }

  1. menu a {

display: block; background: #70237A;

       box-shadow: 0px 0px 5px 0px #000000;
       height: 38px;

width: 130px; padding-top: 15px; font-family: "Times New Roman", Times, serif; text-decoration: none; text-align: center; font-size: 20px; font-weight: normal; color: #FFFFFF; border: none; }

  1. menu ul li ul {

padding:0; margin:0; position:absolute; visibility: hidden;

       z-index: 3;

}

  1. menu ul li ul li a:hover {

background: #FFFFFF; box-shadow: 0px 2px 10px 0px #FFFFFF; color: #E100E1; }

  1. menu ul li:hover ul {
 display: block;
 opacity: 1;
 visibility: visible;

}

  1. menu ul li ul li a{

display: block; font-size:18px; font-family: "Times New Roman", Times, serif; color: white; background: #70237A; box-shadow: 0px 2px 10px 0px #FFFFFF;

       z-index:2;

height:28px; padding-top:8px; margin-left:0px; width: 130;

}

  1. menu ul li ul li{

display: block; float: none;

       margin-left: 0px;

}

  1. menu a:hover, #menu .current_page_item a {

text-decoration: none; }

  1. menu .current_page_item a {

background: #FFFFFF; padding-left: 0px; color: #70237A; }

  1. menu .current_page_item ul li a{

display: block; font-size:18px; font-family: "Times New Roman", Times, serif; color: white; background: #70237A; box-shadow: 0px 2px 10px 0px #FFFFFF;

       z-index:2;

height:28px; padding-top:8px; margin-left:0px; width: 130;

}


  1. menu .current_page_item ul li a:hover {

background: #FFFFFF; box-shadow: 0px 2px 10px 0px #FFFFFF; color: #E100E1; }

/* Page */

  1. page {

width: 900px; margin: auto; padding: 40px 50px 0px 50px; background: url(Tokyo_Tech_Content.jpg) repeat-y; }

/* Content */

  1. content {
       width: 100;
       padding: 0px;
       border: none;
       background: none transparent;

}

  1. content-over {

float: left;

       width: 900px;

padding: 0px 0px 0px 0px;

       background: white;

}

.post { margin-bottom: 15px; }

.post-bgtop { }

.post-bgbtm { }

.post .title { margin-bottom: 10px; padding: 12px 0 0 0px; letter-spacing: -.5px; font-size: 36px; color: #493E2B; }

.post .title-small { font-size: 30px; color:#493E2B; font-family:"Times New Roman", Times, serif; font-variant: normal; text-decoration: underline; }

.post .title a { color: #493E2B; border: none; }

.post .head { font-size: 24px; color:#493E2B; font-family:"Times New Roman", Times, serif; }

.post .info { text-indent:20px; color: #5A554E; font-size:16px; font-family:"Times New Roman", Times, serif; border: none; }

.post .info-18 { text-indent:20px; color: #5A554E; font-size:18px; font-family:"Times New Roman", Times, serif; border: none; }

.post .info-24 { color: #5A554E; font-size:24px; font-family:"Times New Roman", Times, serif; border: none; }

.post .info-24 a img{ position:absolute; visibility:hidden; padding:5px; left: 630px;

       top: 565px;

}

.post .info-24 a:hover img{

       visibility: visible;

}


.post .Content-Modeling { color: #5A554E; font-size:24px; font-family:"Times New Roman", Times, serif; border: none; }

.post .Content-Modeling a img{ position:absolute; visibility:hidden; padding:5px; left: 630px;

       top: 445px;

}

.post .Content-Modeling a:hover img{

       visibility: visible;

}

.post .meta { margin: -10px 0px 0px 0px; padding: 0px 0px 10px 0px; letter-spacing: -1px; font-size: 23px; font-weight: normal; color: #6E8D3D; font-family: "Times New Roman", Times, serif; }

.post .meta .date { float: left; }

.post .meta .posted { float: right; }

.post .meta a { }

.post .entry { background: url(Tokyo_Tech_img08.jpg) no-repeat left top; padding: 25px 0px 0px 0px; text-align: justify; }

.post .entry-long { background: url(Tokyo_Tehc_img08_long.jpg) no-repeat left top; padding: 25px 0px 0px 0px; text-align: justify; }

.post .entry-right{ background: url(Tokyo_Tech_img08_revert.jpg) no-repeat right top; padding: 25px 0px 0px 0px; text-align: justify; }

.post .underName { color: #5A554E; font-size:18px; font-family:"Times New Roman", Times, serif; border: none; }

.links { padding-top: 20px; }

.more { padding-left: 16px; background: url(Tokyo_Tech_img10.gif) no-repeat left 3px; text-decoration: underline; font-size: 12px; font-weight: normal; }

.comments { padding-left: 18px; background: url(Tokyo_Tech_img11.gif) no-repeat left 4px; text-decoration: underline; font-size: 12px; font-weight: normal; }


/* Sidebar */

  1. sidebar {

float: right; width: 273px; padding: 0px; color: #787878; }

  1. sidebar ul {

margin: 0; padding: 0; list-style: none; }

  1. sidebar li {

margin: 0; padding: 0; }

  1. sidebar li ul {

margin: 0px 0px; padding-bottom: 20px; }

  1. sidebar li li {

line-height: 35px; margin: 0px; padding: 2px 0px; border-left: none; }

  1. sidebar li li span {

height: 19px; margin-right: 16px; padding: 4px 12px; background: #3D2A0B url(Tokyo_Tech_img12.jpg) repeat-x left top; font-size: 12px; color: #FFFFFF; }

  1. sidebar li li span a {

color: #FFFFFF; }

  1. sidebar h2 {

height: 65px; background: url(Tokyo_Tech_img09.jpg) no-repeat left bottom; letter-spacing: -.5px; font-size: 28px; color: #493E2B; }

  1. sidebar p {

margin: 0 0px; padding: 0px 0px 30px 0px; text-align: justify; }

  1. sidebar p strong {

color: #4A3E29; }

  1. sidebar a {

border: none; }

  1. sidebar a:hover {

}

/* Calendar */

  1. calendar {

}

  1. calendar_wrap {

padding: 20px; }

  1. calendar table {

width: 100%; }

  1. calendar tbody td {

text-align: center; }

  1. calendar #next {

text-align: right; }

/* Footer */

  1. footer-content {

width: 1000px; height: 100px; margin: 0 auto; /*padding: 60px 50px 0px 50px;*/ background: url(Tokyo_Tech_Footer.jpg) no-repeat top; font-size: 12px; color: #887450; }

  1. footer-content .column1 {

float: left; width: 570px; }

  1. footer-content .column2 {

float: right; width: 273px; }

  1. footer-content h2 {

padding-bottom: 10px; font-size: 22px; color: #E3D2B6; }

  1. footer-content strong {

color: #E3D2B6; }

  1. footer-content a {

color: #AA8B55; }

  1. footer-content a:hover {

color: #AA8B55; }

.list li { margin-bottom: 6px; }

  1. footer-over {

height: 50px; margin: 0 auto; padding: 0px 0 15px 0; font-family: Arial, Helvetica, sans-serif;

       color: transparent;

}

  1. footer-over p {

margin: 0; line-height: normal; font-size: 12px; text-align: center; color: #82A2B9; }

  1. footer-over a {

text-decoration: underline; color: #82A2B9; }


  1. contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
   display: none;}
  1. top-section {
   width: 965px;
   height: 0;
   margin: 0 auto;
   padding: 0;
   border: none;}
  1. bodyContent p {
   margin: 0;}

.left-menu ul {

   visibility: hidden;

}

.left-menu:hover ul {

   visibility: visible;

}

.image_right { float: right; margin-bottom: 0px; margin-left: 10px; } .image_left { float: left; margin-right: 10px; margin-bottom: 10px; }

li {

       margin-bottom: 0em;

}


/* Go to top button */

  1. gototop {
       position: fixed;
       left:90%;
       top: 95%;
       margin-top: -2.5em;  

}

  1. gototop img {
       opacity: 0.7;
       filter: alpha(opacity=40);

}

  1. gototop img:hover {
       opacity: 1;

}


/* Slide Show */


  1. slideshow {
   margin: 50px auto; 
   position: relative; 
   width: 500px; 
   height: 300px; 
   padding: 10px; 
   box-shadow: 0 0 20px rgba(0,0,0,0.4); 

}

  1. slideshow > div {
   position: absolute; 
   top: 10px; 
   left: 10px; 
   right: 10px; 
   bottom: 10px; 

}

  1. slideshow > div > a > p {
   font-size: 20px;
   text-shadow:#FFFB53;
   font-family:'Times New Roman', Times, serif;
   background-color: rgba(0,0,0,0.6);
   color: #FFFFFF;
   position: absolute;
   bottom: -10px;
   left: -10px;
   right: -10px;
   width: 520px; 
   height: 43px;
   padding-top: 3px;
   visibility: hidden;

}

  1. slideshow > div:hover > a > p {
   visibility: visible;
   -webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
      -moz-animation: fadein 0.5s; /* Firefox < 16 */
       -ms-animation: fadein 0.5s; /* Internet Explorer */
        -o-animation: fadein 0.5s; /* Opera < 12.1 */
           animation: fadein 0.5s;

}

  1. slideshow > div > a {
   color: #FFFFFF;

}

@keyframes fadein {

   from { opacity: 0; }
   to   { opacity: 1; }

}

/* Firefox < 16 */ @-moz-keyframes fadein {

   from { opacity: 0; }
   to   { opacity: 1; }

}

/* Safari, Chrome and Opera > 12.1 */ @-webkit-keyframes fadein {

   from { opacity: 0; }
   to   { opacity: 1; }

}

/* Internet Explorer */ @-ms-keyframes fadein {

   from { opacity: 0; }
   to   { opacity: 1; }

}

/* Opera < 12.1 */ @-o-keyframes fadein {

   from { opacity: 0; }
   to   { opacity: 1; }

}