-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Swagatam Mitra
authored and
Swagatam Mitra
committed
Jun 2, 2015
0 parents
commit 69c1cab
Showing
10 changed files
with
2,722 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
.typeahead, .tt-query, .tt-hint { | ||
border: 2px solid #CCCCCC; | ||
border-radius: 8px 8px 8px 8px; | ||
font-size: 24px; | ||
height: 30px; | ||
line-height: 30px; | ||
outline: medium none; | ||
padding: 8px 12px; | ||
width: calc(100% - 10px); | ||
} | ||
|
||
.twitter-typeahead { | ||
width:100%; | ||
} | ||
|
||
.tt-menu{ | ||
background: rgb(223, 226, 226); | ||
margin-top:5px; | ||
} | ||
|
||
.typeahead { | ||
} | ||
.typeahead:focus { | ||
border: 2px solid #0097CF; | ||
} | ||
.tt-query { | ||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; | ||
} | ||
.tt-hint { | ||
color: #999999; | ||
} | ||
.tt-dropdown-menu { | ||
border: 1px solid rgba(0, 0, 0, 0.2); | ||
border-radius: 8px 8px 8px 8px; | ||
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); | ||
margin-top: 12px; | ||
padding: 8px 0; | ||
width: 422px; | ||
} | ||
.tt-suggestion { | ||
font-size: 18px; | ||
line-height: 24px; | ||
padding: 3px 20px; | ||
} | ||
.tt-suggestion.tt-cursor { | ||
background-color: #0097CF; | ||
color: #FFFFFF; | ||
} | ||
.tt-suggestion p { | ||
margin: 0; | ||
} | ||
|
||
#search-content-body h4{ | ||
height:20px; | ||
background:lightBlue; | ||
padding:10px; | ||
} | ||
|
||
#search-content-body h4.question { | ||
background: lightgray; | ||
} | ||
|
||
#search-content-body h4.answer.accepted { | ||
background: lightgreen; | ||
} | ||
|
||
#search-content-body h4 .special.close.accepted { | ||
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAIAAAC0Ujn1AAAA+0lEQVRIx2PQuNRJI8QwavRQMjrk9sL9n+4YXemnstFAcz/9+fH///8zXx4bo5rOQBVzIQDNdAZqmYtpOgMVzQWCRz/f21+fSr7ReMx1uD6N/AAh0lzsRlc93mZ6dQKF5mIxesKLQ0Cll749wzSdJHPRjYaYCwFoppNqLorRE5HMRTOdDHMRRrvdmPXr3x9MzUDT4+4tJ8NcFFen31+D1fQ///6RYS56WOMynQxzsaQQgqYTaS72dA00/fe/v1jNffLzA5Hm4syNU14cwTQXaF/YnUVUqAqmvDxKibkEyhC46WSYS7h4ApoOjFUyzCWq5NO70jvaWBjsRgMAVLpL5kLB1ZcAAAAASUVORK5CYII="); | ||
background-repeat: no-repeat, no-repeat; | ||
background-size: contain; | ||
height: 20px; | ||
width: 20px; | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<div id="stack-search"> | ||
<div class="find-input-group"> | ||
<div id="find-group"> | ||
<div class="search-input-container"> | ||
<input class="typeahead" type="text" id="stack-search-input" placeholder="Find…" value="" style="top: 0px;"> | ||
</div> | ||
</div> | ||
</div> | ||
<!-- <div id="search-content-body" style="-webkit-user-select: auto;margin-top:5px;background:white;width:50%;display:none;position:absolute;overflow:auto;right:5px;padding:4px;border:1px lightgray solid;border-radius:5px;"></div>--> | ||
</div> |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Oops, something went wrong.