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>

146
style.css
View file

@ -1,51 +1,82 @@
body { 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{
background-color:#454242; body.cfn {
color:white; background-color: #454242;
color: white;
} }
p { p {
font-family:serif; font-family: serif;
} }
a {
text-decoration:none; a {
color:#e12323; text-decoration: none;
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 {
list-style:none; ul {
} list-style: none;
hr {
border:0;
border-top:1px dotted #000;
} }
#cfn{ hr {
border: 0;
border-top: 1px dotted #000;
}
#cfn {
display: none; display: none;
background: black; background: black;
font-size: 3em; font-size: 3em;
font-family: Mono; font-family: Mono;
margin: 10% 40% 10% 10%; margin: 10% 40% 10% 10%;
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{
float:right; .logo {
} 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;
@ -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%;
@ -62,16 +94,17 @@ hr {
font-family: "Mono"; font-family: "Mono";
} }
.lang a:hover{ .lang a:hover {
color: green; color: green;
} }
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;
@ -79,49 +112,54 @@ footer {
margin: 0% 5% 0% 5%; margin: 0% 5% 0% 5%;
text-align: center; text-align: center;
color: white; color: white;
font-size:0.7em; font-size: 0.7em;
}
.copyleft {
transform:rotate(180deg);
display:inline-block;
} }
section>h3 { .copyleft {
text-align: left; transform: rotate(180deg);
margin-right: 2rem; display: inline-block;
margin-left: 2rem;
} }
> > > > > > > 5a9411117cf4b4055f9a81bb4561686b2119b662
section > h3 {
text-align: left;
margin-right: 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{
text-align:center; #propose > h3 {
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";
text-align: center; text-align: center;
border-radius: 10px; border-radius: 10px;
color:green; color: green;
font-size: 1em; font-size: 1em;
} }
.register{ .register {
background-color: #151513; background-color: #151513;
font-family: "Mono"; font-family: "Mono";
text-align: center; text-align: center;
border-radius: 10px; border-radius: 10px;
color:green; color: green;
font-size: 1em; font-size: 1em;
} }
.quote{ .quote {
margin: 8px 0px 8px 0px; margin: 8px 0px 8px 0px;
padding: 8px 8px 8px 8px; padding: 8px 8px 8px 8px;
border-width: 3px; border-width: 3px;
@ -130,10 +168,11 @@ section p:nth-child(2) {
background-color: #151513; background-color: #151513;
font-family: "Mono"; font-family: "Mono";
text-align: right; text-align: right;
font-size:12pt; font-size: 12pt;
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;
@ -143,9 +182,8 @@ pre {
background-color: #151513; background-color: #151513;
font-family: "Mono"; font-family: "Mono";
text-align: left; text-align: left;
font-size:12pt; font-size: 12pt;
color: white; color: white;
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