build 0007

bulma remove
This commit is contained in:
Hell13Cat
2023-03-18 22:32:59 +03:00
parent 09a064655a
commit f5e8f3b04e
9 changed files with 58 additions and 23745 deletions
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
-1
View File
File diff suppressed because one or more lines are too long
-11851
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
-1
View File
File diff suppressed because one or more lines are too long
+27
View File
@@ -79,4 +79,31 @@ input {
height: 260px;
vertical-align: bottom;
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;
}
-7
View File
@@ -1,7 +0,0 @@
{
"preset": "airbnb",
"validateIndentation": 4,
"disallowTrailingComma": true,
"requireTrailingComma": false,
"excludeFiles": ["node_modules/**"]
}
+31 -32
View File
@@ -1,40 +1,39 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="/static/css/bulma.min.css">
<link type="text/css" rel="stylesheet" href="/static/css/my.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<link type="text/css" rel="stylesheet" href="/static/css/my.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<nav class="navbar is-fixed-top search-n" role="navigation" aria-label="main navigation">
<div class="navbar-brand"></div>
<input class="input is-danger search search-i" id="myInput" type="text" placeholder="Поиск" list="tagnameac">
<div class="select search search-r is-danger">
<select id="selected-r">
<option value="mix">Mix</option>
<option value="general">General</option>
<option value="questionable">Questionable</option>
<option value="explicit">Explicit</option>
</select>
</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>
<div class="searchmenu">
<input class="searchmenuinput" id="myInput" type="text" placeholder="Поиск" list="tagnameac">
<select class="searchmenuselected" id="selected-r">
<option value="mix">Mix</option>
<option value="general">General</option>
<option value="questionable">Questionable</option>
<option value="explicit">Explicit</option>
</select>
</div>
</div>
</br>
<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>
</br>
<datalist id="tagnameac"></datalist>
</br>
<div style="display: none;" id="windss" class="winds">
<button class="buttonclose" onclick="close_full()">X</button>
</br>
<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>
</html>