0
0
Fork 0
forked from samba/thk
thk/style.css

190 lines
2.8 KiB
CSS
Raw Normal View History

2018-07-17 10:59:27 +02:00
body {
font-family: sans-serif;
font-size: 15pt;
2018-05-27 03:10:57 +02:00
}
2018-07-17 10:59:27 +02:00
2018-05-27 03:10:57 +02:00
p {
2018-07-17 10:59:27 +02:00
font-family: serif;
2018-05-27 03:10:57 +02:00
}
2018-07-17 10:59:27 +02:00
body.cfn {
background-color: #454242;
color: white;
2018-06-12 02:28:21 +02:00
}
2018-07-17 10:59:27 +02:00
2018-06-12 02:28:21 +02:00
p {
2018-07-17 10:59:27 +02:00
font-family: serif;
2018-06-12 02:28:21 +02:00
}
2018-07-17 10:59:27 +02:00
a {
text-decoration: none;
color: #e12323;
2018-07-16 14:27:27 +02:00
font-size: large;
2018-06-07 20:14:02 +02:00
}
2018-07-17 10:59:27 +02:00
a:hover {
2018-06-07 20:14:02 +02:00
text-decoration: underline darkblue;
font-size: large;
color: blueviolet;
}
2018-07-17 10:59:27 +02:00
ul {
list-style: none;
2018-05-27 03:10:57 +02:00
}
2018-07-17 10:59:27 +02:00
hr {
border: 0;
border-top: 1px dotted #000;
2018-05-27 03:10:57 +02:00
}
2018-07-17 10:59:27 +02:00
#cfn {
display: none;
background: black;
font-size: 3em;
font-family: Mono;
margin: 10% 40% 10% 10%;
text-align: center;
2018-07-17 10:59:27 +02:00
border-radius: 5%;
}
2018-07-17 10:59:27 +02:00
#cfn a:hover {
background: green;
color: black;
font-size: 100%;
}
2018-07-17 10:59:27 +02:00
.logo {
float: right;
}
ul {
list-style: none;
}
hr {
border: 0;
border-top: 1px dotted #000;
}
2018-06-08 16:08:21 +02:00
pre {
white-space: inherit;
}
2018-07-17 10:59:27 +02:00
.logo {
float: left;
max-width: 350px;
margin: 1em;
border: solid 1px grey;
}
2018-06-06 22:48:23 +02:00
2018-05-27 03:10:57 +02:00
.menu {
background-color: black;
border-radius: 100px;
padding: 1% 5% 1% 1%;
margin: 0% 5% 0% 5%;
text-align: center;
}
2018-07-17 10:59:27 +02:00
.lang {
border-radius: 100px;
padding: 1% 5% 4% 6%;
margin: 0% 110%;
position: absolute;
font-family: "Mono";
2018-06-06 22:48:23 +02:00
}
2018-07-17 10:59:27 +02:00
.lang a:hover {
color: green;
}
2018-07-17 10:59:27 +02:00
body {
max-width: 1200px;
left: 50%;
position: relative;
transform: translate(-50%, 0%);
}
2018-05-27 03:10:57 +02:00
footer {
2018-06-18 02:10:41 +02:00
background-color: black;
border-radius: 100px;
padding: 1% 5% 1% 1%;
margin: 0% 5% 0% 5%;
text-align: center;
color: white;
2018-07-17 10:59:27 +02:00
font-size: 0.7em;
2018-05-27 03:10:57 +02:00
}
2018-07-17 10:59:27 +02:00
2018-05-27 03:10:57 +02:00
.copyleft {
2018-07-17 10:59:27 +02:00
transform: rotate(180deg);
display: inline-block;
2018-05-27 03:10:57 +02:00
}
2018-06-06 22:48:23 +02:00
2018-07-17 10:59:27 +02:00
> > > > > > > 5a9411117cf4b4055f9a81bb4561686b2119b662
section > h3 {
text-align: left;
margin-right: 2rem;
margin-left: 2rem;
2018-06-06 22:48:23 +02:00
}
2018-07-17 10:59:27 +02:00
2018-06-06 22:48:23 +02:00
section p:nth-child(2) {
2018-07-17 10:59:27 +02:00
font-size: large;
margin: auto 6rem;
text-align: justify;
2018-06-06 22:48:23 +02:00
}
2018-07-17 10:59:27 +02:00
#propose > h3 {
text-align: center;
color: yellow;
text-decoration: underline;
2018-06-06 22:48:23 +02:00
}
2018-06-07 20:12:06 +02:00
2018-07-17 10:59:27 +02:00
.node.tmpl {
background-color: #151513;
font-family: "Mono";
text-align: center;
border-radius: 10px;
2018-07-17 10:59:27 +02:00
color: green;
font-size: 1em;
}
2018-06-07 20:12:06 +02:00
2018-07-17 10:59:27 +02:00
.register {
2018-06-14 02:48:10 +02:00
background-color: #151513;
font-family: "Mono";
2018-06-15 02:58:34 +02:00
text-align: center;
2018-06-14 02:48:10 +02:00
border-radius: 10px;
2018-07-17 10:59:27 +02:00
color: green;
2018-06-15 02:58:34 +02:00
font-size: 1em;
2018-06-14 02:48:10 +02:00
}
2018-07-17 10:59:27 +02:00
.quote {
2018-06-07 20:12:06 +02:00
margin: 8px 0px 8px 0px;
padding: 8px 8px 8px 8px;
2018-06-12 02:28:21 +02:00
border-width: 3px;
2018-06-07 20:12:06 +02:00
border-style: dotted;
border-color: #000000;
2018-06-12 02:28:21 +02:00
background-color: #151513;
2018-06-07 20:12:06 +02:00
font-family: "Mono";
2018-06-12 02:28:21 +02:00
text-align: right;
2018-07-17 10:59:27 +02:00
font-size: 12pt;
2018-06-14 02:48:10 +02:00
color: white;
2018-06-18 02:10:41 +02:00
white-space: pre-wrap;
2018-07-17 10:59:27 +02:00
}
2018-06-07 20:12:06 +02:00
pre {
margin: 8px 0px 8px 0px;
padding: 8px 8px 8px 8px;
border-width: 3px;
border-style: dotted;
border-color: #000000;
background-color: #151513;
2018-06-07 20:12:06 +02:00
font-family: "Mono";
text-align: left;
2018-07-17 10:59:27 +02:00
font-size: 12pt;
color: white;
2018-06-18 02:10:41 +02:00
white-space: pre-wrap;
}