Minimal Menu

Developer
Size
3,430 Kb
Views
20,240

How do I make an minimal menu?

SWITCH TO EDITOR VIEW and enable 'jQuery and jQuery UI' to enable resizing and dragging{for unknown reasons it looks horrible in the preview and Details View if jQuery is enabled}. What is a minimal menu? How do you make a minimal menu? This script and codes were developed by Aleks on 14 October 2022, Friday.

Minimal Menu Previews

Minimal Menu - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Minimal Menu</title> <script src="https://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ @import url(http://weloveiconfonts.com/api/?family=fontawesome);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
body { cursor: pointer; font-family: 'Source Sans Pro', sans-serif; background-color: #697586;
}
.chrome { width: 500px; height: 400px; position: absolute; left: 50%; top: 50%; margin-left: -250px; margin-top: -200px; background-color: #34393D; border-radius: 3px; text-align: middle;
}
.content { position: inherit; background-color: #FFFFFF; top: 30px; right: 0px; left: 0px; bottom:0px; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px;
}
.circle { height: 7px; width: 7px; margin:10px 0px 0px 10px; display: inline-block; border-radius: 50%;
}
.circle:first-child{ background: #CF7C7A;
}
.circle:nth-child(2){ background: #CCB37B;
}
.circle:nth-child(3){ background: #78B885;
}
header { background: #46C3B6; height: 50px; width:100%; position: inherit;
}
#logo { color: #FFF; padding-top: 15px; text-align: center; font-weight: 800; position: inherit; background: #29B6A7; height: 100%; width: 200px;
}
#left { background: #434C55; top: 50px; bottom: 0px; width: 200px; position: inherit;
}
.tab { font-size: 12px; padding: 15px 25px; font-family: 'FontAwesome', sans-serif; color: #949BA7; border-bottom: 1px solid #4C5560;
}
.tab:hover { background: #4C5560;
}
div i { margin-right: 10px;
}
#yo-face { position: inherit; border-radius: 50%; background-size: 100%; width: 40px; height: 40px; margin-top: 2px; transform: scaleX(-1); right: 5px; border: 3px solid #FFF; background-image: url("http://www.myfacewhen.net/uploads/3633-you-dont-say.jpg");
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div class="chrome"> <div class="circle"></div> <div class="circle"></div> <div class="circle"></div> <div class="content"> <header> <span id="logo">Rhino</span> <span id="yo-face"></span> </header> <div id="left"> <div class="tab"> <i class="fontawesome-envelope"></i> Inbox </div> <div class="tab"> <i class="fontawesome-envelope-alt"></i> Sent </div> <div class="tab"> <i class="fontawesome-spinner"></i> Drafts </div> <div class="tab"> <i class="fontawesome-trash"></i> Junk </div> <div class="tab"> <i class="fontawesome-key"></i> Archive </div> <div id="info"></div> </div> </div> </div> <script src="js/index.js"></script>
</body>
</html>

Minimal Menu - Script Codes CSS Codes

@import url(http://weloveiconfonts.com/api/?family=fontawesome);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
body { cursor: pointer; font-family: 'Source Sans Pro', sans-serif; background-color: #697586;
}
.chrome { width: 500px; height: 400px; position: absolute; left: 50%; top: 50%; margin-left: -250px; margin-top: -200px; background-color: #34393D; border-radius: 3px; text-align: middle;
}
.content { position: inherit; background-color: #FFFFFF; top: 30px; right: 0px; left: 0px; bottom:0px; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px;
}
.circle { height: 7px; width: 7px; margin:10px 0px 0px 10px; display: inline-block; border-radius: 50%;
}
.circle:first-child{ background: #CF7C7A;
}
.circle:nth-child(2){ background: #CCB37B;
}
.circle:nth-child(3){ background: #78B885;
}
header { background: #46C3B6; height: 50px; width:100%; position: inherit;
}
#logo { color: #FFF; padding-top: 15px; text-align: center; font-weight: 800; position: inherit; background: #29B6A7; height: 100%; width: 200px;
}
#left { background: #434C55; top: 50px; bottom: 0px; width: 200px; position: inherit;
}
.tab { font-size: 12px; padding: 15px 25px; font-family: 'FontAwesome', sans-serif; color: #949BA7; border-bottom: 1px solid #4C5560;
}
.tab:hover { background: #4C5560;
}
div i { margin-right: 10px;
}
#yo-face { position: inherit; border-radius: 50%; background-size: 100%; width: 40px; height: 40px; margin-top: 2px; transform: scaleX(-1); right: 5px; border: 3px solid #FFF; background-image: url("http://www.myfacewhen.net/uploads/3633-you-dont-say.jpg");
}

Minimal Menu - Script Codes JS Codes

$(function() { $( ".chrome" ).resizable({ minHeight: 300, minWidth: 300 }).draggable({ cursor: "move" }); });
Minimal Menu - Script Codes
Minimal Menu - Script Codes
Home Page Home
Developer Aleks
Username achudars
Uploaded October 14, 2022
Rating 4.5
Size 3,430 Kb
Views 20,240
Do you need developer help for Minimal Menu?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Aleks (achudars) Script Codes
Create amazing video scripts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!