tuning single column view
This commit is contained in:
parent
2f31f42048
commit
51c987594c
@ -2,7 +2,6 @@
|
|||||||
body{
|
body{
|
||||||
margin:0px;
|
margin:0px;
|
||||||
font: 14px "ArimaKoshiRegular";
|
font: 14px "ArimaKoshiRegular";
|
||||||
/*line-height: 1.5em;*/
|
|
||||||
color:midnightblue;
|
color:midnightblue;
|
||||||
}
|
}
|
||||||
#menu select{
|
#menu select{
|
||||||
@ -19,12 +18,18 @@ h1{
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
article{
|
article a{
|
||||||
|
font-weight:bold;
|
||||||
|
}
|
||||||
|
article {
|
||||||
|
}
|
||||||
|
blockquote{
|
||||||
|
font-weight:bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
a{
|
a{
|
||||||
color:lightseagreen;
|
color:lightseagreen;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content{
|
#content{
|
||||||
@ -50,15 +55,20 @@ a{
|
|||||||
|
|
||||||
.entry-title{
|
.entry-title{
|
||||||
text-align:right;
|
text-align:right;
|
||||||
|
margin-right:2em;
|
||||||
|
margin-bottom:0em;
|
||||||
}
|
}
|
||||||
.entry-subtitle{
|
.entry-subtitle{
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
text-align:right;
|
text-align:right;
|
||||||
margin-bottom:1em;
|
margin-bottom:2em;
|
||||||
|
margin-right: 5.5em;
|
||||||
}
|
}
|
||||||
.entry-content{
|
.entry-content{
|
||||||
padding-left:2em;
|
margin-right: auto;
|
||||||
padding-right:2em;
|
margin-left: auto;
|
||||||
|
max-width:75%;
|
||||||
|
line-break:strict;
|
||||||
}
|
}
|
||||||
.entry-tags{
|
.entry-tags{
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
@ -85,16 +95,22 @@ footer{clear:both;}
|
|||||||
|
|
||||||
@media only screen and (orientation:portrait) {
|
@media only screen and (orientation:portrait) {
|
||||||
body {
|
body {
|
||||||
background-color: blue;
|
|
||||||
|
}
|
||||||
|
#menu{
|
||||||
|
clear:both;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.featured{
|
.featured{
|
||||||
max-width: calc(100%-8em); !important
|
max-width: calc(100% - 8em); !important
|
||||||
clear:both; !important
|
clear:both; !important
|
||||||
}
|
}
|
||||||
.featured:nth-child(even) {
|
.featured:nth-child(even) {
|
||||||
clear:both; !important
|
clear:both; !important
|
||||||
}
|
}
|
||||||
|
.entry-content{
|
||||||
|
max-width: 90%;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user