|
|
Line 62: |
Line 62: |
| } | | } |
|
| |
|
| /*=============================*/
| |
| /* Search Bar */
| |
| /* Uploaded from Blazblue wiki */
| |
| /*=============================*/
| |
| /*
| |
| .WikiaSearch input[type="text"]:focus {
| |
| background: rgba(0,0,0,.2) !important;
| |
| border: 1px solid #1b3572 !important;
| |
| box-shadow: 0 0 10px rgba(72,117,158,.4);
| |
| -webkit-transition: all .4s linear 0s;
| |
| -moz-transition: all .4s linear 0s;
| |
| -ms-transition: all .4s linear 0s;
| |
| -o-transition: all .4s linear 0s;
| |
| transition: all .4s linear 0s;
| |
| }
| |
|
| |
| .WikiaSearch input[type="text"] {
| |
| background: rgba(0,0,0,.2) url() no-repeat right top !important;
| |
| border: 1px solid #1b3572 !important;
| |
| box-shadow: 1px 2px 2px rgba(0,0,0,.4) !important;
| |
| border-radius: 8px;
| |
| -webkit-transition: all .4s linear 0s;
| |
| -moz-transition: all .4s linear 0s;
| |
| -ms-transition: all .4s linear 0s;
| |
| -o-transition: all .4s linear 0s;
| |
| transition: all .4s linear 0s;
| |
| color: #e1e1e1;
| |
| }
| |
|
| |
| .WikiaSearch .autocomplete div,
| |
| .WikiaSearch .autocomplete .selected,
| |
| .WikiaSearch .autocomplete div strong {
| |
| color: #d6d4d4;
| |
| }
| |
|
| |
| .WikiaSearch .autocomplete {
| |
| background: rgba(0,0,0,.65);
| |
| border: #000091 !important;
| |
| width: auto;
| |
| border-radius: 0 0 8px 8px;
| |
| }
| |
| */
| |
| /**************/ | | /**************/ |
| /* Link hover */ | | /* Link hover */ |