Main Page: Difference between revisions

Jump to navigation Jump to search
146 bytes removed ,  7 May 2016
fixing search bar
No edit summary
(fixing search bar)
Line 369: Line 369:


.main-page{
.main-page{
font-size:14px;
font-size:15px;
text-align:center;
text-align:center;
margin:2em auto;
margin:2em auto;
Line 378: Line 378:


.bodySearchWrap {
.bodySearchWrap {
  height:40px;
height:40px;
margin:30px 0 50px;
font-size:18px;
}
}
 
.bodySearch{
.mw-ui-input {
margin:30px 0 60px;
max-width: 600px;
}
width: 100%;
 
.bodySearch input:first-of-type{
width:100%;
max-width:600px;
font-size:18px;
height:100%;
height:100%;
padding:2px 2px 2px 10px;
padding:2px 2px 2px 10px;
Line 394: Line 392:
border:1px solid #999;
border:1px solid #999;
}
}
 
/* Custom search button styling */
/* Custom search button styling */
.bodySearch input:last-of-type{
.mw-ui-button {
-webkit-appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
-moz-appearance: none;
appearance: none;
 
font-size:18px;
height: 100%;
height: 100%;
background-color:#ebebeb;
background-color:#ebebeb;
Line 415: Line 411:
}
}
.bodySearch input:last-of-type:hover{
.mw-ui-button:hover{
   box-shadow: 0 2px rgba(0,0,0,0.1),inset 0 -4px rgba(0,0,0,0.2);
   box-shadow: 0 2px rgba(0,0,0,0.1),inset 0 -4px rgba(0,0,0,0.2);
}
}
.bodySearch input:last-of-type:focus{
.mw-ui-button:focus{
   border:2px solid rgba(0,0,0,0.3);
   border:2px solid rgba(0,0,0,0.3);
   border-radius: 4px;
   border-radius: 4px;
Line 426: Line 422:
}
}
.bodySearch input:last-of-type:active{
.mw-ui-button:active{
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  background-color:#ccc;
  background-color:#ccc;

Navigation menu