Compare commits
3 commits
5a9411117c
...
17c737d92a
Author | SHA1 | Date | |
---|---|---|---|
17c737d92a | |||
ee847df884 | |||
b0e6e845b9 |
3 changed files with 96 additions and 55 deletions
|
@ -14,6 +14,9 @@
|
|||
<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" >
|
||||
|
@ -26,7 +29,7 @@
|
|||
<a href="index.eus.html">[EU]</a>
|
||||
</small>
|
||||
</p>
|
||||
<img src="logo_hm_bologna.png" class="logo">
|
||||
<img src="thk_mixlanguage:A3.jpg" 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>
|
||||
|
|
146
style.css
146
style.css
|
@ -1,51 +1,82 @@
|
|||
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;
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #e12323;
|
||||
font-size: large;
|
||||
}
|
||||
a:hover {
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline darkblue;
|
||||
font-size: large;
|
||||
color: blueviolet;
|
||||
}
|
||||
ul {
|
||||
list-style:none;
|
||||
}
|
||||
hr {
|
||||
border:0;
|
||||
border-top:1px dotted #000;
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
#cfn{
|
||||
hr {
|
||||
border: 0;
|
||||
border-top: 1px dotted #000;
|
||||
}
|
||||
|
||||
#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;
|
||||
}
|
||||
|
||||
.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 {
|
||||
background-color: black;
|
||||
|
@ -54,6 +85,7 @@ hr {
|
|||
margin: 0% 5% 0% 5%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.lang {
|
||||
border-radius: 100px;
|
||||
padding: 1% 5% 4% 6%;
|
||||
|
@ -62,16 +94,17 @@ hr {
|
|||
font-family: "Mono";
|
||||
}
|
||||
|
||||
.lang a:hover{
|
||||
.lang a:hover {
|
||||
color: green;
|
||||
}
|
||||
|
||||
body {
|
||||
max-width: 800px;
|
||||
left: 50%;
|
||||
position: relative;
|
||||
transform: translate(-50%,0%);
|
||||
}
|
||||
body {
|
||||
max-width: 1200px;
|
||||
left: 50%;
|
||||
position: relative;
|
||||
transform: translate(-50%, 0%);
|
||||
}
|
||||
|
||||
footer {
|
||||
background-color: black;
|
||||
border-radius: 100px;
|
||||
|
@ -79,49 +112,54 @@ footer {
|
|||
margin: 0% 5% 0% 5%;
|
||||
text-align: center;
|
||||
color: white;
|
||||
font-size:0.7em;
|
||||
}
|
||||
.copyleft {
|
||||
transform:rotate(180deg);
|
||||
display:inline-block;
|
||||
font-size: 0.7em;
|
||||
}
|
||||
|
||||
section>h3 {
|
||||
text-align: left;
|
||||
margin-right: 2rem;
|
||||
margin-left: 2rem;
|
||||
.copyleft {
|
||||
transform: rotate(180deg);
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
> > > > > > > 5a9411117cf4b4055f9a81bb4561686b2119b662
|
||||
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;
|
||||
|
@ -130,10 +168,11 @@ 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;
|
||||
|
@ -143,9 +182,8 @@ pre {
|
|||
background-color: #151513;
|
||||
font-family: "Mono";
|
||||
text-align: left;
|
||||
font-size:12pt;
|
||||
font-size: 12pt;
|
||||
color: white;
|
||||
white-space: pre-wrap;
|
||||
|
||||
}
|
||||
|
||||
|
|
BIN
thk_mixlanguage:A3.jpg
Normal file
BIN
thk_mixlanguage:A3.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 987 KiB |
Loading…
Reference in a new issue