Difference between revisions of "Team:RHIT/StyleSheet1"

 
(263 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
 
 
/*-- Remove borders, float content left and remove padding/margin */
 
/*-- Remove borders, float content left and remove padding/margin */
#globalWrapper, #content{
+
#globalWrapper,#content{
background-color: Magenta;
+
background-color: #63697b;
+
                                position: absolute;
float:left;
+
                                top:9px;
                                  
+
                                 left: 48.6%;
margin:0px;
+
                                margin-right: -51.4%;
padding: 0px;
+
                                transform: translate(-50%, -50%);
 +
                                -webkit-transform: translate(-50%, -50%);
 
}
 
}
  
 
/*left align Black Menu Bar */
 
/*left align Black Menu Bar */
 
#top_menu_inside {  
 
#top_menu_inside {  
margin-left: 20px;  
+
margin-left: auto;
 +
                                margin-right: auto;
 
}
 
}
 +
 
/* PAGE LAYOUT */
 
/* PAGE LAYOUT */
  
 
/* Change Background color*/
 
/* Change Background color*/
 
body {  
 
body {  
background-color: Purple;
+
background-color: #63697b;
 
}
 
}
  
 
/* Creates a container that will wrap all of the content inside your wiki pages. */
 
/* Creates a container that will wrap all of the content inside your wiki pages. */
 
#mainContainer {   
 
#mainContainer {   
width:101.3%;
+
width:108.7%;
                                height:100%;
+
 
overflow:hidden;
 
overflow:hidden;
float:inherit;
 
 
        padding:auto;
 
        padding:auto;
                                 position:relative;
+
                                 position:absolute;
                                 top:-6px;
+
                                 top:150%;
                                left:54%;
+
                                 text-align:left;
                                 text-align:center;
+
              background-color:#454652;
background-color:White;
+
font-family: "Arial", Helvetica, sans-serif;
font-family: "Arial", Helvetica, sans-serif;
+
                                 z-index:0;                    
                                 z-index:0;
+
                             
+
 
                                           }
 
                                           }
                               
 
  
/* Creates the container for the content */
+
                  #contentContainer {
#contentContainer {
+
                                position:absolute
                             
+
                                padding-top:1px;
padding-top:1px;
+
                                 padding-left:2%;
                                 padding-left:1px;
+
                                 padding-right:2%;
                                 padding-right:1px;
+
 
                                 height: 100%;
 
                                 height: 100%;
width: 97%;
+
                                width: 97%;
float:left
+
                                float:left
background-color:Black;  
+
                                background-color:#454652;
font-family: "Arial", Helvetica, sans-serif;
+
                                font-family: "Arial", Helvetica, sans-serif;
                                z-index:1
+
                                      }
                    }
+
 
 +
 
  
 
/*Set up height place holder for the banner*/
 
/*Set up height place holder for the banner*/
Line 64: Line 62:
 
                                 width:100%;   
 
                                 width:100%;   
 
                                 position: relative;
 
                                 position: relative;
                                 top:-6px;
+
                                 top:176px;  
                                 left:50%;
+
                                 float:left;
                                 z-index:2;  
+
                                 z-index:1;
 
                  }
 
                  }
  
Line 75: Line 73:
 
font-size: 20px;
 
font-size: 20px;
 
color:#efefef;
 
color:#efefef;
 +
                               
 
                  }   
 
                  }   
 
                  
 
                  
Line 90: Line 89:
 
#contentContainer a {  
 
#contentContainer a {  
 
font-weight: bold;
 
font-weight: bold;
color: #64afb3;
+
color: #DBA24C;
                     background-color: #454652
+
                     background-color: #454552;
 
                      }
 
                      }
  
Line 108: Line 107:
 
     margin-top: 15px;
 
     margin-top: 15px;
 
     margin-right: 10px;
 
     margin-right: 10px;
     margin-left: 10px;
+
     margin-left: 21%;
 
                             }
 
                             }
  
 
/*Change the styling of table cells*/
 
/*Change the styling of table cells*/
 
     #contentContainer  td {
 
     #contentContainer  td {
 +
                                color:#efefef;
 
     padding: 10px;
 
     padding: 10px;
     border: 1px solid #565656;
+
     border: 1px solid #DBA24C;
 
     border-collapse: collapse;
 
     border-collapse: collapse;
 
     vertical-align: text-top;
 
     vertical-align: text-top;
 +
                                background-color:#454652;
 
                                 }
 
                                 }
  
 
/*Change the styling of table headers */
 
