Team:USTC-Software/Project/Method/css

From 2013.igem.org

(Difference between revisions)
 
(28 intermediate revisions not shown)
Line 1: Line 1:
 +
h1 {
 +
        text-decoration:none;
 +
}
 +
#abstract {
#abstract {
-
font:18px Arial, Helvetica, sans-serif;
+
font:16px Arial, Helvetica, sans-serif;
margin:0 auto;
margin:0 auto;
margin-top:100px;
margin-top:100px;
-
width:1000px;
+
width:100%;
height: auto;
height: auto;
}
}
Line 9: Line 13:
#Fetch_Database {
#Fetch_Database {
-
font: 18px Arial, Helvetica, sans-serif;
+
font: 16px Arial, Helvetica, sans-serif;
-
width:1000px;
+
width:100%;
margin:0 auto;
margin:0 auto;
height: auto;
height: auto;
Line 17: Line 21:
#Alignment_Analyze {
#Alignment_Analyze {
-
         font: 18px Arial, Helvetica, sans-serif;
+
         font: 16px Arial, Helvetica, sans-serif;
-
width:1000px;
+
width:100%;
margin:0 auto;
margin:0 auto;
height: auto;
height: auto;
Line 25: Line 29:
#New_Network_Construction {
#New_Network_Construction {
-
         font: 18px Arial, Helvetica, sans-serif;
+
         font: 16px Arial, Helvetica, sans-serif;
-
width:1000px;
+
width:100%;
margin:0 auto;
margin:0 auto;
height: auto;
height: auto;
Line 33: Line 37:
#Network_Model {
#Network_Model {
-
         font: 18px Arial, Helvetica, sans-serif;
+
         font: 16px Arial, Helvetica, sans-serif;
-
width:1000px;
+
width:100%;
margin:0 auto;
margin:0 auto;
height: auto;
height: auto;
Line 41: Line 45:
#Predict {
#Predict {
-
         font: 18px Arial, Helvetica, sans-serif;
+
         font: 16px Arial, Helvetica, sans-serif;
-
width:1000px;
+
width:100%;
margin:0 auto;
margin:0 auto;
height: auto;
height: auto;
Line 70: Line 74:
.jobs_trigger strong {
.jobs_trigger strong {
     margin-left:25px;
     margin-left:25px;
-
     font: 16px Arial, Helvetica, sans-serif;
+
     font: 14px Arial, Helvetica, sans-serif;
     font-weight:600;
     font-weight:600;
     color: #36526c;
     color: #36526c;
Line 78: Line 82:
.jobs_item { padding: 1px 15px 12px;}
.jobs_item { padding: 1px 15px 12px;}
.jobs_item p { margin: 11px 0 0;}
.jobs_item p { margin: 11px 0 0;}
 +
 +
/*a#out { color:#36526c;}
 +
a#out hover:{
 +
    text-decoration:none !important;
 +
    color:#668cc0 !important;
 +
}
 +
 +
#direction{
 +
    width:150px;
 +
    height:250px;
 +
    float:right;
 +
    right:0px;
 +
    top:60%;
 +
    position:fixed;
 +
    background-color:#2da7a0;
 +
    border-radius:5px;
 +
    z-index:1000;
 +
}
 +
 +
#direction ul , #direction ul li a{
 +
    color:#fff;
 +
    font-size:15px;
 +
    text-decoration:none;
 +
    font-family:Tahoma, Geneva, sans-serif;
 +
    list-style-image:none;
 +
    list-style-image:circle;
 +
}
 +
 +
#direction ul li a:hover{
 +
    color:#aaed51;
 +
    opacity:1;
 +
}*/
 +
 +
#pseudo {
 +
    width:600px;
 +
    height:auto;
 +
    font-color:#000;
 +
    font-family:"Courier New", Courier, monospace;
 +
    font-size:16px;
 +
    border:2px #000 dashed;
 +
    margin:0 auto;
 +
}
 +
 +
 +
#methodbutton { color:#aaed51;}

Latest revision as of 13:18, 28 October 2013

h1 {

       text-decoration:none;

}

  1. abstract {

font:16px Arial, Helvetica, sans-serif; margin:0 auto; margin-top:100px; width:100%; height: auto; }


  1. Fetch_Database {

font: 16px Arial, Helvetica, sans-serif; width:100%; margin:0 auto; height: auto; }


  1. Alignment_Analyze {
       font: 16px Arial, Helvetica, sans-serif;

width:100%; margin:0 auto; height: auto; }


  1. New_Network_Construction {
       font: 16px Arial, Helvetica, sans-serif;

width:100%; margin:0 auto; height: auto; }


  1. Network_Model {
       font: 16px Arial, Helvetica, sans-serif;

width:100%; margin:0 auto; height: auto; }


  1. Predict {
       font: 16px Arial, Helvetica, sans-serif;

width:100%; margin:0 auto; height: auto; }

  1. jobs_container {
    position: relative;
    width:100%; 

}

.jobs_trigger {

    background: url(USTC-Software_Bg_trigger_status.png) no-repeat 12px 12px;
    height: 15px;
    line-height: 15px;
    border-top: 1px solid #b1b1b1;
    cursor: pointer;
    padding: 7px 15px; 

}


.jobs_trigger.active { background-position: 12px -40px;}



.jobs_trigger strong {

    margin-left:25px;
    font: 14px Arial, Helvetica, sans-serif;
    font-weight:600;
    color: #36526c;

}


.jobs_item { padding: 1px 15px 12px;} .jobs_item p { margin: 11px 0 0;}

/*a#out { color:#36526c;} a#out hover:{

    text-decoration:none !important;
    color:#668cc0 !important;

}

  1. direction{
   width:150px;
   height:250px;
   float:right;
   right:0px;
   top:60%;
   position:fixed;
   background-color:#2da7a0;
   border-radius:5px;
   z-index:1000;

}

  1. direction ul , #direction ul li a{
   color:#fff;
   font-size:15px;
   text-decoration:none;
   font-family:Tahoma, Geneva, sans-serif;
   list-style-image:none;
   list-style-image:circle;

}

  1. direction ul li a:hover{
   color:#aaed51;
   opacity:1;

}*/

  1. pseudo {
   width:600px;
   height:auto;
   font-color:#000;
   font-family:"Courier New", Courier, monospace;
   font-size:16px;
   border:2px #000 dashed;
   margin:0 auto;

}


  1. methodbutton { color:#aaed51;}