unix ff
This commit is contained in:
@@ -1,247 +1,248 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
Design by TEMPLATED
|
Design by TEMPLATED
|
||||||
http://templated.co
|
http://templated.co
|
||||||
Released for free under the Creative Commons Attribution License
|
Released for free under the Creative Commons Attribution License
|
||||||
*/
|
*/
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background-color: #eeeeee;
|
background-color: #eeeeee;
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: #383838;
|
color: #383838;
|
||||||
}
|
overflow-x: hidden;
|
||||||
|
}
|
||||||
h1, h2, h3 {
|
|
||||||
margin: 0;
|
h1, h2, h3 {
|
||||||
padding: 0;
|
margin: 0;
|
||||||
font-weight: normal;
|
padding: 0;
|
||||||
color: #000000;
|
font-weight: normal;
|
||||||
}
|
color: #000000;
|
||||||
|
}
|
||||||
h1 {
|
|
||||||
font-size: 2em;
|
h1 {
|
||||||
}
|
font-size: 2em;
|
||||||
|
}
|
||||||
h2 {
|
|
||||||
font-size: 2.4em;
|
h2 {
|
||||||
}
|
font-size: 2.4em;
|
||||||
|
}
|
||||||
h3 {
|
|
||||||
font-size: 1.6em;
|
h3 {
|
||||||
}
|
font-size: 1.6em;
|
||||||
|
}
|
||||||
p, ul, ol {
|
|
||||||
margin-top: 0;
|
p, ul, ol {
|
||||||
line-height: 180%;
|
margin-top: 0;
|
||||||
}
|
line-height: 180%;
|
||||||
|
}
|
||||||
ul, ol {
|
|
||||||
}
|
ul, ol {
|
||||||
|
}
|
||||||
a {
|
|
||||||
text-decoration: none;
|
a {
|
||||||
color: #7EAD01;
|
text-decoration: none;
|
||||||
}
|
color: #7EAD01;
|
||||||
|
}
|
||||||
a:hover {
|
|
||||||
}
|
a:hover {
|
||||||
|
}
|
||||||
#wrapper {
|
|
||||||
width: 100vw;
|
#wrapper {
|
||||||
margin: 0 auto;
|
width: 100vw;
|
||||||
padding: 0;
|
margin: 0 auto;
|
||||||
}
|
padding: 0;
|
||||||
|
}
|
||||||
/* Header */
|
|
||||||
|
/* Header */
|
||||||
#header {
|
|
||||||
clear: both;
|
#header {
|
||||||
width: 100vw;
|
clear: both;
|
||||||
height: 330px;
|
width: 100vw;
|
||||||
margin: 0 auto;
|
height: 330px;
|
||||||
padding: 0px;
|
margin: 0 auto;
|
||||||
background: url(banner.jpg) no-repeat left top;
|
padding: 0px;
|
||||||
background-size: cover;
|
background: url(banner.jpg) no-repeat left top;
|
||||||
}
|
background-size: cover;
|
||||||
|
}
|
||||||
/* Logo */
|
|
||||||
|
/* Logo */
|
||||||
#logo {
|
|
||||||
margin: 0;
|
#logo {
|
||||||
padding: 0px 0px 0px 60px;
|
margin: 0;
|
||||||
color: #000000;
|
padding: 0px 0px 0px 60px;
|
||||||
}
|
color: #000000;
|
||||||
|
}
|
||||||
#logo h1, #logo p {
|
|
||||||
margin: 0;
|
#logo h1, #logo p {
|
||||||
padding: 0;
|
margin: 0;
|
||||||
color: #ffffff;
|
padding: 0;
|
||||||
}
|
color: #ffffff;
|
||||||
|
}
|
||||||
#logo h1 {
|
|
||||||
padding-top: 160px;
|
#logo h1 {
|
||||||
letter-spacing: -1px;
|
padding-top: 160px;
|
||||||
font-size: 3.8em;
|
letter-spacing: -1px;
|
||||||
}
|
font-size: 3.8em;
|
||||||
|
}
|
||||||
#logo p {
|
|
||||||
margin: 0;
|
#logo p {
|
||||||
padding: 0px 0 0 10px;
|
margin: 0;
|
||||||
font: normal 14px Georgia, "Times New Roman", Times, serif;
|
padding: 0px 0 0 10px;
|
||||||
font-style: italic;
|
font: normal 14px Georgia, "Times New Roman", Times, serif;
|
||||||
color: #FFFFFF;
|
font-style: italic;
|
||||||
}
|
color: #FFFFFF;
|
||||||
|
}
|
||||||
#logo a {
|
|
||||||
border: none;
|
#logo a {
|
||||||
background: none;
|
border: none;
|
||||||
text-decoration: none;
|
background: none;
|
||||||
color: #FFFFFF;
|
text-decoration: none;
|
||||||
}
|
color: #FFFFFF;
|
||||||
|
}
|
||||||
|
|
||||||
/* Page */
|
|
||||||
|
/* Page */
|
||||||
#page {
|
|
||||||
width: 90vw;
|
#page {
|
||||||
margin: 0 auto;
|
width: 90vw;
|
||||||
padding: 0px 0px 0px 0px;
|
margin: 0 auto;
|
||||||
}
|
padding: 0px 0px 0px 0px;
|
||||||
|
}
|
||||||
#page-bgtop {
|
|
||||||
padding: 20px 0px;
|
#page-bgtop {
|
||||||
}
|
padding: 20px 0px;
|
||||||
|
}
|
||||||
#page-bgbtm {
|
|
||||||
}
|
#page-bgbtm {
|
||||||
|
}
|
||||||
/* Content */
|
|
||||||
|
/* Content */
|
||||||
#content {
|
|
||||||
width: 90vw;
|
#content {
|
||||||
padding: 30px 0px 0px 0px;
|
width: 90vw;
|
||||||
}
|
padding: 30px 0px 0px 0px;
|
||||||
|
}
|
||||||
.post {
|
|
||||||
margin-bottom: 15px;
|
.post {
|
||||||
border-top: lightgray dashed;
|
margin-bottom: 15px;
|
||||||
padding-top: 5px;
|
border-top: lightgray dashed;
|
||||||
}
|
padding-top: 5px;
|
||||||
|
}
|
||||||
.post-bgtop {
|
|
||||||
}
|
.post-bgtop {
|
||||||
|
}
|
||||||
.post-bgbtm {
|
|
||||||
}
|
.post-bgbtm {
|
||||||
|
}
|
||||||
.post .title {
|
|
||||||
height: 38px;
|
.post .title {
|
||||||
margin-bottom: 10px;
|
height: 38px;
|
||||||
padding: 12px 0 0 0px;
|
margin-bottom: 10px;
|
||||||
letter-spacing: -.5px;
|
padding: 12px 0 0 0px;
|
||||||
color: #000000;
|
letter-spacing: -.5px;
|
||||||
}
|
color: #000000;
|
||||||
|
}
|
||||||
.post .title a {
|
|
||||||
color: #000000;
|
.post .title a {
|
||||||
border: none;
|
color: #000000;
|
||||||
}
|
border: none;
|
||||||
|
}
|
||||||
.post .meta {
|
|
||||||
/* margin-bottom: 30px;*/
|
.post .meta {
|
||||||
padding: 5px 0px 15px 0px;
|
/* margin-bottom: 30px;*/
|
||||||
text-align: left;
|
padding: 5px 0px 15px 0px;
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
text-align: left;
|
||||||
font-size: 13px;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
font-weight: bold;
|
font-size: 13px;
|
||||||
}
|
font-weight: bold;
|
||||||
|
}
|
||||||
.post .meta .date {
|
|
||||||
float: left;
|
.post .meta .date {
|
||||||
}
|
float: left;
|
||||||
|
}
|
||||||
.post .meta .posted {
|
|
||||||
float: right;
|
.post .meta .posted {
|
||||||
}
|
float: right;
|
||||||
|
}
|
||||||
.post .meta a {
|
|
||||||
}
|
.post .meta a {
|
||||||
|
}
|
||||||
.post .entry {
|
|
||||||
padding: 0px 0px 20px 0px;
|
.post .entry {
|
||||||
padding-bottom: 20px;
|
padding: 0px 0px 20px 0px;
|
||||||
text-align: justify;
|
padding-bottom: 20px;
|
||||||
}
|
text-align: justify;
|
||||||
|
}
|
||||||
.links {
|
|
||||||
padding-top: 20px;
|
.links {
|
||||||
font-size: 12px;
|
padding-top: 20px;
|
||||||
font-weight: bold;
|
font-size: 12px;
|
||||||
}
|
font-weight: bold;
|
||||||
|
}
|
||||||
.center {
|
|
||||||
display: block;
|
.center {
|
||||||
text-align: center;
|
display: block;
|
||||||
}
|
text-align: center;
|
||||||
|
}
|
||||||
.post_image {
|
|
||||||
max-height: 95vh;
|
.post_image {
|
||||||
max-width: 90vw;
|
max-height: 95vh;
|
||||||
}
|
max-width: 90vw;
|
||||||
|
}
|
||||||
/* Footer */
|
|
||||||
|
/* Footer */
|
||||||
#footer {
|
|
||||||
height: 50px;
|
#footer {
|
||||||
margin: 0 auto;
|
height: 50px;
|
||||||
padding: 0px 0 15px 0;
|
margin: 0 auto;
|
||||||
background: #ECECEC;
|
padding: 0px 0 15px 0;
|
||||||
border-top: 1px solid #DEDEDE;
|
background: #ECECEC;
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
border-top: 1px solid #DEDEDE;
|
||||||
}
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
|
}
|
||||||
#footer p {
|
|
||||||
margin: 0;
|
#footer p {
|
||||||
padding-top: 20px;
|
margin: 0;
|
||||||
line-height: normal;
|
padding-top: 20px;
|
||||||
font-size: 9px;
|
line-height: normal;
|
||||||
text-transform: uppercase;
|
font-size: 9px;
|
||||||
text-align: center;
|
text-transform: uppercase;
|
||||||
color: #A0A0A0;
|
text-align: center;
|
||||||
}
|
color: #A0A0A0;
|
||||||
|
}
|
||||||
#footer a {
|
|
||||||
color: #8A8A8A;
|
#footer a {
|
||||||
}
|
color: #8A8A8A;
|
||||||
|
}
|
||||||
/* navi */
|
|
||||||
|
/* navi */
|
||||||
.navigation {
|
|
||||||
height: 20px;
|
.navigation {
|
||||||
margin-bottom: 5px;
|
height: 20px;
|
||||||
}
|
margin-bottom: 5px;
|
||||||
|
}
|
||||||
.navigation_button {
|
|
||||||
cursor: pointer;
|
.navigation_button {
|
||||||
box-shadow: 4px 4px 5px #888888;
|
cursor: pointer;
|
||||||
}
|
box-shadow: 4px 4px 5px #888888;
|
||||||
.navigation_button:hover {
|
}
|
||||||
cursor: pointer;
|
.navigation_button:hover {
|
||||||
box-shadow: 2px 2px 2px #888888;
|
cursor: pointer;
|
||||||
}
|
box-shadow: 2px 2px 2px #888888;
|
||||||
@media only screen and (max-width: 800px) {
|
}
|
||||||
.navigation_button {
|
@media only screen and (max-width: 800px) {
|
||||||
margin-top: 20px;
|
.navigation_button {
|
||||||
margin-bottom: 20px;
|
margin-top: 20px;
|
||||||
}
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
.float_up {
|
}
|
||||||
float: left;
|
.float_up {
|
||||||
}
|
float: left;
|
||||||
|
}
|
||||||
.float_down {
|
|
||||||
float: right;
|
.float_down {
|
||||||
}
|
float: right;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user