c3d2-web/content/static/autotopia/autotopia.css

87 lines
1.4 KiB
CSS
Raw Normal View History

2019-03-26 13:29:29 +01:00
* {
box-sizing: border-box;
}
body {
color: #111;
margin: 0;
padding: 0;
2019-03-26 13:29:29 +01:00
background: repeat url('autotopia_background_ornament.svg');
background-size: 50%;
font-family: "URW Gothic l";
hyphens: auto;
}
.wrapper {
2019-03-26 13:29:29 +01:00
/* margin: 0.5em auto;*/
/* max-width: 560px;*/
/* min-height: 800px;*/
/* background: left top no-repeat url('autotopia_vertical_header.svg');*/
/* /* make a "containing block" */
/* background-size: 50%;*/
/* position: relative;*/
}
.vertical-header{
width:20%;
min-width:150px;
2019-03-26 13:29:29 +01:00
float:left;
}
.a-content{
width:40%;
min-width:20em;
2019-03-26 13:29:29 +01:00
max-width:90em;
float:left;
border-width: 2px;
border-left-style:solid;
font-size: larger;
line-height: 150%;
2019-03-26 13:29:29 +01:00
}
.a-content-panel{
width:20%;
min-width:20em;
max-width:30em;
float:left;
padding-left: 4em;
}
.a-content-item{
border-width: 2px;
border-right-style:solid;
border-bottom-style:solid;
padding-left: 1em;
padding-right: 1em;
background-color: rgba(240,240,250,0.6);
text-align: justify;
}
2019-03-26 18:42:28 +01:00
:lang(de-DE) {
2019-03-26 13:29:29 +01:00
visibility: hidden;
display:none;
}
td {
vertical-align: top;
}
nav ul, nav ul li {
list-style-type: none;
margin: 0;
padding: 0;
}
nav ul li a {
display: inline-block;
width: 0;
height: 0;
overflow: hidden;
padding: 30px 40px 0 0;
text-decoration: none;
}
nav .index {
position: absolute;
right: 375px;
top: 110px;
}