Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* ------put this b4 </style> -------*/
- .clear {
- clear: both;
- height: 0px;
- overflow: hidden;
- }
- .search {
- background: #fff;
- border: 1px solid {color:Background};
- }
- .search-scope {
- padding-top: 5px;
- font-size: 11px;
- text-align: center;
- }
- #search-scope input,
- #search-scope label {
- cursor: pointer;
- }
- #search form {
- margin: 0;
- }
- #search form .query {
- padding: 5px;
- border: none;
- background: transparent;
- outline: none;
- width: 125px;
- float: left;
- color: black;
- }
- #search form .submit {
- background: white;
- color: #000;
- border: none;
- padding: 5px 7px;
- margin: 3px 3px 2px 0;
- float: right;
- cursor: pointer;
- }
- /*--------------end of style -------*/
- <!-- then put this shit in ur sidebar code or w.e u want it -->
- <div id="search">
- <form action="/search" method="get" id="search-form">
- <input type="hidden" name="t" value="{Name}" />
- <input type="text" name="q" class="query" value="{SearchQuery}" />
- <input type="submit" value="{lang:Search}" class="submit" />
- <div class="clear"></div>
- </form>
- <!-- yeah -- >
Advertisement
Add Comment
Please, Sign In to add comment