initial commit

This commit is contained in:
Ben Ramey
2017-03-02 21:32:16 -06:00
commit 194e0ca89e
399 changed files with 16444 additions and 0 deletions

85
production/site/css/intro.css Executable file
View File

@@ -0,0 +1,85 @@
/* CSS for Jasoc.org Intro page (language selection) */
body {
margin: 0px;
background: #FFCC33;
font-family: "Futura Md BT", "Arial Black";
}
h1 {
position: absolute;
display: none;
}
a:link {
color: #3366FF;
text-decoration: none;
}
a:visited {
color: #3366FF;
text-decoration: none;
}
a:hover {
color: #FFFFFF;
text-decoration: none;
}
#content{
padding: 0px;
width: 780px;
margin: 0px auto;
background: url(/site/graphics/orange_circle.jpg) no-repeat center center;
}
#content table {
border-spacing: 0px;
}
#content table td.content {
width: 100%;
}
#content td {
padding: 0px;
}
#language_choice {
height: 500px;
background: url(/site/graphics/intro_logo-en.jpg) no-repeat center center;
font-size: 24px;
}
#german-intermediate {
height: 500px;
background: url(/site/graphics/intro_logo-de.jpg) no-repeat center center;
font-size: 24px;
}
#language_choice ul {
position: relative;
top: 230px;
list-style-type: none;
margin: 0px;
padding: 0px;
text-align: center;
}
#german-intermediate ul {
position: relative;
top: 215px;
list-style-type: none;
margin: 0px;
padding: 0px;
text-align: center;
}
#language_choice li, #german-intermediate li {
margin: 0px;
padding: 0px;
text-align: center;
}
#language_choice li.english {
float: left;
margin-left: 86px;
}
#german-intermediate li.left {
float: left;
margin-left: 50px;
}
#language_choice li.german {
float: right;
margin-right: 86px;
}
#german-intermediate li.right {
float: right;
margin-right: -40px;
}