forked from 05sonicblue/Gamez
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Michael Dlesk
committed
Dec 25, 2011
1 parent
7a60813
commit 4d80815
Showing
18 changed files
with
477 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
body{ | ||
font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; | ||
font-size:12px; | ||
} | ||
p, h1, form, button{border:0; margin:0; padding:0;} | ||
.spacer{clear:both; height:1px;} | ||
/* ----------- My Form ----------- */ | ||
.myform{ | ||
margin:0 auto; | ||
width:600px; | ||
padding:14px; | ||
} | ||
|
||
/* ----------- stylized ----------- */ | ||
#stylized{ | ||
border:solid 2px #b7ddf2; | ||
background:#ebf4fb; | ||
} | ||
#stylized h1 { | ||
font-size:14px; | ||
font-weight:bold; | ||
margin-bottom:10px; | ||
} | ||
#stylized label{ | ||
display:block; | ||
font-weight:bold; | ||
text-align:right; | ||
width:240px; | ||
float:left; | ||
margin-top:5px; | ||
} | ||
#stylized input{ | ||
float:left; | ||
font-size:12px; | ||
padding:4px 2px; | ||
border:solid 1px #aacfe4; | ||
width:300px; | ||
margin:2px 0 20px 10px; | ||
} | ||
#stylized button{ | ||
clear:both; | ||
margin-left:250px; | ||
width:125px; | ||
height:31px; | ||
background:#666666 url(img/button.png) no-repeat; | ||
text-align:center; | ||
line-height:31px; | ||
color:#FFFFFF; | ||
font-size:11px; | ||
font-weight:bold; | ||
} | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
import DBFunctions | ||
|
||
def LogEvent(message): | ||
DBFunctions.AddEventToDB(message) | ||
return | ||
|
||
def ClearLog(): | ||
ClearDBLog() | ||
return |
Binary file not shown.
Oops, something went wrong.