1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

LandingZero tweaks

This commit is contained in:
Cameron 2018-02-03 10:34:39 -08:00
parent 83622aece3
commit 3b909bd4f5
2 changed files with 30 additions and 8 deletions

View File

@ -8,15 +8,15 @@
background-color: transparent;
}
@media (min-width: 768px) {
#layout-full, #layout-sidebar-right, #layout-sidebar-left {
padding-top: 120px;
padding-top: 120px;
}
}
@media (min-width: 992px) {
#layout-full, #layout-sidebar-right, #layout-sidebar-left {
padding-top: 60px;
}
#layout-full, #layout-sidebar-right, #layout-sidebar-left { padding-top: 60px; }
#sidebar { margin-top:20px }
}
.dropdown-menu {
@ -32,6 +32,8 @@
}
.panel {
background-color: transparent;
}
@ -85,10 +87,12 @@
/* Extra small devices Phones (<768px) .col-xs */
@media all and (max-width: 767px) {
body { padding-top: 50px; }
.featurebox .carousel-indicators { top:10px; }
.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}
}
/* Small devices Tablets .col-sm */
@ -99,13 +103,15 @@
/* Medium devices Desktops (≥992px) .col-md */
@media all and (min-width: 992px) and (max-width: 1199px) {
.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 */
@media all and (min-width: 1200px) {
.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;
}
#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;*/
}

View File

@ -82,7 +82,7 @@ $NEWS_TEMPLATE['default']['item'] = '
$NEWS_WRAPPER['default']['item']['NEWSIMAGE: item=1'] = ' ';
$NEWS_TEMPLATE['default']['caption'] = '<!-- -->'; // trick to enable tablerender and display an empty row. .
$NEWS_TEMPLATE['default']['item'] = '
{SETIMAGE: w=600&h=600}
<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'] = '
{SETIMAGE: w=900&h=600}
<section>
<section class="news-view-item">
<h2 class="post-title">{NEWSTITLELINK}</h2> {TAGS}
<img src="{NEWSIMAGE: type=src&item=1}" class="img-responsive imageborder" alt="{NEWSTITLE}">
<hr class="news-heading-sep">