Difference between revisions of "Team:RHIT/StyleSheet1"

 
(740 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: transparent;
+
background-color: #63697b;
border: 1px;
+
                                position: absolute;
float: left;
+
                                top:9px;
margin:1px;
+
                                left: 48.6%;
padding: 1px;
+
                                margin-right: -51.4%;
 +
                                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: #606b7d;
+
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: 100%;
+
width:108.7%;
                                height:100%;
+
 
overflow:hidden;
 
overflow:hidden;
float:left;
+
        padding:auto;
margin-left:0px;
+
                                position:absolute;
margin-bottom: 0px;
+
                                top:150%;
background-color: #424652;
+
                                text-align:left;
border-bottom: 3px solid #000000;
+
              background-color:#454652;
border-right: 3px solid #000000;
+
font-family: "Arial", Helvetica, sans-serif;
border-left: 3px solid #000000;
+
                                z-index:0;                   
border-top: 3px solid #000000;
+
                                          }
font-family: "Arial", Helvetica, sans-serif;
+
  
/* Creates the container for the content */
+
                  #contentContainer {
#contentContainer {
+
                                position:absolute
padding-top:0px;
+
                                padding-top:1px;
padding-right:0px;
+
                                 padding-left:2%;
                                 padding-left:5px;
+
                                 padding-right:2%;
margin-bottom:0px;
+
                                 margin-right: 4px;
+
 
                                 height: 100%;
 
                                 height: 100%;
width: 100%;
+
                                width: 97%;
float: left;
+
                                float:left
background-color: #424652;
+
                                background-color:#454652;
border-top: 1px solid #000000;
+
                                 font-family: "Arial", Helvetica, sans-serif;
                                 border-right: 3px solid #000000;
+
                                      }
font-family: "Arial", Helvetica, sans-serif;
+
 
}
+
 
  
 
/*Set up height place holder for the banner*/
 
/*Set up height place holder for the banner*/
 
#bannerContainer {
 
#bannerContainer {
height:200px;
+
height:20%;
margin:auto;
+
                                width:100%;  
text-align:center;
+
                                position: relative;
color: #24B694;
+
                                top:176px;
}
+
                                float:left;
 +
                                z-index:1;
 +
                  }
  
 
/*VISUAL STYLE (TABLES, FONTS, LINKS, IMAGES, UL) */
 
/*VISUAL STYLE (TABLES, FONTS, LINKS, IMAGES, UL) */
Line 70: Line 72:
 
#mainContainer p {  
 
#mainContainer p {  
 
font-size: 20px;
 
font-size: 20px;
color: #efefef;
+
color:#efefef;
}
+
                               
                   
+
                  }  
 +
               
 
 
 
/*This changes the color and font family */
 
/*This changes the color and font family */
Line 80: Line 83:
 
font-weight: bold;
 
font-weight: bold;
 
font-family: "Trebuchet MS", Helvetica, sans-serif;
 
font-family: "Trebuchet MS", Helvetica, sans-serif;
margin-top:10px;
+
margin-top:0px;
}
+
                                              }
  
 
/*Style of the links - links are different inside the menu */
 
/*Style of the links - links are different inside the menu */
 
#contentContainer a {  
 
#contentContainer a {  
 
font-weight: bold;
 
font-weight: bold;
color: #64afb3;
+
color: #DBA24C;
                     background-color: #424652
+
                     background-color: #454552;
}
+
                      }
  
 
  /* Styling links on hover- links are different inside the menu */
 
  /* Styling links on hover- links are different inside the menu */
 
#contentContainer a:hover {  
 
#contentContainer a:hover {  
 
color: #d46d30;
 
color: #d46d30;
}
+
                            }
  
 
/*Change the styling of tables */
 
/*Change the styling of tables */
Line 104: 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;
    }
+
                            }
 
/*links*/
 
