Skip to content

Commit

Permalink
Prep for Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jdturnage committed Jul 19, 2013
2 parents 6e50d4e + 0d43e6d commit e9e3240
Show file tree
Hide file tree
Showing 164 changed files with 45,600 additions and 1,647 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Thumbs.db
VADER Sample Files
Binary file modified 2090/source/apple-touch-icon-114x114-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 2090/source/apple-touch-icon-57x57-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 2090/source/apple-touch-icon-72x72-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 2090/source/apple-touch-icon-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 2090/source/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
211 changes: 131 additions & 80 deletions 2090/source/css/2090.css

Large diffs are not rendered by default.

39 changes: 39 additions & 0 deletions 2090/source/css/helpMenu.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
#reset { float: center;}
#main-div{padding: 5px; -moz-border-radius: 20px; border-radius: 20px; border-style: solid; border-color: rgb(11, 61, 145); margin-bottom: 25px; background-color: rgb(51, 153, 255); background-color: rgba(51, 153, 255, 0.5); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"; }
#h1 { font-family:"Georgia", Georgia, serif; color: white; font-size: 28; margin-bottom:10px; margin-left: 0 auto; margin-right: 0 auto; text-align:center;}
#h2 { font-family:"Georgia", Georgia, serif; color: white; font-size: 18; margin-bottom: 25px; margin-left:25; margin-right:10px; }
#appleTVtable { margin-left: auto; margin-right: auto; }
#wiDiTable { margin-left: auto; margin-right: auto; }
.panicbutton {
-moz-box-shadow:inset 0px 1px 0px 0px #007FFF;
-webkit-box-shadow:inset 0px 1px 0px 0px #007FFF;
box-shadow:inset 0px 1px 0px 0px #007FFF;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #104E8B), color-stop(1, #26466D) );
background:-moz-linear-gradient( center top, #104E8B 5%, #26466D 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#104E8B', endColorstr='#26466D');
background-color:#104E8B;
-moz-border-radius:15px;
-webkit-border-radius:15px;
border-radius:15px;
border:1px solid #26466D;
display:inline-block;
color:#ffffff;
font-family:arial;
font-weight:bold;
padding:0.1em 0.1em;
text-decoration:none;
text-shadow:1px 1px 0px #26466D;
margin-left: auto;
margin-right: auto;
margin-top: 1.4%;
width: 23%;
}.panicbutton:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #26466D), color-stop(1, #104E8B) );
background:-moz-linear-gradient( center top, #26466D 5%, #104E8B 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#26466D', endColorstr='#104E8B');
background-color:#26466D;
}.panicbutton:active {
position:relative;
color:#0b3d91;
top:-1px;
}
Loading

0 comments on commit e9e3240

Please sign in to comment.