Discuss Scratch

WindowsExplorer
Scratcher
500+ posts

Want to take the hassle out of creating a website? Use Hawk :D

www.miniuniversegames.comyr.com/hawk

To use Hawk, just download it, extract it and load the files onto your website. Hawk supports custom themes, and is made so all you will need to do is configure the config.php, and easily add a few pages to make the perfect site!

www.miniuniversegames.comyr.com/hawk/styles.php to see available styles.
Epicness123
Scratcher
1000+ posts

Want to take the hassle out of creating a website? Use Hawk :D

???

Sadly, my kumquats were eaten by an evil forum signature.
northmeister
Scratcher
100+ posts

Want to take the hassle out of creating a website? Use Hawk :D

Epicness123 wrote:

???
What's so “???” about it?

“Explain to me again why we need particle accelerators to bake cookies?” - misguided local woman

Visit my Minecraft server here, or its Scratch topic here.
WindowsExplorer
Scratcher
500+ posts

Want to take the hassle out of creating a website? Use Hawk :D

If you have a website with, for example, Hosting24 or 000Webhost, you can load the files onto the site, then edit them to build a website easily.
veggieman001
Scratcher
1000+ posts

Want to take the hassle out of creating a website? Use Hawk :D

So is it a CMS?

WindowsExplorer
Scratcher
500+ posts

Want to take the hassle out of creating a website? Use Hawk :D

Yes.
jji7skyline
Scratcher
1000+ posts

Want to take the hassle out of creating a website? Use Hawk :D

Cool, but it would be nice to have a fixed width with margins on either side. Also the styles page doesn't display for me.
scratchisthebest
Scratcher
1000+ posts

Want to take the hassle out of creating a website? Use Hawk :D

jji7skyline wrote:

Cool, but it would be nice to have a fixed width with margins on either side.
(which, btw, is a container div with a max-width to something and margin: 0 auto;)

In fact, that does look snazzy

Last edited by scratchisthebest (Nov. 11, 2013 21:09:26)


I am a Lava Expert
TheGeek56
Scratcher
100+ posts

Want to take the hassle out of creating a website? Use Hawk :D

If this is your website McAffee HATES IT

WindowsExplorer
Scratcher
500+ posts

Want to take the hassle out of creating a website? Use Hawk :D

McAffee hates everything.
TheGeek56
Scratcher
100+ posts

Want to take the hassle out of creating a website? Use Hawk :D

Not me

nathanprocks
Scratcher
1000+ posts

Want to take the hassle out of creating a website? Use Hawk :D

Trend Micro doesn't like your website either. I added it to the trusted list though. Most good virus/malware protection software should block it if it hasn't been rated yet.


My browser / operating system: Macrosoft Winding XO, Internet Exploder 6.0, Angel Player ver.:1.2.5
;
scratchisthebest
Scratcher
1000+ posts

Want to take the hassle out of creating a website? Use Hawk :D

Well, most AV programs really hate free hosting (here comyr.com). It's fine. my fd5.comuv.com site was blocked at school for 5éxu41 content for that reason

If I was on a computer - will be tomorrow - I'll be glad to dump themes on you

Last edited by scratchisthebest (Nov. 14, 2013 02:47:16)


I am a Lava Expert
imy657
Scratcher
10 posts

Want to take the hassle out of creating a website? Use Hawk :D

Whatup
- imy657
scratchisthebest
Scratcher
1000+ posts

Want to take the hassle out of creating a website? Use Hawk :D

