85 lines
1.5 KiB
CSS
Executable File
85 lines
1.5 KiB
CSS
Executable File
/* 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;
|
|
} |