|
@@ -149,9 +149,12 @@ input,button,select,textarea {
|
|
|
.right {
|
|
|
text-align: right;
|
|
|
}
|
|
|
+em {
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
h1.super {
|
|
|
margin: 40px 0 0;
|
|
|
- font-size: 39px;
|
|
|
+ font-size: 43px;
|
|
|
font-weight: bold;
|
|
|
letter-spacing: -2px;
|
|
|
}
|
|
@@ -494,6 +497,10 @@ h1.super {
|
|
|
box-shadow:none;
|
|
|
background-color: transparent !important;
|
|
|
}
|
|
|
+.terminal {
|
|
|
+ margin-top:30px;
|
|
|
+}
|
|
|
+
|
|
|
.terminal .modal-content {
|
|
|
margin: 0 0 100px;
|
|
|
border: none;
|
|
@@ -543,21 +550,12 @@ h1.super {
|
|
|
background: -o-linear-gradient(top, #355069 0, #5e7a9b 100%);
|
|
|
background: linear-gradient(top, #355069 0, #5e7a9b 100%);
|
|
|
}
|
|
|
-.postss:before {
|
|
|
- content: "";
|
|
|
- position: absolute;
|
|
|
- background: url(img/desk.jpg) repeat;
|
|
|
- background-size: cover;
|
|
|
- z-index: -1;
|
|
|
- height: 100%; width: 100%;
|
|
|
- filter: blur(5px);
|
|
|
- -webkit-filter: blur(5px);
|
|
|
- -moz-filter: blur(5px);
|
|
|
- -o-filter: blur(5px);
|
|
|
- -ms-filter: blur(5px);
|
|
|
+.about {
|
|
|
+ padding: 30px 0;
|
|
|
}
|
|
|
|
|
|
.carousel-fade .carousel-inner .item {
|
|
|
+ left: 0 !important;
|
|
|
opacity: 0;
|
|
|
-webkit-transition-property: opacity;
|
|
|
-moz-transition-property: opacity;
|
|
@@ -634,8 +632,8 @@ h1.super {
|
|
|
position: fixed;
|
|
|
right: 0;
|
|
|
top: 0;
|
|
|
- min-width: 100%;
|
|
|
- min-height: 100%;
|
|
|
+ min-width: 101%;
|
|
|
+ min-height: 101%;
|
|
|
width: auto;
|
|
|
height: auto;
|
|
|
z-index: -100;
|
|
@@ -856,7 +854,7 @@ img.dw {
|
|
|
color: #1d8;
|
|
|
}
|
|
|
.leader {
|
|
|
- padding: 80px 0 0;
|
|
|
+ padding: 90px 0 0;
|
|
|
}
|
|
|
.dark {
|
|
|
background: #222;
|
|
@@ -885,7 +883,7 @@ article h2 {
|
|
|
}
|
|
|
article.single {
|
|
|
background: #fff;
|
|
|
- padding: 70px 60px;
|
|
|
+ padding: 70px 100px 140px;
|
|
|
}
|
|
|
article.home {
|
|
|
background: rgba(255, 255, 255, 0.9);
|
|
@@ -898,7 +896,9 @@ article.home {
|
|
|
article p {
|
|
|
text-indent: 12px;
|
|
|
}
|
|
|
-
|
|
|
+p.nobreak {
|
|
|
+ margin: 0 0 10px !important;
|
|
|
+}
|
|
|
|
|
|
/*===== Footer =====*/
|
|
|
p.cc {
|
|
@@ -931,7 +931,9 @@ span.right {
|
|
|
.checkbox-field input {
|
|
|
margin-right: 10px;
|
|
|
}
|
|
|
-
|
|
|
+.entry-content ul {
|
|
|
+ margin: 10px 20px;
|
|
|
+}
|
|
|
|
|
|
|
|
|
/*===== Wordpress =====*/
|
|
@@ -1002,7 +1004,7 @@ span.right {
|
|
|
#content h6 {
|
|
|
color: #000;
|
|
|
line-height: 1.5em;
|
|
|
- margin: 0 0 20px 0;
|
|
|
+ margin: 0 0 16px 0;
|
|
|
}
|
|
|
#content table {
|
|
|
border: 1px solid #e7e7e7;
|
|
@@ -1084,7 +1086,7 @@ span.right {
|
|
|
}
|
|
|
#content .entry-title {
|
|
|
color: #000;
|
|
|
- font-size: 24px;
|
|
|
+ font-size: 26px;
|
|
|
line-height: 1.3em;
|
|
|
margin-bottom: 20px;
|
|
|
}
|
|
@@ -1131,7 +1133,7 @@ h2.entry-title {
|
|
|
font: 14px "Courier New", Courier, mono;
|
|
|
}
|
|
|
.signature {
|
|
|
- font: 16px "Courier New", Courier, mono;
|
|
|
+
|
|
|
float: right;
|
|
|
margin: 10px 150px 40px 0px;
|
|
|
}
|
|
@@ -1266,6 +1268,12 @@ body.page .edit-link {
|
|
|
color: #777;
|
|
|
font: 14px/18px "Courier New", Courier, mono;
|
|
|
}
|
|
|
+.front-date {
|
|
|
+ float: right;
|
|
|
+ margin: 0px 0 0px 40px;
|
|
|
+ color: #777;
|
|
|
+ font: 14px/18px "Courier New", Courier, mono;
|
|
|
+}
|
|
|
|
|
|
|
|
|
/*============================================
|