Team:UNITN-Trento/CSS/Protocols

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
-
#tn-header-wrap,#tn-footer-wrap,#tn-content-wrap {
+
html, body {
-
    display: block;
+
width: 100%;
-
    width: 800px;
+
height: 100%;
-
    text-align: center;
+
-
}
+
-
#tn-header-wrap,#tn-footer-wrap {
+
margin: 0;
-
    width: 100%;
+
padding: 0;
-
    height: 220px;
+
 
 +
background-color: #DCD8D0;
 +
 
 +
font-size: 16px;
}
}
-
#tn-footer-wrap {
+
/*HEADER IN APPOSITE SUBS/TEMPLATE*/
-
    /*background-color: #c0c0b6;*/
+
 
-
    background-color: rgb(240, 242, 223);
+
/*******************/
-
    padding-bottom: 1em;
+
/*CENTRAL CONTAINER*/
 +
/*******************/
 +
 
 +
#tn-central-container {
 +
display: block;
 +
 
 +
max-width: 1300px;
 +
min-height: 600px;
 +
 
 +
margin: 0 auto;
 +
padding: 1em 0;
 +
 
 +
background-color: #dadada;
}
}
#tn-content-wrap {
#tn-content-wrap {
-
    width: 100%;
+
display: static;
-
    padding: 25px 0;
+
 
 +
max-width: 1200px;
 +
min-height: 600px;
 +
 
 +
margin: 0 auto;
 +
margin-top: 6em;
 +
padding: 1px;
 +
padding-top: 0;
}
}
#tn-content {
#tn-content {
-
    width: 60%;
+
display: static;
-
    font-family: "Kameron", serif;
+
-
    text-align: left;
+
-
    margin: 0 auto;
+
-
}
+
-
#tn-content-wrap {
+
max-width: 1200px;
-
    background-color: rgb(240, 242, 223);
+
height: 100%;
 +
 +
padding: 1em;
 +
padding-top: 0;
}
}
Line 102: Line 121:
     text-align: left;
     text-align: left;
}
}
 +
 +
/*FOOTER IN APPOSITE SUBS/TEMPLATE*/

Revision as of 08:38, 26 August 2013

html, body { width: 100%; height: 100%;

margin: 0; padding: 0;

background-color: #DCD8D0;

font-size: 16px; }

/*HEADER IN APPOSITE SUBS/TEMPLATE*/

/*******************/ /*CENTRAL CONTAINER*/ /*******************/

  1. tn-central-container {

display: block;

max-width: 1300px; min-height: 600px;

margin: 0 auto; padding: 1em 0;

background-color: #dadada; }

  1. tn-content-wrap {

display: static;

max-width: 1200px; min-height: 600px;

margin: 0 auto; margin-top: 6em; padding: 1px; padding-top: 0; }

  1. tn-content {

display: static;

max-width: 1200px; height: 100%;

padding: 1em; padding-top: 0; }

.tn-spoiler-protocol div {

   margin: 15px;
   padding: 10px;
   text-align: justify;
   background-color: #eeeeee;

}

.tn-spoiler-protocol div table {

   margin: 5px auto;

}

.tn-spoiler-protocol div th,.tn-spoiler-protocol div td {

   border: 1px solid black;
   min-width: 50px;
   padding: 5px;
   text-align: left;
   background-color: #efefef;

}

.tn-spoiler-protocol div th {

   text-align: center;
   background-color: #bcbcbc;

}

table.results td {

   text-align: center;

}

.tn-spoiler-protocol a {

   font-variant: small-caps;
   display: block;
   text-decoration: none;
   padding: 0.2em;
   margin: 0.2em;
   border: 1px solid #323232;
   background: rgb(240, 242, 223);
   color: #323232;

}

.tn-spoiler-protocol a:hover {

   border: 1px solid rgb(240, 242, 223);
   background: rgb(191, 27, 57);
   color: rgb(240, 242, 223);

}

.tn-spoiler-protocol > div {

   padding: 1em;
   margin: 1em;
   background: rgb(240, 242, 223);
   border: 1px solid rgba(0,0,0,.3);

}

  1. tn-content p a {
   color: #323232;

}

  1. tn-content p a:hover {
   color: rgb(191, 27, 57);

}

  1. tn-content h2 {
   display: block;
   border-bottom: 2px solid rgb(3, 140, 126);
   color: rgb(191, 27, 57);
   font-family: "Boogaloo", cursive;
   font-size: 3em;
   font-style: normal;
   line-height: 0.8em;
   text-align: left;

}

/*FOOTER IN APPOSITE SUBS/TEMPLATE*/