/*Change the styling of table headers */
 
     #contentContainer th {
 
     #contentContainer th {
     background-color: #E8E8E9;
+
                                color:#efefef;
 +
     background-color: #63697b;
 
     padding: 10px;
 
     padding: 10px;
     border: 1px solid #565656;
+
     border: 1px solid #DBA24C;
 
     border-collapse: collapse;
 
     border-collapse: collapse;
 
     vertical-align: text-top;
 
     vertical-align: text-top;
Line 166: Line 168:
  
 
               .effectHeader1{
 
               .effectHeader1{
                         color:#efefef;
+
                         color:#DBA246;
 
                         text-decoration:underline;
 
                         text-decoration:underline;
 
                         text-transform:uppercase;
 
                         text-transform:uppercase;
Line 173: Line 175:
  
 
               .effectHeader2{
 
               .effectHeader2{
                         color:#efefef;
+
                         color:#DBA246;
 
                         text-decoration:underline;
 
                         text-decoration:underline;
 
                         text-transform:uppercase;
 
                         text-transform:uppercase;
Line 180: Line 182:
  
 
               .effectHeader3{
 
               .effectHeader3{
                         color:#efefef;
+
                         color:#DBA246;
 
                         text-decoration:underline;
 
                         text-decoration:underline;
 
                         text-transform:uppercase;
 
                         text-transform:uppercase;
Line 200: Line 202:
 
                     .project1{
 
                     .project1{
 
                       position:absolute;
 
                       position:absolute;
                       top: 120px;
+
                       top: 125px;
 
                       left: 300px;
 
                       left: 300px;
 
                           }
 
                           }
Line 213: Line 215:
 
                       #Des{
 
                       #Des{
 
                         position:absolute;
 
                         position:absolute;
                         top:267px;
+
                         top:276px;
                         left:672px;  
+
                         left:691px;  
 
                         display: none;                     
 
                         display: none;                     
 
                                   }
 
                                   }
Line 220: Line 222:
 
                       #Wet{
 
                       #Wet{
 
                         position:absolute;
 
                         position:absolute;
                         top:339px;
+
                         top:349px;
                         left:702px;   
+
                         left:721px;   
 
                         display: none;                     
 
                         display: none;                     
 
                                   }
 
                                   }
Line 227: Line 229:
 
                       #Prot{
 
                       #Prot{
 
                         position:absolute;
 
                         position:absolute;
                         top:395px;
+
                         top:405px;
                         left:685px;  
+
                         left:706px;  
 
                         display: none;                     
 
                         display: none;                     
 
                                   }
 
                                   }
 +
 +
                      #ref{
 +
                        position:absolute;
 +
                        top:480px;
 +
                        left:683px; 
 +
                        display: none;                   
 +
                                  }
 +
  
  
 
                       .ProjectSubDesc{
 
                       .ProjectSubDesc{
 
                         position:absolute;
 
                         position:absolute;
                         top:250px;
+
                         top:255px;
 
                         left:300px;
 
                         left:300px;
                        display: none;
+
                         display:none;
                                  }
+
 
+
                      .ProjectSubExp{
+
                        position:absolute;
+
                        top:315px;
+
                        left:280px;
+
                         display: none;
+
 
                                   }
 
                                   }
  
 
                       .ProjectSubResults{
 
                       .ProjectSubResults{
 
                         position:absolute;
 
                         position:absolute;
                         top:418px;
+
                         top:320px;
 
                         left:320px;
 
                         left:320px;
                         display: none;
+
                         display:none;
 
                                         }
 
                                         }
  
 
                       .ProjectSubHuman{
 
                       .ProjectSubHuman{
 
                         position:absolute;
 
                         position:absolute;
                         top:486px;
+
                         top:390px;
 
                         left:310px;
 
                         left:310px;
                         display: none;
+
                        display:none;
 +
                                  }
 +
 
 +
                      .ProjectSubAttr{
 +
                        position:absolute;
 +
                        top:442px;
 +
                        left:281px;
 +
                         display:none;
 
                                   }
 
                                   }
  
 
                     .notebook1{
 
                     .notebook1{
 
                       position:absolute;
 
                       position:absolute;
                       top:100px;
+
                       top:115px;
                       left:650px;
+
                       left:655px;
 
                           }
 
                           }
  
Line 272: Line 282:
 
                       left:880px;
 
                       left:880px;
 
                           }
 
                           }
 +
 +
                    .attn {
 +
                      color:#9CFBE4;
 +
                            }
 +
</style>
  
 
</style>
 
</style>
 
</html>
 
</html>

Latest revision as of 21:49, 18 September 2015