Team:USTC-Software/Project/Method/css

From 2013.igem.org

(Difference between revisions)
 
(7 intermediate revisions not shown)
Line 4: Line 4:
#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 13: 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 21: 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 29: 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 37: 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 45: 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 74: 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 83: Line 83:
.jobs_item p { margin: 11px 0 0;}
.jobs_item p { margin: 11px 0 0;}
-
a#out { color:#36526c;}
+
/*a#out { color:#36526c;}
a#out hover:{
a#out hover:{
     text-decoration:none !important;
     text-decoration:none !important;
Line 100: Line 100:
     z-index:1000;
     z-index:1000;
}
}
 +
#direction ul , #direction ul li a{
#direction ul , #direction ul li a{
     color:#fff;
     color:#fff;
-
     font-size:17px;
+
     font-size:15px;
     text-decoration:none;
     text-decoration:none;
     font-family:Tahoma, Geneva, sans-serif;
     font-family:Tahoma, Geneva, sans-serif;
Line 108: Line 109:
     list-style-image:circle;
     list-style-image:circle;
}
}
 +
#direction ul li a:hover{
#direction ul li a:hover{
     color:#aaed51;
     color:#aaed51;
     opacity:1;
     opacity:1;
-
}
+
}*/
-
img#data{
+
#pseudo {
-
     width;1000px !important;
+
     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;}