New layout
This commit is contained in:
@@ -84,73 +84,21 @@ pre {
|
||||
}
|
||||
|
||||
|
||||
/******************************************************************************/
|
||||
/* Page Structure */
|
||||
/******************************************************************************/
|
||||
|
||||
#page-header {
|
||||
width: 60%;
|
||||
margin: 1em auto 1em auto;
|
||||
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
#page-menu {
|
||||
width: 100%;
|
||||
margin: 0 0 2em 0;
|
||||
padding: .2em 0em;
|
||||
|
||||
border-bottom: thin dashed gray;
|
||||
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
#page-content {
|
||||
display: block;
|
||||
width: 75%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
|
||||
#page-footer {
|
||||
width: 100%;
|
||||
margin-top: 2em;
|
||||
|
||||
border-top: thin dashed gray;
|
||||
|
||||
font-size: .7em;
|
||||
font-weight: lighter;
|
||||
}
|
||||
|
||||
|
||||
/******************************************************************************/
|
||||
/* Specific Styles */
|
||||
/******************************************************************************/
|
||||
|
||||
|
||||
#page-header h1 {
|
||||
margin: .2em auto .2em auto;
|
||||
.page .head h1 {
|
||||
margin: .7em auto;
|
||||
|
||||
font-family: Georgia, "Times New Roman", Times, serif;
|
||||
font-size: 2.8em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#page-menu ul {
|
||||
display: inline;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
#page-menu ul li {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
#page-menu ul li a {
|
||||
.widget ul li {
|
||||
margin: .1em .4em;
|
||||
|
||||
font-size: 0.8em;
|
||||
@@ -159,12 +107,12 @@ pre {
|
||||
font-variant: small-caps;
|
||||
}
|
||||
|
||||
#page-content #page-title {
|
||||
.content #page-title {
|
||||
font-size: .9em;
|
||||
}
|
||||
|
||||
|
||||
.post {
|
||||
.content .post {
|
||||
clear: both;
|
||||
margin: 1em 0 3em 0;
|
||||
}
|
||||
@@ -237,7 +185,7 @@ pre {
|
||||
}
|
||||
|
||||
|
||||
#page-footer p {
|
||||
.page .foot p {
|
||||
display: block;
|
||||
width: 60%;
|
||||
|
||||
|
||||
68
dev-random/static/css/skeleton.css
vendored
Normal file
68
dev-random/static/css/skeleton.css
vendored
Normal file
@@ -0,0 +1,68 @@
|
||||
|
||||
.page {
|
||||
display: block;
|
||||
margin-top: 5%;
|
||||
}
|
||||
|
||||
.page .head,
|
||||
.page .main,
|
||||
.page .foot {
|
||||
display: block;
|
||||
width: 100%;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.page .main {
|
||||
display: table;
|
||||
border-collapse: separate;
|
||||
border-spacing: .5%;
|
||||
width: 75%;
|
||||
margin: .5em auto;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.page .main .sidebar {
|
||||
display: table-cell;
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
.page .main .content {
|
||||
display: table-cell;
|
||||
width: 74%;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 800px) {
|
||||
.page .main {
|
||||
width: 100%;
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 700px) {
|
||||
.page .main {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.page .main .sidebar,
|
||||
.page .main .content {
|
||||
display: block;
|
||||
margin: 0 .5em;
|
||||
width: 100%;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.widget {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.widget ul,
|
||||
.widget li {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.widget h3 { display: none; }
|
||||
}
|
||||
|
||||
@media print {
|
||||
.sidebar { display: none; }
|
||||
}
|
||||
Reference in New Issue
Block a user