|
@@ -28,6 +28,13 @@ a:focus {outline:thin dotted;}
|
|
|
a img {border: 0;}
|
|
|
.clear {clear: both;}
|
|
|
|
|
|
+
|
|
|
+/*===== Body =====*/
|
|
|
+
|
|
|
+body { background: rgba(242,242,242,.7) }
|
|
|
+body,input,textarea {color: #666;font-size: 12px;line-height: 18px;}
|
|
|
+
|
|
|
+
|
|
|
/*====== Type ======*/
|
|
|
|
|
|
body {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;font-size: 14px;line-height: 1.42857143;}
|
|
@@ -35,142 +42,23 @@ input,button,select,textarea {font-family: inherit;font-size: inherit;line-heigh
|
|
|
.glyphicon {
|
|
|
font-size: 16px;
|
|
|
}
|
|
|
-
|
|
|
+.container {
|
|
|
+ background: #fff;
|
|
|
+}
|
|
|
|
|
|
/*===== Structure =====*/
|
|
|
|
|
|
-.wrap {
|
|
|
- margin: 0 auto;
|
|
|
- width: 100%;
|
|
|
- background: #fff;
|
|
|
-}
|
|
|
-
|
|
|
|
|
|
/*===== Layouts =====*/
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
-/*===== Body =====*/
|
|
|
-
|
|
|
-body { background: rgba(242,242,242,.7) }
|
|
|
-body,input,textarea {color: #666;font-size: 12px;line-height: 18px;}
|
|
|
-hr {background-color: #e7e7e7;border: 0;clear: both;height: 1px;margin-bottom: 18px;}
|
|
|
-p {
|
|
|
- margin-bottom: 18px;
|
|
|
- text-indent : 35px;
|
|
|
-}
|
|
|
- p.noindent {
|
|
|
- margin-bottom: 10px;
|
|
|
- text-indent : 0px;
|
|
|
-}
|
|
|
-ul {
|
|
|
- list-style: square;
|
|
|
- margin: 0 0 18px 1.5em;
|
|
|
-}
|
|
|
-ol {
|
|
|
- list-style: decimal;
|
|
|
- margin: 0 0 18px 1.5em;
|
|
|
-}
|
|
|
-ol ol {
|
|
|
- list-style: upper-alpha;
|
|
|
-}
|
|
|
-ol ol ol {
|
|
|
- list-style: lower-roman;
|
|
|
-}
|
|
|
-ol ol ol ol {
|
|
|
- list-style: lower-alpha;
|
|
|
-}
|
|
|
-ul ul,
|
|
|
-ol ol,
|
|
|
-ul ol,
|
|
|
-ol ul {
|
|
|
- margin-bottom: 0;
|
|
|
-}
|
|
|
-dl {
|
|
|
- margin: 0 0 24px 0;
|
|
|
-}
|
|
|
-dt {
|
|
|
- font-weight: bold;
|
|
|
-}
|
|
|
-dd {
|
|
|
- margin-bottom: 18px;
|
|
|
-}
|
|
|
-strong {
|
|
|
- font-weight: bold;
|
|
|
-}
|
|
|
-cite,
|
|
|
-em,
|
|
|
-i {
|
|
|
- font-style: italic;
|
|
|
-}
|
|
|
-big {
|
|
|
- font-size: 131.25%;
|
|
|
-}
|
|
|
-ins {
|
|
|
- background: #ffc;
|
|
|
- text-decoration: none;
|
|
|
-}
|
|
|
-blockquote {
|
|
|
- font-style: italic;
|
|
|
- padding: 0 3em;
|
|
|
-}
|
|
|
-blockquote cite,
|
|
|
-blockquote em,
|
|
|
-blockquote i {
|
|
|
- font-style: normal;
|
|
|
-}
|
|
|
-pre {
|
|
|
- background: #f7f7f7;
|
|
|
- color: #222;
|
|
|
- line-height: 18px;
|
|
|
- margin-bottom: 18px;
|
|
|
- padding: 1.5em;
|
|
|
-}
|
|
|
-abbr,acronym {
|
|
|
-border-bottom: 1px dotted #666;
|
|
|
- cursor: help;
|
|
|
-}
|
|
|
-sup,
|
|
|
-sub {
|
|
|
- height: 0;
|
|
|
- line-height: 1;
|
|
|
- position: relative;
|
|
|
- vertical-align: baseline;
|
|
|
-}
|
|
|
-sup {
|
|
|
- bottom: 1ex;
|
|
|
-}
|
|
|
-sub {
|
|
|
- top: .5ex;
|
|
|
-}
|
|
|
-input[type="text"],
|
|
|
-textarea {
|
|
|
- background: #f9f9f9;
|
|
|
- border: 1px solid #ccc;
|
|
|
- box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
|
|
|
- -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
|
|
|
- -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
|
|
|
- padding: 2px;
|
|
|
-}
|
|
|
-a:link {
|
|
|
- color: #251a86;
|
|
|
- text-decoration: none;
|
|
|
-}
|
|
|
-a:visited {
|
|
|
- color: #251a86;
|
|
|
- text-decoration: none;
|
|
|
-}
|
|
|
-a:active, a:hover { color: #757576; text-decoration: none;}
|
|
|
-
|
|
|
-
|
|
|
/*===== Header =====*/
|
|
|
|
|
|
-#header {
|
|
|
- padding: 50px 0 0 0;
|
|
|
-}
|
|
|
+
|
|
|
.site-title {
|
|
|
- float: left;
|
|
|
+ float: right;
|
|
|
+ padding: 15px 0;
|
|
|
font: 21px/27px "Courier New", Courier, mono;
|
|
|
}
|
|
|
.site-title a {
|
|
@@ -196,17 +84,6 @@ img.dw {
|
|
|
background-color: rgba(237, 237, 237, 0.7);
|
|
|
}
|
|
|
|
|
|
-.navbar-center
|
|
|
-{
|
|
|
- position: absolute;
|
|
|
- width: 100%;
|
|
|
- left: 0;
|
|
|
- top: 0;
|
|
|
- text-align: center;
|
|
|
- margin: auto;
|
|
|
- height:100%;
|
|
|
-}
|
|
|
-
|
|
|
.navbar {
|
|
|
-webkit-transition: background-color 0.3s;
|
|
|
-moz-transition: background-color 0.3s;
|
|
@@ -221,8 +98,8 @@ img.dw {
|
|
|
}
|
|
|
.navbar.fixed {
|
|
|
position: fixed;
|
|
|
- top: -61px;
|
|
|
- background-color: rgba(255, 255, 255, 0.7);
|
|
|
+ top: -80px;
|
|
|
+ background-color: rgba(237, 237, 237, 0.7);
|
|
|
border-bottom: 1px solid #f2f2f2;
|
|
|
-webkit-transition: -webkit-transform 0.3s;
|
|
|
-moz-transition: -moz-transform 0.3s;
|
|
@@ -238,7 +115,7 @@ img.dw {
|
|
|
|
|
|
.navmenu,
|
|
|
.navbar-offcanvas {
|
|
|
- width: 200px;
|
|
|
+ width: 120px;
|
|
|
height: auto;
|
|
|
border-style: solid;
|
|
|
border-width: 1px;
|
|
@@ -269,10 +146,9 @@ img.dw {
|
|
|
|
|
|
.nav-toggle {
|
|
|
padding: 15px 0;
|
|
|
- padding: 10px 35px 16px 0px;
|
|
|
- float: right;
|
|
|
- left: 10px;
|
|
|
- top: 20px;
|
|
|
+ padding: 10px 35px 16px 0px;
|
|
|
+ left: 15px;
|
|
|
+ top: 25px;
|
|
|
cursor: pointer;
|
|
|
position: absolute;
|
|
|
}
|
|
@@ -318,6 +194,7 @@ img.dw {
|
|
|
|
|
|
#content {
|
|
|
margin-bottom: 36px;
|
|
|
+ margin-top: 100px;
|
|
|
}
|
|
|
#content,
|
|
|
#content input,
|
|
@@ -1106,3 +983,26 @@ p.cc {
|
|
|
span.quiet {
|
|
|
display: none;
|
|
|
}
|
|
|
+
|
|
|
+
|
|
|
+/*====== Grid =====*/
|
|
|
+/* Containers {768|750 992|970 1200|1170}*/
|
|
|
+
|
|
|
+@media (min-width: 768px) {
|
|
|
+ .site-title {
|
|
|
+ font-size: 25px;
|
|
|
+ font-family:"Courier New", Courier, mono;
|
|
|
+ padding: 15px 15px;
|
|
|
+ }
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+@media (min-width: 992px) {
|
|
|
+
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+@media (min-width: 1200px) {
|
|
|
+
|
|
|
+
|
|
|
+}
|