build 0007
bulma remove
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Vendored
-1
File diff suppressed because one or more lines are too long
Vendored
-11851
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Vendored
-1
File diff suppressed because one or more lines are too long
@@ -80,3 +80,30 @@ input {
|
|||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.searchmenu {
|
||||||
|
overflow: hidden;
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: max-content;
|
||||||
|
background-color: rgb(53, 53, 53);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.searchmenuinput {
|
||||||
|
height: 30px;
|
||||||
|
width: 90%;
|
||||||
|
background-color: rgb(53, 53, 53);
|
||||||
|
color: white;
|
||||||
|
border: 1px solid white;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.searchmenuselected {
|
||||||
|
height: 30px;
|
||||||
|
width: 9%;
|
||||||
|
background-color: rgb(53, 53, 53);
|
||||||
|
color: white;
|
||||||
|
border: 1px solid white;
|
||||||
|
}
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"preset": "airbnb",
|
|
||||||
"validateIndentation": 4,
|
|
||||||
"disallowTrailingComma": true,
|
|
||||||
"requireTrailingComma": false,
|
|
||||||
"excludeFiles": ["node_modules/**"]
|
|
||||||
}
|
|
||||||
+6
-7
@@ -1,16 +1,15 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<link rel="stylesheet" href="/static/css/bulma.min.css">
|
|
||||||
<link type="text/css" rel="stylesheet" href="/static/css/my.css" />
|
<link type="text/css" rel="stylesheet" href="/static/css/my.css" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<nav class="navbar is-fixed-top search-n" role="navigation" aria-label="main navigation">
|
<div class="searchmenu">
|
||||||
<div class="navbar-brand"></div>
|
<input class="searchmenuinput" id="myInput" type="text" placeholder="Поиск" list="tagnameac">
|
||||||
<input class="input is-danger search search-i" id="myInput" type="text" placeholder="Поиск" list="tagnameac">
|
<select class="searchmenuselected" id="selected-r">
|
||||||
<div class="select search search-r is-danger">
|
|
||||||
<select id="selected-r">
|
|
||||||
<option value="mix">Mix</option>
|
<option value="mix">Mix</option>
|
||||||
<option value="general">General</option>
|
<option value="general">General</option>
|
||||||
<option value="questionable">Questionable</option>
|
<option value="questionable">Questionable</option>
|
||||||
@@ -18,7 +17,6 @@
|
|||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
|
||||||
</br>
|
</br>
|
||||||
</br>
|
</br>
|
||||||
</br>
|
</br>
|
||||||
@@ -37,4 +35,5 @@
|
|||||||
main_my();
|
main_my();
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user