|
|
@@ -0,0 +1,328 @@
|
|
|
+html {
|
|
|
+ height: 100%;
|
|
|
+ min-height: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+body {
|
|
|
+ min-height: 100%;
|
|
|
+ font-family: 'Oswald', sans-serif;
|
|
|
+ background: url('http://yakidoo.de/wp-content/uploads/2013/11/6cba2e656b13953e1ff56b93134683cc.jpg') no-repeat center center fixed;
|
|
|
+ -webkit-background-size: cover;
|
|
|
+ -moz-background-size: cover;
|
|
|
+ -o-background-size: cover;
|
|
|
+ background-size: cover;
|
|
|
+}
|
|
|
+
|
|
|
+#header {
|
|
|
+ height: auto;
|
|
|
+ background-color: white;
|
|
|
+ font-family: 'Neuropolitical', sans-serif;
|
|
|
+}
|
|
|
+
|
|
|
+#headertext {
|
|
|
+ margin: 0;
|
|
|
+ font-size: 350%;
|
|
|
+ margin-right: 5px;
|
|
|
+}
|
|
|
+
|
|
|
+.container {
|
|
|
+/*-webkit-box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 10px 0px 30px 0px rgba(0, 0, 0, 0.15), -10px 0px 30px 0px rgba(0, 0, 0, 0.15);
|
|
|
+-moz-box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 10px 0px 30px 0px rgba(0, 0, 0, 0.15), -10px 0px 30px 0px rgba(0, 0, 0, 0.15);
|
|
|
+box-shadow: 9px 0px 9px gray;*/
|
|
|
+}
|
|
|
+
|
|
|
+#nav {
|
|
|
+ background: white;
|
|
|
+}
|
|
|
+
|
|
|
+#main-nav {
|
|
|
+ list-style-type: none;
|
|
|
+ background-color: #2D2D2D;
|
|
|
+ margin-left: 0;
|
|
|
+ margin-bottom: 0;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
+#main-nav>li {
|
|
|
+ padding: 15px;
|
|
|
+}
|
|
|
+
|
|
|
+#main-nav>li:hover {
|
|
|
+ background-color: #808080!important;
|
|
|
+}
|
|
|
+
|
|
|
+#main-nav>li>a {
|
|
|
+ color: white;
|
|
|
+ font-size: 20px;
|
|
|
+ font-weight: 700;
|
|
|
+ text-transform: uppercase;
|
|
|
+}
|
|
|
+
|
|
|
+#main-nav>li>a:hover {
|
|
|
+ text-decoration: none;
|
|
|
+}
|
|
|
+
|
|
|
+#sub-menu {
|
|
|
+ background-color: #e2e2e2;
|
|
|
+ text-transform: uppercase;
|
|
|
+ font-size: 15px;
|
|
|
+ color: gray;
|
|
|
+ height: 100%;
|
|
|
+ padding: 5px;
|
|
|
+ font-weight: 200;
|
|
|
+}
|
|
|
+
|
|
|
+#sub-menu > #breaking > span {
|
|
|
+ float: left;
|
|
|
+}
|
|
|
+
|
|
|
+#breaking > ul {
|
|
|
+ list-style-type: none;
|
|
|
+ overflow: hidden;
|
|
|
+ padding-left: 2px;
|
|
|
+ margin: 0px;
|
|
|
+}
|
|
|
+
|
|
|
+#breaking {
|
|
|
+ width: 30%;
|
|
|
+ padding: 0 10px;
|
|
|
+}
|
|
|
+
|
|
|
+#breaking a {
|
|
|
+ color: inherit;
|
|
|
+}
|
|
|
+
|
|
|
+#sub-menu-menu > ul {
|
|
|
+ list-style-type: none;
|
|
|
+ margin: 0px;
|
|
|
+}
|
|
|
+
|
|
|
+#sub-menu-menu > ul li {
|
|
|
+ display: inline;
|
|
|
+ padding: 5px 10px;
|
|
|
+}
|
|
|
+
|
|
|
+#sub-menu-menu > ul li:hover {
|
|
|
+ background: #2D2D2D none repeat scroll 0% 0%;
|
|
|
+ border-top: 1px solid yellow;
|
|
|
+}
|
|
|
+
|
|
|
+#sub-menu-menu a {
|
|
|
+ color: #999;
|
|
|
+}
|
|
|
+
|
|
|
+#sub-menu-menu a:hover {
|
|
|
+ color: #F5F5F5;
|
|
|
+ text-decoration: none !important;
|
|
|
+}
|
|
|
+
|
|
|
+#wrapper {
|
|
|
+ background-color: white;
|
|
|
+}
|
|
|
+
|
|
|
+#content {
|
|
|
+ margin: 30px;
|
|
|
+}
|
|
|
+
|
|
|
+.row {
|
|
|
+ padding-top: 30px; /* 10px */
|
|
|
+}
|
|
|
+
|
|
|
+.img-responsive {
|
|
|
+ opacity: 0.8;
|
|
|
+}
|
|
|
+
|
|
|
+.image-wrapper {
|
|
|
+ background: #808080;
|
|
|
+ overflow: hidden;
|
|
|
+}
|
|
|
+
|
|
|
+/*.image-wrapper img {
|
|
|
+ width: 300px;
|
|
|
+ height: 200px;
|
|
|
+}*/
|
|
|
+
|
|
|
+.post-image .image-wrapper img:hover {
|
|
|
+ opacity: 0.6;
|
|
|
+ transition: all 0.5s ease 0s;
|
|
|
+}
|
|
|
+
|
|
|
+.post {
|
|
|
+ background: #f2f2f2;
|
|
|
+ margin-bottom: 30px;
|
|
|
+ width: auto;
|
|
|
+ /*height: 200px;*/
|
|
|
+}
|
|
|
+
|
|
|
+.post-content {
|
|
|
+ padding: 10px 20px 10px 10px;
|
|
|
+ width: 55.1%;
|
|
|
+}
|
|
|
+
|
|
|
+.post-image {
|
|
|
+ width: 43.4%;
|
|
|
+ margin: 0 1% 0 0;
|
|
|
+}
|
|
|
+
|
|
|
+.zoom-image {
|
|
|
+ -webkit-transform: scale(1,1);
|
|
|
+ -webkit-transition-timing-function: ease-out;
|
|
|
+ -webkit-transition-duration: 500ms;
|
|
|
+ -moz-transform: scale(1,1);
|
|
|
+ -moz-transition-timing-function: ease-out;
|
|
|
+ -moz-transition-duration: 500ms;
|
|
|
+ transform: scale(1,1);
|
|
|
+ transition-timing-function: ease-out;
|
|
|
+ transition-duration: 500ms;
|
|
|
+}
|
|
|
+
|
|
|
+.zoom-image:hover {
|
|
|
+ -webkit-transform: scale(1.1,1.1);
|
|
|
+ -webkit-transition-timing-function: ease-out;
|
|
|
+ -webkit-transition-duration: 500ms;
|
|
|
+ -moz-transform: scale(1.1,1.1);
|
|
|
+ -moz-transition-timing-function: ease-out;
|
|
|
+ -moz-transition-duration: 500ms;
|
|
|
+ transform: scale(1.1,1.1);
|
|
|
+ transition-timing-function: ease-out;
|
|
|
+ transition-duration: 500ms;
|
|
|
+}
|
|
|
+
|
|
|
+.post-title {
|
|
|
+ font-size: 20px;
|
|
|
+ font-weight: 700;
|
|
|
+ margin-top: 0px;
|
|
|
+}
|
|
|
+
|
|
|
+.post-title a {
|
|
|
+ color: inherit;
|
|
|
+}
|
|
|
+
|
|
|
+.post-meta {
|
|
|
+ font-size: 12px;
|
|
|
+}
|
|
|
+
|
|
|
+.post-meta span {
|
|
|
+ margin-right: 5px;
|
|
|
+}
|
|
|
+
|
|
|
+.post-author {
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.post-author > i, .post-date > i, .post-categories > i {
|
|
|
+ margin-right: 7px;
|
|
|
+}
|
|
|
+
|
|
|
+.post-categories {
|
|
|
+ text-transform: uppercase;
|
|
|
+}
|
|
|
+
|
|
|
+.post-categories a {
|
|
|
+ color: inherit;
|
|
|
+}
|
|
|
+
|
|
|
+.post-excerpt {
|
|
|
+ margin-top: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.widget {
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+.widget-title {
|
|
|
+ margin: 0;
|
|
|
+ margin-bottom: 15px;
|
|
|
+ padding: 10px;
|
|
|
+ text-align: center;
|
|
|
+ background: #f2f2f2;
|
|
|
+}
|
|
|
+
|
|
|
+.social-widget img {
|
|
|
+ max-width: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+footer {
|
|
|
+ border-top: 20px solid #333333;
|
|
|
+ color: #f2f2f2;
|
|
|
+ border-bottom: 15px solid #FFFFFF;
|
|
|
+}
|
|
|
+
|
|
|
+.footer-wrapper {
|
|
|
+ background: #272727;
|
|
|
+ padding: 10px 0px;
|
|
|
+}
|
|
|
+
|
|
|
+.footer-title {
|
|
|
+ padding: 15px;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
+.footer-title > span {
|
|
|
+ border-bottom: 3px solid #333333;
|
|
|
+ text-align: center;
|
|
|
+ text-transform: uppercase;
|
|
|
+}
|
|
|
+
|
|
|
+#recent-posts > ul {
|
|
|
+ list-style-type: none;
|
|
|
+}
|
|
|
+
|
|
|
+.recent-posts-thumb {
|
|
|
+ width: 30%;
|
|
|
+}
|
|
|
+
|
|
|
+.recent-posts-thumb img {
|
|
|
+ background: #808080;
|
|
|
+}
|
|
|
+
|
|
|
+.recent-posts-teaser {
|
|
|
+ width: 70%;
|
|
|
+}
|
|
|
+
|
|
|
+.recent-posts-teaser div {
|
|
|
+ font-size: 11px;
|
|
|
+}
|
|
|
+
|
|
|
+#featured-wrapper .image-wrapper {
|
|
|
+ background: #000000;
|
|
|
+}
|
|
|
+
|
|
|
+#featured-wrapper img {
|
|
|
+ opacity: 0.6;
|
|
|
+}
|
|
|
+
|
|
|
+#featured-wrapper img:hover {
|
|
|
+ opacity: 0.5;
|
|
|
+}
|
|
|
+
|
|
|
+/*#featured-wrapper .row:first-of-type {
|
|
|
+ padding-top: 5px;
|
|
|
+}*/
|
|
|
+
|
|
|
+.featured-meta {
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ bottom: 0;
|
|
|
+ width: 100%;
|
|
|
+ color: #FFFFFF;
|
|
|
+ text-transform: uppercase;
|
|
|
+ text-align: center;
|
|
|
+ margin-bottom: 15px;
|
|
|
+}
|
|
|
+
|
|
|
+.featured-meta h3, .featured-meta h4 {
|
|
|
+ font-weight: 700;
|
|
|
+ letter-spacing: 2px;
|
|
|
+ line-height: 1.7;
|
|
|
+ margin-bottom: 15px;
|
|
|
+}
|
|
|
+
|
|
|
+.featured-meta h3 a, .featured-meta h4 a {
|
|
|
+ border-bottom: 2px solid #FFF;
|
|
|
+ color: inherit;
|
|
|
+}
|
|
|
+
|
|
|
+.featured-meta h3 a:hover, .featured-meta h4 a:hover {
|
|
|
+ text-decoration: none;
|
|
|
+}
|