2011-08-08 11:50:43 +02:00
|
|
|
@font-face {
|
|
|
|
font-family: "menu";
|
2011-08-16 16:28:17 +02:00
|
|
|
src: url(CaviarDreams_Bold.ttf);
|
2011-08-08 11:50:43 +02:00
|
|
|
}
|
|
|
|
|
2010-07-29 18:14:40 +02:00
|
|
|
html {
|
2011-08-08 11:50:43 +02:00
|
|
|
background: url(img/top.jpg)repeat-x 0 82px,
|
|
|
|
url(img/back.jpg);
|
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
2011-08-16 16:28:17 +02:00
|
|
|
min-height: 100%;
|
|
|
|
width: 100%;
|
2010-07-29 18:14:40 +02:00
|
|
|
}
|
|
|
|
|
2011-08-16 16:28:17 +02:00
|
|
|
body {
|
2011-08-08 11:50:43 +02:00
|
|
|
background: url(img/radicale_back.png)no-repeat 100% 100% fixed ,
|
2011-08-16 16:28:17 +02:00
|
|
|
url(img/r.jpg)no-repeat 100%,
|
|
|
|
url(img/green.jpg)repeat-x left 2em ;
|
2011-08-08 11:50:43 +02:00
|
|
|
color: #818181;
|
2011-08-16 16:28:17 +02:00
|
|
|
margin: -2em 0 0 0;
|
|
|
|
min-height: 100%;
|
|
|
|
width:100%;
|
|
|
|
position: absolute;
|
|
|
|
padding-bottom:2em;
|
2011-08-08 11:50:43 +02:00
|
|
|
}
|
|
|
|
|
2011-08-16 16:28:17 +02:00
|
|
|
a {
|
2011-08-08 11:50:43 +02:00
|
|
|
color: #4e9a06;
|
|
|
|
text-decoration: none;
|
|
|
|
transition: color 0.3s linear;
|
|
|
|
}
|
|
|
|
|
2011-08-16 16:28:17 +02:00
|
|
|
a:hover {
|
2011-08-08 11:50:43 +02:00
|
|
|
color: #376e04;
|
|
|
|
}
|
|
|
|
|
2011-08-16 16:28:17 +02:00
|
|
|
h2 {
|
2011-08-08 11:50:43 +02:00
|
|
|
background: url(img/icon.png) no-repeat top left;
|
|
|
|
color: #a40000;
|
2011-08-16 16:28:17 +02:00
|
|
|
|
2011-08-08 11:50:43 +02:00
|
|
|
font-family: "menu";
|
2011-08-16 16:28:17 +02:00
|
|
|
|
2011-08-08 11:50:43 +02:00
|
|
|
margin-bottom:35px;
|
|
|
|
padding: 8px 0 0 35px ;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
2011-08-16 16:28:17 +02:00
|
|
|
h3 {
|
2011-08-08 11:50:43 +02:00
|
|
|
color: #a40000;
|
2011-08-16 16:28:17 +02:00
|
|
|
font-family: "menu";
|
2011-08-08 11:50:43 +02:00
|
|
|
}
|
|
|
|
|
2011-08-16 16:28:17 +02:00
|
|
|
h3 a {
|
2011-08-08 11:50:43 +02:00
|
|
|
background: url(img/fleche.png) no-repeat 0 35%;
|
|
|
|
color: #a40000;
|
2011-08-16 16:28:17 +02:00
|
|
|
font-family: "menu";
|
2011-08-08 11:50:43 +02:00
|
|
|
padding-left:20px;
|
|
|
|
}
|
|
|
|
|
2011-08-16 16:28:17 +02:00
|
|
|
h3 a:hover {
|
2011-08-08 11:50:43 +02:00
|
|
|
color: #a40000;
|
2010-08-01 04:36:30 +02:00
|
|
|
}
|
|
|
|
|
2011-08-16 16:28:17 +02:00
|
|
|
h4, h4 a {
|
2011-08-08 11:50:43 +02:00
|
|
|
border-bottom: 1px dotted #e6e6e6;
|
|
|
|
color: #cb0000;
|
2011-08-16 16:28:17 +02:00
|
|
|
font-family: Courier,monospace;
|
2011-08-08 11:50:43 +02:00
|
|
|
font-size: 1.1em;
|
|
|
|
}
|
|
|
|
|
2011-08-16 16:28:17 +02:00
|
|
|
section h4 a:hover {
|
2011-08-08 11:50:43 +02:00
|
|
|
color: #cb0000;
|
|
|
|
}
|
|
|
|
|
|
|
|
h5,h5 a {
|
|
|
|
font-family: "menu";
|
|
|
|
font-size: 1em;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*---HEADER---*/
|
|
|
|
header {
|
|
|
|
position: absolute;
|
2011-08-16 16:28:17 +02:00
|
|
|
top:2em;
|
2011-08-08 11:50:43 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
h1 a {
|
|
|
|
background: url(img/radicale.png)white center center no-repeat;
|
|
|
|
box-shadow:0px 0px 10px #D6D6D6;
|
|
|
|
color: transparent;
|
2011-08-16 16:28:17 +02:00
|
|
|
display: block;
|
2011-08-08 11:50:43 +02:00
|
|
|
height: 250px;
|
2011-08-16 16:28:17 +02:00
|
|
|
position: relative;
|
|
|
|
top: -50px;
|
2011-08-08 11:50:43 +02:00
|
|
|
transform:rotate(-35deg);
|
|
|
|
width: 165px;
|
2011-08-16 16:28:17 +02:00
|
|
|
z-index:2;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 a:hover {
|
|
|
|
color: transparent;
|
2010-07-29 18:14:40 +02:00
|
|
|
}
|
|
|
|
|
2011-08-01 13:16:04 +02:00
|
|
|
b, strong {
|
2011-08-08 11:50:43 +02:00
|
|
|
font-weight: normal;
|
|
|
|
text-outline: 0.5px black;
|
2011-08-01 13:16:04 +02:00
|
|
|
}
|
|
|
|
|
2011-08-08 11:50:43 +02:00
|
|
|
/*---NAV---*/
|
2011-08-16 16:28:17 +02:00
|
|
|
nav {
|
2011-08-08 11:50:43 +02:00
|
|
|
display: table;
|
2011-08-16 16:28:17 +02:00
|
|
|
margin: 2em auto 150px;
|
2011-08-08 11:50:43 +02:00
|
|
|
table-layout: fixed;
|
|
|
|
width: 900px;
|
|
|
|
z-index:-1;
|
2010-07-29 18:14:40 +02:00
|
|
|
}
|
|
|
|
|
2011-08-16 16:28:17 +02:00
|
|
|
nav ul {
|
2011-08-08 11:50:43 +02:00
|
|
|
display: table-row;
|
|
|
|
font-family: "menu";
|
|
|
|
font-size: 1.3em;
|
|
|
|
text-align: center;
|
2011-08-16 16:28:17 +02:00
|
|
|
padding:0;
|
2011-08-08 11:50:43 +02:00
|
|
|
}
|
|
|
|
|
2011-08-16 16:28:17 +02:00
|
|
|
nav li {
|
2011-08-08 11:50:43 +02:00
|
|
|
color: white;
|
|
|
|
display: table-cell;
|
2010-07-29 18:14:40 +02:00
|
|
|
}
|
|
|
|
|
2011-08-08 11:50:43 +02:00
|
|
|
nav li a {
|
|
|
|
background-image: linear-gradient(white, white);
|
|
|
|
background-position: 0 -84px;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
color: white;
|
|
|
|
display: block;
|
|
|
|
margin: auto;
|
|
|
|
padding:29px;
|
|
|
|
text-align:center;
|
|
|
|
transition: all 0.6s;
|
2010-07-29 18:14:40 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
nav li a:hover,
|
|
|
|
nav li a:focus {
|
2011-08-08 11:50:43 +02:00
|
|
|
background-position: 0 0;
|
|
|
|
box-shadow:0px 0px 10px #636363;
|
|
|
|
color: #4e9a06;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*---SECTION--*/
|
2011-08-16 16:28:17 +02:00
|
|
|
body > section {
|
2011-08-08 11:50:43 +02:00
|
|
|
margin:0 auto 0;
|
2011-08-16 16:28:17 +02:00
|
|
|
width: 75%;
|
2011-08-08 11:50:43 +02:00
|
|
|
}
|
|
|
|
|
2011-08-16 16:28:17 +02:00
|
|
|
.contents {
|
2011-08-08 11:50:43 +02:00
|
|
|
background: rgba(164, 0, 0, 0.8) ;
|
|
|
|
border-radius: 5px;
|
2011-08-16 16:28:17 +02:00
|
|
|
font-family: Courier,monospace;
|
2011-08-08 11:50:43 +02:00
|
|
|
margin: 0 auto;
|
|
|
|
padding: 15px 100px;
|
2011-08-16 16:28:17 +02:00
|
|
|
width:50%;
|
2011-08-08 11:50:43 +02:00
|
|
|
}
|
|
|
|
|
2011-08-16 16:28:17 +02:00
|
|
|
.contents p {
|
|
|
|
background: none;
|
|
|
|
color: #80d800;
|
2011-08-08 11:50:43 +02:00
|
|
|
font-size: 2em;
|
|
|
|
margin: 10px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
2011-08-16 16:28:17 +02:00
|
|
|
.contents a {
|
2011-08-08 11:50:43 +02:00
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2011-08-16 16:28:17 +02:00
|
|
|
.contents a:hover {
|
2011-08-08 11:50:43 +02:00
|
|
|
color: #97ff00;
|
|
|
|
}
|
|
|
|
|
2011-08-16 16:28:17 +02:00
|
|
|
.contents ul {
|
2011-08-08 11:50:43 +02:00
|
|
|
list-style-image: url(img/puce1.png);
|
|
|
|
}
|
|
|
|
|
2011-08-16 16:28:17 +02:00
|
|
|
.contents ul li li {
|
2011-08-08 11:50:43 +02:00
|
|
|
list-style: disc;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2011-08-16 16:28:17 +02:00
|
|
|
article {
|
2011-08-08 11:50:43 +02:00
|
|
|
background: rgba(255, 255,254, 0.5);
|
|
|
|
border-radius: 5px;
|
|
|
|
box-shadow:0px 0px 10px #D6D6D6;
|
|
|
|
margin: -30px auto 50px;
|
|
|
|
padding: 20px;
|
2010-07-29 18:14:40 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.note {
|
2011-08-08 11:50:43 +02:00
|
|
|
background:rgba(78, 154,6, 0.1);
|
|
|
|
border: 1px dotted #4e9a06;
|
|
|
|
border-radius: 3px;
|
|
|
|
padding: 2px 15px;
|
|
|
|
}
|
|
|
|
|
2011-08-16 16:28:17 +02:00
|
|
|
.footnote {
|
|
|
|
font-size: 0.8em;
|
|
|
|
opacity: 0.5;
|
|
|
|
padding-left: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.docinfo {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.abstract .topic-title {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.abstract{
|
|
|
|
opacity:0.8;
|
|
|
|
font-style: italic;
|
|
|
|
margin-top:-1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#rss {
|
2011-08-08 11:50:43 +02:00
|
|
|
background-color: #a40000;
|
2011-08-16 16:28:17 +02:00
|
|
|
margin-right:12.5%;
|
|
|
|
float: right;
|
2011-08-08 11:50:43 +02:00
|
|
|
transition: background-color 0.3s linear;
|
2010-12-27 17:20:06 +01:00
|
|
|
}
|
|
|
|
|
2011-08-16 16:28:17 +02:00
|
|
|
#rss:hover, #rss:focus {
|
2011-08-08 11:50:43 +02:00
|
|
|
background-color: #E70;
|
|
|
|
box-shadow: 0 0 5px #D60;
|
2010-12-27 17:20:06 +01:00
|
|
|
}
|
2011-08-08 11:50:43 +02:00
|
|
|
|
|
|
|
pre {
|
|
|
|
background: rgba(46, 52,54, 0.9);
|
|
|
|
border-radius: 3px;
|
|
|
|
padding: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*---FOOTER--*/
|
|
|
|
footer {
|
|
|
|
border-bottom: 2px dotted #4e9a06;
|
2011-08-16 16:28:17 +02:00
|
|
|
bottom:0;
|
|
|
|
height:2em;
|
|
|
|
left:0;
|
|
|
|
right: 0;
|
|
|
|
position: absolute;
|
2011-08-08 11:50:43 +02:00
|
|
|
text-align: center;
|
2011-08-16 16:28:17 +02:00
|
|
|
}
|
2011-08-08 11:50:43 +02:00
|
|
|
|
2011-08-16 16:28:17 +02:00
|
|
|
footer ul {
|
2011-08-08 11:50:43 +02:00
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
2011-08-16 16:28:17 +02:00
|
|
|
footer li {
|
2011-08-08 11:50:43 +02:00
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2011-08-16 16:28:17 +02:00
|
|
|
footer li a {
|
2011-08-08 11:50:43 +02:00
|
|
|
color: #a40000;
|
|
|
|
font-variant: small-caps;
|
|
|
|
}
|
|
|
|
|
2011-08-16 16:28:17 +02:00
|
|
|
footer li a:hover {
|
2011-08-08 11:50:43 +02:00
|
|
|
color: #3f0000;
|
|
|
|
}
|