Difference between revisions of "Team:RHIT/StyleSheet1"

 
(750 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<html>
 
<html>
 
<style type="text/css">
 
<style type="text/css">
/* WIKI SETTINGS*/
+
/* Hide first heading */
+
/* Hide first heading */
+
 
.firstHeading {
 
.firstHeading {
 
display: none;
 
display: none;
Line 9: 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: 0px;
+
                                position: absolute;
float: left;
+
                                top:9px;
margin:0px;
+
                                left: 48.6%;
padding: 0px;
+
                                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;
 
}
 
}
  
Line 26: Line 27:
 
/* 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%;
 
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 menu */
+
#menuContainer {
+
float:left;
+
width: 100px;
+
padding: 1% 0px;
+
border-top: 3px solid #000000;
+
background-color: #606b7d;
+
}
+
  
/* 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;
+
 
                                 height: 100%;
 
                                 height: 100%;
width: 100%;
+
                                width: 97%;
float: left;
+
                                float:left
background-color: #424652;
+
                                background-color:#454652;
border-top: 3px 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 81: 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 91: 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 115: 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;
    }
+
                            }
 
+
 
+
 
+
/*MENU STYLING */
+
 
+
/*Styling for the links in the menu */
+
#menuContainer a {
+
color: #efefef;
+
text-decoration:none;
+
font-weight: bold;
+
}
+
 
+
/* Sets the style for lists inside menuContainer  */
+
#menuContainer ul {
+
list-style: none;
+
margin-left:0px;
+
}
+
 
+
/*Styles the list items to become menu buttons */
+
#menuContainer ul li {
+
text-align: center;
+
display: block;
+
width: 100%;
+
height:30px;
+
padding-top:10px;
+
}
+
 
+
/*For the menu buttons, changes the color when hovering*/
+
#menuContainer li:hover {
+
color:  #efefef;
+
background-color: #64afb3;
+
}
+
 
+
/*Submenus are not displayed as default*/
+
#menuContainer li ul {
+
display: none;
+
padding-top:15px;
+
margin-left: -19px;
+
}
+
 
+
/*Submenus are displayed when hovering the menu button */
+
#menuContainer li:hover ul {
+
/*display: inline-block; */
+
display: block;
+
position: absolute;
+
float:right;
+
margin-left: 134px;
+
margin-top:-42px;
+
}
+
 
+
/*Style the submenu buttons*/
+
#menuContainer li ul li{
+
background-color: #64afb3;
+
padding-left:20px;
+
padding-right:20px;
+
height:30px;
+
padding-top:10px;
+
margin-top:-2px;
+
color: #efefef;
+
width: 150px;
+
}
+
 
+
 
/*links*/
 
/*links*/
<style>
 
 
                         a:link { color:#efefef; background-color:transparent; text-decoration:none}
 
                         a:link { color:#efefef; background-color:transparent; text-decoration:none}
 
                         a:visited { color:#efefef; background-color:transparent; text-decoration:none}
 
                         a:visited { color:#efefef; background-color:transparent; text-decoration:none}
                         a:hover { color:#efefef; background-color:transparent; text-decoration:none}
+
                         a:hover { color:#64afb3; background-color:transparent; text-decoration:none}
 
                         a:active { color:#efefef; background-color:transparent; text-decoration:none}
 
                         a:active { color:#efefef; background-color:transparent; text-decoration:none}
  
Line 214: 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