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.
 
 
 
 
 

100 lines
1.3 KiB

body{
margin:0px;
font: 14px "ArimaKoshiRegular";
/*line-height: 1.5em;*/
color:midnightblue;
}
#menu select{
height:3em;
vertical-align: middle;
}
h1{
font-size: 42px;
line-height:45px;
margin-top: 0.3em;
margin-bottom: 0.3em;
font: 36px "ArimaKoshiBlack";
text-align:center;
font-weight: bold;
}
article{
}
a{
color:lightseagreen;
}
#content{
width: 100%;
}
.featured {
max-width: calc(50% - 6em);
float: left;
margin: 2em;
padding:1em;
background-color: gainsboro;
/*background-color: powderblue;*/
box-shadow: 1.1em 1.1em gainsboro;
font: 20px "ArimaKoshiRegular";
line-height: 30px;
font-weight:500;
}
.featured:nth-child(even) {
float:right;
}
.entry-title{
text-align:right;
}
.entry-subtitle{
font-size: 14px;
text-align:right;
margin-bottom:1em;
}
.entry-content{
padding-left:2em;
padding-right:2em;
}
.entry-tags{
font-weight:bold;
}
.entry-category{
font-weight:bold;
}
.entry-date{
font-style:italic;
}
#list{
width:100%;
clear: both;
}
#menu{
max-width: calc(50% - 4em);
float:right;
margin-right: 4em;
}
footer{clear:both;}
@media only screen and (orientation:portrait) {
body {
background-color: blue;
}
.featured{
max-width: calc(100%-8em); !important
clear:both; !important
}
.featured:nth-child(even) {
clear:both; !important
}
}