|
|
@ -8,7 +8,8 @@ html,body,p,div,h1,h2,h3,h4,h5,h6,img,article,section {
|
|
|
|
/* GENERAL */
|
|
|
|
/* GENERAL */
|
|
|
|
|
|
|
|
|
|
|
|
html {
|
|
|
|
html {
|
|
|
|
font-family: 'Source Sans Pro', sans-serif;
|
|
|
|
font-family: 'Oxygen', sans-serif;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
body {
|
|
|
@ -27,7 +28,7 @@ a {
|
|
|
|
|
|
|
|
|
|
|
|
p {
|
|
|
|
p {
|
|
|
|
text-align: justify;
|
|
|
|
text-align: justify;
|
|
|
|
font-size: 1.3em;
|
|
|
|
/*font-size: 1.2em;*/
|
|
|
|
margin-bottom: 20px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -48,18 +49,20 @@ blockquote {
|
|
|
|
opacity: 0.5;
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
code {
|
|
|
|
ul li {
|
|
|
|
font-family: 'Inconsolata';
|
|
|
|
list-style-type: square;
|
|
|
|
font-size: 0.8em;
|
|
|
|
/*font-size: 1.2em;*/
|
|
|
|
|
|
|
|
text-align: justify;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
code::-moz-selection {
|
|
|
|
table {
|
|
|
|
background: white;
|
|
|
|
border-collapse: collapse;
|
|
|
|
text-shadow: none;
|
|
|
|
border: 1px solid black;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
li {
|
|
|
|
td, tr, th {
|
|
|
|
list-style-type: square;
|
|
|
|
border: 1px solid black;
|
|
|
|
|
|
|
|
padding: 3px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* HEADER */
|
|
|
|
/* HEADER */
|
|
|
@ -78,13 +81,15 @@ header > a {
|
|
|
|
/*box-sizing: border-box;*/
|
|
|
|
/*box-sizing: border-box;*/
|
|
|
|
display: inline-block;
|
|
|
|
display: inline-block;
|
|
|
|
height: 100%;
|
|
|
|
height: 100%;
|
|
|
|
width: 120px;
|
|
|
|
/*width: 120px;*/
|
|
|
|
|
|
|
|
width: 130px;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 60px;
|
|
|
|
line-height: 60px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
text-transform: uppercase;
|
|
|
|
color: rgba(200,200,200,1);
|
|
|
|
color: rgba(200,200,200,1);
|
|
|
|
transition: background 0.35s;
|
|
|
|
transition: background 0.35s;
|
|
|
|
border: none;
|
|
|
|
border: none;
|
|
|
|
|
|
|
|
/*border: 1px solid red;*/
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
header > a:hover:not([href$="rss.xml"]) {
|
|
|
|
header > a:hover:not([href$="rss.xml"]) {
|
|
|
@ -230,3 +235,20 @@ h4:before {
|
|
|
|
display: block;
|
|
|
|
display: block;
|
|
|
|
border: none;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.figure {
|
|
|
|
|
|
|
|
/*border: 1px solid black;*/
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.figure img {
|
|
|
|
|
|
|
|
box-shadow: 0px 0px 5px 1px rgba(200,200,200,1);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.caption {
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
font-style: italic;
|
|
|
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
|
|
|
font-size: 0.8em;
|
|
|
|
|
|
|
|
color: gray;
|
|
|
|
|
|
|
|
}
|