djt/style/style.css

121 lines
1.6 KiB
CSS
Raw Normal View History

2016-10-26 18:09:26 +02:00
body {
font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
margin:40px auto;
line-height:1.6;
2016-11-19 20:58:48 +01:00
background: #fff;
2016-10-26 18:09:26 +02:00
margin-top: 0px;
}
.extra {
display: none;
}
p:hover .extra {
display: inline-block;
}
.container {
width: 800px;
}
img {
float:right;
opacity: 0.35;
margin-top: 200px;
margin-right: 10%;
}
.byline {
z-index: 100;
position: absolute;
float:left;
margin-top: 50px;
margin-left: 20%;
text-align: left;
font-size:20.0pt;
color: #F44D54;
}
.volumes {
z-index: 100;
position: absolute;
float:left;
margin-top: 200px;
margin-left: 20%;
text-align: left;
font-size:15.0pt;
}
a.one:link {
color: black;
background-color: transparent;
text-decoration: none;
}
a.one:visited {
color: black;
background-color: transparent;
text-decoration: none;
}
a.one:hover {
color: #F44D54;
background-color: transparent;
text-decoration:underline;
}
a.one:active {
color: black;
background-color: transparent;
text-decoration: none;
}
.threadsred {
2016-11-28 18:37:25 +01:00
margin-top: 4em;
margin-left: 4em;
font-size:122%;
2016-10-26 18:09:26 +02:00
color: #F44D54;
}
.threads {
2016-11-28 18:37:25 +01:00
margin-left: 6em;
}
.threads a {
color:#F44D54;
text-decoration:none;
}
.threads td {
padding:.2em .8em;
}
.help:hover {
cursor:help;
2016-10-26 18:09:26 +02:00
}
a.two:link {
color: #F44D54;
background-color: transparent;
text-decoration: none;
}
a.two:visited {
color: #F44D54;
background-color: transparent;
text-decoration: none;
}
a.two:hover {
color: #F44D54;
background-color: transparent;
text-decoration:underline;
}
a.two:active {
color: #F44D54;
background-color: transparent;
text-decoration: none;
}