This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container wrap_title"> | |
<h1>wikiSearch</h1> | |
<form> | |
<div class="form-group"> | |
<label for="input">Search for an article.</label> | |
<div class="input-group"> | |
<input type="text" class="form-control" name="input" id="input" placeholder="Enter text here..."> | |
</div> | |
</div> | |
</form> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#channel_topic_text, #msgs_scroller_div::-webkit-scrollbar-track, #client_body::before, .client_container, | |
#search_terms, #client_body, #footer, ts-message, .channel_header, ts-jumper ts-jumper-container, | |
ts-jumper input[type="text"] { | |
background: #002B36 !important; | |
} | |
#client_body::before { | |
border-bottom: 1px solid #073642 !important; | |
} |