Initializing
Liveweave
Web
expand_more
home
Home
data_object
CSS Explorer
arrow_outward
Palette
Color Explorer
arrow_outward
Polyline
Graphics Editor
arrow_outward
outbox_alt
Generative AI
arrow_outward
frame_source
Python Playground
New
arrow_outward
build
Tools
expand_more
restart_alt
Load "Hello Weaver!"
post_add
Generate Lorem ipsum...
code
Format HTML
code_blocks
Format CSS
data_object
Format JavaScript
library_add
Library
expand_more
A
Algolia JS
Animate CSS
Apex Charts JS
B
Bulma CSS
Bootstrap
C
Chart JS
Chartist
Create JS
D
D3
Dojo
F
Foundation
Fullpage JS
G
Granim JS
Google Charts
H
Halfmoon
J
jQuery
M
Materialize
Moment JS
Masonry JS
Milligram CSS
P
Pure CSS
Primer CSS
Popper JS
Pattern CSS
Picnic CSS
R
React JS
Raphael JS
Raisin CSS
S
Semantic UI
Skeleton CSS
Spectre CSS
Tachyons CSS
T
Tailwind
Three JS
U
UI Kit
Vis JS
W
Water CSS
download
Download
expand_more
developer_mode
Download as HTML
folder_zip
Download as .ZIP
cloud_upload
Save
account_circle
Login
settings
Settings
expand_more
14
px
Live mode
Night mode
Line number
Mini map
Word wrap
sync_alt
Reset Settings
smart_display
Run
<!DOCTYPE html> <html> <head> <title>Instant Search</title> </head> <body> <!-- Start your code here --> <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Lato" /> <script src="https://code.jquery.com/jquery-1.7.2.min.js" integrity="sha256-R7aNzoy2gFrVs+pNJ6+SokH04ppcEqJ0yFLkNGoFALQ=" crossorigin="anonymous"></script> <p class="lw">Instant Search</p> <form enctype="multipart/form-data" class="flat" style="font-size:14px;font-family:'Lato', sans-serif;color:#666666;max-width:450px;min-width:150px" method="post"> <div class="title"><h2>Search</h2></div> <div class="element-input"><label class="title">Text</label><input class="large" type="text" name="input" /></div> <br/><br/><br/> <div class="element-select"><label class="title">Select</label><div class="large"><span><select name="select" > <option value="option 1">option 1</option> <option value="option 2">option 2</option> <option value="option 3">option 3</option> </select><i></i></span></div> </div> <br/><br/><br/> <!-- Below .js isn't working properly on LiveWeave Needs to be downloaded and ran locally --> <!--<script type="text/javascript" src="https://pastebin.com/raw/zth0LwuF"></script>--> </form> <!-- ***List of names to use as a example for searching*** Abe Crafford  Addilyn Manes  Adelina Mceachern  Argentina Atienza  Deon Huckleberry  Devon Lindamood Franklyn Rosales  January Schrage  Jaunita Harju  Kenneth Mcdonald  Lamar Slusser  Lavera Mancia  Lisandra Blewett  Loma Shahid  Macy Vannest  Maegan Pohl  Marita Terlizzi  Marvis Prevo  Skylar Patricio  Skarlette Allgood  --> <!-- End your code here --> </body> </html>
html{ height: 100%; } .lw { font-size: 30px; } .flat{ margin:0 auto; } .flat>div, .flat>.title{ margin: 8px; } .flat .error-field .required{ color:#FF9999; } .flat .error-field input, .flat .error-field input[type=text], .flat .error-field input[type=password], .flat .error-field input[type=email], .flat .error-field input[type=url], .flat .error-field input[type=date], .flat .error-field input[type=number], .flat .error-field input[type=tel], .flat .error-field textarea{ border-color:#D893A1; background-color: #FBE6F2; } .flat label.error{ display:inline-block; font-size:0.9em; } .flat .error, .flat .error #recaptcha_widget_div{ padding: 3px 14px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); background-color: #fcf8e3; border: 1px solid #fbeed5; border-radius: 4px; color: #b94a48; background-color: #f2dede; border-color: #eed3d7; color: #c09853; } .flat .error h4 { color: #b94a48; margin: 0; } .flat .error .close { position: relative; top: -2px; right: -21px; line-height: 20px; } .flat .column{ float:left; } /* width = parseInt(100/columns.length)*/ .flat .column1{ width:100%;} .flat .column2{ width:50%; } .flat .column3{ width:33%; } .flat .column4{ width:25%; } .flat .column5{ width:20%; } .flat .large{ width: 100%; *width: 94%; } .flat .medium{ width: 50%; *width: 47%; } .flat .small{ width: 25%; *width: 23%; } .flat textarea.large{ width: 100%; *width: 94%; height: 20em; } .flat textarea.medium{ width: 100%; *width: 94%; height: 10em; } .flat textarea.small{ width: 100%; *width: 94%; height: 5.5em; } /* address select style */ .flat .element-address .country { position: relative; } .frmd{ display:none; } .clearfix { *zoom: 1; } .clearfix:before, .clearfix:after { display: table; line-height: 0; content: ""; } .blurBg, .blurBg-true{ background-attachment: fixed; background-image: -webkit-linear-gradient(5deg, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%), /* linear bottom */ -webkit-radial-gradient(40% 60%, ellipse farthest-side, rgba(255, 255, 255, 0.45) -10%, rgba(255, 255, 255, 0) 100%),/* center white */ -webkit-radial-gradient(50% -10%, circle farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 30%),/* top center white */ -webkit-radial-gradient(100% 0%, ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%),/* top right white */ -webkit-radial-gradient(0% 0%, ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 10%),/* top left white */ -webkit-radial-gradient(90% 60%, ellipse farthest-side, rgba(0, 0, 0, 0.35) -10%, rgba(0, 0, 0, 0) 100%),/* center right black */ -webkit-radial-gradient(20% 10%, circle farthest-side, rgba(0, 0, 0, 0.25) -10%, rgba(0, 0, 0, 0) 20%); background-image: linear-gradient(85deg, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%), /* linear bottom */ radial-gradient(40% 60%,ellipse farthest-side, rgba(255, 255, 255, 0.45) -10%, rgba(255, 255, 255, 0) 100%),/* center white */ radial-gradient(50% -10%,circle farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 30%),/* top center white */ radial-gradient(100% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%),/* top right white */ radial-gradient(0% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 10%),/* top left white */ radial-gradient(90% 60%,ellipse farthest-side, rgba(0, 0, 0, 0.35) -10%, rgba(0, 0, 0, 0) 100%),/* center right black */ radial-gradient(20% 10%,circle farthest-side, rgba(0, 0, 0, 0.25) -10%, rgba(0, 0, 0, 0) 20%);/* top left black */ /* radial-gradient(40% 60%,ellipse farthest-side, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%), radial-gradient(50% -10%,circle closest-corner, rgba(255, 255, 255, 0.3) 20%, rgba(255, 255, 255, 0) 50%), radial-gradient(0% 100%,ellipse farthest-side, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 20%), radial-gradient(100% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 20%), radial-gradient(1% 2%,circle farthest-side, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 20%); */ } #formoid-info { display: block; width: 400px; margin: 0 auto; padding: 10px; text-align: center; color: #c09853; font-size: 12px; max-width: 100%; }/* Flat style */ @font-face { font-family: formoid; src:url('formoid.eot'); src:url('formoid.eot?#iefix') format('embedded-opentype'), url('formoid.ttf') format('truetype'), url('formoid.woff') format('woff'), url('formoid.svg#formoid') format('svg'); font-weight: normal; font-style: normal; } .flat{ /*border: 2px solid #bdc3c7;*/ font-size: 1em; line-height: 1.231; border-radius:6px; } .flat label.title{ font-size: 1em; font-weight: 500; width: auto; } .flat input[type=button]{ color: #666; outline: none; font-size: 1em; } .flat input[type=submit]{ color: #666; outline: none; font-size: 1.2em; } .flat>div{ position: relative; margin-left: 25px; margin-right: 25px; } .flat h2 { margin: 0.2em 0; font-size: 1.7em; color: #BDC3C7; /* h2 text color */ } .flat h3.title { margin-bottom: 0.5em; margin-top: 1.5em; } .flat h3.section-break-title { margin-top: 0.5em; margin-bottom: 0.5em; } .flat label { display: block; margin-bottom: 3px; clear: both; } .flat div, .flat span, .flat label, .flat input, .flat textarea, .flat select, .flat button, .flat ul, .flat li, .flat a{ font-family: inherit; color: inherit; } /* Global Declaration */ /* CORE FUNCTIONALITY Not advised to edit stuff below this line ----------------------------------------------------- */ /* submit + title */ .flat div.submit, .flat div.title{ margin: 0; padding-top: 1em; padding-bottom: 1em; } .flat div.submit{ vertical-align: middle; text-align: right; border-top: 2px solid #d6dbdf; border-radius: 0 0 6px 6px; } .flat div.title{ /*background-color: #FCC3CA;*/ } .flat div.title h2{ margin-left: 27px; } /* Button & submit*/ .flat input[type=button], .flat input[type=submit]{ display: inline-block; padding: 4px 12px; margin-bottom: 1px; color: #666666; text-align: left; vertical-align: middle; cursor: pointer; background: #fff; -webkit-appearance: none; -moz-appearance: none; appearance: normal; border: 2px solid #bdc3c7; -webkit-transition: border-color 0.6s; transition: border-color 0.6s; border-radius:6px; } .flat input[type=button][disabled] { cursor: default; opacity: 0.65; } .flat input[type=submit]{ text-align: center; opacity: 1; color: #ffffff; border: none; right: 20px; margin-right: 27px; padding: 7px 15px; -webkit-transition: background-color .25s; transition: background-color .25s; } .flat input[type=submit]:hover{ text-decoration: none; } .flat input[type=submit]:active{ } /* File input */ .flat .element-file label{ position: relative; } .flat .element-file .title{ position: static; } .flat .element-file .button { z-index: 1; position: absolute; right: 0; top: 0; bottom: 0; float: none; font-size: 1em; color: #fff; padding: 1.8% 1.2em 0 1.2em; border-radius: 0 6px 6px 0; cursor: pointer; -webkit-transition: background-color .25s; transition: background-color .25s; } .flat .element-file .file_text{ overflow: hidden; -webkit-transition: border-color .25s; transition: border-color .25s; } .flat .element-file .file_input { position: absolute; top: 0; right: 0; bottom: 0; padding: 0; cursor: pointer; opacity: 0; filter: alpha(opacity=0); width: 100%; } * html .flat .element-file .file_input, *+html .flat .element-file .file_input{ position: relative; left: auto; right: auto; top: auto; bottom: auto; width: auto; opacity: 1; filter: alpha(opacity=100); } * html .flat .element-file .button, *+html .flat .element-file .button{ display: none; } * html .flat .element-file label, *+html .flat .element-file label, * html .flat .element-file .file_text, *+html .flat .element-file .file_text{ border: none; } * html .flat .element-file .title, *+html .flat .element-file .title{ display: block; } /* Radio & checkbox */ .flat div.element-checkbox, .flat div.element-radio{ overflow:hidden; } .flat input[type=checkbox], .flat input[type=radio]{ z-index:1; position:absolute; float: left; opacity:0.01; font-size: 1em; width: 1em; height: 1em; margin: 0; cursor: pointer; } .flat input[type=radio]+span, .flat input[type=checkbox]+span{ height: 19px; margin-right:-19px; padding-top: 0; z-index:0; position: relative; left: 0; top: 0; vertical-align:top; font-size: 1em; line-height: 0.8; cursor: pointer; } .flat input[type=radio]+span:before, .flat input[type=checkbox]+span:before{ position: relative; font-family: formoid; margin-right: 0.2em; color: #bdc3c7; font-size: 1em; line-height: 1; vertical-align:top; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* checkbox */ .flat input[type=checkbox]+span:before{ content: "\e004"; font-size: 0.6em; padding: 0.3em; margin-right: 0.4em; line-height: 1.8; -webkit-transition: background-color .5s; transition: background-color .5s; border-radius:0.3em; } .flat input[type=checkbox]:hover+span:before{ color: #fff; } .flat input[type=checkbox]:checked+span:before{ color: #fff; } /* radio */ .flat input[type=radio]+span:before{ content: "\e001"; -webkit-transition: color .5s; transition: color .5s; } .flat input[type=radio]:hover+span:before{ content: "\e000"; } .flat input[type=radio]:checked+span:before{ content: "\e000"; } /* rating */ .flat .rating { overflow: hidden; display: inline-block; position: relative; } .flat .rating-input { display: none; } .flat .rating-star:after { font-family: formoid; font-size: 1.2em; -webkit-transition: color .5s; transition: color .5s; } .flat .rating-star, .flat .rating:hover .rating-star { position: relative; cursor: default; clear: none; float: right; display: block; width: 1.5em; height: 1.2em; } .flat .rating-star:after, .flat .rating:hover .rating-star:after { content: '\e006'; color: #BDBDBD; } .flat input[type=text], .flat input[type=tel], .flat input[type=password], .flat input[type=email], .flat input[type=url], .flat input[type=date], .flat input[type=number], .flat textarea, .flat .element-file .file_text, .flat select{ border-style: solid; border-width: 2px; border-color: #bdc3c7; -webkit-transition: border-color 0.6s; transition: border-color 0.6s; border-radius:6px; padding: 6px 10px; outline:none; -o-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; appearance: normal; font-size: 1em; } .flat .element-address input[type=text], .flat .element-name input[type=text], .flat .element-file .file_text, .flat textarea{ width: 100%; *width: 94%; } .flat textarea{ height: auto; } .flat select{ cursor: pointer; text-align: left; width: 100%; } /* NAME last first */ .flat .element-name .nameFirst{ width: 40%; *width: 39%; left: 0; display: inline-block; margin-right: 5%; vertical-align: top; zoom: 1; *display: inline; } .flat .element-name .nameLast{ width: 55%; *width: 50%; display: inline-block; vertical-align: top; zoom: 1; *display: inline; } /* ADDRESS */ .flat .element-address .city, .flat .element-address .zip{ width: 47%; *width: 44%; display: inline-block; zoom: 1; *display: inline; vertical-align: top; margin-right: 6%; } .flat .element-address .state, .flat .element-address .country{ width: 47%; *width: 44%; display: inline-block; zoom: 1; *display: inline; vertical-align: top; } .flat .element-address .country select{ cursor: pointer; } .flat .element-address label, .flat .element-name label{ font-size: 0.8em; } .flat .element-address label.title, .flat .element-name label.title{ font-size: 1em; } /* type number */ .flat input[type=number]::-webkit-inner-spin-button, .flat input[type=number]::-webkit-outer-spin-button{ -webkit-appearance: none; } /* recaptcha */ .flat .recaptchatable, .flat .recaptchatable #recaptcha_image, .flat .recaptchatable #recaptcha_challenge_field_holder input{ border-collapse: separate !important; border: 2px solid #BDC3C7 !important; border-radius: 6px; } .flat .recaptchatable #recaptcha_image img{ border-color: transparent; border-radius: 6px; } /* ERRORs */ .flat .error, .flat .error #recaptcha_widget_div{ background-color: #e74c3c; color: #fff; border-radius: 6px; text-shadow: none; border: none; padding: 5px 20px 5px 20px; margin-left: 25px; } .tooltip { position: relative; margin-top: 4px; } .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } .tooltip.bottom .tooltip-arrow { top: -8px; left: 20px; border-bottom-color: #e74c3c; border-width: 0 8px 8px; } .alert { padding: 8px 35px 8px 14px; margin-bottom: 20px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); background-color: #fcf8e3; border: 1px solid #fbeed5; border-radius: 4px; } .alert, .alert h4 { color: #c09853; } .alert h4 { margin: 0; } .alert .close { position: relative; top: -2px; right: -21px; line-height: 20px; } .alert-success { color: #468847; background-color: #dff0d8; border-color: #d6e9c6; } .alert-success h4 { color: #468847; } .alert-error { color: #b94a48; background-color: #f2dede; border-color: #eed3d7; } .alert-info { color: #3a87ad; background-color: #d9edf7; border-color: #bce8f1; } .alert-info h4 { color: #3a87ad; } @media all and (max-width:400px){ .flat .element-radio .column, .flat .element-checkbox .column, .flat .element-name .nameFirst, .flat .element-name .nameLast, .flat .element-address .city, .flat .element-address span.state, .flat .element-address .zip, .flat .element-address .country{ width: 100%; display: block; margin-right: 0; } }/* bootstrap */ .flat .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; background-color: #ffffff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); *border-right-width: 2px; *border-bottom-width: 2px; border-radius: 6px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); background-clip: padding-box; } .flat .dropdown-menu > li > a:hover, .flat .dropdown-menu > li > a:focus, .flat .dropdown-submenu:hover > a, .flat .dropdown-submenu:focus > a { color: #ffffff; text-decoration: none; background-color: #0081c2; background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3)); background-image: -webkit-linear-gradient(top, #0088cc, #0077b3); background-image: linear-gradient(to bottom, #0088cc, #0077b3); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0); } .flat .btn-group { position: relative; display: inline-block; *display: inline; *margin-left: .3em; white-space: nowrap; vertical-align: middle; *zoom: 1; } .flat .btn-group > .dropdown-menu{ font-size: 1em; } .flat .btn{ text-align: left; border: 0; cursor: pointer; border-radius:6px; width: 100%; height: 100%; padding: 7px 10px; color: #fff; outline:none; -webkit-transition: 0.25s; transition: 0.25s; -o-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; appearance: normal; font-size: 1em; } .flat .btn:active, .flat .btn-group.open .btn.dropdown-toggle, .flat .btn.active { background-color: #a1a6a9; color: rgba(255, 255, 255, 0.75); box-shadow: none; } .flat .btn.disabled, .flat .btn[disabled] { background-color: #bdc3c7; color: rgba(255, 255, 255, 0.75); box-shadow: none; opacity: 0.7; filter: alpha(opacity=70); } .flat .select { width: 100%; } .flat .select .btn .filter-option { position: absolute; left: 13px; right: 30px; overflow: hidden; text-align: left; } .flat .select .btn .dropdown-toggle { border-radius: 6px; } .flat .select .btn .dropdown-menu { min-width: 100%; box-sizing: border-box; } .flat .select .btn .dropdown-menu li:not(.disabled) > a:hover small { color: rgba(255, 255, 255, 0.004); } .flat .select .btn > .disabled, .flat .select .btn .dropdown-menu li.disabled > a { cursor: default; } .flat .select .caret { position: absolute; border-top: 6px solid #fff; border-right: 6px solid transparent; border-left: 6px solid transparent; right: 10px; top: 50%; } .flat .dropdown-menu { overflow-x: hidden; background-color: #f3f4f5; border: none; display: block; opacity: 0; padding: 0; visibility: hidden; width: 100%; box-shadow: none; -webkit-transition: 0.25s; transition: 0.25s; -webkit-backface-visibility: hidden; } .flat .dropdown-menu.typeahead { display: none; opacity: 1; visibility: visible; width: auto; } .flat .open > .dropdown-menu { margin-top: 10px; opacity: 1; visibility: visible; } .flat .dropdown-menu li:first-child dt + a { border-radius: 0; } .flat .dropdown-menu li.active > a, .flat .dropdown-menu li.selected > a, .flat .dropdown-menu li.active > a.highlighted, .flat .dropdown-menu li.selected > a.highlighted, .flat .dropdown-menu li.active > a:hover, .flat .dropdown-menu li.selected > a:hover, .flat .dropdown-menu li.active > a.highlighted:hover, .flat .dropdown-menu li.selected > a.highlighted:hover, .flat .dropdown-menu li.active > a:focus, .flat .dropdown-menu li.selected > a:focus, .flat .dropdown-menu li.active > a.highlighted:focus, .flat .dropdown-menu li.selected > a.highlighted:focus { color: #ffffff; } .flat .dropdown-menu li > a { color: rgba(52, 73, 94, 0.75); padding: 6px 15px 6px; text-decoration: none; *zoom: 1; -webkit-transition: background-color 0.25s; transition: background-color 0.25s; -webkit-backface-visibility: hidden; display: block; clear: both; white-space: nowrap; } .flat .dropdown-menu li > a:before, .flat .dropdown-menu li > a:after { display: table; content: ""; } .flat .dropdown-menu li > a:after { clear: both; } .flat .dropdown-menu li > a.highlighted { background: #c9cfd4; color: #ffffff; } .flat .dropdown-menu li > a.highlighted:hover, .flat .dropdown-menu li > a.highlighted:focus { background: #bac1c8; color: #ffffff; } .flat .dropdown-menu li > a:before { margin-top: 3px; } .flat .dropdown-menu li > a:hover, .flat .dropdown-menu li > a:active, .flat .dropdown-menu li > a:focus { background: #e1e1e1; color: inherit; outline: none; } .flat .dropdown-menu li dt { margin-bottom: 3px; margin-top: 12px; padding: 0 15px; } .flat .dropdown-inverse { background-color: #34495e; color: #cccccc; padding-top: 4px; } .flat .dropdown-inverse li { margin: 0 4px -2px; } .flat .dropdown-inverse li:first-child > a, .flat .dropdown-inverse li:last-child > a { border-radius: 2px; padding-bottom: 7px; padding-top: 5px; } .flat .dropdown-inverse li:first-child dt + a, .flat .dropdown-inverse li:last-child dt + a { border-radius: 2px; } .flat .dropdown-inverse li.active > a, .flat .dropdown-inverse li.selected > a { color: #ffffff; position: relative; z-index: 1; } .flat .dropdown-inverse li dt { padding-left: 11px; padding-right: 11px; } .flat .dropdown-inverse li .divider { margin-left: 11px; margin-right: 11px; } .flat .dropdown-inverse li > a { border-radius: 2px; color: #ffffff; padding: 5px 11px 7px; } .flat .dropdown-inverse li > a:hover, .flat .dropdown-inverse li > a:active, .flat .dropdown-inverse li > a:focus { background: #2c3e50; } .flat .dropdown-inverse li > a.highlighted { background: #526476; } .flat .dropdown-inverse li > a.highlighted:hover, .flat .dropdown-inverse li > a.highlighted:focus { background: #677786; } .flat .dropdown-inverse li .divider { background-color: #526476; border-bottom-color: #526476; } .flat .dropdown-menu.pull-right { right: 0; left: auto; } .flat .dropdown-arrow { border-color: transparent transparent #F3F4F5; border-style: solid; border-width: 0 9px 9px; height: 0; margin-top: 0; opacity: 0; position: absolute; right: 13px; top: 100%; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); -webkit-transition: 0.25s; transition: 0.25s; -webkit-backface-visibility: hidden; width: 0; z-index: 10; } .flat .dropdown-arrow-inverse { border-bottom-color: #34495E !important; border-top-color: #34495E !important; } .flat .open > .dropdown-arrow { margin-top: 2px; opacity: 1; }/* .flat color scheme begin */ .flat input[type=button]:focus, .flat input[type=button]:active, .flat input[type=button][disabled]{ border-color: #F1C40F; } .flat input[type=submit]{ background-color: #F1C40F; } .flat input[type=submit]:hover{ background-color: #F5D313; } .flat input[type=submit]:active{ background-color: #CDA70D; } /* File input */ .flat .element-file .button { background-color: #bdc3c7; } .flat .element-file .file_text{ border-color: #bdc3c7; } .flat .element-file label:hover .button{ background-color: #F1C40F; } .flat .element-file label:active .button{ background-color: #CDA70D; } .flat .element-file label:hover .file_text{ border-color: #F1C40F; } .flat .element-file label:active .file_text{ border-color: #CDA70D; } /* element-submit + element-text */ .flat > .submit, .flat > .title{ /*background-color: #bcc3ca;*/ } .flat > .submit{ background-color: #edeff1; border-top: 2px solid #d6dbdf; } /* Radio & checkbox */ .flat input[type=radio]+span:before, .flat input[type=checkbox]+span:before{ color: #bdc3c7; } /* checkbox */ .flat input[type=checkbox]+span:before{ background-color: #bdc3c7; } .flat input[type=checkbox]:checked+span:before{ background-color: #F1C40F; } /* radio */ .flat input[type=radio]:checked+span:before{ color: #F1C40F; } /* rating */ .flat .rating:hover .rating-star:hover:after, .flat .rating:hover .rating-star:hover ~ .rating-star:after, .flat .rating-input:checked ~ .rating-star:after { color: #F1C40F; } .flat input[type=text]:focus, .flat input[type=tel]:focus, .flat input[type=password]:focus, .flat input[type=email]:focus, .flat input[type=url]:focus, .flat input[type=date]:focus, .flat input[type=number]:focus, .flat textarea:focus, .flat .element-file .file_text:active, .flat select:focus{ border-color: #F1C40F; } /* bootstrap select */ .flat .btn.btn-primary, .flat .dropdown-menu li.active > a, .flat .dropdown-menu li.selected > a, .flat .dropdown-menu li.active > a.highlighted, .flat .dropdown-menu li.selected > a.highlighted, .flat .dropdown-inverse li.active > a, .flat .dropdown-inverse li.selected > a { background-color: #f1c40f; } .flat .btn.btn-primary:hover, .flat .btn.btn-primary:focus, .flat .btn-group:focus .btn.btn-primary.dropdown-toggle { background-color: #f5d313; } .flat .btn.btn-primary:active, .flat .btn-group.open .btn.btn-primary.dropdown-toggle, .flat .btn.btn-primary.active, .flat .dropdown-menu li.active > a:hover, .flat .dropdown-menu li.selected > a:hover, .flat .dropdown-menu li.active > a.highlighted:hover, .flat .dropdown-menu li.selected > a.highlighted:hover, .flat .dropdown-menu li.active > a:focus, .flat .dropdown-menu li.selected > a:focus, .flat .dropdown-menu li.active > a.highlighted:focus, .flat .dropdown-menu li.selected > a.highlighted:focus { background-color: #cda70d; } /* datepicker */ .datepicker { border: 2px solid #F1C40F; } .datepicker:before { border-bottom: 7px solid #F1C40F; } .datepicker td.active, .datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active:focus, .datepicker td.active:hover:focus, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active, .datepicker td.active.disabled, .datepicker td.active:hover.disabled, .datepicker td.active[disabled], .datepicker td.active:hover[disabled], .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active, .datepicker td span.active, .datepicker td span.active:hover, .datepicker td span.active:focus, .datepicker td span.active:active, .datepicker td span.active.active, .datepicker td span.active.disabled, .datepicker td span.active[disabled]{ color: #ffffff; background-image: none; background-color: #F1C40F; } /* .flat color scheme begin end *//*! * Datepicker for Bootstrap * * Copyright 2012 Stefan Petre * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0 * */ .datepicker { width: 14em; position: absolute; background-color: #fff; color: #34495e; font-size: 1em; top: 0; left: 0; padding: 4px; margin-top: 8px; border-radius: 4px; display: none; z-index: 10; } .datepicker:before { content: ''; display: inline-block; border-left: 7px solid transparent; border-right: 7px solid transparent; position: absolute; top: -9px; left: 6px; } .datepicker:after { content: ''; display: inline-block; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #ffffff; position: absolute; top: -6px; left: 7px; } .datepicker > div { display: none; } .datepicker table { width: 100%; margin: 0; } .datepicker td, .datepicker th { text-align: center; width: 2.9em; border-radius: 4px; } .datepicker td.day:hover { background: #eeeeee; cursor: pointer; } .datepicker td.day.disabled { color: #eeeeee; } .datepicker td.old, .datepicker td.new { color: #999999; } .datepicker td.active, .datepicker td.active:hover { color: #ffffff; background-image: none; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } .datepicker td span { display: block; width: 1.5em; height: 1.7em; line-height: 1.6; float: left; margin: 2px; cursor: pointer; border-radius: 4px; } .datepicker .datepicker-months td span, .datepicker .datepicker-years td span { width: 3.5em; height: 3em; line-height: 3; } .datepicker td span:hover { background: #eeeeee; } .datepicker td span.active { text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } .datepicker td span.old { color: #999999; } .datepicker thead tr:first-child th { cursor: pointer; } .datepicker thead tr:first-child th:hover { background: #eeeeee; } .input-append.date .add-on i, .input-prepend.date .add-on i { display: block; cursor: pointer; width: 16px; height: 16px; }