mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
LandingZero tweaks
This commit is contained in:
@@ -8,15 +8,15 @@
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
#layout-full, #layout-sidebar-right, #layout-sidebar-left {
|
#layout-full, #layout-sidebar-right, #layout-sidebar-left {
|
||||||
padding-top: 120px;
|
padding-top: 120px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (min-width: 992px) {
|
@media (min-width: 992px) {
|
||||||
#layout-full, #layout-sidebar-right, #layout-sidebar-left {
|
#layout-full, #layout-sidebar-right, #layout-sidebar-left { padding-top: 60px; }
|
||||||
padding-top: 60px;
|
#sidebar { margin-top:20px }
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
@@ -32,6 +32,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.panel {
|
.panel {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
@@ -85,10 +87,12 @@
|
|||||||
|
|
||||||
/* Extra small devices Phones (<768px) .col-xs */
|
/* Extra small devices Phones (<768px) .col-xs */
|
||||||
@media all and (max-width: 767px) {
|
@media all and (max-width: 767px) {
|
||||||
|
|
||||||
|
body { padding-top: 50px; }
|
||||||
.featurebox .carousel-indicators { top:10px; }
|
.featurebox .carousel-indicators { top:10px; }
|
||||||
.featurebox-item-image.pull-left, .featurebox-item-image.pull-right { margin-top: 30px; }
|
.featurebox-item-image.pull-left, .featurebox-item-image.pull-right { margin-top: 30px; }
|
||||||
.news-images-main { padding-left: 0; padding-bottom:15px; padding-right:0}
|
.news-images-main { padding-left: 0; padding-bottom:15px; padding-right:0}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Small devices Tablets .col-sm */
|
/* Small devices Tablets .col-sm */
|
||||||
@@ -99,13 +103,15 @@
|
|||||||
/* Medium devices Desktops (≥992px) .col-md */
|
/* Medium devices Desktops (≥992px) .col-md */
|
||||||
@media all and (min-width: 992px) and (max-width: 1199px) {
|
@media all and (min-width: 992px) and (max-width: 1199px) {
|
||||||
.news-images-main { padding-left: 0; padding-bottom:5px}
|
.news-images-main { padding-left: 0; padding-bottom:5px}
|
||||||
|
section.news-view-item { padding-top: 0; }
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Large devices (large desktops, 1200px and up).col-lg */
|
/* Large devices (large desktops, 1200px and up).col-lg */
|
||||||
@media all and (min-width: 1200px) {
|
@media all and (min-width: 1200px) {
|
||||||
|
|
||||||
.news-images-main { padding-left: 0; padding-bottom:5px}
|
.news-images-main { padding-left: 0; padding-bottom:5px}
|
||||||
|
section.news-view-item { padding-top: 0; }
|
||||||
|
h3.post-title { margin-top:5px }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -314,3 +320,19 @@ padding-right: 3px;
|
|||||||
background-color: #9c27c1;
|
background-color: #9c27c1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#layout-sidebar-right .navbar-default, #layout-full .navbar-default {
|
||||||
|
|
||||||
|
border-color: rgba(34,34,34,.05);
|
||||||
|
background-color: #222;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-default.affix .navbar-header .navbar-brand {
|
||||||
|
font-size: 18px;
|
||||||
|
color: inherit;
|
||||||
|
letter-spacing: 0;
|
||||||
|
text-shadow: none;
|
||||||
|
/* padding: inherit;*/
|
||||||
|
|
||||||
|
}
|
@@ -82,7 +82,7 @@ $NEWS_TEMPLATE['default']['item'] = '
|
|||||||
|
|
||||||
|
|
||||||
$NEWS_WRAPPER['default']['item']['NEWSIMAGE: item=1'] = ' ';
|
$NEWS_WRAPPER['default']['item']['NEWSIMAGE: item=1'] = ' ';
|
||||||
|
$NEWS_TEMPLATE['default']['caption'] = '<!-- -->'; // trick to enable tablerender and display an empty row. .
|
||||||
$NEWS_TEMPLATE['default']['item'] = '
|
$NEWS_TEMPLATE['default']['item'] = '
|
||||||
{SETIMAGE: w=600&h=600}
|
{SETIMAGE: w=600&h=600}
|
||||||
<article class="post animated fadeInLeft animation-delay-8">
|
<article class="post animated fadeInLeft animation-delay-8">
|
||||||
@@ -125,7 +125,7 @@ $NEWS_WRAPPER['view']['item']['NEWSIMAGE: item=1'] = '<span class="news-images-m
|
|||||||
|
|
||||||
$NEWS_TEMPLATE['view']['item'] = '
|
$NEWS_TEMPLATE['view']['item'] = '
|
||||||
{SETIMAGE: w=900&h=600}
|
{SETIMAGE: w=900&h=600}
|
||||||
<section>
|
<section class="news-view-item">
|
||||||
<h2 class="post-title">{NEWSTITLELINK}</h2> {TAGS}
|
<h2 class="post-title">{NEWSTITLELINK}</h2> {TAGS}
|
||||||
<img src="{NEWSIMAGE: type=src&item=1}" class="img-responsive imageborder" alt="{NEWSTITLE}">
|
<img src="{NEWSIMAGE: type=src&item=1}" class="img-responsive imageborder" alt="{NEWSTITLE}">
|
||||||
<hr class="news-heading-sep">
|
<hr class="news-heading-sep">
|
||||||
|
Reference in New Issue
Block a user