work-site/content/css/default.css
Sergiu Ivanov 24c28bd101 Add the image link to the French version of the home page.
Also adjust the padding of the picture of myself to make the language
link appear nicer.
2018-09-17 15:46:08 +02:00

106 lines
1.6 KiB
CSS

body {
color: black;
background-color: lightgray;
font-family: "Open Sans", "DejaVu Sans";
font-size: 16px;
line-height: 1.3em;
}
#content {
background-color: white;
text-align: justify;
border-style: solid;
border-style: gray;
border-width: 2px;
border-radius: 10px;
margin: 0 auto;
width: 900px;
padding: 15px;
}
#preamble {
background-color: lightcyan;
border-style: solid;
border-width: 2px;
border-radius: 10px;
margin: 0 auto 5px auto;
width: 905px;
padding: 15px 0px 15px 50px;
display: flex;
justify-content: space-between;
}
img.me {
float: right;
padding: 0px 0px 0px 0px;
width: 250px;
}
img.uevelogo {
margin: 0px 10px 0px 10px;
height: 70px;
}
img.ibisclogo {
margin: 0px 35px 0px 10px;
height: 56px;
}
span.myname {
font-family: "Linux Libertine", "Open Sans", "DejaVu Sans";
font-size: 40px;
font-variant: small-caps;
margin: auto 0;
padding-top: 5px;
}
span.logos {
margin-right: 47px;
}
#postamble {
margin: 0 auto;
width: 900px;
padding: 10px;
}
span.poweredby {
float: right;
}
table.quicklinks {
border-collapse: collapse;
border: 2px solid white;
}
h2 {
background-color: lightcyan;
padding: 10px;
border-radius: 5px;
margin-top: 30px;
}
h3 {
margin: 20px 0px 0px 14px;
}
div.outline-text-2 {
padding-left: 11px;
padding-right: 10px;
}
div.outline-text-3 {
padding-left: 15px;
padding-right: 10px;
}
img.lang {
width: 40px;
float: right;
padding: 0 20px 0 20px;
}