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
@@ -79,4 +79,31 @@ input {
|
|||||||
height: 260px;
|
height: 260px;
|
||||||
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/**"]
|
|
||||||
}
|
|
||||||
+31
-32
@@ -1,40 +1,39 @@
|
|||||||
<!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">
|
<option value="mix">Mix</option>
|
||||||
<select id="selected-r">
|
<option value="general">General</option>
|
||||||
<option value="mix">Mix</option>
|
<option value="questionable">Questionable</option>
|
||||||
<option value="general">General</option>
|
<option value="explicit">Explicit</option>
|
||||||
<option value="questionable">Questionable</option>
|
</select>
|
||||||
<option value="explicit">Explicit</option>
|
</div>
|
||||||
</select>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
</br>
|
|
||||||
</br>
|
|
||||||
</br>
|
|
||||||
<datalist id="tagnameac"></datalist>
|
|
||||||
</br>
|
|
||||||
<div style="display: none;" id="windss" class="winds">
|
|
||||||
<button class="buttonclose" onclick="close_full()">X</button>
|
|
||||||
</br>
|
</br>
|
||||||
<img height="90%" id="imagef" src=""></img>
|
|
||||||
</br>
|
</br>
|
||||||
<button class="buttonclose" onclick="close_full()">X</button>
|
</br>
|
||||||
</div>
|
<datalist id="tagnameac"></datalist>
|
||||||
<div id="aniimated-thumbnials"></div>
|
</br>
|
||||||
<script src="/static/js/my.js"></script>
|
<div style="display: none;" id="windss" class="winds">
|
||||||
<script>
|
<button class="buttonclose" onclick="close_full()">X</button>
|
||||||
main_my();
|
</br>
|
||||||
</script>
|
<img height="90%" id="imagef" src=""></img>
|
||||||
|
</br>
|
||||||
|
<button class="buttonclose" onclick="close_full()">X</button>
|
||||||
|
</div>
|
||||||
|
<div id="aniimated-thumbnials"></div>
|
||||||
|
<script src="/static/js/my.js"></script>
|
||||||
|
<script>
|
||||||
|
main_my();
|
||||||
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user