Difference between revisions of "MediaWiki:Vector.css"

519 bytes removed ,  07:34, 24 December 2021
no edit summary
(Just one loose end.)
Line 82: Line 82:
     border: 1px solid #DDD;
     border: 1px solid #DDD;
     box-shadow: 0 7px 7px -3px rgba(0,0,0,0.5);
     box-shadow: 0 7px 7px -3px rgba(0,0,0,0.5);
}
/**********************************************
**
** SEARCH
**
**********************************************/
#p-search {
    margin: 0;
}
#p-search form {
    margin-top: 0;
}
div#simpleSearch {
    border: none;
    background: #ffffff;
    height: 2.485em;
    margin-top: 0;
    box-shadow: inset 0 -7px 7px -7px rgba(0, 0, 0, 0.15);
}
div#simpleSearch #searchInput {
    font-family: Roboto Slab;
    padding: 0.8em;
    width:100%;
    border:none;
}
div#simpleSearch #searchButton {
    width: 2.5em;
}
}