Compare commits

...

3 commits

Author SHA1 Message Date
17c737d92a added poster and 2link to wiki 2018-07-17 10:59:27 +02:00
ee847df884 new poster 2018-07-16 14:27:27 +02:00
b0e6e845b9 words break in pre 2018-06-08 16:08:21 +02:00
3 changed files with 96 additions and 55 deletions

View file

@ -14,6 +14,9 @@
<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" >
@ -26,7 +29,7 @@
<a href="index.eus.html">[EU]</a> <a href="index.eus.html">[EU]</a>
</small> </small>
</p> </p>
<img src="logo_hm_bologna.png" class="logo"> <img src="thk_mixlanguage:A3.jpg" 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,28 +2,36 @@ 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;
@ -38,15 +46,38 @@ 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;
@ -54,6 +85,7 @@ hr {
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%;
@ -67,11 +99,12 @@ hr {
} }
body { body {
max-width: 800px; max-width: 1200px;
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;
@ -81,26 +114,31 @@ 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";
@ -134,6 +172,7 @@ 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;
@ -148,4 +187,3 @@ pre {
white-space: pre-wrap; white-space: pre-wrap;
} }

BIN
thk_mixlanguage:A3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 987 KiB