Designed around the fantastic wallpaper creation by ~danillooc (big credits to that talented fellow!) , and using the source-code from the 'Black2Black' browser-skins (big credits to as well!), I decided to share this one with y'all.
Made to fit screens with 1920x1080 resolution only; other sized monitors will throw the graphics out-of-whack, and you'll have to tweak to codes yourself. But, on a 1920x1080 screen, this looks really cool!
Original 'neOS' wallpaper design, from danilloOC at WinCustomize: [link]
You'll need to open the 'neOS' HTML-file with notepad and insert your own links within the coding...then, you'll need to configure your browser to use the page as a start, or home, or both. Also, INSTALL THE INCLUDED FONT!
Enjoy friends! Thanks to ~a3cAnton for straightening out the color-code for the search-bar!
If you have any problems with the code let me know.
Add this into css part of the html file :
.bar {
color:#c0c0c0;
width:290px;
height:20px;
background:#000000;
border:0px;
}
input:focus {
outline-color: #c0c0c0 !important;
}
P.D. I change the text color to #c0c0c0 in the search-bar ( .bar )
It would be good to find out how to fix the frame buttons. so that this page can adapt to all screen resolutions. I tried to do it, then I left...