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;
|
||||
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/**"]
|
||||
}
|
||||
+30
-31
@@ -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">
|
||||
<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>
|
||||
Reference in New Issue
Block a user