Screw that. I'm so pro I can make a theme on a tablet.
html {
  background-color: #16161D;
  font-family: "Roboto", "Helvetica", "Verdana", sans-serif;
  color: #AAAAAA;
}
body {
  max-width: 600px;
  margin: 0 auto;
}
#footer {
  position: fixed;
  bottom:0px;
  left: 50%; right: 50%;
  padding: 0px 10px 0px 10px;
  height: 15px;
  width: 400px;
  margin-left: -200px;
  line-height: 15px;
  font-size: 12px;
  border: 2px dotted #444444;
  border-bottom: none;
  border-radius: 4px;
  text-align: center;
}
hr {
  height:10px;
  border: none;
}
input.search {
  border: 0; outline: 0;
  color: #999999;
  background-color: #444444;
  padding: 2px;
  padding-left: 12px;
  width: 200px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  transition: width 0.5s ease;
  border-radius: 999px;
  
  background-image: -webkit-linear-gradient(left, #444444 0px, #444444 200px, #16161D 390px);
  background-size: 400px 34px;
  background-repeat: no-repeat;
}
input.search:hover {
  width: 400px;
}
  
input.pink {
  position: relative;
  outline: none;
  border: 1px solid #444444;
  background: #16161D;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  margin: 0px; padding: 0px;
  color: #999999;
  top: -3px;
  transition: top 0.3s ease;
}
input.pink:hover {
  top: 0px;
}
Name: Block
File: block.css
License: CC0 Public Domain although cred would be nice <3
Description: A flat, ultradark theme featuring a large, attention-grabbing search bar.

So far the snazzy search thing works only in webkit, there's no headings, and only one styled button. But hey.

I am a Lava Expert
WindowsExplorer
Scratcher
500+ posts

Want to take the hassle out of creating a website? Use Hawk :D

scratchisthebest wrote:

Screw that. I'm so pro I can make a theme on a tablet.
html {
  background-color: #16161D;
  font-family: "Roboto", "Helvetica", "Verdana", sans-serif;
  color: #AAAAAA;
}
body {
  max-width: 600px;
  margin: 0 auto;
}
#footer {
  position: fixed;
  bottom:0px;
  left: 50%; right: 50%;
  padding: 0px 10px 0px 10px;
  height: 15px;
  width: 400px;
  margin-left: -200px;
  line-height: 15px;
  font-size: 12px;
  border: 2px dotted #444444;
  border-bottom: none;
  border-radius: 4px;
  text-align: center;
}
hr {
  height:10px;
  border: none;
}
input.search {
  border: 0; outline: 0;
  color: #999999;
  background-color: #444444;
  padding: 2px;
  padding-left: 12px;
  width: 200px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  transition: width 0.5s ease;
  border-radius: 999px;
  
  background-image: -webkit-linear-gradient(left, #444444 0px, #444444 200px, #16161D 390px);
  background-size: 400px 34px;
  background-repeat: no-repeat;
}
input.search:hover {
  width: 400px;
}
  
input.pink {
  position: relative;
  outline: none;
  border: 1px solid #444444;
  background: #16161D;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  margin: 0px; padding: 0px;
  color: #999999;
  top: -3px;
  transition: top 0.3s ease;
}
input.pink:hover {
  top: 0px;
}
Name: Block
File: block.css
License: CC0 Public Domain although cred would be nice <3
Description: A flat, ultradark theme featuring a large, attention-grabbing search bar.

So far the snazzy search thing works only in webkit, there's no headings, and only one styled button. But hey.
That's great! If you edit that post, and add in the comments that were previously there, and if you want, some new ones, I'll add it to the styles page with credit to you.
scratchisthebest
Scratcher
1000+ posts

Want to take the hassle out of creating a website? Use Hawk :D

Sure thing!
/* Based on/is "style.css" Hawk by Mini Universe (http://www.miniuniversegames.comyr.com/) */
/* >> Public domain! << */
/*  by scratchisthebest */
/* Quick hack to get mai webfonts all in order */
</style>
<link href='http://fonts.googleapis.com/css?family=Roboto:400' rel='stylesheet' type='text/css'>
<style>
html {
  background-color: #16161D;
  font-family: "Roboto", sans-serif; /* Default font */
  color: #AAAAAA;
}
body {
  max-width: 600px;
  margin: 0 auto;
}
#footer { /* It's the site footer! How'd you guess? */
  position: fixed;
  bottom:0px;
  left: 50%; right: 50%;
  padding: 0px 10px 0px 10px;
  height: 15px;
  width: 400px;
  margin-left: -200px;
  line-height: 15px;
  font-size: 12px;
  border: 1px dotted #444444;
  border-bottom: none;
  border-radius: 4px;
  text-align: center;
}
hr { /* I don't like lines :/ */
  height:10px;
  border: none;
}
input.search { /*Main search bar. Do not use for things that are not search bars. */
  border: 0; outline: 0;
  color: #999999;
  background-color: #444444;
  padding: 2px;
  padding-left: 12px;
  width: 200px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  transition: width 0.5s ease;
  border-radius: 999px;
  
  background-image: -webkit-linear-gradient(left, #444444 0px, #444444 200px, #16161D 390px);
  background-size: 400px 34px;
  background-repeat: no-repeat;
}
input.search:hover, input.search:focus { /* What happens when you hover over the search bar? This does */
  width: 400px;
}
input.pink, input.pink_static { /* "Go" button. */
  position: relative;
  outline: none;
  border: 1px solid #444444;
  background: #16161D;
  min-width: 32px;
  max-width: 128px;
  height: 32px;
  border-radius: 999px;
  margin: 0px; padding: 0px;
  color: #999999;
  top: -3px;
  box-shadow: 0px 3px 2px #AAAAAA;
  transition: all 0.3s ease;
}
input.pink:hover {
  top: 0px;
  box-shadow: 0px 0px 3px #f44;
}
.label1 { /* Default font size */
	font-size: 16px;
}
.label2 { /* Used for titles of most paragraphs */
	font-size: 24px;
}
.label3 { /* Rarely used, but shown in demo.php */
	font-size: 32px;
}
.label4 { /* Also rarely used, but shown in demo.php */
	font-size: 48px;
}
/* Thanks css-tricks.com */
::selection {
  background: #999999; /* Safari */
}
::-moz-selection {
  background: #999999; /* Firefox */
}

Also added headings and made buttons all pushy. Enjoy

Last edited by scratchisthebest (Nov. 14, 2013 23:18:21)


I am a Lava Expert
QuillzToxic
Scratcher
1000+ posts

Want to take the hassle out of creating a website? Use Hawk :D

Yesssss I might use hawlk for a temral website
WindowsExplorer
Scratcher
500+ posts

Want to take the hassle out of creating a website? Use Hawk :D

scratchisthebest wrote:

Sure thing!
/* Based on/is "style.css" Hawk by Mini Universe (http://www.miniuniversegames.comyr.com/) */
/* >> Public domain! << */
/*  by scratchisthebest */
/* Quick hack to get mai webfonts all in order */
</style>
<link href='http://fonts.googleapis.com/css?family=Roboto:400' rel='stylesheet' type='text/css'>
<style>
html {
  background-color: #16161D;
  font-family: "Roboto", sans-serif; /* Default font */
  color: #AAAAAA;
}
body {
  max-width: 600px;
  margin: 0 auto;
}
#footer { /* It's the site footer! How'd you guess? */
  position: fixed;
  bottom:0px;
  left: 50%; right: 50%;
  padding: 0px 10px 0px 10px;
  height: 15px;
  width: 400px;
  margin-left: -200px;
  line-height: 15px;
  font-size: 12px;
  border: 1px dotted #444444;
  border-bottom: none;
  border-radius: 4px;
  text-align: center;
}
hr { /* I don't like lines :/ */
  height:10px;
  border: none;
}
input.search { /*Main search bar. Do not use for things that are not search bars. */
  border: 0; outline: 0;
  color: #999999;
  background-color: #444444;
  padding: 2px;
  padding-left: 12px;
  width: 200px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  transition: width 0.5s ease;
  border-radius: 999px;
  
  background-image: -webkit-linear-gradient(left, #444444 0px, #444444 200px, #16161D 390px);
  background-size: 400px 34px;
  background-repeat: no-repeat;
}
input.search:hover, input.search:focus { /* What happens when you hover over the search bar? This does */
  width: 400px;
}
input.pink, input.pink_static { /* "Go" button. */
  position: relative;
  outline: none;
  border: 1px solid #444444;
  background: #16161D;
  min-width: 32px;
  max-width: 128px;
  height: 32px;
  border-radius: 999px;
  margin: 0px; padding: 0px;
  color: #999999;
  top: -3px;
  box-shadow: 0px 3px 2px #AAAAAA;
  transition: all 0.3s ease;
}
input.pink:hover {
  top: 0px;
  box-shadow: 0px 0px 3px #f44;
}
.label1 { /* Default font size */
	font-size: 16px;
}
.label2 { /* Used for titles of most paragraphs */
	font-size: 24px;
}
.label3 { /* Rarely used, but shown in demo.php */
	font-size: 32px;
}
.label4 { /* Also rarely used, but shown in demo.php */
	font-size: 48px;
}
/* Thanks css-tricks.com */
::selection {
  background: #999999; /* Safari */
}
::-moz-selection {
  background: #999999; /* Firefox */
}

Also added headings and made buttons all pushy. Enjoy
Great! I'll add it later today, and beside the download link ill add: Created by scratchisthebest
3DSfan12345
Scratcher
1000+ posts

Want to take the hassle out of creating a website? Use Hawk :D


In 2018, I asked the Scratch Team to remove all my forum posts to protect my privacy. That's why this post is blank. Besides, I've outgrown this website, and I don't want the dumb things I said in my late tween/early teen years to follow me around for the rest of my life. This post probably wasn't anything interesting or important, anyway.

Powered by DjangoBB