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="faq.html">[FAQ]</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 class="lang" >
@ -29,7 +26,7 @@
<a href="index.eus.html">[EU]</a>
</small>
</p>
<img src="thk_mixlanguage:A3.jpg" class="logo">
<img src="logo_hm_bologna.png" class="logo">
<h1>Trans Hackmeeting</h1>
<h2>August 9-13th 2018 @ Le Goutailloux, Tarnac (FR)</h2>
<section id="cfn"> <a href="call-for-nodes.html"> CALL FOR NODES </a></section>

142
style.css
View file

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 987 KiB