Compare commits

..

No commits in common. "17c737d92a42fbdaacd67858b577c96264c5a526" and "5a9411117cf4b4055f9a81bb4561686b2119b662" have entirely different histories.

3 changed files with 53 additions and 94 deletions

View file

@ -14,9 +14,6 @@
<a href="index.html">[HOME]</a> <a href="index.html">[HOME]</a>
<a href="faq.html">[FAQ]</a> <a href="faq.html">[FAQ]</a>
<a href="call-for-nodes.html">[CALL]</a> <a href="call-for-nodes.html">[CALL]</a>
<a href="https://trans.hackmeeting.org/fiki/">[Wiki]</a>
<a href="https://trans.hackmeeting.org/fiki/index.php?title=Schedule">[Schedule]</a>
</p> </p>
<p class="lang" > <p class="lang" >
@ -29,7 +26,7 @@
<a href="index.eus.html">[EU]</a> <a href="index.eus.html">[EU]</a>
</small> </small>
</p> </p>
<img src="thk_mixlanguage:A3.jpg" class="logo"> <img src="logo_hm_bologna.png" class="logo">
<h1>Trans Hackmeeting</h1> <h1>Trans Hackmeeting</h1>
<h2>August 9-13th 2018 @ Le Goutailloux, Tarnac (FR)</h2> <h2>August 9-13th 2018 @ Le Goutailloux, Tarnac (FR)</h2>
<section id="cfn"> <a href="call-for-nodes.html"> CALL FOR NODES </a></section> <section id="cfn"> <a href="call-for-nodes.html"> CALL FOR NODES </a></section>

View file

@ -2,36 +2,28 @@ body {
font-family:sans-serif; font-family:sans-serif;
font-size:15pt; font-size:15pt;
} }
p { p {
font-family:serif; font-family:serif;
} }
body.cfn{ body.cfn{
background-color:#454242; background-color:#454242;
color:white; color:white;
} }
p { p {
font-family:serif; font-family:serif;
} }
a { a {
text-decoration:none; text-decoration:none;
color:#e12323; color:#e12323;
font-size: large;
} }
a:hover { a:hover {
text-decoration: underline darkblue; text-decoration: underline darkblue;
font-size: large; font-size: large;
color: blueviolet; color: blueviolet;
} }
ul { ul {
list-style:none; list-style:none;
} }
hr { hr {
border:0; border:0;
border-top:1px dotted #000; border-top:1px dotted #000;
@ -46,38 +38,15 @@ hr {
text-align: center; text-align: center;
border-radius:5%; border-radius:5%;
} }
#cfn a:hover{ #cfn a:hover{
background: green; background: green;
color: black; color: black;
font-size: 100%; font-size: 100%;
} }
.logo{ .logo{
float:right; float:right;
} }
ul {
list-style: none;
}
hr {
border: 0;
border-top: 1px dotted #000;
}
pre {
white-space: inherit;
}
.logo {
float: left;
max-width: 350px;
margin: 1em;
border: solid 1px grey;
}
.menu { .menu {
background-color: black; background-color: black;
border-radius: 100px; border-radius: 100px;
@ -85,7 +54,6 @@ pre {
margin: 0% 5% 0% 5%; margin: 0% 5% 0% 5%;
text-align: center; text-align: center;
} }
.lang { .lang {
border-radius: 100px; border-radius: 100px;
padding: 1% 5% 4% 6%; padding: 1% 5% 4% 6%;
@ -99,12 +67,11 @@ pre {
} }
body { body {
max-width: 1200px; max-width: 800px;
left: 50%; left: 50%;
position: relative; position: relative;
transform: translate(-50%,0%); transform: translate(-50%,0%);
} }
footer { footer {
background-color: black; background-color: black;
border-radius: 100px; border-radius: 100px;
@ -114,31 +81,26 @@ footer {
color: white; color: white;
font-size:0.7em; font-size:0.7em;
} }
.copyleft { .copyleft {
transform:rotate(180deg); transform:rotate(180deg);
display:inline-block; display:inline-block;
} }
> > > > > > > 5a9411117cf4b4055f9a81bb4561686b2119b662
section>h3 { section>h3 {
text-align: left; text-align: left;
margin-right: 2rem; margin-right: 2rem;
margin-left: 2rem; margin-left: 2rem;
} }
section p:nth-child(2) { section p:nth-child(2) {
font-size: large; font-size: large;
margin: auto 6rem; margin: auto 6rem;
text-align: justify; text-align: justify;
} }
#propose>h3{ #propose>h3{
text-align:center; text-align:center;
color: yellow; color: yellow;
text-decoration: underline; text-decoration: underline;
} }
.node.tmpl{ .node.tmpl{
background-color: #151513; background-color: #151513;
font-family: "Mono"; font-family: "Mono";
@ -172,7 +134,6 @@ section p:nth-child(2) {
color: white; color: white;
white-space: pre-wrap; white-space: pre-wrap;
} }
pre { pre {
margin: 8px 0px 8px 0px; margin: 8px 0px 8px 0px;
padding: 8px 8px 8px 8px; padding: 8px 8px 8px 8px;
@ -187,3 +148,4 @@ pre {
white-space: pre-wrap; white-space: pre-wrap;
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 987 KiB