You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
pokercc/news/static/news/css/app.css

201 lines
2.6 KiB

@font-face {
font-family: LibreBaskerville;
src: url("../LibreBaskerville-Regular.otf") format("opentype");
}
@font-face {
font-family: LibreBaskervilleBold;
src: url("../LibreBaskerville-Bold.otf") format("opentype");
}
body {
background-color:#fff;
font-size:20px;
margin: 0px;
padding: 0px;
}
.postcontainer {
}
.even {
background-color: #fff;
padding: 20px 0px;
}
.odd {
background-color: #eee;
padding: 20px 0px;
}
.header {
text-align: center;
/* background-color: #aaa; */
}
.imgcontainer {
position: relative;
color: white;
}
/* @media print, screen and (min-width: 40em) {
.imgcontainer {
position: relative;
color: white;
}
} */
.crop {
width: 1000px;
/* width: 1000px; */
height: 200px;
overflow: hidden;
border-radius: 0px;/*0px 20px 20px 0px;*/
}
@media print, screen and (min-width: 40em) {
.crop {
border-radius: 20px;
}
}
.crop img {
width: 1000px;
height: 200px;
margin: -100px 0 0 -200px;
}
.header h1 {
font-size: 36px;
line-height: 90%;
margin-top: 20px;
}
/* .content {
padding: 0px;
} */
article {
margin-bottom: 20px;
}
@media print, screen and (min-width: 40em) {
article {
padding: 16px;
}
}
/* .content h1 {
font-family: 'LibreBaskervilleBold';
font-size: 28px;
margin: 10px 0px 0px 0px;
padding: 0px;
} */
.imgcontainer a {
color: #fff;
}
.imgcontainer a:hover {
color: #aaa;
}
/* .content {
padding: 12px 12px 0px 12px;
}
.content p {
font-family: 'LibreBaskerville';
} */
.body {
padding: 0px 12px;
}
.body p {
font-family: 'LibreBaskerville';
}
.post {
padding: 10px 0px;
margin-bottom: 10px;
}
/*
.bottom-left {
position: absolute;
top: 8px;
left: 16px;
}
@media print, screen and (min-width: 32em) {
.bottom-left {
width: 24em;
}
} */
article h1 {
font-family: 'LibreBaskervilleBold';
font-size: 18px;
position: absolute;
top: 12px;
left: 12px;
}
@media print, screen and (min-width: 40em) {
article h1 {
font-size: 28px;
width: 24em;
bottom: 8px;
top: auto;
}
}
.padded {
padding: 8px;
}
.comments {
font-size: 14px;
color: #666;
/* padding: 0px 10px; */
/* background-color: #efe; */
/* border-radius: 16px; */
}
.info {
font-size: 14px;
border-bottom: 1px solid #ccc;
/* margin-bottom: 6px; */
}
.current {
font-size: 14px;
}
header {
/* width: 100%; */
text-align: center;
}
header a {
text-decoration: none;
color: #fff;
}
header h1 {
margin-bottom: 0;
}
header {
padding: 8px;
background-color: #333;
color: #fff;
/* font-size: 16px; */
}
li a {
color: red;
}
.inline {
display: inline-block;
}