Difference between revisions of "Team:Dundee/style.css"

Line 314: Line 314:
 
visibility: hidden;
 
visibility: hidden;
 
}
 
}
/** PAGE NAVIGATION BUTTONS (EXCLUDING HOMEPAGE) **/
 
  
#menu {
 
padding-top: 50px;
 
padding-bottom: 0px;
 
text-decoration:none!important;
 
}
 
 
#menu .row {
 
margin-bottom: 50px;
 
text-align: center;
 
}
 
#menu:hover {
 
-webkit-transition:0.3s;
 
-moz-transition:0.3s;
 
-o-transition:0.3s;
 
transition:0.3s;
 
color: blue;
 
 
}
 
#menu .fa {
 
-webkit-transition:0.3s;
 
-moz-transition:0.3s;
 
-o-transition:0.3s;
 
transition:0.3s;
 
font-size: 32px;
 
color: #FFFFFF;
 
margin-bottom: 10px;
 
border: 1px solid #AAA;
 
width: 80px;
 
border-radius: 100%;
 
padding-top: 22px;
 
padding-bottom: 22px;
 
}
 
 
.fa {
 
.fa {
 
   position: relative;
 
   position: relative;
Line 357: Line 324:
 
   line-height: 1;
 
   line-height: 1;
 
   -moz-osx-font-smoothing: grayscale;
 
   -moz-osx-font-smoothing: grayscale;
}
 
#menu .col-md-3:hover .fa {
 
border: 1px solid #E8E8E8;
 
background: #E8E8E8;
 
color: #585858;
 
}
 
#menu a {
 
text-decoration:none !important;
 
 
}
 
}
 
#about-section1 {
 
#about-section1 {

Revision as of 16:49, 23 June 2015