/*links*/
 
                         a:link { color:#efefef; background-color:transparent; text-decoration:none}
 
                         a:link { color:#efefef; background-color:transparent; text-decoration:none}
Line 140: Line 146:
 
}
 
}
  
                /* for getting pictures into the side*/
 
                      .picturebox1{
 
                            position:fixed;
 
                            right:1px;
 
                            top:20px;}
 
  
 
  /*anything invisible*/
 
  /*anything invisible*/
 +
 
               .goneon{
 
               .goneon{
                   position: fixed;
+
                   position: absolute;
                   top:125px;
+
                   top:39px;
                   left:430px;
+
                   left:480px;
 
                   opacity: 0.0;
 
                   opacity: 0.0;
 
                   filter: alpha(opacity=000);
 
                   filter: alpha(opacity=000);
 
                             }
 
                             }
 +
 
               .goneoff{
 
               .goneoff{
                   position: fixed;
+
                   position: absolute;
                   top:125px;
+
                   top:39px;
                   left:722px;
+
                   left:688px;
 
                   opacity: 0.0;
 
                   opacity: 0.0;
 
                   filter: alpha(opacity=000);
 
                   filter: alpha(opacity=000);
 
                             }
 
                             }
 +
 +
        /* headers for effects/interactive text*/
 +
 +
              .effectHeader1{
 +
                        color:#DBA246;
 +
                        text-decoration:underline;
 +
                        text-transform:uppercase;
 +
                        font-size:24px;
 +
                          }
 +
 +
              .effectHeader2{
 +
                        color:#DBA246;
 +
                        text-decoration:underline;
 +
                        text-transform:uppercase;
 +
                        font-size:20px;
 +
                          }
 +
 +
              .effectHeader3{
 +
                        color:#DBA246;
 +
                        text-decoration:underline;
 +
                        text-transform:uppercase;
 +
                        font-size:18px;
 +
                          }
 +
                   
 +
                /*buttons for the menu*/
 +
 +
                    .home1{
 +
                      position:absolute;
 +
                      top: 10px;
 +
                      left: 5px;
 +
                          }
 +
                    .team1{
 +
                      position:absolute;
 +
                      top: 90px;
 +
                      left: 170px;
 +
                          }
 +
                    .project1{
 +
                      position:absolute;
 +
                      top: 125px;
 +
                      left: 300px;
 +
                          }
 +
                   
 +
                    .parts1{
 +
                      position:absolute;
 +
                      top: 140px;
 +
                      left: 500px;
 +
                          }
 +
                   
 +
 +
                      #Des{
 +
                        position:absolute;
 +
                        top:276px;
 +
                        left:691px;
 +
                        display: none;                   
 +
                                  }
 +
 +
                      #Wet{
 +
                        position:absolute;
 +
                        top:349px;
 +
                        left:721px; 
 +
                        display: none;                   
 +
                                  }
 +
 +
                      #Prot{
 +
                        position:absolute;
 +
                        top:405px;
 +
                        left:706px;
 +
                        display: none;                   
 +
                                  }
 +
 +
                      #ref{
 +
                        position:absolute;
 +
                        top:480px;
 +
                        left:683px; 
 +
                        display: none;                   
 +
                                  }
 +
 +
 +
 +
                      .ProjectSubDesc{
 +
                        position:absolute;
 +
                        top:255px;
 +
                        left:300px;
 +
                        display:none;
 +
                                  }
 +
 +
                      .ProjectSubResults{
 +
                        position:absolute;
 +
                        top:320px;
 +
                        left:320px;
 +
                        display:none;
 +
                                        }
 +
 +
                      .ProjectSubHuman{
 +
                        position:absolute;
 +
                        top:390px;
 +
                        left:310px;
 +
                        display:none;
 +
                                  }
 +
 +
                      .ProjectSubAttr{
 +
                        position:absolute;
 +
                        top:442px;
 +
                        left:281px;
 +
                        display:none;
 +
                                  }
 +
 +
                    .notebook1{
 +
                      position:absolute;
 +
                      top:115px;
 +
                      left:655px;
 +
                          }
 +
 +
                    .safety1{
 +
                      position:absolute;
 +
                      top:30px;
 +
                      left:880px;
 +
                          }
 +
 +
                    .attn {
 +
                      color:#9CFBE4;
 +
                            }
 +
</style>
 +
 
</style>
 
</style>
 
</html>
 
</html>

Latest revision as of 21:49, 18 September 2015