1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-15 17:44:43 +02:00

kss - Landings and porfolio

This commit is contained in:
Luis Sacristán
2017-09-03 19:30:05 +02:00
parent d0f59c1d84
commit e9d9bf973d
4 changed files with 23 additions and 40 deletions

View File

@@ -93,3 +93,14 @@
} }
} }
} }
.chapter {
display: inline-block;
font-size: 1.8rem;
line-height: 3.2rem;
padding-right: .8rem;
}
.toc-page {
float: right;
}

View File

@@ -1,7 +1,7 @@
/*! /*!
* Name: WebSlides * Name: WebSlides
* Version: 1.3.1 * Version: 1.3.1
* Date: 2017-09-17 * Date: 2017-10-09
* Description: Making HTML presentations easy * Description: Making HTML presentations easy
* URL: https://github.com/webslides/webslides#readme * URL: https://github.com/webslides/webslides#readme
* Credits: @jlantunez, @LuisSacristan, @Belelros * Credits: @jlantunez, @LuisSacristan, @Belelros
@@ -1620,10 +1620,6 @@ a#previous {
#counter { #counter {
display: none; } } display: none; } }
/*===============================================================
6. Magic blocks with flexbox (Auto-fill & Equal Height)
Blocks Links li>a = .flexblock.blink (.blink required)
================================================================= */
.flexblock { .flexblock {
clear: both; clear: both;
display: -webkit-box; display: -webkit-box;
@@ -1709,9 +1705,6 @@ footer .column h3 {
.content-left .flexblock.features li { .content-left .flexblock.features li {
width: 46%; } width: 46%; }
/*====================================================================
6.1 Features <ul class="flexblock features">
====================================================================== */
.flexblock.features > li { .flexblock.features > li {
border-radius: .4rem; border-radius: .4rem;
margin-bottom: 4.8rem; margin-bottom: 4.8rem;
@@ -1764,9 +1757,6 @@ footer .column h3 {
footer .flexblock.features > li { footer .flexblock.features > li {
margin-bottom: 0; } } margin-bottom: 0; } }
/*=====================================================================
6.2 Clients Logos <ul class="flexblock clients">
======================================================================= */
.flexblock.clients.blink li > a, .flexblock.clients.blink li > a,
.flexblock.clients li { .flexblock.clients li {
padding: 0; } padding: 0; }
@@ -1797,10 +1787,6 @@ footer .column h3 {
.clients li:hover { .clients li:hover {
z-index: 1; } z-index: 1; }
/*==================================================
6.3 flexblock.steps <ul class="flexblock steps">
About, Philosophy...
=================================================== */
.steps li { .steps li {
width: 100%; } width: 100%; }
.steps li img, .steps li img,
@@ -1825,9 +1811,6 @@ About, Philosophy...
top: 60px; top: 60px;
width: 0; } } width: 0; } }
/*=================================================
6.4 Block Numbers - <ul class="flexblock metrics">
=================================================== */
.metrics li { .metrics li {
text-align: center; text-align: center;
width: 100%; } width: 100%; }
@@ -1851,9 +1834,6 @@ About, Philosophy...
.card-50 .metrics li { .card-50 .metrics li {
width: 50%; } width: 50%; }
/*=====================================================
6.5 Specs/Items: <ul class="flexblock specs">
======================================================= */
.specs li { .specs li {
text-align: left; text-align: left;
width: 100%; } width: 100%; }
@@ -1885,10 +1865,6 @@ About, Philosophy...
float: left; float: left;
margin-right: 2.4rem; } } margin-right: 2.4rem; } }
/*=================================================
6.6 Reasons/Why/Numbers (counter-increment)
<ul class="flexblock reasons">
=================================================== */
.flexblock.reasons li { .flexblock.reasons li {
counter-increment: list; counter-increment: list;
text-align: left; text-align: left;
@@ -1915,11 +1891,6 @@ About, Philosophy...
left: 2.4rem; left: 2.4rem;
position: absolute; } } position: absolute; } }
/*=================================================
6.7 Gallery - <ul class="flexblock gallery">
Block Thumbnails li+.overlay+image
img size recommended:800x600px
=================================================== */
.flexblock.gallery li { .flexblock.gallery li {
margin-bottom: 4.8rem; } margin-bottom: 4.8rem; }
.flexblock.gallery li:nth-child(n+4) { .flexblock.gallery li:nth-child(n+4) {
@@ -2038,9 +2009,6 @@ li .overlay h2 {
li:hover .overlay { li:hover .overlay {
cursor: pointer; } cursor: pointer; }
/*===============================================
6.8 Plans / Pricing <ul class="flexblock plans">
================================================= */
.flexblock.plans > li { .flexblock.plans > li {
border-radius: 3px; border-radius: 3px;
margin-bottom: 4.8rem; margin-bottom: 4.8rem;
@@ -2105,10 +2073,6 @@ li:hover .overlay {
transform: scale(1); transform: scale(1);
z-index: 1; } } z-index: 1; } }
/*===========================================
6.9 Block Activity <ul class="activity">
CV / News
============================================= */
.flexblock.activity { .flexblock.activity {
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
-webkit-box-direction: normal; -webkit-box-direction: normal;
@@ -2348,6 +2312,15 @@ CV / News
.toc li a:hover .toc-page:before { .toc li a:hover .toc-page:before {
border-bottom-width: 2px; } border-bottom-width: 2px; }
.chapter {
display: inline-block;
font-size: 1.8rem;
line-height: 3.2rem;
padding-right: .8rem; }
.toc-page {
float: right; }
[class*='card-'], [class*='card-'],
[class*='card-'] > a { [class*='card-'] > a {
clear: both; clear: both;
@@ -3135,7 +3108,6 @@ Slides - Backgrounds <section class="bg-primary">
.bg-brown p { .bg-brown p {
color: #666; } color: #666; }
/*Transparent/Opacity*/
.bg-trans-dark { .bg-trans-dark {
background: rgba(0, 0, 0, 0.8); } background: rgba(0, 0, 0, 0.8); }

View File

@@ -1,7 +1,7 @@
/*! /*!
* Name: WebSlides * Name: WebSlides
* Version: 1.3.1 * Version: 1.3.1
* Date: 2017-09-17 * Date: 2017-10-09
* Description: Making HTML presentations easy * Description: Making HTML presentations easy
* URL: https://github.com/webslides/webslides#readme * URL: https://github.com/webslides/webslides#readme
* Credits: @jlantunez, @LuisSacristan, @Belelros * Credits: @jlantunez, @LuisSacristan, @Belelros

View File

@@ -1,7 +1,7 @@
/*! /*!
* Name: WebSlides * Name: WebSlides
* Version: 1.3.1 * Version: 1.3.1
* Date: 2017-09-17 * Date: 2017-10-09
* Description: Making HTML presentations easy * Description: Making HTML presentations easy
* URL: https://github.com/webslides/webslides#readme * URL: https://github.com/webslides/webslides#readme
* Credits: @jlantunez, @LuisSacristan, @Belelros * Credits: @jlantunez, @LuisSacristan, @Belelros